蛋蛋星球 后台端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16833 lines
573 KiB

  1. // Code generated by swaggo/swag. DO NOT EDIT.
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/adminLog/list": {
  26. "post": {
  27. "description": "操作日志",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "操作日志"
  36. ],
  37. "summary": "操作日志",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. },
  46. {
  47. "description": "(分页信息必填)",
  48. "name": "req",
  49. "in": "body",
  50. "required": true,
  51. "schema": {
  52. "$ref": "#/definitions/md.AdminLogListReq"
  53. }
  54. }
  55. ],
  56. "responses": {
  57. "200": {
  58. "description": "具体数据",
  59. "schema": {
  60. "$ref": "#/definitions/md.AdminLogListResp"
  61. }
  62. },
  63. "400": {
  64. "description": "具体错误",
  65. "schema": {
  66. "$ref": "#/definitions/md.Response"
  67. }
  68. }
  69. }
  70. }
  71. },
  72. "/api/advertising/del": {
  73. "post": {
  74. "description": "广告管理-广告列表-删除",
  75. "consumes": [
  76. "application/json"
  77. ],
  78. "produces": [
  79. "application/json"
  80. ],
  81. "tags": [
  82. "广告管理"
  83. ],
  84. "summary": "广告管理-广告列表-删除",
  85. "parameters": [
  86. {
  87. "type": "string",
  88. "description": "验证参数Bearer和token空格拼接",
  89. "name": "Authorization",
  90. "in": "header",
  91. "required": true
  92. },
  93. {
  94. "description": "(分页信息必填)",
  95. "name": "req",
  96. "in": "body",
  97. "required": true,
  98. "schema": {
  99. "$ref": "#/definitions/md.AdvertisingDelReq"
  100. }
  101. }
  102. ],
  103. "responses": {
  104. "200": {
  105. "description": "具体数据",
  106. "schema": {
  107. "type": "string"
  108. }
  109. },
  110. "400": {
  111. "description": "具体错误",
  112. "schema": {
  113. "$ref": "#/definitions/md.Response"
  114. }
  115. }
  116. }
  117. }
  118. },
  119. "/api/advertising/function/del": {
  120. "post": {
  121. "description": "广告管理-广告位置列表-删除",
  122. "consumes": [
  123. "application/json"
  124. ],
  125. "produces": [
  126. "application/json"
  127. ],
  128. "tags": [
  129. "广告管理"
  130. ],
  131. "summary": "广告管理-广告位置列表-删除",
  132. "parameters": [
  133. {
  134. "type": "string",
  135. "description": "验证参数Bearer和token空格拼接",
  136. "name": "Authorization",
  137. "in": "header",
  138. "required": true
  139. },
  140. {
  141. "description": "(分页信息必填)",
  142. "name": "req",
  143. "in": "body",
  144. "required": true,
  145. "schema": {
  146. "$ref": "#/definitions/md.AdvertisingDelReq"
  147. }
  148. }
  149. ],
  150. "responses": {
  151. "200": {
  152. "description": "具体数据",
  153. "schema": {
  154. "type": "string"
  155. }
  156. },
  157. "400": {
  158. "description": "具体错误",
  159. "schema": {
  160. "$ref": "#/definitions/md.Response"
  161. }
  162. }
  163. }
  164. }
  165. },
  166. "/api/advertising/function/list": {
  167. "post": {
  168. "description": "广告管理-广告位置列表",
  169. "consumes": [
  170. "application/json"
  171. ],
  172. "produces": [
  173. "application/json"
  174. ],
  175. "tags": [
  176. "广告管理"
  177. ],
  178. "summary": "广告管理-广告位置列表",
  179. "parameters": [
  180. {
  181. "type": "string",
  182. "description": "验证参数Bearer和token空格拼接",
  183. "name": "Authorization",
  184. "in": "header",
  185. "required": true
  186. },
  187. {
  188. "description": "(分页信息必填)",
  189. "name": "req",
  190. "in": "body",
  191. "required": true,
  192. "schema": {
  193. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  194. }
  195. }
  196. ],
  197. "responses": {
  198. "200": {
  199. "description": "具体数据",
  200. "schema": {
  201. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  202. }
  203. },
  204. "400": {
  205. "description": "具体错误",
  206. "schema": {
  207. "$ref": "#/definitions/md.Response"
  208. }
  209. }
  210. }
  211. }
  212. },
  213. "/api/advertising/function/save": {
  214. "post": {
  215. "description": "广告管理-广告位置列表-保存",
  216. "consumes": [
  217. "application/json"
  218. ],
  219. "produces": [
  220. "application/json"
  221. ],
  222. "tags": [
  223. "广告管理"
  224. ],
  225. "summary": "广告管理-广告位置列表-保存",
  226. "parameters": [
  227. {
  228. "type": "string",
  229. "description": "验证参数Bearer和token空格拼接",
  230. "name": "Authorization",
  231. "in": "header",
  232. "required": true
  233. },
  234. {
  235. "description": "(分页信息必填)",
  236. "name": "req",
  237. "in": "body",
  238. "required": true,
  239. "schema": {
  240. "$ref": "#/definitions/md.AdvertisingFunctionList"
  241. }
  242. }
  243. ],
  244. "responses": {
  245. "200": {
  246. "description": "具体数据",
  247. "schema": {
  248. "type": "string"
  249. }
  250. },
  251. "400": {
  252. "description": "具体错误",
  253. "schema": {
  254. "$ref": "#/definitions/md.Response"
  255. }
  256. }
  257. }
  258. }
  259. },
  260. "/api/advertising/getBasic": {
  261. "get": {
  262. "description": "广告管理-基础设置-信息",
  263. "consumes": [
  264. "application/json"
  265. ],
  266. "produces": [
  267. "application/json"
  268. ],
  269. "tags": [
  270. "广告管理"
  271. ],
  272. "summary": "广告管理-基础设置-信息",
  273. "parameters": [
  274. {
  275. "type": "string",
  276. "description": "验证参数Bearer和token空格拼接",
  277. "name": "Authorization",
  278. "in": "header",
  279. "required": true
  280. }
  281. ],
  282. "responses": {
  283. "200": {
  284. "description": "具体数据",
  285. "schema": {
  286. "$ref": "#/definitions/md.AdvertisingBaseResp"
  287. }
  288. },
  289. "400": {
  290. "description": "具体错误",
  291. "schema": {
  292. "$ref": "#/definitions/md.Response"
  293. }
  294. }
  295. }
  296. }
  297. },
  298. "/api/advertising/getLimit": {
  299. "get": {
  300. "description": "广告管理-广告设置-信息",
  301. "consumes": [
  302. "application/json"
  303. ],
  304. "produces": [
  305. "application/json"
  306. ],
  307. "tags": [
  308. "广告管理"
  309. ],
  310. "summary": "广告管理-广告设置-信息",
  311. "parameters": [
  312. {
  313. "type": "string",
  314. "description": "验证参数Bearer和token空格拼接",
  315. "name": "Authorization",
  316. "in": "header",
  317. "required": true
  318. }
  319. ],
  320. "responses": {
  321. "200": {
  322. "description": "具体数据",
  323. "schema": {
  324. "$ref": "#/definitions/md.AdvertisingLimit"
  325. }
  326. },
  327. "400": {
  328. "description": "具体错误",
  329. "schema": {
  330. "$ref": "#/definitions/md.Response"
  331. }
  332. }
  333. }
  334. }
  335. },
  336. "/api/advertising/list": {
  337. "post": {
  338. "description": "广告管理-广告列表",
  339. "consumes": [
  340. "application/json"
  341. ],
  342. "produces": [
  343. "application/json"
  344. ],
  345. "tags": [
  346. "广告管理"
  347. ],
  348. "summary": "广告管理-广告列表",
  349. "parameters": [
  350. {
  351. "type": "string",
  352. "description": "验证参数Bearer和token空格拼接",
  353. "name": "Authorization",
  354. "in": "header",
  355. "required": true
  356. },
  357. {
  358. "description": "(分页信息必填)",
  359. "name": "req",
  360. "in": "body",
  361. "required": true,
  362. "schema": {
  363. "$ref": "#/definitions/md.AdvertisingListReq"
  364. }
  365. }
  366. ],
  367. "responses": {
  368. "200": {
  369. "description": "具体数据",
  370. "schema": {
  371. "$ref": "#/definitions/md.AdvertisingListResp"
  372. }
  373. },
  374. "400": {
  375. "description": "具体错误",
  376. "schema": {
  377. "$ref": "#/definitions/md.Response"
  378. }
  379. }
  380. }
  381. }
  382. },
  383. "/api/advertising/save": {
  384. "post": {
  385. "description": "广告管理-广告列表-保存",
  386. "consumes": [
  387. "application/json"
  388. ],
  389. "produces": [
  390. "application/json"
  391. ],
  392. "tags": [
  393. "广告管理"
  394. ],
  395. "summary": "广告管理-广告列表-保存",
  396. "parameters": [
  397. {
  398. "type": "string",
  399. "description": "验证参数Bearer和token空格拼接",
  400. "name": "Authorization",
  401. "in": "header",
  402. "required": true
  403. },
  404. {
  405. "description": "(分页信息必填)",
  406. "name": "req",
  407. "in": "body",
  408. "required": true,
  409. "schema": {
  410. "$ref": "#/definitions/md.AdvertisingSaveReq"
  411. }
  412. }
  413. ],
  414. "responses": {
  415. "200": {
  416. "description": "具体数据",
  417. "schema": {
  418. "type": "string"
  419. }
  420. },
  421. "400": {
  422. "description": "具体错误",
  423. "schema": {
  424. "$ref": "#/definitions/md.Response"
  425. }
  426. }
  427. }
  428. }
  429. },
  430. "/api/advertising/setBasic": {
  431. "post": {
  432. "description": "广告管理-基础设置-信息保存",
  433. "consumes": [
  434. "application/json"
  435. ],
  436. "produces": [
  437. "application/json"
  438. ],
  439. "tags": [
  440. "广告管理"
  441. ],
  442. "summary": "广告管理-基础设置-信息保存",
  443. "parameters": [
  444. {
  445. "type": "string",
  446. "description": "验证参数Bearer和token空格拼接",
  447. "name": "Authorization",
  448. "in": "header",
  449. "required": true
  450. },
  451. {
  452. "description": "(分页信息必填)",
  453. "name": "req",
  454. "in": "body",
  455. "required": true,
  456. "schema": {
  457. "$ref": "#/definitions/md.AdvertisingBase"
  458. }
  459. }
  460. ],
  461. "responses": {
  462. "200": {
  463. "description": "具体数据",
  464. "schema": {
  465. "type": "string"
  466. }
  467. },
  468. "400": {
  469. "description": "具体错误",
  470. "schema": {
  471. "$ref": "#/definitions/md.Response"
  472. }
  473. }
  474. }
  475. }
  476. },
  477. "/api/advertising/setLimit": {
  478. "post": {
  479. "description": "广告管理-广告设置-信息保存",
  480. "consumes": [
  481. "application/json"
  482. ],
  483. "produces": [
  484. "application/json"
  485. ],
  486. "tags": [
  487. "广告管理"
  488. ],
  489. "summary": "广告管理-广告设置-信息保存",
  490. "parameters": [
  491. {
  492. "type": "string",
  493. "description": "验证参数Bearer和token空格拼接",
  494. "name": "Authorization",
  495. "in": "header",
  496. "required": true
  497. },
  498. {
  499. "description": "(分页信息必填)",
  500. "name": "req",
  501. "in": "body",
  502. "required": true,
  503. "schema": {
  504. "$ref": "#/definitions/md.AdvertisingLimit"
  505. }
  506. }
  507. ],
  508. "responses": {
  509. "200": {
  510. "description": "具体数据",
  511. "schema": {
  512. "type": "string"
  513. }
  514. },
  515. "400": {
  516. "description": "具体错误",
  517. "schema": {
  518. "$ref": "#/definitions/md.Response"
  519. }
  520. }
  521. }
  522. }
  523. },
  524. "/api/article/cate/del": {
  525. "post": {
  526. "description": "分类列表-分类删除",
  527. "consumes": [
  528. "application/json"
  529. ],
  530. "produces": [
  531. "application/json"
  532. ],
  533. "tags": [
  534. "文章资讯"
  535. ],
  536. "summary": "文章资讯-分类列表-分类删除",
  537. "parameters": [
  538. {
  539. "type": "string",
  540. "description": "验证参数Bearer和token空格拼接",
  541. "name": "Authorization",
  542. "in": "header",
  543. "required": true
  544. },
  545. {
  546. "description": "(分页信息必填)",
  547. "name": "req",
  548. "in": "body",
  549. "required": true,
  550. "schema": {
  551. "$ref": "#/definitions/md.ArticleCateDelReq"
  552. }
  553. }
  554. ],
  555. "responses": {
  556. "200": {
  557. "description": "具体数据",
  558. "schema": {
  559. "type": "string"
  560. }
  561. },
  562. "400": {
  563. "description": "具体错误",
  564. "schema": {
  565. "$ref": "#/definitions/md.Response"
  566. }
  567. }
  568. }
  569. }
  570. },
  571. "/api/article/cate/list": {
  572. "post": {
  573. "description": "分类列表",
  574. "consumes": [
  575. "application/json"
  576. ],
  577. "produces": [
  578. "application/json"
  579. ],
  580. "tags": [
  581. "文章资讯"
  582. ],
  583. "summary": "文章资讯-分类列表",
  584. "parameters": [
  585. {
  586. "type": "string",
  587. "description": "验证参数Bearer和token空格拼接",
  588. "name": "Authorization",
  589. "in": "header",
  590. "required": true
  591. },
  592. {
  593. "description": "(分页信息必填)",
  594. "name": "req",
  595. "in": "body",
  596. "required": true,
  597. "schema": {
  598. "$ref": "#/definitions/md.ArticleCateListReq"
  599. }
  600. }
  601. ],
  602. "responses": {
  603. "200": {
  604. "description": "具体数据",
  605. "schema": {
  606. "$ref": "#/definitions/md.ArticleCateListResp"
  607. }
  608. },
  609. "400": {
  610. "description": "具体错误",
  611. "schema": {
  612. "$ref": "#/definitions/md.Response"
  613. }
  614. }
  615. }
  616. }
  617. },
  618. "/api/article/cate/save": {
  619. "post": {
  620. "description": "分类列表-分类保存",
  621. "consumes": [
  622. "application/json"
  623. ],
  624. "produces": [
  625. "application/json"
  626. ],
  627. "tags": [
  628. "文章资讯"
  629. ],
  630. "summary": "文章资讯-分类列表-分类保存",
  631. "parameters": [
  632. {
  633. "type": "string",
  634. "description": "验证参数Bearer和token空格拼接",
  635. "name": "Authorization",
  636. "in": "header",
  637. "required": true
  638. },
  639. {
  640. "description": "(分页信息必填)",
  641. "name": "req",
  642. "in": "body",
  643. "required": true,
  644. "schema": {
  645. "$ref": "#/definitions/md.ArticleCateSaveReq"
  646. }
  647. }
  648. ],
  649. "responses": {
  650. "200": {
  651. "description": "具体数据",
  652. "schema": {
  653. "type": "string"
  654. }
  655. },
  656. "400": {
  657. "description": "具体错误",
  658. "schema": {
  659. "$ref": "#/definitions/md.Response"
  660. }
  661. }
  662. }
  663. }
  664. },
  665. "/api/article/content/del": {
  666. "post": {
  667. "description": "文章列表-文章删除",
  668. "consumes": [
  669. "application/json"
  670. ],
  671. "produces": [
  672. "application/json"
  673. ],
  674. "tags": [
  675. "文章资讯"
  676. ],
  677. "summary": "文章资讯-文章列表-文章删除",
  678. "parameters": [
  679. {
  680. "type": "string",
  681. "description": "验证参数Bearer和token空格拼接",
  682. "name": "Authorization",
  683. "in": "header",
  684. "required": true
  685. },
  686. {
  687. "description": "(分页信息必填)",
  688. "name": "req",
  689. "in": "body",
  690. "required": true,
  691. "schema": {
  692. "$ref": "#/definitions/md.ArticleDelReq"
  693. }
  694. }
  695. ],
  696. "responses": {
  697. "200": {
  698. "description": "具体数据",
  699. "schema": {
  700. "type": "string"
  701. }
  702. },
  703. "400": {
  704. "description": "具体错误",
  705. "schema": {
  706. "$ref": "#/definitions/md.Response"
  707. }
  708. }
  709. }
  710. }
  711. },
  712. "/api/article/content/list": {
  713. "post": {
  714. "description": "文章列表",
  715. "consumes": [
  716. "application/json"
  717. ],
  718. "produces": [
  719. "application/json"
  720. ],
  721. "tags": [
  722. "文章资讯"
  723. ],
  724. "summary": "文章资讯-文章列表",
  725. "parameters": [
  726. {
  727. "type": "string",
  728. "description": "验证参数Bearer和token空格拼接",
  729. "name": "Authorization",
  730. "in": "header",
  731. "required": true
  732. },
  733. {
  734. "description": "(分页信息必填)",
  735. "name": "req",
  736. "in": "body",
  737. "required": true,
  738. "schema": {
  739. "$ref": "#/definitions/md.ArticleListReq"
  740. }
  741. }
  742. ],
  743. "responses": {
  744. "200": {
  745. "description": "具体数据",
  746. "schema": {
  747. "$ref": "#/definitions/md.ArticleListResp"
  748. }
  749. },
  750. "400": {
  751. "description": "具体错误",
  752. "schema": {
  753. "$ref": "#/definitions/md.Response"
  754. }
  755. }
  756. }
  757. }
  758. },
  759. "/api/article/content/save": {
  760. "post": {
  761. "description": "文章列表-文章保存",
  762. "consumes": [
  763. "application/json"
  764. ],
  765. "produces": [
  766. "application/json"
  767. ],
  768. "tags": [
  769. "文章资讯"
  770. ],
  771. "summary": "文章资讯-文章列表-文章保存",
  772. "parameters": [
  773. {
  774. "type": "string",
  775. "description": "验证参数Bearer和token空格拼接",
  776. "name": "Authorization",
  777. "in": "header",
  778. "required": true
  779. },
  780. {
  781. "description": "(分页信息必填)",
  782. "name": "req",
  783. "in": "body",
  784. "required": true,
  785. "schema": {
  786. "$ref": "#/definitions/md.ArticleSaveReq"
  787. }
  788. }
  789. ],
  790. "responses": {
  791. "200": {
  792. "description": "具体数据",
  793. "schema": {
  794. "type": "string"
  795. }
  796. },
  797. "400": {
  798. "description": "具体错误",
  799. "schema": {
  800. "$ref": "#/definitions/md.Response"
  801. }
  802. }
  803. }
  804. }
  805. },
  806. "/api/cloudBundle/audit/clear": {
  807. "post": {
  808. "description": "云打包-云打包-清除审核模板",
  809. "consumes": [
  810. "application/json"
  811. ],
  812. "produces": [
  813. "application/json"
  814. ],
  815. "tags": [
  816. "云打包"
  817. ],
  818. "summary": "云打包-云打包-清除审核模板",
  819. "parameters": [
  820. {
  821. "type": "string",
  822. "description": "验证参数Bearer和token空格拼接",
  823. "name": "Authorization",
  824. "in": "header",
  825. "required": true
  826. },
  827. {
  828. "description": "(分页信息必填)",
  829. "name": "req",
  830. "in": "body",
  831. "required": true,
  832. "schema": {
  833. "$ref": "#/definitions/md.AuditClearReq"
  834. }
  835. }
  836. ],
  837. "responses": {
  838. "200": {
  839. "description": "具体数据",
  840. "schema": {
  841. "type": "string"
  842. }
  843. },
  844. "400": {
  845. "description": "具体错误",
  846. "schema": {
  847. "$ref": "#/definitions/md.Response"
  848. }
  849. }
  850. }
  851. }
  852. },
  853. "/api/cloudBundle/audit/set": {
  854. "post": {
  855. "description": "云打包-云打包-设置为审核模板",
  856. "consumes": [
  857. "application/json"
  858. ],
  859. "produces": [
  860. "application/json"
  861. ],
  862. "tags": [
  863. "云打包"
  864. ],
  865. "summary": "云打包-云打包-设置为审核模板",
  866. "parameters": [
  867. {
  868. "type": "string",
  869. "description": "验证参数Bearer和token空格拼接",
  870. "name": "Authorization",
  871. "in": "header",
  872. "required": true
  873. },
  874. {
  875. "description": "(分页信息必填)",
  876. "name": "req",
  877. "in": "body",
  878. "required": true,
  879. "schema": {
  880. "$ref": "#/definitions/md.CommReq"
  881. }
  882. }
  883. ],
  884. "responses": {
  885. "200": {
  886. "description": "具体数据",
  887. "schema": {
  888. "type": "string"
  889. }
  890. },
  891. "400": {
  892. "description": "具体错误",
  893. "schema": {
  894. "$ref": "#/definitions/md.Response"
  895. }
  896. }
  897. }
  898. }
  899. },
  900. "/api/cloudBundle/base": {
  901. "get": {
  902. "description": "打包机使用-云打包基本信息",
  903. "consumes": [
  904. "application/json"
  905. ],
  906. "produces": [
  907. "application/json"
  908. ],
  909. "tags": [
  910. "打包机使用"
  911. ],
  912. "summary": "打包机使用-云打包基本信息",
  913. "parameters": [
  914. {
  915. "type": "string",
  916. "description": "验证参数Bearer和token空格拼接",
  917. "name": "Authorization",
  918. "in": "header",
  919. "required": true
  920. }
  921. ],
  922. "responses": {
  923. "200": {
  924. "description": "具体数据",
  925. "schema": {
  926. "$ref": "#/definitions/md.CloudBundleBaseResp"
  927. }
  928. },
  929. "400": {
  930. "description": "具体错误",
  931. "schema": {
  932. "$ref": "#/definitions/md.Response"
  933. }
  934. }
  935. }
  936. }
  937. },
  938. "/api/cloudBundle/build": {
  939. "post": {
  940. "description": "云打包-云打包操作",
  941. "consumes": [
  942. "application/json"
  943. ],
  944. "produces": [
  945. "application/json"
  946. ],
  947. "tags": [
  948. "云打包"
  949. ],
  950. "summary": "云打包-云打包操作",
  951. "parameters": [
  952. {
  953. "type": "string",
  954. "description": "验证参数Bearer和token空格拼接",
  955. "name": "Authorization",
  956. "in": "header",
  957. "required": true
  958. },
  959. {
  960. "description": "(分页信息必填)",
  961. "name": "req",
  962. "in": "body",
  963. "required": true,
  964. "schema": {
  965. "$ref": "#/definitions/md.CloudBundleBuildReq"
  966. }
  967. }
  968. ],
  969. "responses": {
  970. "200": {
  971. "description": "具体数据",
  972. "schema": {
  973. "type": "string"
  974. }
  975. },
  976. "400": {
  977. "description": "具体错误",
  978. "schema": {
  979. "$ref": "#/definitions/md.Response"
  980. }
  981. }
  982. }
  983. }
  984. },
  985. "/api/cloudBundle/del": {
  986. "post": {
  987. "description": "云打包-云打包删除",
  988. "consumes": [
  989. "application/json"
  990. ],
  991. "produces": [
  992. "application/json"
  993. ],
  994. "tags": [
  995. "云打包"
  996. ],
  997. "summary": "云打包-云打包删除",
  998. "parameters": [
  999. {
  1000. "type": "string",
  1001. "description": "验证参数Bearer和token空格拼接",
  1002. "name": "Authorization",
  1003. "in": "header",
  1004. "required": true
  1005. },
  1006. {
  1007. "description": "(分页信息必填)",
  1008. "name": "req",
  1009. "in": "body",
  1010. "required": true,
  1011. "schema": {
  1012. "$ref": "#/definitions/md.CloudBundleDelReq"
  1013. }
  1014. }
  1015. ],
  1016. "responses": {
  1017. "200": {
  1018. "description": "具体数据",
  1019. "schema": {
  1020. "type": "string"
  1021. }
  1022. },
  1023. "400": {
  1024. "description": "具体错误",
  1025. "schema": {
  1026. "$ref": "#/definitions/md.Response"
  1027. }
  1028. }
  1029. }
  1030. }
  1031. },
  1032. "/api/cloudBundle/img/base": {
  1033. "get": {
  1034. "description": "云打包-图片配置",
  1035. "consumes": [
  1036. "application/json"
  1037. ],
  1038. "produces": [
  1039. "application/json"
  1040. ],
  1041. "tags": [
  1042. "云打包"
  1043. ],
  1044. "summary": "云打包-云打包-图片配置",
  1045. "parameters": [
  1046. {
  1047. "type": "string",
  1048. "description": "验证参数Bearer和token空格拼接",
  1049. "name": "Authorization",
  1050. "in": "header",
  1051. "required": true
  1052. }
  1053. ],
  1054. "responses": {
  1055. "200": {
  1056. "description": "具体数据",
  1057. "schema": {
  1058. "$ref": "#/definitions/md.CloudBundleImgResp"
  1059. }
  1060. },
  1061. "400": {
  1062. "description": "具体错误",
  1063. "schema": {
  1064. "$ref": "#/definitions/md.Response"
  1065. }
  1066. }
  1067. }
  1068. }
  1069. },
  1070. "/api/cloudBundle/img/base/save": {
  1071. "post": {
  1072. "description": "云打包-图片配置",
  1073. "consumes": [
  1074. "application/json"
  1075. ],
  1076. "produces": [
  1077. "application/json"
  1078. ],
  1079. "tags": [
  1080. "云打包"
  1081. ],
  1082. "summary": "云打包-图片配置",
  1083. "parameters": [
  1084. {
  1085. "type": "string",
  1086. "description": "验证参数Bearer和token空格拼接",
  1087. "name": "Authorization",
  1088. "in": "header",
  1089. "required": true
  1090. },
  1091. {
  1092. "description": "(分页信息必填)",
  1093. "name": "req",
  1094. "in": "body",
  1095. "required": true,
  1096. "schema": {
  1097. "$ref": "#/definitions/md.CloudBundleImgResp"
  1098. }
  1099. }
  1100. ],
  1101. "responses": {
  1102. "200": {
  1103. "description": "具体数据",
  1104. "schema": {
  1105. "type": "string"
  1106. }
  1107. },
  1108. "400": {
  1109. "description": "具体错误",
  1110. "schema": {
  1111. "$ref": "#/definitions/md.Response"
  1112. }
  1113. }
  1114. }
  1115. }
  1116. },
  1117. "/api/cloudBundle/list": {
  1118. "post": {
  1119. "description": "云打包-云打包版本列表",
  1120. "consumes": [
  1121. "application/json"
  1122. ],
  1123. "produces": [
  1124. "application/json"
  1125. ],
  1126. "tags": [
  1127. "云打包"
  1128. ],
  1129. "summary": "云打包-云打包版本列表",
  1130. "parameters": [
  1131. {
  1132. "type": "string",
  1133. "description": "验证参数Bearer和token空格拼接",
  1134. "name": "Authorization",
  1135. "in": "header",
  1136. "required": true
  1137. },
  1138. {
  1139. "description": "(分页信息必填)",
  1140. "name": "req",
  1141. "in": "body",
  1142. "required": true,
  1143. "schema": {
  1144. "$ref": "#/definitions/md.CloudBundleReq"
  1145. }
  1146. }
  1147. ],
  1148. "responses": {
  1149. "200": {
  1150. "description": "具体数据",
  1151. "schema": {
  1152. "$ref": "#/definitions/md.CloudBundleResp"
  1153. }
  1154. },
  1155. "400": {
  1156. "description": "具体错误",
  1157. "schema": {
  1158. "$ref": "#/definitions/md.Response"
  1159. }
  1160. }
  1161. }
  1162. }
  1163. },
  1164. "/api/cloudBundle/update/state": {
  1165. "post": {
  1166. "description": "打包机使用-云打包更新状态",
  1167. "consumes": [
  1168. "application/json"
  1169. ],
  1170. "produces": [
  1171. "application/json"
  1172. ],
  1173. "tags": [
  1174. "打包机使用"
  1175. ],
  1176. "summary": "打包机使用-云打包更新状态等",
  1177. "parameters": [
  1178. {
  1179. "type": "string",
  1180. "description": "验证参数Bearer和token空格拼接",
  1181. "name": "Authorization",
  1182. "in": "header",
  1183. "required": true
  1184. },
  1185. {
  1186. "description": "(分页信息必填)",
  1187. "name": "req",
  1188. "in": "body",
  1189. "required": true,
  1190. "schema": {
  1191. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  1192. }
  1193. }
  1194. ],
  1195. "responses": {
  1196. "200": {
  1197. "description": "具体数据",
  1198. "schema": {
  1199. "type": "string"
  1200. }
  1201. },
  1202. "400": {
  1203. "description": "具体错误",
  1204. "schema": {
  1205. "$ref": "#/definitions/md.Response"
  1206. }
  1207. }
  1208. }
  1209. }
  1210. },
  1211. "/api/cloudBundle/upload": {
  1212. "post": {
  1213. "description": "打包机使用-云打包-上传许可链接(获取)",
  1214. "consumes": [
  1215. "application/json"
  1216. ],
  1217. "produces": [
  1218. "application/json"
  1219. ],
  1220. "tags": [
  1221. "打包机使用"
  1222. ],
  1223. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1224. "parameters": [
  1225. {
  1226. "type": "string",
  1227. "description": "验证参数Bearer和token空格拼接",
  1228. "name": "Authorization",
  1229. "in": "header",
  1230. "required": true
  1231. },
  1232. {
  1233. "description": "签名上传url",
  1234. "name": "req",
  1235. "in": "body",
  1236. "required": true,
  1237. "schema": {
  1238. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1239. }
  1240. }
  1241. ],
  1242. "responses": {
  1243. "200": {
  1244. "description": "许可链接",
  1245. "schema": {
  1246. "type": "string"
  1247. }
  1248. },
  1249. "400": {
  1250. "description": "具体错误",
  1251. "schema": {
  1252. "$ref": "#/definitions/md.Response"
  1253. }
  1254. }
  1255. }
  1256. }
  1257. },
  1258. "/api/cloudBundle/version/base": {
  1259. "get": {
  1260. "description": "云打包-图片配置",
  1261. "consumes": [
  1262. "application/json"
  1263. ],
  1264. "produces": [
  1265. "application/json"
  1266. ],
  1267. "tags": [
  1268. "云打包"
  1269. ],
  1270. "summary": "云打包-云打包-图片配置",
  1271. "parameters": [
  1272. {
  1273. "type": "string",
  1274. "description": "验证参数Bearer和token空格拼接",
  1275. "name": "Authorization",
  1276. "in": "header",
  1277. "required": true
  1278. }
  1279. ],
  1280. "responses": {
  1281. "200": {
  1282. "description": "具体数据",
  1283. "schema": {
  1284. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1285. }
  1286. },
  1287. "400": {
  1288. "description": "具体错误",
  1289. "schema": {
  1290. "$ref": "#/definitions/md.Response"
  1291. }
  1292. }
  1293. }
  1294. }
  1295. },
  1296. "/api/cloudBundle/version/base/save": {
  1297. "post": {
  1298. "description": "云打包-图片配置",
  1299. "consumes": [
  1300. "application/json"
  1301. ],
  1302. "produces": [
  1303. "application/json"
  1304. ],
  1305. "tags": [
  1306. "云打包"
  1307. ],
  1308. "summary": "云打包-图片配置",
  1309. "parameters": [
  1310. {
  1311. "type": "string",
  1312. "description": "验证参数Bearer和token空格拼接",
  1313. "name": "Authorization",
  1314. "in": "header",
  1315. "required": true
  1316. },
  1317. {
  1318. "description": "(分页信息必填)",
  1319. "name": "req",
  1320. "in": "body",
  1321. "required": true,
  1322. "schema": {
  1323. "$ref": "#/definitions/md.CloudBundleVersion"
  1324. }
  1325. }
  1326. ],
  1327. "responses": {
  1328. "200": {
  1329. "description": "具体数据",
  1330. "schema": {
  1331. "type": "string"
  1332. }
  1333. },
  1334. "400": {
  1335. "description": "具体错误",
  1336. "schema": {
  1337. "$ref": "#/definitions/md.Response"
  1338. }
  1339. }
  1340. }
  1341. }
  1342. },
  1343. "/api/comm/adminInfo": {
  1344. "post": {
  1345. "description": "获取管理员信息",
  1346. "consumes": [
  1347. "application/json"
  1348. ],
  1349. "produces": [
  1350. "application/json"
  1351. ],
  1352. "tags": [
  1353. "通用请求"
  1354. ],
  1355. "summary": "通用请求-获取管理员信息",
  1356. "parameters": [
  1357. {
  1358. "type": "string",
  1359. "description": "验证参数Bearer和token空格拼接",
  1360. "name": "Authorization",
  1361. "in": "header",
  1362. "required": true
  1363. }
  1364. ],
  1365. "responses": {
  1366. "200": {
  1367. "description": "管理员信息",
  1368. "schema": {
  1369. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1370. }
  1371. },
  1372. "400": {
  1373. "description": "具体错误",
  1374. "schema": {
  1375. "$ref": "#/definitions/md.Response"
  1376. }
  1377. }
  1378. }
  1379. }
  1380. },
  1381. "/api/comm/getMenuList": {
  1382. "post": {
  1383. "description": "菜单栏列表(获取)",
  1384. "consumes": [
  1385. "application/json"
  1386. ],
  1387. "produces": [
  1388. "application/json"
  1389. ],
  1390. "tags": [
  1391. "权限列表"
  1392. ],
  1393. "summary": "通用请求-权限列表-菜单栏列表(获取)",
  1394. "parameters": [
  1395. {
  1396. "type": "string",
  1397. "description": "验证参数Bearer和token空格拼接",
  1398. "name": "Authorization",
  1399. "in": "header",
  1400. "required": true
  1401. }
  1402. ],
  1403. "responses": {
  1404. "200": {
  1405. "description": "具体路由",
  1406. "schema": {
  1407. "type": "object",
  1408. "additionalProperties": true
  1409. }
  1410. },
  1411. "400": {
  1412. "description": "具体错误",
  1413. "schema": {
  1414. "$ref": "#/definitions/md.Response"
  1415. }
  1416. }
  1417. }
  1418. }
  1419. },
  1420. "/api/comm/getOssUrl": {
  1421. "post": {
  1422. "description": "上传许可链接(获取)",
  1423. "consumes": [
  1424. "application/json"
  1425. ],
  1426. "produces": [
  1427. "application/json"
  1428. ],
  1429. "tags": [
  1430. "对象存储"
  1431. ],
  1432. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1433. "parameters": [
  1434. {
  1435. "type": "string",
  1436. "description": "验证参数Bearer和token空格拼接",
  1437. "name": "Authorization",
  1438. "in": "header",
  1439. "required": true
  1440. },
  1441. {
  1442. "description": "签名上传url",
  1443. "name": "req",
  1444. "in": "body",
  1445. "required": true,
  1446. "schema": {
  1447. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1448. }
  1449. }
  1450. ],
  1451. "responses": {
  1452. "200": {
  1453. "description": "许可链接",
  1454. "schema": {
  1455. "type": "string"
  1456. }
  1457. },
  1458. "400": {
  1459. "description": "具体错误",
  1460. "schema": {
  1461. "$ref": "#/definitions/md.Response"
  1462. }
  1463. }
  1464. }
  1465. }
  1466. },
  1467. "/api/config": {
  1468. "get": {
  1469. "description": "基本配置",
  1470. "consumes": [
  1471. "application/json"
  1472. ],
  1473. "produces": [
  1474. "application/json"
  1475. ],
  1476. "tags": [
  1477. "基本配置"
  1478. ],
  1479. "summary": "基本配置",
  1480. "parameters": [
  1481. {
  1482. "type": "string",
  1483. "description": "验证参数Bearer和token空格拼接",
  1484. "name": "Authorization",
  1485. "in": "header",
  1486. "required": true
  1487. }
  1488. ],
  1489. "responses": {
  1490. "200": {
  1491. "description": "具体数据",
  1492. "schema": {
  1493. "$ref": "#/definitions/md.ConfigResp"
  1494. }
  1495. },
  1496. "400": {
  1497. "description": "具体错误",
  1498. "schema": {
  1499. "$ref": "#/definitions/md.Response"
  1500. }
  1501. }
  1502. }
  1503. }
  1504. },
  1505. "/api/demo": {
  1506. "post": {
  1507. "description": "Demo样例测试",
  1508. "consumes": [
  1509. "application/json"
  1510. ],
  1511. "produces": [
  1512. "application/json"
  1513. ],
  1514. "tags": [
  1515. "Demo"
  1516. ],
  1517. "summary": "Demo测试",
  1518. "parameters": [
  1519. {
  1520. "description": "用户名密码",
  1521. "name": "req",
  1522. "in": "body",
  1523. "required": true,
  1524. "schema": {
  1525. "type": "object"
  1526. }
  1527. }
  1528. ],
  1529. "responses": {
  1530. "200": {
  1531. "description": "token",
  1532. "schema": {
  1533. "type": "object",
  1534. "additionalProperties": true
  1535. }
  1536. },
  1537. "400": {
  1538. "description": "具体错误",
  1539. "schema": {
  1540. "$ref": "#/definitions/md.Response"
  1541. }
  1542. }
  1543. }
  1544. }
  1545. },
  1546. "/api/financialCenter/withdraw/applyList": {
  1547. "post": {
  1548. "description": "提现申请列表(获取)",
  1549. "consumes": [
  1550. "application/json"
  1551. ],
  1552. "produces": [
  1553. "application/json"
  1554. ],
  1555. "tags": [
  1556. "提现"
  1557. ],
  1558. "summary": "财务中心-提现-提现申请列表(获取)",
  1559. "parameters": [
  1560. {
  1561. "type": "string",
  1562. "description": "验证参数Bearer和token空格拼接",
  1563. "name": "Authorization",
  1564. "in": "header",
  1565. "required": true
  1566. },
  1567. {
  1568. "description": "筛选条件",
  1569. "name": "req",
  1570. "in": "body",
  1571. "schema": {
  1572. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1573. }
  1574. }
  1575. ],
  1576. "responses": {
  1577. "200": {
  1578. "description": "具体数据",
  1579. "schema": {
  1580. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1581. }
  1582. },
  1583. "400": {
  1584. "description": "具体错误",
  1585. "schema": {
  1586. "$ref": "#/definitions/md.Response"
  1587. }
  1588. }
  1589. }
  1590. }
  1591. },
  1592. "/api/financialCenter/withdraw/audit": {
  1593. "post": {
  1594. "description": "提现审核",
  1595. "consumes": [
  1596. "application/json"
  1597. ],
  1598. "produces": [
  1599. "application/json"
  1600. ],
  1601. "tags": [
  1602. "提现"
  1603. ],
  1604. "summary": "财务中心-提现-审核",
  1605. "parameters": [
  1606. {
  1607. "type": "string",
  1608. "description": "验证参数Bearer和token空格拼接",
  1609. "name": "Authorization",
  1610. "in": "header",
  1611. "required": true
  1612. },
  1613. {
  1614. "description": "筛选条件",
  1615. "name": "req",
  1616. "in": "body",
  1617. "schema": {
  1618. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1619. }
  1620. }
  1621. ],
  1622. "responses": {
  1623. "200": {
  1624. "description": "success",
  1625. "schema": {
  1626. "type": "string"
  1627. }
  1628. },
  1629. "400": {
  1630. "description": "具体错误",
  1631. "schema": {
  1632. "$ref": "#/definitions/md.Response"
  1633. }
  1634. }
  1635. }
  1636. }
  1637. },
  1638. "/api/financialCenter/withdraw/setting": {
  1639. "get": {
  1640. "description": "基础设置(获取)",
  1641. "consumes": [
  1642. "application/json"
  1643. ],
  1644. "produces": [
  1645. "application/json"
  1646. ],
  1647. "tags": [
  1648. "提现"
  1649. ],
  1650. "summary": "财务中心-提现-基础设置(获取)",
  1651. "parameters": [
  1652. {
  1653. "type": "string",
  1654. "description": "验证参数Bearer和token空格拼接",
  1655. "name": "Authorization",
  1656. "in": "header",
  1657. "required": true
  1658. }
  1659. ],
  1660. "responses": {
  1661. "200": {
  1662. "description": "具体数据",
  1663. "schema": {
  1664. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1665. }
  1666. },
  1667. "400": {
  1668. "description": "具体错误",
  1669. "schema": {
  1670. "$ref": "#/definitions/md.Response"
  1671. }
  1672. }
  1673. }
  1674. }
  1675. },
  1676. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1677. "post": {
  1678. "description": "基础设置(更新)",
  1679. "consumes": [
  1680. "application/json"
  1681. ],
  1682. "produces": [
  1683. "application/json"
  1684. ],
  1685. "tags": [
  1686. "提现"
  1687. ],
  1688. "summary": "财务中心-提现-基础设置(更新)",
  1689. "parameters": [
  1690. {
  1691. "type": "string",
  1692. "description": "验证参数Bearer和token空格拼接",
  1693. "name": "Authorization",
  1694. "in": "header",
  1695. "required": true
  1696. },
  1697. {
  1698. "description": "id 必填",
  1699. "name": "req",
  1700. "in": "body",
  1701. "required": true,
  1702. "schema": {
  1703. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1704. }
  1705. }
  1706. ],
  1707. "responses": {
  1708. "200": {
  1709. "description": "修改数据条数",
  1710. "schema": {
  1711. "type": "int"
  1712. }
  1713. },
  1714. "400": {
  1715. "description": "具体错误",
  1716. "schema": {
  1717. "$ref": "#/definitions/md.Response"
  1718. }
  1719. }
  1720. }
  1721. }
  1722. },
  1723. "/api/friendCircleSettings/basic/index": {
  1724. "get": {
  1725. "description": "基础设置(获取)",
  1726. "consumes": [
  1727. "application/json"
  1728. ],
  1729. "produces": [
  1730. "application/json"
  1731. ],
  1732. "tags": [
  1733. "动态设置"
  1734. ],
  1735. "summary": "社交管理-动态设置-基础设置(获取)",
  1736. "parameters": [
  1737. {
  1738. "type": "string",
  1739. "description": "验证参数Bearer和token空格拼接",
  1740. "name": "Authorization",
  1741. "in": "header",
  1742. "required": true
  1743. }
  1744. ],
  1745. "responses": {
  1746. "200": {
  1747. "description": "具体数据",
  1748. "schema": {
  1749. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1750. }
  1751. },
  1752. "400": {
  1753. "description": "具体错误",
  1754. "schema": {
  1755. "$ref": "#/definitions/md.Response"
  1756. }
  1757. }
  1758. }
  1759. }
  1760. },
  1761. "/api/friendCircleSettings/basic/save": {
  1762. "post": {
  1763. "description": "基础设置(更新)",
  1764. "consumes": [
  1765. "application/json"
  1766. ],
  1767. "produces": [
  1768. "application/json"
  1769. ],
  1770. "tags": [
  1771. "动态设置"
  1772. ],
  1773. "summary": "社交管理-动态设置-基础设置(更新)",
  1774. "parameters": [
  1775. {
  1776. "type": "string",
  1777. "description": "验证参数Bearer和token空格拼接",
  1778. "name": "Authorization",
  1779. "in": "header",
  1780. "required": true
  1781. },
  1782. {
  1783. "description": "id 必填",
  1784. "name": "req",
  1785. "in": "body",
  1786. "required": true,
  1787. "schema": {
  1788. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1789. }
  1790. }
  1791. ],
  1792. "responses": {
  1793. "200": {
  1794. "description": "修改数据条数",
  1795. "schema": {
  1796. "type": "int"
  1797. }
  1798. },
  1799. "400": {
  1800. "description": "具体错误",
  1801. "schema": {
  1802. "$ref": "#/definitions/md.Response"
  1803. }
  1804. }
  1805. }
  1806. }
  1807. },
  1808. "/api/friendCircleSettings/blackList/add": {
  1809. "post": {
  1810. "description": "黑名单(新增)",
  1811. "consumes": [
  1812. "application/json"
  1813. ],
  1814. "produces": [
  1815. "application/json"
  1816. ],
  1817. "tags": [
  1818. "动态设置"
  1819. ],
  1820. "summary": "社交管理-动态设置-黑名单(新增)",
  1821. "parameters": [
  1822. {
  1823. "type": "string",
  1824. "description": "验证参数Bearer和token空格拼接",
  1825. "name": "Authorization",
  1826. "in": "header",
  1827. "required": true
  1828. },
  1829. {
  1830. "description": "用户id 必填",
  1831. "name": "req",
  1832. "in": "body",
  1833. "required": true,
  1834. "schema": {
  1835. "$ref": "#/definitions/md.AddBlackListReq"
  1836. }
  1837. }
  1838. ],
  1839. "responses": {
  1840. "200": {
  1841. "description": "生成的黑名单id",
  1842. "schema": {
  1843. "type": "string"
  1844. }
  1845. },
  1846. "400": {
  1847. "description": "具体错误",
  1848. "schema": {
  1849. "$ref": "#/definitions/md.Response"
  1850. }
  1851. }
  1852. }
  1853. }
  1854. },
  1855. "/api/friendCircleSettings/blackList/del": {
  1856. "delete": {
  1857. "description": "黑名单(删除)",
  1858. "consumes": [
  1859. "application/json"
  1860. ],
  1861. "produces": [
  1862. "application/json"
  1863. ],
  1864. "tags": [
  1865. "动态设置"
  1866. ],
  1867. "summary": "社交管理-动态设置-黑名单(删除)",
  1868. "parameters": [
  1869. {
  1870. "type": "string",
  1871. "description": "验证参数Bearer和token空格拼接",
  1872. "name": "Authorization",
  1873. "in": "header",
  1874. "required": true
  1875. },
  1876. {
  1877. "description": "黑名单id 必填",
  1878. "name": "req",
  1879. "in": "body",
  1880. "required": true,
  1881. "schema": {
  1882. "$ref": "#/definitions/md.DeleteBlackListReq"
  1883. }
  1884. }
  1885. ],
  1886. "responses": {
  1887. "200": {
  1888. "description": "删除数据数量",
  1889. "schema": {
  1890. "type": "string"
  1891. }
  1892. },
  1893. "400": {
  1894. "description": "具体错误",
  1895. "schema": {
  1896. "$ref": "#/definitions/md.Response"
  1897. }
  1898. }
  1899. }
  1900. }
  1901. },
  1902. "/api/friendCircleSettings/blackList/index": {
  1903. "get": {
  1904. "description": "黑名单(获取)",
  1905. "consumes": [
  1906. "application/json"
  1907. ],
  1908. "produces": [
  1909. "application/json"
  1910. ],
  1911. "tags": [
  1912. "动态设置"
  1913. ],
  1914. "summary": "社交管理-动态设置-黑名单(获取)",
  1915. "parameters": [
  1916. {
  1917. "type": "string",
  1918. "description": "验证参数Bearer和token空格拼接",
  1919. "name": "Authorization",
  1920. "in": "header",
  1921. "required": true
  1922. },
  1923. {
  1924. "type": "integer",
  1925. "description": "每页大小",
  1926. "name": "limit",
  1927. "in": "query",
  1928. "required": true
  1929. },
  1930. {
  1931. "type": "integer",
  1932. "description": "页数",
  1933. "name": "page",
  1934. "in": "query",
  1935. "required": true
  1936. },
  1937. {
  1938. "type": "integer",
  1939. "description": "手机号",
  1940. "name": "phone",
  1941. "in": "query",
  1942. "required": true
  1943. },
  1944. {
  1945. "type": "integer",
  1946. "description": "用户名",
  1947. "name": "nickname",
  1948. "in": "query",
  1949. "required": true
  1950. },
  1951. {
  1952. "type": "integer",
  1953. "description": "用户id",
  1954. "name": "uid",
  1955. "in": "query",
  1956. "required": true
  1957. }
  1958. ],
  1959. "responses": {
  1960. "200": {
  1961. "description": "具体数据",
  1962. "schema": {
  1963. "$ref": "#/definitions/md.GetBlackListResp"
  1964. }
  1965. },
  1966. "400": {
  1967. "description": "具体错误",
  1968. "schema": {
  1969. "$ref": "#/definitions/md.Response"
  1970. }
  1971. }
  1972. }
  1973. }
  1974. },
  1975. "/api/friendCircleSettings/dynamic/del": {
  1976. "delete": {
  1977. "description": "动态(删除)",
  1978. "consumes": [
  1979. "application/json"
  1980. ],
  1981. "produces": [
  1982. "application/json"
  1983. ],
  1984. "tags": [
  1985. "动态设置"
  1986. ],
  1987. "summary": "社交管理-动态设置-动态(删除)",
  1988. "parameters": [
  1989. {
  1990. "type": "string",
  1991. "description": "验证参数Bearer和token空格拼接",
  1992. "name": "Authorization",
  1993. "in": "header",
  1994. "required": true
  1995. },
  1996. {
  1997. "description": "删除动态id必填",
  1998. "name": "req",
  1999. "in": "body",
  2000. "required": true,
  2001. "schema": {
  2002. "$ref": "#/definitions/md.DeleteDynamicReq"
  2003. }
  2004. }
  2005. ],
  2006. "responses": {
  2007. "200": {
  2008. "description": "success",
  2009. "schema": {
  2010. "type": "string"
  2011. }
  2012. },
  2013. "400": {
  2014. "description": "具体错误",
  2015. "schema": {
  2016. "$ref": "#/definitions/md.Response"
  2017. }
  2018. }
  2019. }
  2020. }
  2021. },
  2022. "/api/friendCircleSettings/dynamic/index": {
  2023. "post": {
  2024. "description": "动态(获取)",
  2025. "consumes": [
  2026. "application/json"
  2027. ],
  2028. "produces": [
  2029. "application/json"
  2030. ],
  2031. "tags": [
  2032. "动态设置"
  2033. ],
  2034. "summary": "社交管理-动态设置-动态(获取)",
  2035. "parameters": [
  2036. {
  2037. "type": "string",
  2038. "description": "验证参数Bearer和token空格拼接",
  2039. "name": "Authorization",
  2040. "in": "header",
  2041. "required": true
  2042. },
  2043. {
  2044. "description": "筛选条件",
  2045. "name": "req",
  2046. "in": "body",
  2047. "schema": {
  2048. "$ref": "#/definitions/md.GetDynamicReq"
  2049. }
  2050. }
  2051. ],
  2052. "responses": {
  2053. "200": {
  2054. "description": "生成的黑名单id",
  2055. "schema": {
  2056. "$ref": "#/definitions/md.GetDynamicResp"
  2057. }
  2058. },
  2059. "400": {
  2060. "description": "具体错误",
  2061. "schema": {
  2062. "$ref": "#/definitions/md.Response"
  2063. }
  2064. }
  2065. }
  2066. }
  2067. },
  2068. "/api/friendCircleSettings/dynamic/release": {
  2069. "post": {
  2070. "description": "动态(发布)",
  2071. "consumes": [
  2072. "application/json"
  2073. ],
  2074. "produces": [
  2075. "application/json"
  2076. ],
  2077. "tags": [
  2078. "动态设置"
  2079. ],
  2080. "summary": "社交管理-动态设置-动态(发布)",
  2081. "parameters": [
  2082. {
  2083. "type": "string",
  2084. "description": "验证参数Bearer和token空格拼接",
  2085. "name": "Authorization",
  2086. "in": "header",
  2087. "required": true
  2088. },
  2089. {
  2090. "description": "发布动态信息",
  2091. "name": "req",
  2092. "in": "body",
  2093. "required": true,
  2094. "schema": {
  2095. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2096. }
  2097. }
  2098. ],
  2099. "responses": {
  2100. "200": {
  2101. "description": "success",
  2102. "schema": {
  2103. "type": "string"
  2104. }
  2105. },
  2106. "400": {
  2107. "description": "具体错误",
  2108. "schema": {
  2109. "$ref": "#/definitions/md.Response"
  2110. }
  2111. }
  2112. }
  2113. }
  2114. },
  2115. "/api/friendCircleSettings/dynamic/update": {
  2116. "post": {
  2117. "description": "动态(更新)",
  2118. "consumes": [
  2119. "application/json"
  2120. ],
  2121. "produces": [
  2122. "application/json"
  2123. ],
  2124. "tags": [
  2125. "动态设置"
  2126. ],
  2127. "summary": "社交管理-动态设置-动态(更新)",
  2128. "parameters": [
  2129. {
  2130. "type": "string",
  2131. "description": "验证参数Bearer和token空格拼接",
  2132. "name": "Authorization",
  2133. "in": "header",
  2134. "required": true
  2135. },
  2136. {
  2137. "description": "更新动态id必填",
  2138. "name": "req",
  2139. "in": "body",
  2140. "required": true,
  2141. "schema": {
  2142. "$ref": "#/definitions/md.UpdateDynamicReq"
  2143. }
  2144. }
  2145. ],
  2146. "responses": {
  2147. "200": {
  2148. "description": "success",
  2149. "schema": {
  2150. "type": "string"
  2151. }
  2152. },
  2153. "400": {
  2154. "description": "具体错误",
  2155. "schema": {
  2156. "$ref": "#/definitions/md.Response"
  2157. }
  2158. }
  2159. }
  2160. }
  2161. },
  2162. "/api/getSTSVoucher": {
  2163. "get": {
  2164. "description": "STS临时访问凭证(获取)",
  2165. "consumes": [
  2166. "application/json"
  2167. ],
  2168. "produces": [
  2169. "application/json"
  2170. ],
  2171. "tags": [
  2172. "打包机使用"
  2173. ],
  2174. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2175. "parameters": [
  2176. {
  2177. "type": "string",
  2178. "description": "验证参数Bearer和token空格拼接",
  2179. "name": "Authorization",
  2180. "in": "header",
  2181. "required": true
  2182. }
  2183. ],
  2184. "responses": {
  2185. "200": {
  2186. "description": "凭证及其他信息",
  2187. "schema": {
  2188. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2189. }
  2190. },
  2191. "400": {
  2192. "description": "具体错误",
  2193. "schema": {
  2194. "$ref": "#/definitions/md.Response"
  2195. }
  2196. }
  2197. }
  2198. }
  2199. },
  2200. "/api/homePage/activeData": {
  2201. "get": {
  2202. "description": "活跃数据",
  2203. "consumes": [
  2204. "application/json"
  2205. ],
  2206. "produces": [
  2207. "application/json"
  2208. ],
  2209. "tags": [
  2210. "首页"
  2211. ],
  2212. "summary": "首页-首页-活跃数据",
  2213. "parameters": [
  2214. {
  2215. "type": "string",
  2216. "description": "验证参数Bearer和token空格拼接",
  2217. "name": "Authorization",
  2218. "in": "header",
  2219. "required": true
  2220. }
  2221. ],
  2222. "responses": {
  2223. "200": {
  2224. "description": "具体数据",
  2225. "schema": {
  2226. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2227. }
  2228. },
  2229. "400": {
  2230. "description": "具体错误",
  2231. "schema": {
  2232. "$ref": "#/definitions/md.Response"
  2233. }
  2234. }
  2235. }
  2236. }
  2237. },
  2238. "/api/homePage/growData": {
  2239. "get": {
  2240. "description": "用户增长曲线",
  2241. "consumes": [
  2242. "application/json"
  2243. ],
  2244. "produces": [
  2245. "application/json"
  2246. ],
  2247. "tags": [
  2248. "首页"
  2249. ],
  2250. "summary": "首页-首页-用户增长曲线",
  2251. "parameters": [
  2252. {
  2253. "type": "string",
  2254. "description": "验证参数Bearer和token空格拼接",
  2255. "name": "Authorization",
  2256. "in": "header",
  2257. "required": true
  2258. },
  2259. {
  2260. "type": "string",
  2261. "description": "1:按天 2:按周 3:按小时",
  2262. "name": "kind",
  2263. "in": "query"
  2264. }
  2265. ],
  2266. "responses": {
  2267. "200": {
  2268. "description": "具体数据",
  2269. "schema": {
  2270. "$ref": "#/definitions/md.GetPriceCurveResp"
  2271. }
  2272. },
  2273. "400": {
  2274. "description": "具体错误",
  2275. "schema": {
  2276. "$ref": "#/definitions/md.Response"
  2277. }
  2278. }
  2279. }
  2280. }
  2281. },
  2282. "/api/homePage/totalData": {
  2283. "get": {
  2284. "description": "数据总览",
  2285. "consumes": [
  2286. "application/json"
  2287. ],
  2288. "produces": [
  2289. "application/json"
  2290. ],
  2291. "tags": [
  2292. "首页"
  2293. ],
  2294. "summary": "首页-首页-数据总览",
  2295. "parameters": [
  2296. {
  2297. "type": "string",
  2298. "description": "验证参数Bearer和token空格拼接",
  2299. "name": "Authorization",
  2300. "in": "header",
  2301. "required": true
  2302. },
  2303. {
  2304. "type": "string",
  2305. "description": "年",
  2306. "name": "year",
  2307. "in": "query",
  2308. "required": true
  2309. },
  2310. {
  2311. "type": "string",
  2312. "description": "月",
  2313. "name": "month",
  2314. "in": "query",
  2315. "required": true
  2316. }
  2317. ],
  2318. "responses": {
  2319. "200": {
  2320. "description": "具体数据",
  2321. "schema": {
  2322. "$ref": "#/definitions/hdl.TotalDataResp"
  2323. }
  2324. },
  2325. "400": {
  2326. "description": "具体错误",
  2327. "schema": {
  2328. "$ref": "#/definitions/md.Response"
  2329. }
  2330. }
  2331. }
  2332. }
  2333. },
  2334. "/api/im/addCustomerService": {
  2335. "post": {
  2336. "description": "客服(新增)",
  2337. "consumes": [
  2338. "application/json"
  2339. ],
  2340. "produces": [
  2341. "application/json"
  2342. ],
  2343. "tags": [
  2344. "客服"
  2345. ],
  2346. "summary": "Im-客服(新增)",
  2347. "parameters": [
  2348. {
  2349. "type": "string",
  2350. "description": "验证参数Bearer和token空格拼接",
  2351. "name": "Authorization",
  2352. "in": "header",
  2353. "required": true
  2354. },
  2355. {
  2356. "description": "相关参数",
  2357. "name": "req",
  2358. "in": "body",
  2359. "required": true,
  2360. "schema": {
  2361. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2362. }
  2363. }
  2364. ],
  2365. "responses": {
  2366. "200": {
  2367. "description": "success",
  2368. "schema": {
  2369. "type": "string"
  2370. }
  2371. },
  2372. "400": {
  2373. "description": "具体错误",
  2374. "schema": {
  2375. "$ref": "#/definitions/md.Response"
  2376. }
  2377. }
  2378. }
  2379. }
  2380. },
  2381. "/api/im/addEmoticon": {
  2382. "post": {
  2383. "description": "表情包(新增)",
  2384. "consumes": [
  2385. "application/json"
  2386. ],
  2387. "produces": [
  2388. "application/json"
  2389. ],
  2390. "tags": [
  2391. "表情包"
  2392. ],
  2393. "summary": "Im-表情包(新增)",
  2394. "parameters": [
  2395. {
  2396. "type": "string",
  2397. "description": "验证参数Bearer和token空格拼接",
  2398. "name": "Authorization",
  2399. "in": "header",
  2400. "required": true
  2401. },
  2402. {
  2403. "description": "相关参数",
  2404. "name": "req",
  2405. "in": "body",
  2406. "required": true,
  2407. "schema": {
  2408. "$ref": "#/definitions/md.AddEmoticonReq"
  2409. }
  2410. }
  2411. ],
  2412. "responses": {
  2413. "200": {
  2414. "description": "success",
  2415. "schema": {
  2416. "type": "string"
  2417. }
  2418. },
  2419. "400": {
  2420. "description": "具体错误",
  2421. "schema": {
  2422. "$ref": "#/definitions/md.Response"
  2423. }
  2424. }
  2425. }
  2426. }
  2427. },
  2428. "/api/im/batchSendGroupMessage": {
  2429. "post": {
  2430. "description": "群发发送群组消息",
  2431. "consumes": [
  2432. "application/json"
  2433. ],
  2434. "produces": [
  2435. "application/json"
  2436. ],
  2437. "tags": [
  2438. "群发发送群组消息"
  2439. ],
  2440. "summary": "Im-群发发送群组消息",
  2441. "parameters": [
  2442. {
  2443. "type": "string",
  2444. "description": "验证参数Bearer和token空格拼接",
  2445. "name": "Authorization",
  2446. "in": "header",
  2447. "required": true
  2448. },
  2449. {
  2450. "description": "相关参数",
  2451. "name": "req",
  2452. "in": "body",
  2453. "required": true,
  2454. "schema": {
  2455. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2456. }
  2457. }
  2458. ],
  2459. "responses": {
  2460. "200": {
  2461. "description": "success",
  2462. "schema": {
  2463. "type": "string"
  2464. }
  2465. },
  2466. "400": {
  2467. "description": "具体错误",
  2468. "schema": {
  2469. "$ref": "#/definitions/md.Response"
  2470. }
  2471. }
  2472. }
  2473. }
  2474. },
  2475. "/api/im/batchSendUserMessage": {
  2476. "post": {
  2477. "description": "群发发送用户消息",
  2478. "consumes": [
  2479. "application/json"
  2480. ],
  2481. "produces": [
  2482. "application/json"
  2483. ],
  2484. "tags": [
  2485. "群发发送用户消息"
  2486. ],
  2487. "summary": "Im-群发发送用户消息",
  2488. "parameters": [
  2489. {
  2490. "type": "string",
  2491. "description": "验证参数Bearer和token空格拼接",
  2492. "name": "Authorization",
  2493. "in": "header",
  2494. "required": true
  2495. },
  2496. {
  2497. "description": "相关参数",
  2498. "name": "req",
  2499. "in": "body",
  2500. "required": true,
  2501. "schema": {
  2502. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2503. }
  2504. }
  2505. ],
  2506. "responses": {
  2507. "200": {
  2508. "description": "success",
  2509. "schema": {
  2510. "type": "string"
  2511. }
  2512. },
  2513. "400": {
  2514. "description": "具体错误",
  2515. "schema": {
  2516. "$ref": "#/definitions/md.Response"
  2517. }
  2518. }
  2519. }
  2520. }
  2521. },
  2522. "/api/im/deleteEmoticon": {
  2523. "post": {
  2524. "description": "表情包(删除)",
  2525. "consumes": [
  2526. "application/json"
  2527. ],
  2528. "produces": [
  2529. "application/json"
  2530. ],
  2531. "tags": [
  2532. "表情包"
  2533. ],
  2534. "summary": "Im-表情包(删除)",
  2535. "parameters": [
  2536. {
  2537. "type": "string",
  2538. "description": "验证参数Bearer和token空格拼接",
  2539. "name": "Authorization",
  2540. "in": "header",
  2541. "required": true
  2542. },
  2543. {
  2544. "description": "相关参数",
  2545. "name": "req",
  2546. "in": "body",
  2547. "required": true,
  2548. "schema": {
  2549. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2550. }
  2551. }
  2552. ],
  2553. "responses": {
  2554. "200": {
  2555. "description": "success",
  2556. "schema": {
  2557. "type": "string"
  2558. }
  2559. },
  2560. "400": {
  2561. "description": "具体错误",
  2562. "schema": {
  2563. "$ref": "#/definitions/md.Response"
  2564. }
  2565. }
  2566. }
  2567. }
  2568. },
  2569. "/api/im/getBasic": {
  2570. "get": {
  2571. "description": "基础设置(获取)",
  2572. "consumes": [
  2573. "application/json"
  2574. ],
  2575. "produces": [
  2576. "application/json"
  2577. ],
  2578. "tags": [
  2579. "基础设置"
  2580. ],
  2581. "summary": "Im-基础设置(获取)",
  2582. "parameters": [
  2583. {
  2584. "type": "string",
  2585. "description": "验证参数Bearer和token空格拼接",
  2586. "name": "Authorization",
  2587. "in": "header",
  2588. "required": true
  2589. }
  2590. ],
  2591. "responses": {
  2592. "200": {
  2593. "description": "设置列表",
  2594. "schema": {
  2595. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2596. }
  2597. },
  2598. "400": {
  2599. "description": "具体错误",
  2600. "schema": {
  2601. "$ref": "#/definitions/md.Response"
  2602. }
  2603. }
  2604. }
  2605. }
  2606. },
  2607. "/api/im/groupList": {
  2608. "post": {
  2609. "description": "群组用户(列表)",
  2610. "consumes": [
  2611. "application/json"
  2612. ],
  2613. "produces": [
  2614. "application/json"
  2615. ],
  2616. "tags": [
  2617. "群组用户"
  2618. ],
  2619. "summary": "Im-群组用户(列表)",
  2620. "parameters": [
  2621. {
  2622. "type": "string",
  2623. "description": "验证参数Bearer和token空格拼接",
  2624. "name": "Authorization",
  2625. "in": "header",
  2626. "required": true
  2627. },
  2628. {
  2629. "description": "相关参数",
  2630. "name": "req",
  2631. "in": "body",
  2632. "required": true,
  2633. "schema": {
  2634. "$ref": "#/definitions/md.GroupListReq"
  2635. }
  2636. }
  2637. ],
  2638. "responses": {
  2639. "200": {
  2640. "description": "OK",
  2641. "schema": {
  2642. "$ref": "#/definitions/md.GroupListResp"
  2643. }
  2644. },
  2645. "400": {
  2646. "description": "具体错误",
  2647. "schema": {
  2648. "$ref": "#/definitions/md.Response"
  2649. }
  2650. }
  2651. }
  2652. }
  2653. },
  2654. "/api/im/pageCustomerService": {
  2655. "post": {
  2656. "description": "客服(列表)",
  2657. "consumes": [
  2658. "application/json"
  2659. ],
  2660. "produces": [
  2661. "application/json"
  2662. ],
  2663. "tags": [
  2664. "客服"
  2665. ],
  2666. "summary": "Im-客服(列表)",
  2667. "parameters": [
  2668. {
  2669. "type": "string",
  2670. "description": "验证参数Bearer和token空格拼接",
  2671. "name": "Authorization",
  2672. "in": "header",
  2673. "required": true
  2674. },
  2675. {
  2676. "description": "相关参数",
  2677. "name": "req",
  2678. "in": "body",
  2679. "required": true,
  2680. "schema": {
  2681. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2682. }
  2683. }
  2684. ],
  2685. "responses": {
  2686. "200": {
  2687. "description": "设置列表",
  2688. "schema": {
  2689. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2690. }
  2691. },
  2692. "400": {
  2693. "description": "具体错误",
  2694. "schema": {
  2695. "$ref": "#/definitions/md.Response"
  2696. }
  2697. }
  2698. }
  2699. }
  2700. },
  2701. "/api/im/pageEmoticon": {
  2702. "post": {
  2703. "description": "表情包(列表)",
  2704. "consumes": [
  2705. "application/json"
  2706. ],
  2707. "produces": [
  2708. "application/json"
  2709. ],
  2710. "tags": [
  2711. "表情包"
  2712. ],
  2713. "summary": "Im-表情包(列表)",
  2714. "parameters": [
  2715. {
  2716. "type": "string",
  2717. "description": "验证参数Bearer和token空格拼接",
  2718. "name": "Authorization",
  2719. "in": "header",
  2720. "required": true
  2721. },
  2722. {
  2723. "description": "相关参数",
  2724. "name": "req",
  2725. "in": "body",
  2726. "required": true,
  2727. "schema": {
  2728. "$ref": "#/definitions/md.PageEmoticonReq"
  2729. }
  2730. }
  2731. ],
  2732. "responses": {
  2733. "200": {
  2734. "description": "设置列表",
  2735. "schema": {
  2736. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2737. }
  2738. },
  2739. "400": {
  2740. "description": "具体错误",
  2741. "schema": {
  2742. "$ref": "#/definitions/md.Response"
  2743. }
  2744. }
  2745. }
  2746. }
  2747. },
  2748. "/api/im/pageSendRedPackageOrd": {
  2749. "post": {
  2750. "description": "红包记录(列表)",
  2751. "consumes": [
  2752. "application/json"
  2753. ],
  2754. "produces": [
  2755. "application/json"
  2756. ],
  2757. "tags": [
  2758. "红包记录"
  2759. ],
  2760. "summary": "Im-红包记录(列表)",
  2761. "parameters": [
  2762. {
  2763. "type": "string",
  2764. "description": "验证参数Bearer和token空格拼接",
  2765. "name": "Authorization",
  2766. "in": "header",
  2767. "required": true
  2768. },
  2769. {
  2770. "description": "相关参数",
  2771. "name": "req",
  2772. "in": "body",
  2773. "required": true,
  2774. "schema": {
  2775. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2776. }
  2777. }
  2778. ],
  2779. "responses": {
  2780. "200": {
  2781. "description": "success",
  2782. "schema": {
  2783. "type": "string"
  2784. }
  2785. },
  2786. "400": {
  2787. "description": "具体错误",
  2788. "schema": {
  2789. "$ref": "#/definitions/md.Response"
  2790. }
  2791. }
  2792. }
  2793. }
  2794. },
  2795. "/api/im/redPackageRecordsDetail": {
  2796. "get": {
  2797. "description": "红包记录(详情)",
  2798. "consumes": [
  2799. "application/json"
  2800. ],
  2801. "produces": [
  2802. "application/json"
  2803. ],
  2804. "tags": [
  2805. "红包记录"
  2806. ],
  2807. "summary": "Im-红包记录(详情)",
  2808. "parameters": [
  2809. {
  2810. "type": "string",
  2811. "description": "验证参数Bearer和token空格拼接",
  2812. "name": "Authorization",
  2813. "in": "header",
  2814. "required": true
  2815. },
  2816. {
  2817. "type": "string",
  2818. "description": "红包id",
  2819. "name": "red_package_id",
  2820. "in": "query",
  2821. "required": true
  2822. }
  2823. ],
  2824. "responses": {
  2825. "200": {
  2826. "description": "success",
  2827. "schema": {
  2828. "type": "string"
  2829. }
  2830. },
  2831. "400": {
  2832. "description": "具体错误",
  2833. "schema": {
  2834. "$ref": "#/definitions/md.Response"
  2835. }
  2836. }
  2837. }
  2838. }
  2839. },
  2840. "/api/im/setBasic": {
  2841. "post": {
  2842. "description": "基础设置(更新)",
  2843. "consumes": [
  2844. "application/json"
  2845. ],
  2846. "produces": [
  2847. "application/json"
  2848. ],
  2849. "tags": [
  2850. "基础设置"
  2851. ],
  2852. "summary": "Im-基础设置(更新)",
  2853. "parameters": [
  2854. {
  2855. "type": "string",
  2856. "description": "验证参数Bearer和token空格拼接",
  2857. "name": "Authorization",
  2858. "in": "header",
  2859. "required": true
  2860. },
  2861. {
  2862. "description": "上传需要修改的信息",
  2863. "name": "req",
  2864. "in": "body",
  2865. "required": true,
  2866. "schema": {
  2867. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2868. }
  2869. }
  2870. ],
  2871. "responses": {
  2872. "200": {
  2873. "description": "success",
  2874. "schema": {
  2875. "type": "string"
  2876. }
  2877. },
  2878. "400": {
  2879. "description": "具体错误",
  2880. "schema": {
  2881. "$ref": "#/definitions/md.Response"
  2882. }
  2883. }
  2884. }
  2885. }
  2886. },
  2887. "/api/im/setCustomerServiceState": {
  2888. "post": {
  2889. "description": "客服(更新状态)",
  2890. "consumes": [
  2891. "application/json"
  2892. ],
  2893. "produces": [
  2894. "application/json"
  2895. ],
  2896. "tags": [
  2897. "客服"
  2898. ],
  2899. "summary": "Im-客服(更新状态)",
  2900. "parameters": [
  2901. {
  2902. "type": "string",
  2903. "description": "验证参数Bearer和token空格拼接",
  2904. "name": "Authorization",
  2905. "in": "header",
  2906. "required": true
  2907. },
  2908. {
  2909. "description": "相关参数",
  2910. "name": "req",
  2911. "in": "body",
  2912. "required": true,
  2913. "schema": {
  2914. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2915. }
  2916. }
  2917. ],
  2918. "responses": {
  2919. "200": {
  2920. "description": "success",
  2921. "schema": {
  2922. "type": "string"
  2923. }
  2924. },
  2925. "400": {
  2926. "description": "具体错误",
  2927. "schema": {
  2928. "$ref": "#/definitions/md.Response"
  2929. }
  2930. }
  2931. }
  2932. }
  2933. },
  2934. "/api/im/setEmoticonState": {
  2935. "post": {
  2936. "description": "表情包(新增)",
  2937. "consumes": [
  2938. "application/json"
  2939. ],
  2940. "produces": [
  2941. "application/json"
  2942. ],
  2943. "tags": [
  2944. "表情包"
  2945. ],
  2946. "summary": "Im-表情包(更新状态)",
  2947. "parameters": [
  2948. {
  2949. "type": "string",
  2950. "description": "验证参数Bearer和token空格拼接",
  2951. "name": "Authorization",
  2952. "in": "header",
  2953. "required": true
  2954. },
  2955. {
  2956. "description": "相关参数",
  2957. "name": "req",
  2958. "in": "body",
  2959. "required": true,
  2960. "schema": {
  2961. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2962. }
  2963. }
  2964. ],
  2965. "responses": {
  2966. "200": {
  2967. "description": "success",
  2968. "schema": {
  2969. "type": "string"
  2970. }
  2971. },
  2972. "400": {
  2973. "description": "具体错误",
  2974. "schema": {
  2975. "$ref": "#/definitions/md.Response"
  2976. }
  2977. }
  2978. }
  2979. }
  2980. },
  2981. "/api/im/updateCustomerServiceMemo": {
  2982. "post": {
  2983. "description": "客服(编辑备注)",
  2984. "consumes": [
  2985. "application/json"
  2986. ],
  2987. "produces": [
  2988. "application/json"
  2989. ],
  2990. "tags": [
  2991. "客服"
  2992. ],
  2993. "summary": "Im-客服(编辑备注)",
  2994. "parameters": [
  2995. {
  2996. "type": "string",
  2997. "description": "验证参数Bearer和token空格拼接",
  2998. "name": "Authorization",
  2999. "in": "header",
  3000. "required": true
  3001. },
  3002. {
  3003. "description": "相关参数",
  3004. "name": "req",
  3005. "in": "body",
  3006. "required": true,
  3007. "schema": {
  3008. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  3009. }
  3010. }
  3011. ],
  3012. "responses": {
  3013. "200": {
  3014. "description": "success",
  3015. "schema": {
  3016. "type": "string"
  3017. }
  3018. },
  3019. "400": {
  3020. "description": "具体错误",
  3021. "schema": {
  3022. "$ref": "#/definitions/md.Response"
  3023. }
  3024. }
  3025. }
  3026. }
  3027. },
  3028. "/api/im/updateEmoticon": {
  3029. "post": {
  3030. "description": "表情包(编辑)",
  3031. "consumes": [
  3032. "application/json"
  3033. ],
  3034. "produces": [
  3035. "application/json"
  3036. ],
  3037. "tags": [
  3038. "表情包"
  3039. ],
  3040. "summary": "Im-表情包(编辑)",
  3041. "parameters": [
  3042. {
  3043. "type": "string",
  3044. "description": "验证参数Bearer和token空格拼接",
  3045. "name": "Authorization",
  3046. "in": "header",
  3047. "required": true
  3048. },
  3049. {
  3050. "description": "相关参数",
  3051. "name": "req",
  3052. "in": "body",
  3053. "required": true,
  3054. "schema": {
  3055. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3056. }
  3057. }
  3058. ],
  3059. "responses": {
  3060. "200": {
  3061. "description": "success",
  3062. "schema": {
  3063. "type": "string"
  3064. }
  3065. },
  3066. "400": {
  3067. "description": "具体错误",
  3068. "schema": {
  3069. "$ref": "#/definitions/md.Response"
  3070. }
  3071. }
  3072. }
  3073. }
  3074. },
  3075. "/api/institutionalManagement/contentReward/playlet/base": {
  3076. "get": {
  3077. "description": "制度中心-内容奖励-短剧基本信息",
  3078. "consumes": [
  3079. "application/json"
  3080. ],
  3081. "produces": [
  3082. "application/json"
  3083. ],
  3084. "tags": [
  3085. "蛋蛋能量"
  3086. ],
  3087. "summary": "制度中心-内容奖励-短剧基本信息",
  3088. "parameters": [
  3089. {
  3090. "type": "string",
  3091. "description": "验证参数Bearer和token空格拼接",
  3092. "name": "Authorization",
  3093. "in": "header",
  3094. "required": true
  3095. }
  3096. ],
  3097. "responses": {
  3098. "200": {
  3099. "description": "具体数据",
  3100. "schema": {
  3101. "$ref": "#/definitions/md.PlayletBaseData"
  3102. }
  3103. },
  3104. "400": {
  3105. "description": "具体错误",
  3106. "schema": {
  3107. "$ref": "#/definitions/md.Response"
  3108. }
  3109. }
  3110. }
  3111. }
  3112. },
  3113. "/api/institutionalManagement/contentReward/playlet/save": {
  3114. "post": {
  3115. "description": "制度中心-内容奖励-短剧基本配置保存",
  3116. "consumes": [
  3117. "application/json"
  3118. ],
  3119. "produces": [
  3120. "application/json"
  3121. ],
  3122. "tags": [
  3123. "蛋蛋能量"
  3124. ],
  3125. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3126. "parameters": [
  3127. {
  3128. "type": "string",
  3129. "description": "验证参数Bearer和token空格拼接",
  3130. "name": "Authorization",
  3131. "in": "header",
  3132. "required": true
  3133. },
  3134. {
  3135. "description": "(分页信息必填)",
  3136. "name": "req",
  3137. "in": "body",
  3138. "required": true,
  3139. "schema": {
  3140. "$ref": "#/definitions/md.PlayletBaseData"
  3141. }
  3142. }
  3143. ],
  3144. "responses": {
  3145. "200": {
  3146. "description": "具体数据",
  3147. "schema": {
  3148. "type": "string"
  3149. }
  3150. },
  3151. "400": {
  3152. "description": "具体错误",
  3153. "schema": {
  3154. "$ref": "#/definitions/md.Response"
  3155. }
  3156. }
  3157. }
  3158. }
  3159. },
  3160. "/api/institutionalManagement/contentReward/video/base": {
  3161. "get": {
  3162. "description": "制度中心-内容奖励-短视频基本信息",
  3163. "consumes": [
  3164. "application/json"
  3165. ],
  3166. "produces": [
  3167. "application/json"
  3168. ],
  3169. "tags": [
  3170. "蛋蛋能量"
  3171. ],
  3172. "summary": "制度中心-内容奖励-短视频基本信息",
  3173. "parameters": [
  3174. {
  3175. "type": "string",
  3176. "description": "验证参数Bearer和token空格拼接",
  3177. "name": "Authorization",
  3178. "in": "header",
  3179. "required": true
  3180. }
  3181. ],
  3182. "responses": {
  3183. "200": {
  3184. "description": "具体数据",
  3185. "schema": {
  3186. "$ref": "#/definitions/md.VideoBaseData"
  3187. }
  3188. },
  3189. "400": {
  3190. "description": "具体错误",
  3191. "schema": {
  3192. "$ref": "#/definitions/md.Response"
  3193. }
  3194. }
  3195. }
  3196. }
  3197. },
  3198. "/api/institutionalManagement/contentReward/video/save": {
  3199. "post": {
  3200. "description": "制度中心-内容奖励-短视频基本配置保存",
  3201. "consumes": [
  3202. "application/json"
  3203. ],
  3204. "produces": [
  3205. "application/json"
  3206. ],
  3207. "tags": [
  3208. "蛋蛋能量"
  3209. ],
  3210. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3211. "parameters": [
  3212. {
  3213. "type": "string",
  3214. "description": "验证参数Bearer和token空格拼接",
  3215. "name": "Authorization",
  3216. "in": "header",
  3217. "required": true
  3218. },
  3219. {
  3220. "description": "(分页信息必填)",
  3221. "name": "req",
  3222. "in": "body",
  3223. "required": true,
  3224. "schema": {
  3225. "$ref": "#/definitions/md.VideoBaseData"
  3226. }
  3227. }
  3228. ],
  3229. "responses": {
  3230. "200": {
  3231. "description": "具体数据",
  3232. "schema": {
  3233. "type": "string"
  3234. }
  3235. },
  3236. "400": {
  3237. "description": "具体错误",
  3238. "schema": {
  3239. "$ref": "#/definitions/md.Response"
  3240. }
  3241. }
  3242. }
  3243. }
  3244. },
  3245. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3246. "post": {
  3247. "description": "会员设置(新增)",
  3248. "consumes": [
  3249. "application/json"
  3250. ],
  3251. "produces": [
  3252. "application/json"
  3253. ],
  3254. "tags": [
  3255. "蛋蛋能量"
  3256. ],
  3257. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3258. "parameters": [
  3259. {
  3260. "type": "string",
  3261. "description": "验证参数Bearer和token空格拼接",
  3262. "name": "Authorization",
  3263. "in": "header",
  3264. "required": true
  3265. },
  3266. {
  3267. "description": "system_id 必填",
  3268. "name": "req",
  3269. "in": "body",
  3270. "required": true,
  3271. "schema": {
  3272. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3273. }
  3274. }
  3275. ],
  3276. "responses": {
  3277. "200": {
  3278. "description": "修改数据条数",
  3279. "schema": {
  3280. "type": "int"
  3281. }
  3282. },
  3283. "400": {
  3284. "description": "具体错误",
  3285. "schema": {
  3286. "$ref": "#/definitions/md.Response"
  3287. }
  3288. }
  3289. }
  3290. }
  3291. },
  3292. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3293. "post": {
  3294. "description": "动态数据流水(获取)",
  3295. "consumes": [
  3296. "application/json"
  3297. ],
  3298. "produces": [
  3299. "application/json"
  3300. ],
  3301. "tags": [
  3302. "公排管理"
  3303. ],
  3304. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3305. "parameters": [
  3306. {
  3307. "type": "string",
  3308. "description": "验证参数Bearer和token空格拼接",
  3309. "name": "Authorization",
  3310. "in": "header",
  3311. "required": true
  3312. },
  3313. {
  3314. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3315. "name": "req",
  3316. "in": "body",
  3317. "required": true,
  3318. "schema": {
  3319. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3320. }
  3321. }
  3322. ],
  3323. "responses": {
  3324. "200": {
  3325. "description": "成功返回",
  3326. "schema": {
  3327. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3328. }
  3329. },
  3330. "400": {
  3331. "description": "具体错误",
  3332. "schema": {
  3333. "$ref": "#/definitions/md.Response"
  3334. }
  3335. }
  3336. }
  3337. }
  3338. },
  3339. "/api/institutionalManagement/eggEnergy/batchAddVirtualCoins": {
  3340. "post": {
  3341. "description": "批量新增币种",
  3342. "consumes": [
  3343. "application/json"
  3344. ],
  3345. "produces": [
  3346. "application/json"
  3347. ],
  3348. "tags": [
  3349. "蛋蛋能量"
  3350. ],
  3351. "summary": "制度中心-蛋蛋能量-批量新增币种",
  3352. "parameters": [
  3353. {
  3354. "type": "string",
  3355. "description": "验证参数Bearer和token空格拼接",
  3356. "name": "Authorization",
  3357. "in": "header",
  3358. "required": true
  3359. },
  3360. {
  3361. "description": "新增数据信息",
  3362. "name": "req",
  3363. "in": "body",
  3364. "required": true,
  3365. "schema": {
  3366. "$ref": "#/definitions/md.BatchAddVirtualCoinsReq"
  3367. }
  3368. }
  3369. ],
  3370. "responses": {
  3371. "200": {
  3372. "description": "新增数据数量",
  3373. "schema": {
  3374. "type": "int"
  3375. }
  3376. },
  3377. "400": {
  3378. "description": "具体错误",
  3379. "schema": {
  3380. "$ref": "#/definitions/md.Response"
  3381. }
  3382. }
  3383. }
  3384. }
  3385. },
  3386. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3387. "get": {
  3388. "description": "贡献值-基础设置(获取)",
  3389. "consumes": [
  3390. "application/json"
  3391. ],
  3392. "produces": [
  3393. "application/json"
  3394. ],
  3395. "tags": [
  3396. "贡献值"
  3397. ],
  3398. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3399. "parameters": [
  3400. {
  3401. "type": "string",
  3402. "description": "验证参数Bearer和token空格拼接",
  3403. "name": "Authorization",
  3404. "in": "header",
  3405. "required": true
  3406. }
  3407. ],
  3408. "responses": {
  3409. "200": {
  3410. "description": "具体数据",
  3411. "schema": {
  3412. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3413. }
  3414. },
  3415. "400": {
  3416. "description": "具体错误",
  3417. "schema": {
  3418. "$ref": "#/definitions/md.Response"
  3419. }
  3420. }
  3421. }
  3422. }
  3423. },
  3424. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3425. "post": {
  3426. "description": "贡献值-基础设置(更新)",
  3427. "consumes": [
  3428. "application/json"
  3429. ],
  3430. "produces": [
  3431. "application/json"
  3432. ],
  3433. "tags": [
  3434. "贡献值"
  3435. ],
  3436. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3437. "parameters": [
  3438. {
  3439. "type": "string",
  3440. "description": "验证参数Bearer和token空格拼接",
  3441. "name": "Authorization",
  3442. "in": "header",
  3443. "required": true
  3444. },
  3445. {
  3446. "description": "id 必填",
  3447. "name": "req",
  3448. "in": "body",
  3449. "required": true,
  3450. "schema": {
  3451. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3452. }
  3453. }
  3454. ],
  3455. "responses": {
  3456. "200": {
  3457. "description": "修改数据条数",
  3458. "schema": {
  3459. "type": "int"
  3460. }
  3461. },
  3462. "400": {
  3463. "description": "具体错误",
  3464. "schema": {
  3465. "$ref": "#/definitions/md.Response"
  3466. }
  3467. }
  3468. }
  3469. }
  3470. },
  3471. "/api/institutionalManagement/eggEnergy/deleteVirtualCoin/{$id}": {
  3472. "delete": {
  3473. "description": "删除币种",
  3474. "consumes": [
  3475. "application/json"
  3476. ],
  3477. "produces": [
  3478. "application/json"
  3479. ],
  3480. "tags": [
  3481. "蛋蛋能量"
  3482. ],
  3483. "summary": "制度中心-蛋蛋能量-删除币种",
  3484. "parameters": [
  3485. {
  3486. "type": "string",
  3487. "description": "验证参数Bearer和token空格拼接",
  3488. "name": "Authorization",
  3489. "in": "header",
  3490. "required": true
  3491. }
  3492. ],
  3493. "responses": {
  3494. "200": {
  3495. "description": "删除数据数量",
  3496. "schema": {
  3497. "type": "int"
  3498. }
  3499. },
  3500. "400": {
  3501. "description": "具体错误",
  3502. "schema": {
  3503. "$ref": "#/definitions/md.Response"
  3504. }
  3505. }
  3506. }
  3507. }
  3508. },
  3509. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3510. "post": {
  3511. "description": "蛋蛋分管理(人工打分)",
  3512. "consumes": [
  3513. "application/json"
  3514. ],
  3515. "produces": [
  3516. "application/json"
  3517. ],
  3518. "tags": [
  3519. "蛋蛋能量"
  3520. ],
  3521. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3522. "parameters": [
  3523. {
  3524. "type": "string",
  3525. "description": "验证参数Bearer和token空格拼接",
  3526. "name": "Authorization",
  3527. "in": "header",
  3528. "required": true
  3529. },
  3530. {
  3531. "description": "请求参数",
  3532. "name": "req",
  3533. "in": "body",
  3534. "required": true,
  3535. "schema": {
  3536. "$ref": "#/definitions/md.ManualScoreReq"
  3537. }
  3538. }
  3539. ],
  3540. "responses": {
  3541. "200": {
  3542. "description": "成功返回",
  3543. "schema": {
  3544. "type": "string"
  3545. }
  3546. },
  3547. "400": {
  3548. "description": "具体错误",
  3549. "schema": {
  3550. "$ref": "#/definitions/md.Response"
  3551. }
  3552. }
  3553. }
  3554. }
  3555. },
  3556. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3557. "post": {
  3558. "description": "蛋蛋分管理(着陆页数据分析)",
  3559. "consumes": [
  3560. "application/json"
  3561. ],
  3562. "produces": [
  3563. "application/json"
  3564. ],
  3565. "tags": [
  3566. "蛋蛋能量"
  3567. ],
  3568. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3569. "parameters": [
  3570. {
  3571. "type": "string",
  3572. "description": "验证参数Bearer和token空格拼接",
  3573. "name": "Authorization",
  3574. "in": "header",
  3575. "required": true
  3576. },
  3577. {
  3578. "description": "请求参数",
  3579. "name": "req",
  3580. "in": "body",
  3581. "required": true,
  3582. "schema": {
  3583. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3584. }
  3585. }
  3586. ],
  3587. "responses": {
  3588. "200": {
  3589. "description": "成功返回",
  3590. "schema": {
  3591. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3592. }
  3593. },
  3594. "400": {
  3595. "description": "具体错误",
  3596. "schema": {
  3597. "$ref": "#/definitions/md.Response"
  3598. }
  3599. }
  3600. }
  3601. }
  3602. },
  3603. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3604. "post": {
  3605. "description": "蛋蛋分管理(用户数据列表)",
  3606. "consumes": [
  3607. "application/json"
  3608. ],
  3609. "produces": [
  3610. "application/json"
  3611. ],
  3612. "tags": [
  3613. "蛋蛋能量"
  3614. ],
  3615. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3616. "parameters": [
  3617. {
  3618. "type": "string",
  3619. "description": "验证参数Bearer和token空格拼接",
  3620. "name": "Authorization",
  3621. "in": "header",
  3622. "required": true
  3623. },
  3624. {
  3625. "description": "请求参数",
  3626. "name": "req",
  3627. "in": "body",
  3628. "required": true,
  3629. "schema": {
  3630. "$ref": "#/definitions/md.UserEggFlowReq"
  3631. }
  3632. }
  3633. ],
  3634. "responses": {
  3635. "200": {
  3636. "description": "成功返回",
  3637. "schema": {
  3638. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3639. }
  3640. },
  3641. "400": {
  3642. "description": "具体错误",
  3643. "schema": {
  3644. "$ref": "#/definitions/md.Response"
  3645. }
  3646. }
  3647. }
  3648. }
  3649. },
  3650. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3651. "post": {
  3652. "description": "蛋蛋分管理(着陆页数据)",
  3653. "consumes": [
  3654. "application/json"
  3655. ],
  3656. "produces": [
  3657. "application/json"
  3658. ],
  3659. "tags": [
  3660. "蛋蛋能量"
  3661. ],
  3662. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3663. "parameters": [
  3664. {
  3665. "type": "string",
  3666. "description": "验证参数Bearer和token空格拼接",
  3667. "name": "Authorization",
  3668. "in": "header",
  3669. "required": true
  3670. },
  3671. {
  3672. "description": "请求参数",
  3673. "name": "req",
  3674. "in": "body",
  3675. "required": true,
  3676. "schema": {
  3677. "$ref": "#/definitions/md.UserEggIndexReq"
  3678. }
  3679. }
  3680. ],
  3681. "responses": {
  3682. "200": {
  3683. "description": "成功返回",
  3684. "schema": {
  3685. "$ref": "#/definitions/md.UserEggIndexResp"
  3686. }
  3687. },
  3688. "400": {
  3689. "description": "具体错误",
  3690. "schema": {
  3691. "$ref": "#/definitions/md.Response"
  3692. }
  3693. }
  3694. }
  3695. }
  3696. },
  3697. "/api/institutionalManagement/eggEnergy/getBasic": {
  3698. "get": {
  3699. "description": "基础设置(获取)",
  3700. "consumes": [
  3701. "application/json"
  3702. ],
  3703. "produces": [
  3704. "application/json"
  3705. ],
  3706. "tags": [
  3707. "蛋蛋能量"
  3708. ],
  3709. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3710. "parameters": [
  3711. {
  3712. "type": "string",
  3713. "description": "验证参数Bearer和token空格拼接",
  3714. "name": "Authorization",
  3715. "in": "header",
  3716. "required": true
  3717. }
  3718. ],
  3719. "responses": {
  3720. "200": {
  3721. "description": "具体数据",
  3722. "schema": {
  3723. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3724. }
  3725. },
  3726. "400": {
  3727. "description": "具体错误",
  3728. "schema": {
  3729. "$ref": "#/definitions/md.Response"
  3730. }
  3731. }
  3732. }
  3733. }
  3734. },
  3735. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3736. "get": {
  3737. "description": "基础会员设置(获取)",
  3738. "consumes": [
  3739. "application/json"
  3740. ],
  3741. "produces": [
  3742. "application/json"
  3743. ],
  3744. "tags": [
  3745. "蛋蛋能量"
  3746. ],
  3747. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3748. "parameters": [
  3749. {
  3750. "type": "string",
  3751. "description": "验证参数Bearer和token空格拼接",
  3752. "name": "Authorization",
  3753. "in": "header",
  3754. "required": true
  3755. }
  3756. ],
  3757. "responses": {
  3758. "200": {
  3759. "description": "具体数据",
  3760. "schema": {
  3761. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3762. }
  3763. },
  3764. "400": {
  3765. "description": "具体错误",
  3766. "schema": {
  3767. "$ref": "#/definitions/md.Response"
  3768. }
  3769. }
  3770. }
  3771. }
  3772. },
  3773. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3774. "get": {
  3775. "description": "查询所有币种(获取)",
  3776. "consumes": [
  3777. "application/json"
  3778. ],
  3779. "produces": [
  3780. "application/json"
  3781. ],
  3782. "tags": [
  3783. "蛋蛋能量"
  3784. ],
  3785. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3786. "parameters": [
  3787. {
  3788. "type": "string",
  3789. "description": "验证参数Bearer和token空格拼接",
  3790. "name": "Authorization",
  3791. "in": "header",
  3792. "required": true
  3793. }
  3794. ],
  3795. "responses": {
  3796. "200": {
  3797. "description": "成功返回",
  3798. "schema": {
  3799. "type": "array",
  3800. "items": {
  3801. "$ref": "#/definitions/md.VirtualCoin"
  3802. }
  3803. }
  3804. },
  3805. "400": {
  3806. "description": "具体错误",
  3807. "schema": {
  3808. "$ref": "#/definitions/md.Response"
  3809. }
  3810. }
  3811. }
  3812. }
  3813. },
  3814. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3815. "get": {
  3816. "description": "数据概览(获取)",
  3817. "consumes": [
  3818. "application/json"
  3819. ],
  3820. "produces": [
  3821. "application/json"
  3822. ],
  3823. "tags": [
  3824. "蛋蛋能量"
  3825. ],
  3826. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3827. "parameters": [
  3828. {
  3829. "type": "string",
  3830. "description": "验证参数Bearer和token空格拼接",
  3831. "name": "Authorization",
  3832. "in": "header",
  3833. "required": true
  3834. }
  3835. ],
  3836. "responses": {
  3837. "200": {
  3838. "description": "具体数据",
  3839. "schema": {
  3840. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  3841. }
  3842. },
  3843. "400": {
  3844. "description": "具体错误",
  3845. "schema": {
  3846. "$ref": "#/definitions/md.Response"
  3847. }
  3848. }
  3849. }
  3850. }
  3851. },
  3852. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  3853. "post": {
  3854. "description": "价值明细数据(新增)",
  3855. "consumes": [
  3856. "application/json"
  3857. ],
  3858. "produces": [
  3859. "application/json"
  3860. ],
  3861. "tags": [
  3862. "蛋蛋能量"
  3863. ],
  3864. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  3865. "parameters": [
  3866. {
  3867. "type": "string",
  3868. "description": "验证参数Bearer和token空格拼接",
  3869. "name": "Authorization",
  3870. "in": "header",
  3871. "required": true
  3872. },
  3873. {
  3874. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3875. "name": "req",
  3876. "in": "body",
  3877. "required": true,
  3878. "schema": {
  3879. "$ref": "#/definitions/md.AddFundDataReq"
  3880. }
  3881. }
  3882. ],
  3883. "responses": {
  3884. "200": {
  3885. "description": "插入数据 id",
  3886. "schema": {
  3887. "type": "int"
  3888. }
  3889. },
  3890. "400": {
  3891. "description": "具体错误",
  3892. "schema": {
  3893. "$ref": "#/definitions/md.Response"
  3894. }
  3895. }
  3896. }
  3897. }
  3898. },
  3899. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  3900. "post": {
  3901. "description": "新增数据列表(获取)",
  3902. "consumes": [
  3903. "application/json"
  3904. ],
  3905. "produces": [
  3906. "application/json"
  3907. ],
  3908. "tags": [
  3909. "蛋蛋能量"
  3910. ],
  3911. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3912. "parameters": [
  3913. {
  3914. "type": "string",
  3915. "description": "验证参数Bearer和token空格拼接",
  3916. "name": "Authorization",
  3917. "in": "header",
  3918. "required": true
  3919. },
  3920. {
  3921. "description": "分页信息必填",
  3922. "name": "req",
  3923. "in": "body",
  3924. "required": true,
  3925. "schema": {
  3926. "$ref": "#/definitions/md.GetFundDataListReq"
  3927. }
  3928. }
  3929. ],
  3930. "responses": {
  3931. "200": {
  3932. "description": "具体数据",
  3933. "schema": {
  3934. "$ref": "#/definitions/md.GetFundDataListResp"
  3935. }
  3936. },
  3937. "400": {
  3938. "description": "具体错误",
  3939. "schema": {
  3940. "$ref": "#/definitions/md.Response"
  3941. }
  3942. }
  3943. }
  3944. }
  3945. },
  3946. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3947. "post": {
  3948. "description": "新增数据列表详情(查询)",
  3949. "consumes": [
  3950. "application/json"
  3951. ],
  3952. "produces": [
  3953. "application/json"
  3954. ],
  3955. "tags": [
  3956. "蛋蛋能量"
  3957. ],
  3958. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3959. "parameters": [
  3960. {
  3961. "type": "string",
  3962. "description": "验证参数Bearer和token空格拼接",
  3963. "name": "Authorization",
  3964. "in": "header",
  3965. "required": true
  3966. },
  3967. {
  3968. "description": "获取到的 system_id 以及分页信息",
  3969. "name": "req",
  3970. "in": "body",
  3971. "required": true,
  3972. "schema": {
  3973. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3974. }
  3975. }
  3976. ],
  3977. "responses": {
  3978. "200": {
  3979. "description": "具体数据",
  3980. "schema": {
  3981. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3982. }
  3983. },
  3984. "400": {
  3985. "description": "具体错误",
  3986. "schema": {
  3987. "$ref": "#/definitions/md.Response"
  3988. }
  3989. }
  3990. }
  3991. }
  3992. },
  3993. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  3994. "get": {
  3995. "description": "价格趋势(获取)",
  3996. "consumes": [
  3997. "application/json"
  3998. ],
  3999. "produces": [
  4000. "application/json"
  4001. ],
  4002. "tags": [
  4003. "蛋蛋能量"
  4004. ],
  4005. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  4006. "parameters": [
  4007. {
  4008. "type": "string",
  4009. "description": "验证参数Bearer和token空格拼接",
  4010. "name": "Authorization",
  4011. "in": "header",
  4012. "required": true
  4013. },
  4014. {
  4015. "type": "string",
  4016. "description": "1:按天 2:按小时 3:按周",
  4017. "name": "kind",
  4018. "in": "query"
  4019. }
  4020. ],
  4021. "responses": {
  4022. "200": {
  4023. "description": "具体数据",
  4024. "schema": {
  4025. "$ref": "#/definitions/md.GetPriceCurveResp"
  4026. }
  4027. },
  4028. "400": {
  4029. "description": "具体错误",
  4030. "schema": {
  4031. "$ref": "#/definitions/md.Response"
  4032. }
  4033. }
  4034. }
  4035. }
  4036. },
  4037. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  4038. "post": {
  4039. "description": "激励视频(获取)",
  4040. "consumes": [
  4041. "application/json"
  4042. ],
  4043. "produces": [
  4044. "application/json"
  4045. ],
  4046. "tags": [
  4047. "蛋蛋能量"
  4048. ],
  4049. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  4050. "parameters": [
  4051. {
  4052. "type": "string",
  4053. "description": "验证参数Bearer和token空格拼接",
  4054. "name": "Authorization",
  4055. "in": "header",
  4056. "required": true
  4057. },
  4058. {
  4059. "description": "落地页不填页大小默认20条数据",
  4060. "name": "req",
  4061. "in": "body",
  4062. "required": true,
  4063. "schema": {
  4064. "$ref": "#/definitions/md.SetVideoRewardReq"
  4065. }
  4066. }
  4067. ],
  4068. "responses": {
  4069. "200": {
  4070. "description": "OK",
  4071. "schema": {
  4072. "$ref": "#/definitions/md.GetVideoRewardResp"
  4073. }
  4074. },
  4075. "400": {
  4076. "description": "具体错误",
  4077. "schema": {
  4078. "$ref": "#/definitions/md.Response"
  4079. }
  4080. }
  4081. }
  4082. }
  4083. },
  4084. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  4085. "post": {
  4086. "description": "其他广告设置数据(新增)",
  4087. "consumes": [
  4088. "application/json"
  4089. ],
  4090. "produces": [
  4091. "application/json"
  4092. ],
  4093. "tags": [
  4094. "蛋蛋能量"
  4095. ],
  4096. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  4097. "parameters": [
  4098. {
  4099. "type": "string",
  4100. "description": "验证参数Bearer和token空格拼接",
  4101. "name": "Authorization",
  4102. "in": "header",
  4103. "required": true
  4104. },
  4105. {
  4106. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4107. "name": "req",
  4108. "in": "body",
  4109. "required": true,
  4110. "schema": {
  4111. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  4112. }
  4113. }
  4114. ],
  4115. "responses": {
  4116. "200": {
  4117. "description": "插入数据 id",
  4118. "schema": {
  4119. "type": "int"
  4120. }
  4121. },
  4122. "400": {
  4123. "description": "具体错误",
  4124. "schema": {
  4125. "$ref": "#/definitions/md.Response"
  4126. }
  4127. }
  4128. }
  4129. }
  4130. },
  4131. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  4132. "post": {
  4133. "description": "其他广告设置数据(获取)",
  4134. "consumes": [
  4135. "application/json"
  4136. ],
  4137. "produces": [
  4138. "application/json"
  4139. ],
  4140. "tags": [
  4141. "蛋蛋能量"
  4142. ],
  4143. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4144. "parameters": [
  4145. {
  4146. "type": "string",
  4147. "description": "验证参数Bearer和token空格拼接",
  4148. "name": "Authorization",
  4149. "in": "header",
  4150. "required": true
  4151. },
  4152. {
  4153. "description": "分页信息必填",
  4154. "name": "req",
  4155. "in": "body",
  4156. "required": true,
  4157. "schema": {
  4158. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4159. }
  4160. }
  4161. ],
  4162. "responses": {
  4163. "200": {
  4164. "description": "具体数据",
  4165. "schema": {
  4166. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4167. }
  4168. },
  4169. "400": {
  4170. "description": "具体错误",
  4171. "schema": {
  4172. "$ref": "#/definitions/md.Response"
  4173. }
  4174. }
  4175. }
  4176. }
  4177. },
  4178. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4179. "post": {
  4180. "description": "激励视频(设置)",
  4181. "consumes": [
  4182. "application/json"
  4183. ],
  4184. "produces": [
  4185. "application/json"
  4186. ],
  4187. "tags": [
  4188. "蛋蛋能量"
  4189. ],
  4190. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4191. "parameters": [
  4192. {
  4193. "type": "string",
  4194. "description": "验证参数Bearer和token空格拼接",
  4195. "name": "Authorization",
  4196. "in": "header",
  4197. "required": true
  4198. },
  4199. {
  4200. "description": "落地页不填页大小默认20条数据",
  4201. "name": "req",
  4202. "in": "body",
  4203. "required": true,
  4204. "schema": {
  4205. "$ref": "#/definitions/md.SetVideoRewardReq"
  4206. }
  4207. }
  4208. ],
  4209. "responses": {
  4210. "200": {
  4211. "description": "success",
  4212. "schema": {
  4213. "type": "string"
  4214. }
  4215. },
  4216. "400": {
  4217. "description": "具体错误",
  4218. "schema": {
  4219. "$ref": "#/definitions/md.Response"
  4220. }
  4221. }
  4222. }
  4223. }
  4224. },
  4225. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4226. "post": {
  4227. "description": "基础设置(更新)",
  4228. "consumes": [
  4229. "application/json"
  4230. ],
  4231. "produces": [
  4232. "application/json"
  4233. ],
  4234. "tags": [
  4235. "蛋蛋能量"
  4236. ],
  4237. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4238. "parameters": [
  4239. {
  4240. "type": "string",
  4241. "description": "验证参数Bearer和token空格拼接",
  4242. "name": "Authorization",
  4243. "in": "header",
  4244. "required": true
  4245. },
  4246. {
  4247. "description": "system_id 必填",
  4248. "name": "req",
  4249. "in": "body",
  4250. "required": true,
  4251. "schema": {
  4252. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4253. }
  4254. }
  4255. ],
  4256. "responses": {
  4257. "200": {
  4258. "description": "修改数据条数",
  4259. "schema": {
  4260. "type": "int"
  4261. }
  4262. },
  4263. "400": {
  4264. "description": "具体错误",
  4265. "schema": {
  4266. "$ref": "#/definitions/md.Response"
  4267. }
  4268. }
  4269. }
  4270. }
  4271. },
  4272. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4273. "post": {
  4274. "description": "会员设置(更新)",
  4275. "consumes": [
  4276. "application/json"
  4277. ],
  4278. "produces": [
  4279. "application/json"
  4280. ],
  4281. "tags": [
  4282. "蛋蛋能量"
  4283. ],
  4284. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4285. "parameters": [
  4286. {
  4287. "type": "string",
  4288. "description": "验证参数Bearer和token空格拼接",
  4289. "name": "Authorization",
  4290. "in": "header",
  4291. "required": true
  4292. },
  4293. {
  4294. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4295. "name": "req",
  4296. "in": "body",
  4297. "required": true,
  4298. "schema": {
  4299. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4300. }
  4301. }
  4302. ],
  4303. "responses": {
  4304. "200": {
  4305. "description": "修改数据条数",
  4306. "schema": {
  4307. "type": "int"
  4308. }
  4309. },
  4310. "400": {
  4311. "description": "具体错误",
  4312. "schema": {
  4313. "$ref": "#/definitions/md.Response"
  4314. }
  4315. }
  4316. }
  4317. }
  4318. },
  4319. "/api/institutionalManagement/eggEnergy/updateVirtualCoin": {
  4320. "post": {
  4321. "description": "更新币种信息",
  4322. "consumes": [
  4323. "application/json"
  4324. ],
  4325. "produces": [
  4326. "application/json"
  4327. ],
  4328. "tags": [
  4329. "蛋蛋能量"
  4330. ],
  4331. "summary": "制度中心-蛋蛋能量-更新币种信息",
  4332. "parameters": [
  4333. {
  4334. "type": "string",
  4335. "description": "验证参数Bearer和token空格拼接",
  4336. "name": "Authorization",
  4337. "in": "header",
  4338. "required": true
  4339. },
  4340. {
  4341. "description": "更新数据信息",
  4342. "name": "req",
  4343. "in": "body",
  4344. "required": true,
  4345. "schema": {
  4346. "$ref": "#/definitions/md.UpdateVirtualCoinReq"
  4347. }
  4348. }
  4349. ],
  4350. "responses": {
  4351. "200": {
  4352. "description": "更新数据数量",
  4353. "schema": {
  4354. "type": "int"
  4355. }
  4356. },
  4357. "400": {
  4358. "description": "具体错误",
  4359. "schema": {
  4360. "$ref": "#/definitions/md.Response"
  4361. }
  4362. }
  4363. }
  4364. }
  4365. },
  4366. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4367. "post": {
  4368. "description": "蛋蛋能量流水(查询)",
  4369. "consumes": [
  4370. "application/json"
  4371. ],
  4372. "produces": [
  4373. "application/json"
  4374. ],
  4375. "tags": [
  4376. "公排管理"
  4377. ],
  4378. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4379. "parameters": [
  4380. {
  4381. "type": "string",
  4382. "description": "验证参数Bearer和token空格拼接",
  4383. "name": "Authorization",
  4384. "in": "header",
  4385. "required": true
  4386. },
  4387. {
  4388. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4389. "name": "req",
  4390. "in": "body",
  4391. "required": true,
  4392. "schema": {
  4393. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4394. }
  4395. }
  4396. ],
  4397. "responses": {
  4398. "200": {
  4399. "description": "成功返回",
  4400. "schema": {
  4401. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4402. }
  4403. },
  4404. "400": {
  4405. "description": "具体错误",
  4406. "schema": {
  4407. "$ref": "#/definitions/md.Response"
  4408. }
  4409. }
  4410. }
  4411. }
  4412. },
  4413. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4414. "post": {
  4415. "description": "蛋蛋能量明细(获取)",
  4416. "consumes": [
  4417. "application/json"
  4418. ],
  4419. "produces": [
  4420. "application/json"
  4421. ],
  4422. "tags": [
  4423. "公排管理"
  4424. ],
  4425. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4426. "parameters": [
  4427. {
  4428. "type": "string",
  4429. "description": "验证参数Bearer和token空格拼接",
  4430. "name": "Authorization",
  4431. "in": "header",
  4432. "required": true
  4433. },
  4434. {
  4435. "description": "落地页不填页大小默认20条数据",
  4436. "name": "req",
  4437. "in": "body",
  4438. "schema": {
  4439. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4440. }
  4441. }
  4442. ],
  4443. "responses": {
  4444. "200": {
  4445. "description": "成功返回",
  4446. "schema": {
  4447. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4448. }
  4449. },
  4450. "400": {
  4451. "description": "具体错误",
  4452. "schema": {
  4453. "$ref": "#/definitions/md.Response"
  4454. }
  4455. }
  4456. }
  4457. }
  4458. },
  4459. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4460. "post": {
  4461. "description": "蛋蛋积分持有者明细(获取)",
  4462. "consumes": [
  4463. "application/json"
  4464. ],
  4465. "produces": [
  4466. "application/json"
  4467. ],
  4468. "tags": [
  4469. "公排管理"
  4470. ],
  4471. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4472. "parameters": [
  4473. {
  4474. "type": "string",
  4475. "description": "验证参数Bearer和token空格拼接",
  4476. "name": "Authorization",
  4477. "in": "header",
  4478. "required": true
  4479. },
  4480. {
  4481. "description": "落地页不填页大小默认20条数据",
  4482. "name": "req",
  4483. "in": "body",
  4484. "schema": {
  4485. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4486. }
  4487. }
  4488. ],
  4489. "responses": {
  4490. "200": {
  4491. "description": "成功返回",
  4492. "schema": {
  4493. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4494. }
  4495. },
  4496. "400": {
  4497. "description": "具体错误",
  4498. "schema": {
  4499. "$ref": "#/definitions/md.Response"
  4500. }
  4501. }
  4502. }
  4503. }
  4504. },
  4505. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4506. "post": {
  4507. "description": "蛋蛋积分流水明细(查询)",
  4508. "consumes": [
  4509. "application/json"
  4510. ],
  4511. "produces": [
  4512. "application/json"
  4513. ],
  4514. "tags": [
  4515. "公排管理"
  4516. ],
  4517. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4518. "parameters": [
  4519. {
  4520. "type": "string",
  4521. "description": "验证参数Bearer和token空格拼接",
  4522. "name": "Authorization",
  4523. "in": "header",
  4524. "required": true
  4525. },
  4526. {
  4527. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4528. "name": "req",
  4529. "in": "body",
  4530. "required": true,
  4531. "schema": {
  4532. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4533. }
  4534. }
  4535. ],
  4536. "responses": {
  4537. "200": {
  4538. "description": "成功返回",
  4539. "schema": {
  4540. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4541. }
  4542. },
  4543. "400": {
  4544. "description": "具体错误",
  4545. "schema": {
  4546. "$ref": "#/definitions/md.Response"
  4547. }
  4548. }
  4549. }
  4550. }
  4551. },
  4552. "/api/institutionalManagement/eggPointCoefficient/add": {
  4553. "post": {
  4554. "description": "区间系数(新增 支持批量新增)",
  4555. "consumes": [
  4556. "application/json"
  4557. ],
  4558. "produces": [
  4559. "application/json"
  4560. ],
  4561. "tags": [
  4562. "蛋蛋分区间系数管理"
  4563. ],
  4564. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4565. "parameters": [
  4566. {
  4567. "type": "string",
  4568. "description": "验证参数Bearer和token空格拼接",
  4569. "name": "Authorization",
  4570. "in": "header",
  4571. "required": true
  4572. },
  4573. {
  4574. "description": "需要新增的内容",
  4575. "name": "req",
  4576. "in": "body",
  4577. "required": true,
  4578. "schema": {
  4579. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4580. }
  4581. }
  4582. ],
  4583. "responses": {
  4584. "200": {
  4585. "description": "新增数据条数",
  4586. "schema": {
  4587. "type": "int"
  4588. }
  4589. },
  4590. "400": {
  4591. "description": "具体错误",
  4592. "schema": {
  4593. "$ref": "#/definitions/md.Response"
  4594. }
  4595. }
  4596. }
  4597. }
  4598. },
  4599. "/api/institutionalManagement/eggPointCoefficient/del": {
  4600. "delete": {
  4601. "description": "区间系数(删除)",
  4602. "consumes": [
  4603. "application/json"
  4604. ],
  4605. "produces": [
  4606. "application/json"
  4607. ],
  4608. "tags": [
  4609. "蛋蛋分区间系数管理"
  4610. ],
  4611. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4612. "parameters": [
  4613. {
  4614. "type": "string",
  4615. "description": "验证参数Bearer和token空格拼接",
  4616. "name": "Authorization",
  4617. "in": "header",
  4618. "required": true
  4619. },
  4620. {
  4621. "description": "需要删除的数据id",
  4622. "name": "req",
  4623. "in": "body",
  4624. "required": true,
  4625. "schema": {
  4626. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4627. }
  4628. }
  4629. ],
  4630. "responses": {
  4631. "200": {
  4632. "description": "成功删除数据条数",
  4633. "schema": {
  4634. "type": "int"
  4635. }
  4636. },
  4637. "400": {
  4638. "description": "具体错误",
  4639. "schema": {
  4640. "$ref": "#/definitions/md.Response"
  4641. }
  4642. }
  4643. }
  4644. }
  4645. },
  4646. "/api/institutionalManagement/eggPointCoefficient/index": {
  4647. "get": {
  4648. "description": "区间系数(获取)",
  4649. "consumes": [
  4650. "application/json"
  4651. ],
  4652. "produces": [
  4653. "application/json"
  4654. ],
  4655. "tags": [
  4656. "蛋蛋分区间系数管理"
  4657. ],
  4658. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4659. "parameters": [
  4660. {
  4661. "type": "string",
  4662. "description": "验证参数Bearer和token空格拼接",
  4663. "name": "Authorization",
  4664. "in": "header",
  4665. "required": true
  4666. }
  4667. ],
  4668. "responses": {
  4669. "200": {
  4670. "description": "OK",
  4671. "schema": {
  4672. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4673. }
  4674. },
  4675. "400": {
  4676. "description": "具体错误",
  4677. "schema": {
  4678. "$ref": "#/definitions/md.Response"
  4679. }
  4680. }
  4681. }
  4682. }
  4683. },
  4684. "/api/institutionalManagement/eggPointCoefficient/update": {
  4685. "post": {
  4686. "description": "区间系数(更新)",
  4687. "consumes": [
  4688. "application/json"
  4689. ],
  4690. "produces": [
  4691. "application/json"
  4692. ],
  4693. "tags": [
  4694. "蛋蛋分区间系数管理"
  4695. ],
  4696. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4697. "parameters": [
  4698. {
  4699. "type": "string",
  4700. "description": "验证参数Bearer和token空格拼接",
  4701. "name": "Authorization",
  4702. "in": "header",
  4703. "required": true
  4704. },
  4705. {
  4706. "description": "需要更新的数据信息",
  4707. "name": "req",
  4708. "in": "body",
  4709. "required": true,
  4710. "schema": {
  4711. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4712. }
  4713. }
  4714. ],
  4715. "responses": {
  4716. "200": {
  4717. "description": "成功修改的数据数量",
  4718. "schema": {
  4719. "type": "int"
  4720. }
  4721. },
  4722. "400": {
  4723. "description": "具体错误",
  4724. "schema": {
  4725. "$ref": "#/definitions/md.Response"
  4726. }
  4727. }
  4728. }
  4729. }
  4730. },
  4731. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4732. "get": {
  4733. "description": "个性化设置(获取)",
  4734. "consumes": [
  4735. "application/json"
  4736. ],
  4737. "produces": [
  4738. "application/json"
  4739. ],
  4740. "tags": [
  4741. "模块设置"
  4742. ],
  4743. "summary": "制度中心-模块设置-个性化设置(获取)",
  4744. "parameters": [
  4745. {
  4746. "type": "string",
  4747. "description": "验证参数Bearer和token空格拼接",
  4748. "name": "Authorization",
  4749. "in": "header",
  4750. "required": true
  4751. },
  4752. {
  4753. "type": "string",
  4754. "description": "模块类型值",
  4755. "name": "mod_name_value",
  4756. "in": "query",
  4757. "required": true
  4758. }
  4759. ],
  4760. "responses": {
  4761. "200": {
  4762. "description": "具体数据",
  4763. "schema": {
  4764. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4765. }
  4766. },
  4767. "400": {
  4768. "description": "具体错误",
  4769. "schema": {
  4770. "$ref": "#/definitions/md.Response"
  4771. }
  4772. }
  4773. }
  4774. }
  4775. },
  4776. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4777. "post": {
  4778. "description": "个性化设置(更新)",
  4779. "consumes": [
  4780. "application/json"
  4781. ],
  4782. "produces": [
  4783. "application/json"
  4784. ],
  4785. "tags": [
  4786. "模块设置"
  4787. ],
  4788. "summary": "制度中心-模块设置-个性化设置(更新)",
  4789. "parameters": [
  4790. {
  4791. "type": "string",
  4792. "description": "验证参数Bearer和token空格拼接",
  4793. "name": "Authorization",
  4794. "in": "header",
  4795. "required": true
  4796. },
  4797. {
  4798. "description": "模块类型值必填 链接传入完整 URL",
  4799. "name": "req",
  4800. "in": "body",
  4801. "required": true,
  4802. "schema": {
  4803. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4804. }
  4805. }
  4806. ],
  4807. "responses": {
  4808. "200": {
  4809. "description": "修改数据条数",
  4810. "schema": {
  4811. "type": "int"
  4812. }
  4813. },
  4814. "400": {
  4815. "description": "具体错误",
  4816. "schema": {
  4817. "$ref": "#/definitions/md.Response"
  4818. }
  4819. }
  4820. }
  4821. }
  4822. },
  4823. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4824. "post": {
  4825. "description": "社区分红(新增)",
  4826. "consumes": [
  4827. "application/json"
  4828. ],
  4829. "produces": [
  4830. "application/json"
  4831. ],
  4832. "tags": [
  4833. "公排管理"
  4834. ],
  4835. "summary": "制度中心-公排管理-社区分红(新增)",
  4836. "parameters": [
  4837. {
  4838. "type": "string",
  4839. "description": "验证参数Bearer和token空格拼接",
  4840. "name": "Authorization",
  4841. "in": "header",
  4842. "required": true
  4843. },
  4844. {
  4845. "description": "分红名称、分红总量",
  4846. "name": "req",
  4847. "in": "body",
  4848. "required": true,
  4849. "schema": {
  4850. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  4851. }
  4852. }
  4853. ],
  4854. "responses": {
  4855. "200": {
  4856. "description": "成功",
  4857. "schema": {
  4858. "type": "success"
  4859. }
  4860. },
  4861. "400": {
  4862. "description": "具体错误",
  4863. "schema": {
  4864. "$ref": "#/definitions/md.Response"
  4865. }
  4866. }
  4867. }
  4868. }
  4869. },
  4870. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  4871. "post": {
  4872. "description": "社区分红(查询)",
  4873. "consumes": [
  4874. "application/json"
  4875. ],
  4876. "produces": [
  4877. "application/json"
  4878. ],
  4879. "tags": [
  4880. "公排管理"
  4881. ],
  4882. "summary": "制度中心-公排管理-社区分红(查询)",
  4883. "parameters": [
  4884. {
  4885. "type": "string",
  4886. "description": "验证参数Bearer和token空格拼接",
  4887. "name": "Authorization",
  4888. "in": "header",
  4889. "required": true
  4890. },
  4891. {
  4892. "description": "页数、每页大小必填 起止时间、起止数量选填",
  4893. "name": "req",
  4894. "in": "body",
  4895. "required": true,
  4896. "schema": {
  4897. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  4898. }
  4899. }
  4900. ],
  4901. "responses": {
  4902. "200": {
  4903. "description": "具体数据",
  4904. "schema": {
  4905. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  4906. }
  4907. },
  4908. "400": {
  4909. "description": "具体错误",
  4910. "schema": {
  4911. "$ref": "#/definitions/md.Response"
  4912. }
  4913. }
  4914. }
  4915. }
  4916. },
  4917. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  4918. "post": {
  4919. "description": "社区长列表(新增)",
  4920. "consumes": [
  4921. "application/json"
  4922. ],
  4923. "produces": [
  4924. "application/json"
  4925. ],
  4926. "tags": [
  4927. "公排管理"
  4928. ],
  4929. "summary": "制度中心-公排管理-社区长列表(新增)",
  4930. "parameters": [
  4931. {
  4932. "type": "string",
  4933. "description": "验证参数Bearer和token空格拼接",
  4934. "name": "Authorization",
  4935. "in": "header",
  4936. "required": true
  4937. },
  4938. {
  4939. "description": "新增社区长 ID、备注",
  4940. "name": "req",
  4941. "in": "body",
  4942. "required": true,
  4943. "schema": {
  4944. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  4945. }
  4946. }
  4947. ],
  4948. "responses": {
  4949. "200": {
  4950. "description": "插入数据 ID",
  4951. "schema": {
  4952. "type": "int"
  4953. }
  4954. },
  4955. "400": {
  4956. "description": "具体错误",
  4957. "schema": {
  4958. "$ref": "#/definitions/md.Response"
  4959. }
  4960. }
  4961. }
  4962. }
  4963. },
  4964. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserDel/{$id}": {
  4965. "delete": {
  4966. "description": "社区长列表(删除)",
  4967. "consumes": [
  4968. "application/json"
  4969. ],
  4970. "produces": [
  4971. "application/json"
  4972. ],
  4973. "tags": [
  4974. "公排管理"
  4975. ],
  4976. "summary": "制度中心-公排管理-社区长列表(删除)",
  4977. "parameters": [
  4978. {
  4979. "type": "string",
  4980. "description": "验证参数Bearer和token空格拼接",
  4981. "name": "Authorization",
  4982. "in": "header",
  4983. "required": true
  4984. }
  4985. ],
  4986. "responses": {
  4987. "200": {
  4988. "description": "删除数据数量",
  4989. "schema": {
  4990. "type": "int"
  4991. }
  4992. },
  4993. "400": {
  4994. "description": "具体错误",
  4995. "schema": {
  4996. "$ref": "#/definitions/md.Response"
  4997. }
  4998. }
  4999. }
  5000. }
  5001. },
  5002. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  5003. "post": {
  5004. "description": "社区长列表(查询)",
  5005. "consumes": [
  5006. "application/json"
  5007. ],
  5008. "produces": [
  5009. "application/json"
  5010. ],
  5011. "tags": [
  5012. "公排管理"
  5013. ],
  5014. "summary": "制度中心-公排管理-社区长列表(查询)",
  5015. "parameters": [
  5016. {
  5017. "type": "string",
  5018. "description": "验证参数Bearer和token空格拼接",
  5019. "name": "Authorization",
  5020. "in": "header",
  5021. "required": true
  5022. },
  5023. {
  5024. "description": "页数、每页大小必填 手机号、用户ID选填",
  5025. "name": "req",
  5026. "in": "body",
  5027. "required": true,
  5028. "schema": {
  5029. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  5030. }
  5031. }
  5032. ],
  5033. "responses": {
  5034. "200": {
  5035. "description": "社区长列表",
  5036. "schema": {
  5037. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  5038. }
  5039. },
  5040. "400": {
  5041. "description": "具体错误",
  5042. "schema": {
  5043. "$ref": "#/definitions/md.Response"
  5044. }
  5045. }
  5046. }
  5047. }
  5048. },
  5049. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  5050. "post": {
  5051. "description": "关系分布图(位置转换)",
  5052. "consumes": [
  5053. "application/json"
  5054. ],
  5055. "produces": [
  5056. "application/json"
  5057. ],
  5058. "tags": [
  5059. "公排管理"
  5060. ],
  5061. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  5062. "parameters": [
  5063. {
  5064. "type": "string",
  5065. "description": "验证参数Bearer和token空格拼接",
  5066. "name": "Authorization",
  5067. "in": "header",
  5068. "required": true
  5069. },
  5070. {
  5071. "description": "需要交换的两个位置",
  5072. "name": "req",
  5073. "in": "body",
  5074. "required": true,
  5075. "schema": {
  5076. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  5077. }
  5078. }
  5079. ],
  5080. "responses": {
  5081. "200": {
  5082. "description": "成功返回",
  5083. "schema": {
  5084. "type": ""
  5085. }
  5086. },
  5087. "400": {
  5088. "description": "具体错误",
  5089. "schema": {
  5090. "$ref": "#/definitions/md.Response"
  5091. }
  5092. }
  5093. }
  5094. }
  5095. },
  5096. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5097. "get": {
  5098. "description": "关系分布图(获取指定用户上级)",
  5099. "consumes": [
  5100. "application/json"
  5101. ],
  5102. "produces": [
  5103. "application/json"
  5104. ],
  5105. "tags": [
  5106. "公排管理"
  5107. ],
  5108. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  5109. "parameters": [
  5110. {
  5111. "type": "string",
  5112. "description": "验证参数Bearer和token空格拼接",
  5113. "name": "Authorization",
  5114. "in": "header",
  5115. "required": true
  5116. },
  5117. {
  5118. "type": "string",
  5119. "description": "用户ID",
  5120. "name": "uid",
  5121. "in": "query",
  5122. "required": true
  5123. }
  5124. ],
  5125. "responses": {
  5126. "200": {
  5127. "description": "具体数据",
  5128. "schema": {
  5129. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5130. }
  5131. },
  5132. "400": {
  5133. "description": "具体错误",
  5134. "schema": {
  5135. "$ref": "#/definitions/md.Response"
  5136. }
  5137. }
  5138. }
  5139. }
  5140. },
  5141. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5142. "get": {
  5143. "description": "关系分布图(获取指定用户下级)",
  5144. "consumes": [
  5145. "application/json"
  5146. ],
  5147. "produces": [
  5148. "application/json"
  5149. ],
  5150. "tags": [
  5151. "公排管理"
  5152. ],
  5153. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5154. "parameters": [
  5155. {
  5156. "type": "string",
  5157. "description": "验证参数Bearer和token空格拼接",
  5158. "name": "Authorization",
  5159. "in": "header",
  5160. "required": true
  5161. },
  5162. {
  5163. "type": "string",
  5164. "description": "用户ID",
  5165. "name": "uid",
  5166. "in": "query",
  5167. "required": true
  5168. }
  5169. ],
  5170. "responses": {
  5171. "200": {
  5172. "description": "具体数据",
  5173. "schema": {
  5174. "$ref": "#/definitions/md.TreeNode"
  5175. }
  5176. },
  5177. "400": {
  5178. "description": "具体错误",
  5179. "schema": {
  5180. "$ref": "#/definitions/md.Response"
  5181. }
  5182. }
  5183. }
  5184. }
  5185. },
  5186. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5187. "get": {
  5188. "description": "公排基础设置(获取)",
  5189. "consumes": [
  5190. "application/json"
  5191. ],
  5192. "produces": [
  5193. "application/json"
  5194. ],
  5195. "tags": [
  5196. "公排管理"
  5197. ],
  5198. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5199. "parameters": [
  5200. {
  5201. "type": "string",
  5202. "description": "验证参数Bearer和token空格拼接",
  5203. "name": "Authorization",
  5204. "in": "header",
  5205. "required": true
  5206. }
  5207. ],
  5208. "responses": {
  5209. "200": {
  5210. "description": "具体数据",
  5211. "schema": {
  5212. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5213. }
  5214. },
  5215. "400": {
  5216. "description": "具体错误",
  5217. "schema": {
  5218. "$ref": "#/definitions/md.Response"
  5219. }
  5220. }
  5221. }
  5222. }
  5223. },
  5224. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5225. "delete": {
  5226. "description": "免罚用户(删除)",
  5227. "consumes": [
  5228. "application/json"
  5229. ],
  5230. "produces": [
  5231. "application/json"
  5232. ],
  5233. "tags": [
  5234. "公排管理"
  5235. ],
  5236. "summary": "制度中心-公排管理-免罚用户(删除)",
  5237. "parameters": [
  5238. {
  5239. "type": "string",
  5240. "description": "验证参数Bearer和token空格拼接",
  5241. "name": "Authorization",
  5242. "in": "header",
  5243. "required": true
  5244. },
  5245. {
  5246. "description": "免罚用户ID",
  5247. "name": "req",
  5248. "in": "body",
  5249. "required": true,
  5250. "schema": {
  5251. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5252. }
  5253. }
  5254. ],
  5255. "responses": {
  5256. "200": {
  5257. "description": "删除数据数量",
  5258. "schema": {
  5259. "type": "int"
  5260. }
  5261. },
  5262. "400": {
  5263. "description": "具体错误",
  5264. "schema": {
  5265. "$ref": "#/definitions/md.Response"
  5266. }
  5267. }
  5268. }
  5269. }
  5270. },
  5271. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5272. "post": {
  5273. "description": "免罚用户(查询)",
  5274. "consumes": [
  5275. "application/json"
  5276. ],
  5277. "produces": [
  5278. "application/json"
  5279. ],
  5280. "tags": [
  5281. "公排管理"
  5282. ],
  5283. "summary": "制度中心-公排管理-免罚用户(查询)",
  5284. "parameters": [
  5285. {
  5286. "type": "string",
  5287. "description": "验证参数Bearer和token空格拼接",
  5288. "name": "Authorization",
  5289. "in": "header",
  5290. "required": true
  5291. },
  5292. {
  5293. "description": "页数和行数必填,uid选填",
  5294. "name": "req",
  5295. "in": "body",
  5296. "required": true,
  5297. "schema": {
  5298. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5299. }
  5300. }
  5301. ],
  5302. "responses": {
  5303. "200": {
  5304. "description": "成功返回",
  5305. "schema": {
  5306. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5307. }
  5308. },
  5309. "400": {
  5310. "description": "具体错误",
  5311. "schema": {
  5312. "$ref": "#/definitions/md.Response"
  5313. }
  5314. }
  5315. }
  5316. }
  5317. },
  5318. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5319. "post": {
  5320. "description": "免罚用户(新增)",
  5321. "consumes": [
  5322. "application/json"
  5323. ],
  5324. "produces": [
  5325. "application/json"
  5326. ],
  5327. "tags": [
  5328. "公排管理"
  5329. ],
  5330. "summary": "制度中心-公排管理-免罚用户(新增)",
  5331. "parameters": [
  5332. {
  5333. "type": "string",
  5334. "description": "验证参数Bearer和token空格拼接",
  5335. "name": "Authorization",
  5336. "in": "header",
  5337. "required": true
  5338. },
  5339. {
  5340. "description": "免罚用户ID",
  5341. "name": "req",
  5342. "in": "body",
  5343. "required": true,
  5344. "schema": {
  5345. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5346. }
  5347. }
  5348. ],
  5349. "responses": {
  5350. "200": {
  5351. "description": "插入数据 ID",
  5352. "schema": {
  5353. "type": "int"
  5354. }
  5355. },
  5356. "400": {
  5357. "description": "具体错误",
  5358. "schema": {
  5359. "$ref": "#/definitions/md.Response"
  5360. }
  5361. }
  5362. }
  5363. }
  5364. },
  5365. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5366. "get": {
  5367. "description": "关系分布图(获取)",
  5368. "consumes": [
  5369. "application/json"
  5370. ],
  5371. "produces": [
  5372. "application/json"
  5373. ],
  5374. "tags": [
  5375. "公排管理"
  5376. ],
  5377. "summary": "制度中心-公排管理-关系分布图(获取)",
  5378. "parameters": [
  5379. {
  5380. "type": "string",
  5381. "description": "验证参数Bearer和token空格拼接",
  5382. "name": "Authorization",
  5383. "in": "header",
  5384. "required": true
  5385. },
  5386. {
  5387. "type": "string",
  5388. "description": "phone",
  5389. "name": "phone",
  5390. "in": "query",
  5391. "required": true
  5392. },
  5393. {
  5394. "type": "string",
  5395. "description": "uid",
  5396. "name": "uid",
  5397. "in": "query",
  5398. "required": true
  5399. }
  5400. ],
  5401. "responses": {
  5402. "200": {
  5403. "description": "具体数据",
  5404. "schema": {
  5405. "$ref": "#/definitions/md.TreeNode"
  5406. }
  5407. },
  5408. "400": {
  5409. "description": "具体错误",
  5410. "schema": {
  5411. "$ref": "#/definitions/md.Response"
  5412. }
  5413. }
  5414. }
  5415. }
  5416. },
  5417. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5418. "post": {
  5419. "description": "公排基础设置选择会员(查询)",
  5420. "consumes": [
  5421. "application/json"
  5422. ],
  5423. "produces": [
  5424. "application/json"
  5425. ],
  5426. "tags": [
  5427. "公排管理"
  5428. ],
  5429. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5430. "parameters": [
  5431. {
  5432. "type": "string",
  5433. "description": "验证参数Bearer和token空格拼接",
  5434. "name": "Authorization",
  5435. "in": "header",
  5436. "required": true
  5437. },
  5438. {
  5439. "description": "分页信息必填",
  5440. "name": "req",
  5441. "in": "body",
  5442. "required": true,
  5443. "schema": {
  5444. "$ref": "#/definitions/md.SelectMemberReq"
  5445. }
  5446. }
  5447. ],
  5448. "responses": {
  5449. "200": {
  5450. "description": "具体数据",
  5451. "schema": {
  5452. "$ref": "#/definitions/md.SelectMemberResp"
  5453. }
  5454. },
  5455. "400": {
  5456. "description": "具体错误",
  5457. "schema": {
  5458. "$ref": "#/definitions/md.Response"
  5459. }
  5460. }
  5461. }
  5462. }
  5463. },
  5464. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5465. "put": {
  5466. "description": "公排基础设置(修改)",
  5467. "consumes": [
  5468. "application/json"
  5469. ],
  5470. "produces": [
  5471. "application/json"
  5472. ],
  5473. "tags": [
  5474. "公排管理"
  5475. ],
  5476. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5477. "parameters": [
  5478. {
  5479. "type": "string",
  5480. "description": "验证参数Bearer和token空格拼接",
  5481. "name": "Authorization",
  5482. "in": "header",
  5483. "required": true
  5484. },
  5485. {
  5486. "description": "公排设置表单内容",
  5487. "name": "req",
  5488. "in": "body",
  5489. "required": true,
  5490. "schema": {
  5491. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5492. }
  5493. }
  5494. ],
  5495. "responses": {
  5496. "200": {
  5497. "description": "success",
  5498. "schema": {
  5499. "type": "string"
  5500. }
  5501. },
  5502. "400": {
  5503. "description": "具体错误",
  5504. "schema": {
  5505. "$ref": "#/definitions/md.Response"
  5506. }
  5507. }
  5508. }
  5509. }
  5510. },
  5511. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5512. "post": {
  5513. "description": "日活分析",
  5514. "consumes": [
  5515. "application/json"
  5516. ],
  5517. "produces": [
  5518. "application/json"
  5519. ],
  5520. "tags": [
  5521. "公排管理"
  5522. ],
  5523. "summary": "制度中心-公排管理-日活分析",
  5524. "parameters": [
  5525. {
  5526. "type": "string",
  5527. "description": "验证参数Bearer和token空格拼接",
  5528. "name": "Authorization",
  5529. "in": "header",
  5530. "required": true
  5531. },
  5532. {
  5533. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5534. "name": "req",
  5535. "in": "body",
  5536. "required": true,
  5537. "schema": {
  5538. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5539. }
  5540. }
  5541. ],
  5542. "responses": {
  5543. "200": {
  5544. "description": "具体数据",
  5545. "schema": {
  5546. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5547. }
  5548. },
  5549. "400": {
  5550. "description": "具体错误",
  5551. "schema": {
  5552. "$ref": "#/definitions/md.Response"
  5553. }
  5554. }
  5555. }
  5556. }
  5557. },
  5558. "/api/login": {
  5559. "post": {
  5560. "description": "登入",
  5561. "consumes": [
  5562. "application/json"
  5563. ],
  5564. "produces": [
  5565. "application/json"
  5566. ],
  5567. "tags": [
  5568. "登录"
  5569. ],
  5570. "summary": "登陆",
  5571. "parameters": [
  5572. {
  5573. "description": "用户名密码",
  5574. "name": "req",
  5575. "in": "body",
  5576. "required": true,
  5577. "schema": {
  5578. "$ref": "#/definitions/md.LoginReq"
  5579. }
  5580. }
  5581. ],
  5582. "responses": {
  5583. "200": {
  5584. "description": "token",
  5585. "schema": {
  5586. "$ref": "#/definitions/md.LoginResponse"
  5587. }
  5588. },
  5589. "400": {
  5590. "description": "具体错误",
  5591. "schema": {
  5592. "$ref": "#/definitions/md.Response"
  5593. }
  5594. }
  5595. }
  5596. }
  5597. },
  5598. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5599. "get": {
  5600. "description": "新人红包设置(获取)",
  5601. "consumes": [
  5602. "application/json"
  5603. ],
  5604. "produces": [
  5605. "application/json"
  5606. ],
  5607. "tags": [
  5608. "营销应用"
  5609. ],
  5610. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5611. "parameters": [
  5612. {
  5613. "type": "string",
  5614. "description": "验证参数Bearer和token空格拼接",
  5615. "name": "Authorization",
  5616. "in": "header",
  5617. "required": true
  5618. }
  5619. ],
  5620. "responses": {
  5621. "200": {
  5622. "description": "具体数据",
  5623. "schema": {
  5624. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5625. }
  5626. },
  5627. "400": {
  5628. "description": "具体错误",
  5629. "schema": {
  5630. "$ref": "#/definitions/md.Response"
  5631. }
  5632. }
  5633. }
  5634. }
  5635. },
  5636. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5637. "post": {
  5638. "description": "新人红包列表明细(查询)",
  5639. "consumes": [
  5640. "application/json"
  5641. ],
  5642. "produces": [
  5643. "application/json"
  5644. ],
  5645. "tags": [
  5646. "营销应用"
  5647. ],
  5648. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5649. "parameters": [
  5650. {
  5651. "type": "string",
  5652. "description": "验证参数Bearer和token空格拼接",
  5653. "name": "Authorization",
  5654. "in": "header",
  5655. "required": true
  5656. },
  5657. {
  5658. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5659. "name": "req",
  5660. "in": "body",
  5661. "required": true,
  5662. "schema": {
  5663. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5664. }
  5665. }
  5666. ],
  5667. "responses": {
  5668. "200": {
  5669. "description": "具体数据",
  5670. "schema": {
  5671. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5672. }
  5673. },
  5674. "400": {
  5675. "description": "具体错误",
  5676. "schema": {
  5677. "$ref": "#/definitions/md.Response"
  5678. }
  5679. }
  5680. }
  5681. }
  5682. },
  5683. "/api/marketingApplications/newUserRedPackage/recordList": {
  5684. "post": {
  5685. "description": "新人红包列表(查询)",
  5686. "consumes": [
  5687. "application/json"
  5688. ],
  5689. "produces": [
  5690. "application/json"
  5691. ],
  5692. "tags": [
  5693. "营销应用"
  5694. ],
  5695. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5696. "parameters": [
  5697. {
  5698. "type": "string",
  5699. "description": "验证参数Bearer和token空格拼接",
  5700. "name": "Authorization",
  5701. "in": "header",
  5702. "required": true
  5703. },
  5704. {
  5705. "description": "新人红包列表查询条件(分页信息必填)",
  5706. "name": "req",
  5707. "in": "body",
  5708. "required": true,
  5709. "schema": {
  5710. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5711. }
  5712. }
  5713. ],
  5714. "responses": {
  5715. "200": {
  5716. "description": "具体数据",
  5717. "schema": {
  5718. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5719. }
  5720. },
  5721. "400": {
  5722. "description": "具体错误",
  5723. "schema": {
  5724. "$ref": "#/definitions/md.Response"
  5725. }
  5726. }
  5727. }
  5728. }
  5729. },
  5730. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5731. "put": {
  5732. "description": "新人红包设置(修改)",
  5733. "consumes": [
  5734. "application/json"
  5735. ],
  5736. "produces": [
  5737. "application/json"
  5738. ],
  5739. "tags": [
  5740. "营销应用"
  5741. ],
  5742. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5743. "parameters": [
  5744. {
  5745. "type": "string",
  5746. "description": "验证参数Bearer和token空格拼接",
  5747. "name": "Authorization",
  5748. "in": "header",
  5749. "required": true
  5750. },
  5751. {
  5752. "description": "新人红包设置表单",
  5753. "name": "req",
  5754. "in": "body",
  5755. "required": true,
  5756. "schema": {
  5757. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5758. }
  5759. }
  5760. ],
  5761. "responses": {
  5762. "200": {
  5763. "description": "success",
  5764. "schema": {
  5765. "type": "string"
  5766. }
  5767. },
  5768. "400": {
  5769. "description": "具体错误",
  5770. "schema": {
  5771. "$ref": "#/definitions/md.Response"
  5772. }
  5773. }
  5774. }
  5775. }
  5776. },
  5777. "/api/memberCenter/certificate/del": {
  5778. "post": {
  5779. "description": "会员中心-证书管理-删除",
  5780. "consumes": [
  5781. "application/json"
  5782. ],
  5783. "produces": [
  5784. "application/json"
  5785. ],
  5786. "tags": [
  5787. "会员中心"
  5788. ],
  5789. "summary": "会员中心-证书管理-删除",
  5790. "parameters": [
  5791. {
  5792. "type": "string",
  5793. "description": "验证参数Bearer和token空格拼接",
  5794. "name": "Authorization",
  5795. "in": "header",
  5796. "required": true
  5797. },
  5798. {
  5799. "description": "(分页信息必填)",
  5800. "name": "req",
  5801. "in": "body",
  5802. "required": true,
  5803. "schema": {
  5804. "$ref": "#/definitions/md.CertificateDelReq"
  5805. }
  5806. }
  5807. ],
  5808. "responses": {
  5809. "200": {
  5810. "description": "具体数据",
  5811. "schema": {
  5812. "type": "string"
  5813. }
  5814. },
  5815. "400": {
  5816. "description": "具体错误",
  5817. "schema": {
  5818. "$ref": "#/definitions/md.Response"
  5819. }
  5820. }
  5821. }
  5822. }
  5823. },
  5824. "/api/memberCenter/certificate/list": {
  5825. "post": {
  5826. "description": "会员中心-证书管理",
  5827. "consumes": [
  5828. "application/json"
  5829. ],
  5830. "produces": [
  5831. "application/json"
  5832. ],
  5833. "tags": [
  5834. "会员中心"
  5835. ],
  5836. "summary": "会员中心-证书管理",
  5837. "parameters": [
  5838. {
  5839. "type": "string",
  5840. "description": "验证参数Bearer和token空格拼接",
  5841. "name": "Authorization",
  5842. "in": "header",
  5843. "required": true
  5844. },
  5845. {
  5846. "description": "(分页信息必填)",
  5847. "name": "req",
  5848. "in": "body",
  5849. "required": true,
  5850. "schema": {
  5851. "$ref": "#/definitions/md.CertificateListReq"
  5852. }
  5853. }
  5854. ],
  5855. "responses": {
  5856. "200": {
  5857. "description": "具体数据",
  5858. "schema": {
  5859. "$ref": "#/definitions/md.CertificateListResp"
  5860. }
  5861. },
  5862. "400": {
  5863. "description": "具体错误",
  5864. "schema": {
  5865. "$ref": "#/definitions/md.Response"
  5866. }
  5867. }
  5868. }
  5869. }
  5870. },
  5871. "/api/memberCenter/certificate/save": {
  5872. "post": {
  5873. "description": "会员中心-证书管理-保存",
  5874. "consumes": [
  5875. "application/json"
  5876. ],
  5877. "produces": [
  5878. "application/json"
  5879. ],
  5880. "tags": [
  5881. "会员中心"
  5882. ],
  5883. "summary": "会员中心-证书管理-保存",
  5884. "parameters": [
  5885. {
  5886. "type": "string",
  5887. "description": "验证参数Bearer和token空格拼接",
  5888. "name": "Authorization",
  5889. "in": "header",
  5890. "required": true
  5891. },
  5892. {
  5893. "description": "(分页信息必填)",
  5894. "name": "req",
  5895. "in": "body",
  5896. "required": true,
  5897. "schema": {
  5898. "$ref": "#/definitions/md.CertificateSave"
  5899. }
  5900. }
  5901. ],
  5902. "responses": {
  5903. "200": {
  5904. "description": "具体数据",
  5905. "schema": {
  5906. "type": "string"
  5907. }
  5908. },
  5909. "400": {
  5910. "description": "具体错误",
  5911. "schema": {
  5912. "$ref": "#/definitions/md.Response"
  5913. }
  5914. }
  5915. }
  5916. }
  5917. },
  5918. "/api/memberCenter/levelManagement/addLevel": {
  5919. "post": {
  5920. "description": "等级管理(新增)",
  5921. "consumes": [
  5922. "application/json"
  5923. ],
  5924. "produces": [
  5925. "application/json"
  5926. ],
  5927. "tags": [
  5928. "会员中心"
  5929. ],
  5930. "summary": "制度中心-会员中心-等级管理(新增)",
  5931. "parameters": [
  5932. {
  5933. "type": "string",
  5934. "description": "验证参数Bearer和token空格拼接",
  5935. "name": "Authorization",
  5936. "in": "header",
  5937. "required": true
  5938. },
  5939. {
  5940. "description": "需要新增的等级信息",
  5941. "name": "req",
  5942. "in": "body",
  5943. "required": true,
  5944. "schema": {
  5945. "$ref": "#/definitions/md.AddLevelReq"
  5946. }
  5947. }
  5948. ],
  5949. "responses": {
  5950. "200": {
  5951. "description": "新增等级ID",
  5952. "schema": {
  5953. "type": "int"
  5954. }
  5955. },
  5956. "400": {
  5957. "description": "具体错误",
  5958. "schema": {
  5959. "$ref": "#/definitions/md.Response"
  5960. }
  5961. }
  5962. }
  5963. }
  5964. },
  5965. "/api/memberCenter/levelManagement/deleteLevel": {
  5966. "delete": {
  5967. "description": "等级管理(删除)",
  5968. "consumes": [
  5969. "application/json"
  5970. ],
  5971. "produces": [
  5972. "application/json"
  5973. ],
  5974. "tags": [
  5975. "会员中心"
  5976. ],
  5977. "summary": "制度中心-会员中心-等级管理(删除)",
  5978. "parameters": [
  5979. {
  5980. "type": "string",
  5981. "description": "验证参数Bearer和token空格拼接",
  5982. "name": "Authorization",
  5983. "in": "header",
  5984. "required": true
  5985. },
  5986. {
  5987. "description": "需要删除的等级 ID",
  5988. "name": "req",
  5989. "in": "body",
  5990. "required": true,
  5991. "schema": {
  5992. "$ref": "#/definitions/md.DeleteLevelReq"
  5993. }
  5994. }
  5995. ],
  5996. "responses": {
  5997. "200": {
  5998. "description": "成功删除数据数量",
  5999. "schema": {
  6000. "type": "int"
  6001. }
  6002. },
  6003. "400": {
  6004. "description": "具体错误",
  6005. "schema": {
  6006. "$ref": "#/definitions/md.Response"
  6007. }
  6008. }
  6009. }
  6010. }
  6011. },
  6012. "/api/memberCenter/levelManagement/deleteLevelTask": {
  6013. "delete": {
  6014. "description": "等级任务(删除)",
  6015. "consumes": [
  6016. "application/json"
  6017. ],
  6018. "produces": [
  6019. "application/json"
  6020. ],
  6021. "tags": [
  6022. "会员中心"
  6023. ],
  6024. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  6025. "parameters": [
  6026. {
  6027. "type": "string",
  6028. "description": "验证参数Bearer和token空格拼接",
  6029. "name": "Authorization",
  6030. "in": "header",
  6031. "required": true
  6032. },
  6033. {
  6034. "description": "需要删除的等级任务ID",
  6035. "name": "req",
  6036. "in": "body",
  6037. "required": true,
  6038. "schema": {
  6039. "$ref": "#/definitions/md.DeleteTaskReq"
  6040. }
  6041. }
  6042. ],
  6043. "responses": {
  6044. "200": {
  6045. "description": "成功删除数据数量",
  6046. "schema": {
  6047. "type": "int"
  6048. }
  6049. },
  6050. "400": {
  6051. "description": "具体错误",
  6052. "schema": {
  6053. "$ref": "#/definitions/md.Response"
  6054. }
  6055. }
  6056. }
  6057. }
  6058. },
  6059. "/api/memberCenter/levelManagement/getLevelList": {
  6060. "get": {
  6061. "description": "标签管理(获取)",
  6062. "consumes": [
  6063. "application/json"
  6064. ],
  6065. "produces": [
  6066. "application/json"
  6067. ],
  6068. "tags": [
  6069. "会员中心"
  6070. ],
  6071. "summary": "制度中心-会员中心-等级管理(获取)",
  6072. "parameters": [
  6073. {
  6074. "type": "string",
  6075. "description": "验证参数Bearer和token空格拼接",
  6076. "name": "Authorization",
  6077. "in": "header",
  6078. "required": true
  6079. },
  6080. {
  6081. "type": "integer",
  6082. "description": "每页大小",
  6083. "name": "limit",
  6084. "in": "query",
  6085. "required": true
  6086. },
  6087. {
  6088. "type": "integer",
  6089. "description": "页数",
  6090. "name": "page",
  6091. "in": "query",
  6092. "required": true
  6093. }
  6094. ],
  6095. "responses": {
  6096. "200": {
  6097. "description": "具体数据",
  6098. "schema": {
  6099. "$ref": "#/definitions/md.GetLevelListResp"
  6100. }
  6101. },
  6102. "400": {
  6103. "description": "具体错误",
  6104. "schema": {
  6105. "$ref": "#/definitions/md.Response"
  6106. }
  6107. }
  6108. }
  6109. }
  6110. },
  6111. "/api/memberCenter/levelManagement/getOneLevel": {
  6112. "get": {
  6113. "description": "等级明细(获取)",
  6114. "consumes": [
  6115. "application/json"
  6116. ],
  6117. "produces": [
  6118. "application/json"
  6119. ],
  6120. "tags": [
  6121. "会员中心"
  6122. ],
  6123. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6124. "parameters": [
  6125. {
  6126. "type": "string",
  6127. "description": "验证参数Bearer和token空格拼接",
  6128. "name": "Authorization",
  6129. "in": "header",
  6130. "required": true
  6131. },
  6132. {
  6133. "type": "integer",
  6134. "description": "等级 ID",
  6135. "name": "level_id",
  6136. "in": "query",
  6137. "required": true
  6138. }
  6139. ],
  6140. "responses": {
  6141. "200": {
  6142. "description": "具体数据",
  6143. "schema": {
  6144. "$ref": "#/definitions/md.GetOneLevelResp"
  6145. }
  6146. },
  6147. "400": {
  6148. "description": "具体错误",
  6149. "schema": {
  6150. "$ref": "#/definitions/md.Response"
  6151. }
  6152. }
  6153. }
  6154. }
  6155. },
  6156. "/api/memberCenter/levelManagement/updateLevel": {
  6157. "post": {
  6158. "description": "等级管理(更新)",
  6159. "consumes": [
  6160. "application/json"
  6161. ],
  6162. "produces": [
  6163. "application/json"
  6164. ],
  6165. "tags": [
  6166. "会员中心"
  6167. ],
  6168. "summary": "制度中心-会员中心-等级管理(更新)",
  6169. "parameters": [
  6170. {
  6171. "type": "string",
  6172. "description": "验证参数Bearer和token空格拼接",
  6173. "name": "Authorization",
  6174. "in": "header",
  6175. "required": true
  6176. },
  6177. {
  6178. "description": "需要修改的等级信息",
  6179. "name": "req",
  6180. "in": "body",
  6181. "required": true,
  6182. "schema": {
  6183. "$ref": "#/definitions/md.UpdateLevelReq"
  6184. }
  6185. }
  6186. ],
  6187. "responses": {
  6188. "200": {
  6189. "description": "success",
  6190. "schema": {
  6191. "type": "string"
  6192. }
  6193. },
  6194. "400": {
  6195. "description": "具体错误",
  6196. "schema": {
  6197. "$ref": "#/definitions/md.Response"
  6198. }
  6199. }
  6200. }
  6201. }
  6202. },
  6203. "/api/memberCenter/tagManagement/addTag": {
  6204. "post": {
  6205. "description": "标签管理(新增)",
  6206. "consumes": [
  6207. "application/json"
  6208. ],
  6209. "produces": [
  6210. "application/json"
  6211. ],
  6212. "tags": [
  6213. "会员中心"
  6214. ],
  6215. "summary": "制度中心-会员中心-标签管理(新增)",
  6216. "parameters": [
  6217. {
  6218. "type": "string",
  6219. "description": "验证参数Bearer和token空格拼接",
  6220. "name": "Authorization",
  6221. "in": "header",
  6222. "required": true
  6223. },
  6224. {
  6225. "description": "新增的标签信息",
  6226. "name": "req",
  6227. "in": "body",
  6228. "required": true,
  6229. "schema": {
  6230. "$ref": "#/definitions/md.AddTagReq"
  6231. }
  6232. }
  6233. ],
  6234. "responses": {
  6235. "200": {
  6236. "description": "新增的标签 ID",
  6237. "schema": {
  6238. "type": "int"
  6239. }
  6240. },
  6241. "400": {
  6242. "description": "具体错误",
  6243. "schema": {
  6244. "$ref": "#/definitions/md.Response"
  6245. }
  6246. }
  6247. }
  6248. }
  6249. },
  6250. "/api/memberCenter/tagManagement/deleteTag": {
  6251. "delete": {
  6252. "description": "标签管理(删除)",
  6253. "consumes": [
  6254. "application/json"
  6255. ],
  6256. "produces": [
  6257. "application/json"
  6258. ],
  6259. "tags": [
  6260. "会员中心"
  6261. ],
  6262. "summary": "制度中心-会员中心-标签管理(删除)",
  6263. "parameters": [
  6264. {
  6265. "type": "string",
  6266. "description": "验证参数Bearer和token空格拼接",
  6267. "name": "Authorization",
  6268. "in": "header",
  6269. "required": true
  6270. },
  6271. {
  6272. "description": "需要删除的标签 ID",
  6273. "name": "req",
  6274. "in": "body",
  6275. "required": true,
  6276. "schema": {
  6277. "$ref": "#/definitions/md.DeleteTagReq"
  6278. }
  6279. }
  6280. ],
  6281. "responses": {
  6282. "200": {
  6283. "description": "成功删除标签用户数",
  6284. "schema": {
  6285. "type": "int"
  6286. }
  6287. },
  6288. "400": {
  6289. "description": "具体错误",
  6290. "schema": {
  6291. "$ref": "#/definitions/md.Response"
  6292. }
  6293. }
  6294. }
  6295. }
  6296. },
  6297. "/api/memberCenter/tagManagement/getTagList": {
  6298. "get": {
  6299. "description": "标签管理(获取)",
  6300. "consumes": [
  6301. "application/json"
  6302. ],
  6303. "produces": [
  6304. "application/json"
  6305. ],
  6306. "tags": [
  6307. "会员中心"
  6308. ],
  6309. "summary": "制度中心-会员中心-标签管理(获取)",
  6310. "parameters": [
  6311. {
  6312. "type": "string",
  6313. "description": "验证参数Bearer和token空格拼接",
  6314. "name": "Authorization",
  6315. "in": "header",
  6316. "required": true
  6317. },
  6318. {
  6319. "type": "integer",
  6320. "description": "每页大小",
  6321. "name": "limit",
  6322. "in": "query",
  6323. "required": true
  6324. },
  6325. {
  6326. "type": "integer",
  6327. "description": "页数",
  6328. "name": "page",
  6329. "in": "query",
  6330. "required": true
  6331. }
  6332. ],
  6333. "responses": {
  6334. "200": {
  6335. "description": "具体数据",
  6336. "schema": {
  6337. "$ref": "#/definitions/md.GetTagListResp"
  6338. }
  6339. },
  6340. "400": {
  6341. "description": "具体错误",
  6342. "schema": {
  6343. "$ref": "#/definitions/md.Response"
  6344. }
  6345. }
  6346. }
  6347. }
  6348. },
  6349. "/api/memberCenter/tagManagement/updateTag": {
  6350. "post": {
  6351. "description": "标签管理(更新)",
  6352. "consumes": [
  6353. "application/json"
  6354. ],
  6355. "produces": [
  6356. "application/json"
  6357. ],
  6358. "tags": [
  6359. "会员中心"
  6360. ],
  6361. "summary": "制度中心-会员中心-标签管理(更新)",
  6362. "parameters": [
  6363. {
  6364. "type": "string",
  6365. "description": "验证参数Bearer和token空格拼接",
  6366. "name": "Authorization",
  6367. "in": "header",
  6368. "required": true
  6369. },
  6370. {
  6371. "description": "需要修改的标签信息",
  6372. "name": "req",
  6373. "in": "body",
  6374. "required": true,
  6375. "schema": {
  6376. "$ref": "#/definitions/md.UpdateTagReq"
  6377. }
  6378. }
  6379. ],
  6380. "responses": {
  6381. "200": {
  6382. "description": "成功修改数据条数",
  6383. "schema": {
  6384. "type": "int"
  6385. }
  6386. },
  6387. "400": {
  6388. "description": "具体错误",
  6389. "schema": {
  6390. "$ref": "#/definitions/md.Response"
  6391. }
  6392. }
  6393. }
  6394. }
  6395. },
  6396. "/api/memberCenter/userManagement/balanceDetail": {
  6397. "get": {
  6398. "description": "会员明细(余额获取)",
  6399. "consumes": [
  6400. "application/json"
  6401. ],
  6402. "produces": [
  6403. "application/json"
  6404. ],
  6405. "tags": [
  6406. "会员中心"
  6407. ],
  6408. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6409. "parameters": [
  6410. {
  6411. "type": "string",
  6412. "description": "验证参数Bearer和token空格拼接",
  6413. "name": "Authorization",
  6414. "in": "header",
  6415. "required": true
  6416. },
  6417. {
  6418. "type": "string",
  6419. "description": "用户 ID",
  6420. "name": "uid",
  6421. "in": "query",
  6422. "required": true
  6423. },
  6424. {
  6425. "type": "string",
  6426. "description": "每页大小",
  6427. "name": "limit",
  6428. "in": "query",
  6429. "required": true
  6430. },
  6431. {
  6432. "type": "string",
  6433. "description": "页数",
  6434. "name": "page",
  6435. "in": "query",
  6436. "required": true
  6437. }
  6438. ],
  6439. "responses": {
  6440. "200": {
  6441. "description": "具体数据",
  6442. "schema": {
  6443. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6444. }
  6445. },
  6446. "400": {
  6447. "description": "具体错误",
  6448. "schema": {
  6449. "$ref": "#/definitions/md.Response"
  6450. }
  6451. }
  6452. }
  6453. }
  6454. },
  6455. "/api/memberCenter/userManagement/getFans": {
  6456. "get": {
  6457. "description": "会员明细粉丝情况(获取)",
  6458. "consumes": [
  6459. "application/json"
  6460. ],
  6461. "produces": [
  6462. "application/json"
  6463. ],
  6464. "tags": [
  6465. "会员中心"
  6466. ],
  6467. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6468. "parameters": [
  6469. {
  6470. "type": "string",
  6471. "description": "验证参数Bearer和token空格拼接",
  6472. "name": "Authorization",
  6473. "in": "header",
  6474. "required": true
  6475. },
  6476. {
  6477. "type": "string",
  6478. "description": "用户 ID",
  6479. "name": "uid",
  6480. "in": "query",
  6481. "required": true
  6482. },
  6483. {
  6484. "type": "string",
  6485. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6486. "name": "type",
  6487. "in": "query",
  6488. "required": true
  6489. },
  6490. {
  6491. "type": "string",
  6492. "description": "每页大小",
  6493. "name": "limit",
  6494. "in": "query",
  6495. "required": true
  6496. },
  6497. {
  6498. "type": "string",
  6499. "description": "页数",
  6500. "name": "page",
  6501. "in": "query",
  6502. "required": true
  6503. }
  6504. ],
  6505. "responses": {
  6506. "200": {
  6507. "description": "具体数据",
  6508. "schema": {
  6509. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6510. }
  6511. },
  6512. "400": {
  6513. "description": "具体错误",
  6514. "schema": {
  6515. "$ref": "#/definitions/md.Response"
  6516. }
  6517. }
  6518. }
  6519. }
  6520. },
  6521. "/api/memberCenter/userManagement/getUserList": {
  6522. "post": {
  6523. "description": "用户信息管理(获取)",
  6524. "consumes": [
  6525. "application/json"
  6526. ],
  6527. "produces": [
  6528. "application/json"
  6529. ],
  6530. "tags": [
  6531. "会员中心"
  6532. ],
  6533. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6534. "parameters": [
  6535. {
  6536. "type": "string",
  6537. "description": "验证参数Bearer和token空格拼接",
  6538. "name": "Authorization",
  6539. "in": "header",
  6540. "required": true
  6541. },
  6542. {
  6543. "description": "分页信息必填",
  6544. "name": "req",
  6545. "in": "body",
  6546. "required": true,
  6547. "schema": {
  6548. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6549. }
  6550. }
  6551. ],
  6552. "responses": {
  6553. "200": {
  6554. "description": "具体数据",
  6555. "schema": {
  6556. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6557. }
  6558. },
  6559. "400": {
  6560. "description": "具体错误",
  6561. "schema": {
  6562. "$ref": "#/definitions/md.Response"
  6563. }
  6564. }
  6565. }
  6566. }
  6567. },
  6568. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6569. "get": {
  6570. "description": "会员明细(积分明细获取)",
  6571. "consumes": [
  6572. "application/json"
  6573. ],
  6574. "produces": [
  6575. "application/json"
  6576. ],
  6577. "tags": [
  6578. "会员中心"
  6579. ],
  6580. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6581. "parameters": [
  6582. {
  6583. "type": "string",
  6584. "description": "验证参数Bearer和token空格拼接",
  6585. "name": "Authorization",
  6586. "in": "header",
  6587. "required": true
  6588. },
  6589. {
  6590. "type": "string",
  6591. "description": "用户 ID",
  6592. "name": "uid",
  6593. "in": "query",
  6594. "required": true
  6595. },
  6596. {
  6597. "type": "string",
  6598. "description": "货币 ID",
  6599. "name": "coinId",
  6600. "in": "query",
  6601. "required": true
  6602. },
  6603. {
  6604. "type": "string",
  6605. "description": "每页大小",
  6606. "name": "limit",
  6607. "in": "query",
  6608. "required": true
  6609. },
  6610. {
  6611. "type": "string",
  6612. "description": "页数",
  6613. "name": "page",
  6614. "in": "query",
  6615. "required": true
  6616. }
  6617. ],
  6618. "responses": {
  6619. "200": {
  6620. "description": "具体数据",
  6621. "schema": {
  6622. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6623. }
  6624. },
  6625. "400": {
  6626. "description": "具体错误",
  6627. "schema": {
  6628. "$ref": "#/definitions/md.Response"
  6629. }
  6630. }
  6631. }
  6632. }
  6633. },
  6634. "/api/memberCenter/userManagement/updateUserInfo": {
  6635. "post": {
  6636. "description": "用户信息管理(更新)",
  6637. "consumes": [
  6638. "application/json"
  6639. ],
  6640. "produces": [
  6641. "application/json"
  6642. ],
  6643. "tags": [
  6644. "会员中心"
  6645. ],
  6646. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6647. "parameters": [
  6648. {
  6649. "type": "string",
  6650. "description": "验证参数Bearer和token空格拼接",
  6651. "name": "Authorization",
  6652. "in": "header",
  6653. "required": true
  6654. },
  6655. {
  6656. "description": "用户ID 必传",
  6657. "name": "req",
  6658. "in": "body",
  6659. "required": true,
  6660. "schema": {
  6661. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6662. }
  6663. }
  6664. ],
  6665. "responses": {
  6666. "200": {
  6667. "description": "修改数据行数",
  6668. "schema": {
  6669. "type": "int"
  6670. }
  6671. },
  6672. "400": {
  6673. "description": "具体错误",
  6674. "schema": {
  6675. "$ref": "#/definitions/md.Response"
  6676. }
  6677. }
  6678. }
  6679. }
  6680. },
  6681. "/api/memberCenter/userManagement/userData": {
  6682. "get": {
  6683. "description": "会员明细概况(获取)",
  6684. "consumes": [
  6685. "application/json"
  6686. ],
  6687. "produces": [
  6688. "application/json"
  6689. ],
  6690. "tags": [
  6691. "会员中心"
  6692. ],
  6693. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6694. "parameters": [
  6695. {
  6696. "type": "string",
  6697. "description": "验证参数Bearer和token空格拼接",
  6698. "name": "Authorization",
  6699. "in": "header",
  6700. "required": true
  6701. },
  6702. {
  6703. "type": "string",
  6704. "description": "用户 ID",
  6705. "name": "uid",
  6706. "in": "query",
  6707. "required": true
  6708. }
  6709. ],
  6710. "responses": {
  6711. "200": {
  6712. "description": "会员明细概况具体数据",
  6713. "schema": {
  6714. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6715. }
  6716. },
  6717. "400": {
  6718. "description": "具体错误",
  6719. "schema": {
  6720. "$ref": "#/definitions/md.Response"
  6721. }
  6722. }
  6723. }
  6724. }
  6725. },
  6726. "/api/memberCenter/userManagement/userDelete": {
  6727. "post": {
  6728. "description": "删除到回收站",
  6729. "consumes": [
  6730. "application/json"
  6731. ],
  6732. "produces": [
  6733. "application/json"
  6734. ],
  6735. "tags": [
  6736. "会员中心"
  6737. ],
  6738. "summary": "会员中心-用户管理-永久删除",
  6739. "parameters": [
  6740. {
  6741. "type": "string",
  6742. "description": "验证参数Bearer和token空格拼接",
  6743. "name": "Authorization",
  6744. "in": "header",
  6745. "required": true
  6746. },
  6747. {
  6748. "description": "用户ID 必传",
  6749. "name": "req",
  6750. "in": "body",
  6751. "required": true,
  6752. "schema": {
  6753. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  6754. }
  6755. }
  6756. ],
  6757. "responses": {
  6758. "200": {
  6759. "description": "修改数据行数",
  6760. "schema": {
  6761. "type": "int"
  6762. }
  6763. },
  6764. "400": {
  6765. "description": "具体错误",
  6766. "schema": {
  6767. "$ref": "#/definitions/md.Response"
  6768. }
  6769. }
  6770. }
  6771. }
  6772. },
  6773. "/api/memberCenter/userManagement/userRecycle": {
  6774. "post": {
  6775. "description": "删除到回收站",
  6776. "consumes": [
  6777. "application/json"
  6778. ],
  6779. "produces": [
  6780. "application/json"
  6781. ],
  6782. "tags": [
  6783. "会员中心"
  6784. ],
  6785. "summary": "会员中心-用户管理-删除到回收站",
  6786. "parameters": [
  6787. {
  6788. "type": "string",
  6789. "description": "验证参数Bearer和token空格拼接",
  6790. "name": "Authorization",
  6791. "in": "header",
  6792. "required": true
  6793. },
  6794. {
  6795. "description": "用户ID 必传",
  6796. "name": "req",
  6797. "in": "body",
  6798. "required": true,
  6799. "schema": {
  6800. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  6801. }
  6802. }
  6803. ],
  6804. "responses": {
  6805. "200": {
  6806. "description": "修改数据行数",
  6807. "schema": {
  6808. "type": "int"
  6809. }
  6810. },
  6811. "400": {
  6812. "description": "具体错误",
  6813. "schema": {
  6814. "$ref": "#/definitions/md.Response"
  6815. }
  6816. }
  6817. }
  6818. }
  6819. },
  6820. "/api/memberCenter/userManagement/userRecycleCancel": {
  6821. "post": {
  6822. "description": "恢复到会员列表",
  6823. "consumes": [
  6824. "application/json"
  6825. ],
  6826. "produces": [
  6827. "application/json"
  6828. ],
  6829. "tags": [
  6830. "会员中心"
  6831. ],
  6832. "summary": "会员中心-用户管理-恢复到会员列表",
  6833. "parameters": [
  6834. {
  6835. "type": "string",
  6836. "description": "验证参数Bearer和token空格拼接",
  6837. "name": "Authorization",
  6838. "in": "header",
  6839. "required": true
  6840. },
  6841. {
  6842. "description": "用户ID 必传",
  6843. "name": "req",
  6844. "in": "body",
  6845. "required": true,
  6846. "schema": {
  6847. "$ref": "#/definitions/md.UserManagementUserInfoCancelReq"
  6848. }
  6849. }
  6850. ],
  6851. "responses": {
  6852. "200": {
  6853. "description": "修改数据行数",
  6854. "schema": {
  6855. "type": "int"
  6856. }
  6857. },
  6858. "400": {
  6859. "description": "具体错误",
  6860. "schema": {
  6861. "$ref": "#/definitions/md.Response"
  6862. }
  6863. }
  6864. }
  6865. }
  6866. },
  6867. "/api/memberCenter/userManagement/userRecycleList": {
  6868. "post": {
  6869. "description": "回收站列表",
  6870. "consumes": [
  6871. "application/json"
  6872. ],
  6873. "produces": [
  6874. "application/json"
  6875. ],
  6876. "tags": [
  6877. "会员中心"
  6878. ],
  6879. "summary": "会员中心-用户管理-回收站列表",
  6880. "parameters": [
  6881. {
  6882. "type": "string",
  6883. "description": "验证参数Bearer和token空格拼接",
  6884. "name": "Authorization",
  6885. "in": "header",
  6886. "required": true
  6887. },
  6888. {
  6889. "description": "分页信息必填",
  6890. "name": "req",
  6891. "in": "body",
  6892. "required": true,
  6893. "schema": {
  6894. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6895. }
  6896. }
  6897. ],
  6898. "responses": {
  6899. "200": {
  6900. "description": "具体数据",
  6901. "schema": {
  6902. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6903. }
  6904. },
  6905. "400": {
  6906. "description": "具体错误",
  6907. "schema": {
  6908. "$ref": "#/definitions/md.Response"
  6909. }
  6910. }
  6911. }
  6912. }
  6913. },
  6914. "/api/notice/aliyunSms/file/phone": {
  6915. "post": {
  6916. "description": "短信推送记录-通知模板",
  6917. "consumes": [
  6918. "application/json"
  6919. ],
  6920. "produces": [
  6921. "application/json"
  6922. ],
  6923. "tags": [
  6924. "消息中心"
  6925. ],
  6926. "summary": "消息中心-短信推送记录-通知模板",
  6927. "parameters": [
  6928. {
  6929. "type": "string",
  6930. "description": "验证参数Bearer和token空格拼接",
  6931. "name": "Authorization",
  6932. "in": "header",
  6933. "required": true
  6934. },
  6935. {
  6936. "type": "string",
  6937. "description": "参数 file-----文件上传格式",
  6938. "name": "file",
  6939. "in": "formData",
  6940. "required": true
  6941. }
  6942. ],
  6943. "responses": {
  6944. "200": {
  6945. "description": "phone 一个数组",
  6946. "schema": {
  6947. "type": "string"
  6948. }
  6949. },
  6950. "400": {
  6951. "description": "具体错误",
  6952. "schema": {
  6953. "$ref": "#/definitions/md.Response"
  6954. }
  6955. }
  6956. }
  6957. }
  6958. },
  6959. "/api/notice/aliyunSms/getLevelList": {
  6960. "get": {
  6961. "description": "等级管理(获取)",
  6962. "consumes": [
  6963. "application/json"
  6964. ],
  6965. "produces": [
  6966. "application/json"
  6967. ],
  6968. "tags": [
  6969. "消息中心"
  6970. ],
  6971. "summary": "消息中心-短信推送记录-等级管理(获取)",
  6972. "parameters": [
  6973. {
  6974. "type": "string",
  6975. "description": "验证参数Bearer和token空格拼接",
  6976. "name": "Authorization",
  6977. "in": "header",
  6978. "required": true
  6979. },
  6980. {
  6981. "type": "integer",
  6982. "description": "每页大小",
  6983. "name": "limit",
  6984. "in": "query",
  6985. "required": true
  6986. },
  6987. {
  6988. "type": "integer",
  6989. "description": "页数",
  6990. "name": "page",
  6991. "in": "query",
  6992. "required": true
  6993. }
  6994. ],
  6995. "responses": {
  6996. "200": {
  6997. "description": "具体数据",
  6998. "schema": {
  6999. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  7000. }
  7001. },
  7002. "400": {
  7003. "description": "具体错误",
  7004. "schema": {
  7005. "$ref": "#/definitions/md.Response"
  7006. }
  7007. }
  7008. }
  7009. }
  7010. },
  7011. "/api/notice/aliyunSms/getTagList": {
  7012. "get": {
  7013. "description": "标签管理(获取)",
  7014. "consumes": [
  7015. "application/json"
  7016. ],
  7017. "produces": [
  7018. "application/json"
  7019. ],
  7020. "tags": [
  7021. "消息中心"
  7022. ],
  7023. "summary": "消息中心-短信推送记录-标签管理(获取)",
  7024. "parameters": [
  7025. {
  7026. "type": "string",
  7027. "description": "验证参数Bearer和token空格拼接",
  7028. "name": "Authorization",
  7029. "in": "header",
  7030. "required": true
  7031. },
  7032. {
  7033. "type": "integer",
  7034. "description": "每页大小",
  7035. "name": "limit",
  7036. "in": "query",
  7037. "required": true
  7038. },
  7039. {
  7040. "type": "integer",
  7041. "description": "页数",
  7042. "name": "page",
  7043. "in": "query",
  7044. "required": true
  7045. }
  7046. ],
  7047. "responses": {
  7048. "200": {
  7049. "description": "具体数据",
  7050. "schema": {
  7051. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  7052. }
  7053. },
  7054. "400": {
  7055. "description": "具体错误",
  7056. "schema": {
  7057. "$ref": "#/definitions/md.Response"
  7058. }
  7059. }
  7060. }
  7061. }
  7062. },
  7063. "/api/notice/aliyunSms/getUserList": {
  7064. "post": {
  7065. "description": "获取用户信息",
  7066. "consumes": [
  7067. "application/json"
  7068. ],
  7069. "produces": [
  7070. "application/json"
  7071. ],
  7072. "tags": [
  7073. "消息中心"
  7074. ],
  7075. "summary": "消息中心-短信推送记录-获取用户信息",
  7076. "parameters": [
  7077. {
  7078. "type": "string",
  7079. "description": "验证参数Bearer和token空格拼接",
  7080. "name": "Authorization",
  7081. "in": "header",
  7082. "required": true
  7083. },
  7084. {
  7085. "description": "(分页信息必填)",
  7086. "name": "req",
  7087. "in": "body",
  7088. "required": true,
  7089. "schema": {
  7090. "$ref": "#/definitions/md.JPushGetUserListReq"
  7091. }
  7092. }
  7093. ],
  7094. "responses": {
  7095. "200": {
  7096. "description": "具体数据",
  7097. "schema": {
  7098. "type": "Object"
  7099. }
  7100. },
  7101. "400": {
  7102. "description": "具体错误",
  7103. "schema": {
  7104. "$ref": "#/definitions/md.Response"
  7105. }
  7106. }
  7107. }
  7108. }
  7109. },
  7110. "/api/notice/aliyunSms/push/list": {
  7111. "post": {
  7112. "description": "短信推送记录-推送记录列表",
  7113. "consumes": [
  7114. "application/json"
  7115. ],
  7116. "produces": [
  7117. "application/json"
  7118. ],
  7119. "tags": [
  7120. "消息中心"
  7121. ],
  7122. "summary": "消息中心-短信推送记录-推送记录列表",
  7123. "parameters": [
  7124. {
  7125. "type": "string",
  7126. "description": "验证参数Bearer和token空格拼接",
  7127. "name": "Authorization",
  7128. "in": "header",
  7129. "required": true
  7130. },
  7131. {
  7132. "description": "(分页信息必填)",
  7133. "name": "req",
  7134. "in": "body",
  7135. "required": true,
  7136. "schema": {
  7137. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  7138. }
  7139. }
  7140. ],
  7141. "responses": {
  7142. "200": {
  7143. "description": "具体数据",
  7144. "schema": {
  7145. "$ref": "#/definitions/md.NoticePushListResp"
  7146. }
  7147. },
  7148. "400": {
  7149. "description": "具体错误",
  7150. "schema": {
  7151. "$ref": "#/definitions/md.Response"
  7152. }
  7153. }
  7154. }
  7155. }
  7156. },
  7157. "/api/notice/aliyunSms/push/save": {
  7158. "post": {
  7159. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  7160. "consumes": [
  7161. "application/json"
  7162. ],
  7163. "produces": [
  7164. "application/json"
  7165. ],
  7166. "tags": [
  7167. "消息中心"
  7168. ],
  7169. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  7170. "parameters": [
  7171. {
  7172. "type": "string",
  7173. "description": "验证参数Bearer和token空格拼接",
  7174. "name": "Authorization",
  7175. "in": "header",
  7176. "required": true
  7177. },
  7178. {
  7179. "description": "(分页信息必填)",
  7180. "name": "req",
  7181. "in": "body",
  7182. "required": true,
  7183. "schema": {
  7184. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  7185. }
  7186. }
  7187. ],
  7188. "responses": {
  7189. "200": {
  7190. "description": "具体数据",
  7191. "schema": {
  7192. "type": "string"
  7193. }
  7194. },
  7195. "400": {
  7196. "description": "具体错误",
  7197. "schema": {
  7198. "$ref": "#/definitions/md.Response"
  7199. }
  7200. }
  7201. }
  7202. }
  7203. },
  7204. "/api/notice/aliyunSms/sale/base": {
  7205. "get": {
  7206. "description": "短信推送记录-营销短信-通知模板",
  7207. "consumes": [
  7208. "application/json"
  7209. ],
  7210. "produces": [
  7211. "application/json"
  7212. ],
  7213. "tags": [
  7214. "消息中心"
  7215. ],
  7216. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  7217. "parameters": [
  7218. {
  7219. "type": "string",
  7220. "description": "验证参数Bearer和token空格拼接",
  7221. "name": "Authorization",
  7222. "in": "header",
  7223. "required": true
  7224. }
  7225. ],
  7226. "responses": {
  7227. "200": {
  7228. "description": "具体数据",
  7229. "schema": {
  7230. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  7231. }
  7232. },
  7233. "400": {
  7234. "description": "具体错误",
  7235. "schema": {
  7236. "$ref": "#/definitions/md.Response"
  7237. }
  7238. }
  7239. }
  7240. }
  7241. },
  7242. "/api/notice/aliyunSms/sale/save": {
  7243. "post": {
  7244. "description": "短信推送记录-营销短信-通知模板添加编辑",
  7245. "consumes": [
  7246. "application/json"
  7247. ],
  7248. "produces": [
  7249. "application/json"
  7250. ],
  7251. "tags": [
  7252. "消息中心"
  7253. ],
  7254. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  7255. "parameters": [
  7256. {
  7257. "type": "string",
  7258. "description": "验证参数Bearer和token空格拼接",
  7259. "name": "Authorization",
  7260. "in": "header",
  7261. "required": true
  7262. },
  7263. {
  7264. "description": "数组 把列表的数组传过来",
  7265. "name": "req",
  7266. "in": "body",
  7267. "required": true,
  7268. "schema": {
  7269. "type": "string"
  7270. }
  7271. }
  7272. ],
  7273. "responses": {
  7274. "200": {
  7275. "description": "具体数据",
  7276. "schema": {
  7277. "type": "string"
  7278. }
  7279. },
  7280. "400": {
  7281. "description": "具体错误",
  7282. "schema": {
  7283. "$ref": "#/definitions/md.Response"
  7284. }
  7285. }
  7286. }
  7287. }
  7288. },
  7289. "/api/notice/base/del": {
  7290. "post": {
  7291. "description": "基本配置-通知模板删除",
  7292. "consumes": [
  7293. "application/json"
  7294. ],
  7295. "produces": [
  7296. "application/json"
  7297. ],
  7298. "tags": [
  7299. "消息中心"
  7300. ],
  7301. "summary": "消息中心-基本配置-通知模板删除",
  7302. "parameters": [
  7303. {
  7304. "type": "string",
  7305. "description": "验证参数Bearer和token空格拼接",
  7306. "name": "Authorization",
  7307. "in": "header",
  7308. "required": true
  7309. },
  7310. {
  7311. "description": "(分页信息必填)",
  7312. "name": "req",
  7313. "in": "body",
  7314. "required": true,
  7315. "schema": {
  7316. "$ref": "#/definitions/md.NoticeDelReq"
  7317. }
  7318. }
  7319. ],
  7320. "responses": {
  7321. "200": {
  7322. "description": "具体数据",
  7323. "schema": {
  7324. "type": "string"
  7325. }
  7326. },
  7327. "400": {
  7328. "description": "具体错误",
  7329. "schema": {
  7330. "$ref": "#/definitions/md.Response"
  7331. }
  7332. }
  7333. }
  7334. }
  7335. },
  7336. "/api/notice/base/list": {
  7337. "post": {
  7338. "description": "基本配置-通知模板",
  7339. "consumes": [
  7340. "application/json"
  7341. ],
  7342. "produces": [
  7343. "application/json"
  7344. ],
  7345. "tags": [
  7346. "消息中心"
  7347. ],
  7348. "summary": "消息中心-基本配置-通知模板",
  7349. "parameters": [
  7350. {
  7351. "type": "string",
  7352. "description": "验证参数Bearer和token空格拼接",
  7353. "name": "Authorization",
  7354. "in": "header",
  7355. "required": true
  7356. },
  7357. {
  7358. "description": "(分页信息必填)",
  7359. "name": "req",
  7360. "in": "body",
  7361. "required": true,
  7362. "schema": {
  7363. "$ref": "#/definitions/md.NoticeListReq"
  7364. }
  7365. }
  7366. ],
  7367. "responses": {
  7368. "200": {
  7369. "description": "具体数据",
  7370. "schema": {
  7371. "$ref": "#/definitions/md.NoticeListResp"
  7372. }
  7373. },
  7374. "400": {
  7375. "description": "具体错误",
  7376. "schema": {
  7377. "$ref": "#/definitions/md.Response"
  7378. }
  7379. }
  7380. }
  7381. }
  7382. },
  7383. "/api/notice/base/save": {
  7384. "post": {
  7385. "description": "基本配置-通知模板添加编辑",
  7386. "consumes": [
  7387. "application/json"
  7388. ],
  7389. "produces": [
  7390. "application/json"
  7391. ],
  7392. "tags": [
  7393. "消息中心"
  7394. ],
  7395. "summary": "消息中心-基本配置-通知模板添加编辑",
  7396. "parameters": [
  7397. {
  7398. "type": "string",
  7399. "description": "验证参数Bearer和token空格拼接",
  7400. "name": "Authorization",
  7401. "in": "header",
  7402. "required": true
  7403. },
  7404. {
  7405. "description": "(分页信息必填)",
  7406. "name": "req",
  7407. "in": "body",
  7408. "required": true,
  7409. "schema": {
  7410. "$ref": "#/definitions/md.NoticeSaveReq"
  7411. }
  7412. }
  7413. ],
  7414. "responses": {
  7415. "200": {
  7416. "description": "具体数据",
  7417. "schema": {
  7418. "type": "string"
  7419. }
  7420. },
  7421. "400": {
  7422. "description": "具体错误",
  7423. "schema": {
  7424. "$ref": "#/definitions/md.Response"
  7425. }
  7426. }
  7427. }
  7428. }
  7429. },
  7430. "/api/notice/jPush/getLevelList": {
  7431. "get": {
  7432. "description": "等级管理(获取)",
  7433. "consumes": [
  7434. "application/json"
  7435. ],
  7436. "produces": [
  7437. "application/json"
  7438. ],
  7439. "tags": [
  7440. "消息中心"
  7441. ],
  7442. "summary": "消息中心-基本配置-等级管理(获取)",
  7443. "parameters": [
  7444. {
  7445. "type": "string",
  7446. "description": "验证参数Bearer和token空格拼接",
  7447. "name": "Authorization",
  7448. "in": "header",
  7449. "required": true
  7450. },
  7451. {
  7452. "type": "integer",
  7453. "description": "每页大小",
  7454. "name": "limit",
  7455. "in": "query",
  7456. "required": true
  7457. },
  7458. {
  7459. "type": "integer",
  7460. "description": "页数",
  7461. "name": "page",
  7462. "in": "query",
  7463. "required": true
  7464. }
  7465. ],
  7466. "responses": {
  7467. "200": {
  7468. "description": "具体数据",
  7469. "schema": {
  7470. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7471. }
  7472. },
  7473. "400": {
  7474. "description": "具体错误",
  7475. "schema": {
  7476. "$ref": "#/definitions/md.Response"
  7477. }
  7478. }
  7479. }
  7480. }
  7481. },
  7482. "/api/notice/jPush/getTagList": {
  7483. "get": {
  7484. "description": "标签管理(获取)",
  7485. "consumes": [
  7486. "application/json"
  7487. ],
  7488. "produces": [
  7489. "application/json"
  7490. ],
  7491. "tags": [
  7492. "消息中心"
  7493. ],
  7494. "summary": "消息中心-基本配置-标签管理(获取)",
  7495. "parameters": [
  7496. {
  7497. "type": "string",
  7498. "description": "验证参数Bearer和token空格拼接",
  7499. "name": "Authorization",
  7500. "in": "header",
  7501. "required": true
  7502. },
  7503. {
  7504. "type": "integer",
  7505. "description": "每页大小",
  7506. "name": "limit",
  7507. "in": "query",
  7508. "required": true
  7509. },
  7510. {
  7511. "type": "integer",
  7512. "description": "页数",
  7513. "name": "page",
  7514. "in": "query",
  7515. "required": true
  7516. }
  7517. ],
  7518. "responses": {
  7519. "200": {
  7520. "description": "具体数据",
  7521. "schema": {
  7522. "$ref": "#/definitions/md.JPushGetTagListResp"
  7523. }
  7524. },
  7525. "400": {
  7526. "description": "具体错误",
  7527. "schema": {
  7528. "$ref": "#/definitions/md.Response"
  7529. }
  7530. }
  7531. }
  7532. }
  7533. },
  7534. "/api/notice/jPush/getUserList": {
  7535. "post": {
  7536. "description": "获取用户信息",
  7537. "consumes": [
  7538. "application/json"
  7539. ],
  7540. "produces": [
  7541. "application/json"
  7542. ],
  7543. "tags": [
  7544. "消息中心"
  7545. ],
  7546. "summary": "消息中心-基本配置-获取用户信息",
  7547. "parameters": [
  7548. {
  7549. "type": "string",
  7550. "description": "验证参数Bearer和token空格拼接",
  7551. "name": "Authorization",
  7552. "in": "header",
  7553. "required": true
  7554. },
  7555. {
  7556. "description": "(分页信息必填)",
  7557. "name": "req",
  7558. "in": "body",
  7559. "required": true,
  7560. "schema": {
  7561. "$ref": "#/definitions/md.JPushGetUserListReq"
  7562. }
  7563. }
  7564. ],
  7565. "responses": {
  7566. "200": {
  7567. "description": "具体数据",
  7568. "schema": {
  7569. "type": "Object"
  7570. }
  7571. },
  7572. "400": {
  7573. "description": "具体错误",
  7574. "schema": {
  7575. "$ref": "#/definitions/md.Response"
  7576. }
  7577. }
  7578. }
  7579. }
  7580. },
  7581. "/api/notice/jPush/push/list": {
  7582. "post": {
  7583. "description": "基本配置-推送记录列表",
  7584. "consumes": [
  7585. "application/json"
  7586. ],
  7587. "produces": [
  7588. "application/json"
  7589. ],
  7590. "tags": [
  7591. "消息中心"
  7592. ],
  7593. "summary": "消息中心-基本配置-推送记录列表",
  7594. "parameters": [
  7595. {
  7596. "type": "string",
  7597. "description": "验证参数Bearer和token空格拼接",
  7598. "name": "Authorization",
  7599. "in": "header",
  7600. "required": true
  7601. },
  7602. {
  7603. "description": "(分页信息必填)",
  7604. "name": "req",
  7605. "in": "body",
  7606. "required": true,
  7607. "schema": {
  7608. "$ref": "#/definitions/md.NoticeListReq"
  7609. }
  7610. }
  7611. ],
  7612. "responses": {
  7613. "200": {
  7614. "description": "具体数据",
  7615. "schema": {
  7616. "$ref": "#/definitions/md.NoticePushListResp"
  7617. }
  7618. },
  7619. "400": {
  7620. "description": "具体错误",
  7621. "schema": {
  7622. "$ref": "#/definitions/md.Response"
  7623. }
  7624. }
  7625. }
  7626. }
  7627. },
  7628. "/api/notice/jPush/push/save": {
  7629. "post": {
  7630. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7631. "consumes": [
  7632. "application/json"
  7633. ],
  7634. "produces": [
  7635. "application/json"
  7636. ],
  7637. "tags": [
  7638. "消息中心"
  7639. ],
  7640. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7641. "parameters": [
  7642. {
  7643. "type": "string",
  7644. "description": "验证参数Bearer和token空格拼接",
  7645. "name": "Authorization",
  7646. "in": "header",
  7647. "required": true
  7648. },
  7649. {
  7650. "description": "(分页信息必填)",
  7651. "name": "req",
  7652. "in": "body",
  7653. "required": true,
  7654. "schema": {
  7655. "$ref": "#/definitions/md.NoticePushSaveReq"
  7656. }
  7657. }
  7658. ],
  7659. "responses": {
  7660. "200": {
  7661. "description": "具体数据",
  7662. "schema": {
  7663. "type": "string"
  7664. }
  7665. },
  7666. "400": {
  7667. "description": "具体错误",
  7668. "schema": {
  7669. "$ref": "#/definitions/md.Response"
  7670. }
  7671. }
  7672. }
  7673. }
  7674. },
  7675. "/api/role/addAdmin": {
  7676. "post": {
  7677. "description": "权限管理-新增管理员",
  7678. "consumes": [
  7679. "application/json"
  7680. ],
  7681. "produces": [
  7682. "application/json"
  7683. ],
  7684. "tags": [
  7685. "权限管理"
  7686. ],
  7687. "summary": "新增管理员",
  7688. "parameters": [
  7689. {
  7690. "type": "string",
  7691. "description": "验证参数Bearer和token空格拼接",
  7692. "name": "Authorization",
  7693. "in": "header",
  7694. "required": true
  7695. },
  7696. {
  7697. "description": "请求参数",
  7698. "name": "args",
  7699. "in": "body",
  7700. "required": true,
  7701. "schema": {
  7702. "$ref": "#/definitions/md.AddAdminReq"
  7703. }
  7704. }
  7705. ],
  7706. "responses": {
  7707. "200": {
  7708. "description": "success",
  7709. "schema": {
  7710. "type": "string"
  7711. }
  7712. },
  7713. "400": {
  7714. "description": "具体错误",
  7715. "schema": {
  7716. "$ref": "#/definitions/md.Response"
  7717. }
  7718. }
  7719. }
  7720. }
  7721. },
  7722. "/api/role/addRole": {
  7723. "post": {
  7724. "description": "权限管理-添加角色",
  7725. "consumes": [
  7726. "application/json"
  7727. ],
  7728. "produces": [
  7729. "application/json"
  7730. ],
  7731. "tags": [
  7732. "权限管理"
  7733. ],
  7734. "summary": "添加角色",
  7735. "parameters": [
  7736. {
  7737. "type": "string",
  7738. "description": "验证参数Bearer和token空格拼接",
  7739. "name": "Authorization",
  7740. "in": "header",
  7741. "required": true
  7742. },
  7743. {
  7744. "description": "请求参数",
  7745. "name": "args",
  7746. "in": "body",
  7747. "required": true,
  7748. "schema": {
  7749. "$ref": "#/definitions/md.AddRoleReq"
  7750. }
  7751. }
  7752. ],
  7753. "responses": {
  7754. "200": {
  7755. "description": "success",
  7756. "schema": {
  7757. "type": "string"
  7758. }
  7759. },
  7760. "400": {
  7761. "description": "具体错误",
  7762. "schema": {
  7763. "$ref": "#/definitions/md.Response"
  7764. }
  7765. }
  7766. }
  7767. }
  7768. },
  7769. "/api/role/adminInfo": {
  7770. "get": {
  7771. "description": "权限管理-管理员信息",
  7772. "consumes": [
  7773. "application/json"
  7774. ],
  7775. "produces": [
  7776. "application/json"
  7777. ],
  7778. "tags": [
  7779. "权限管理"
  7780. ],
  7781. "summary": "管理员信息",
  7782. "parameters": [
  7783. {
  7784. "type": "string",
  7785. "description": "验证参数Bearer和token空格拼接",
  7786. "name": "Authorization",
  7787. "in": "header",
  7788. "required": true
  7789. },
  7790. {
  7791. "type": "string",
  7792. "description": "管理员id",
  7793. "name": "adm_id",
  7794. "in": "query",
  7795. "required": true
  7796. }
  7797. ],
  7798. "responses": {
  7799. "200": {
  7800. "description": "具体看返回内容",
  7801. "schema": {
  7802. "type": "string"
  7803. }
  7804. },
  7805. "400": {
  7806. "description": "具体错误",
  7807. "schema": {
  7808. "$ref": "#/definitions/md.Response"
  7809. }
  7810. }
  7811. }
  7812. }
  7813. },
  7814. "/api/role/adminList": {
  7815. "post": {
  7816. "description": "权限管理-管理员列表",
  7817. "consumes": [
  7818. "application/json"
  7819. ],
  7820. "produces": [
  7821. "application/json"
  7822. ],
  7823. "tags": [
  7824. "权限管理"
  7825. ],
  7826. "summary": "管理员列表",
  7827. "parameters": [
  7828. {
  7829. "type": "string",
  7830. "description": "验证参数Bearer和token空格拼接",
  7831. "name": "Authorization",
  7832. "in": "header",
  7833. "required": true
  7834. },
  7835. {
  7836. "description": "请求参数",
  7837. "name": "args",
  7838. "in": "body",
  7839. "required": true,
  7840. "schema": {
  7841. "$ref": "#/definitions/md.AdminListReq"
  7842. }
  7843. }
  7844. ],
  7845. "responses": {
  7846. "200": {
  7847. "description": "具体看返回内容",
  7848. "schema": {
  7849. "type": "string"
  7850. }
  7851. },
  7852. "400": {
  7853. "description": "具体错误",
  7854. "schema": {
  7855. "$ref": "#/definitions/md.Response"
  7856. }
  7857. }
  7858. }
  7859. }
  7860. },
  7861. "/api/role/bindAdminRole": {
  7862. "post": {
  7863. "description": "权限管理-管理员绑定角色",
  7864. "consumes": [
  7865. "application/json"
  7866. ],
  7867. "produces": [
  7868. "application/json"
  7869. ],
  7870. "tags": [
  7871. "权限管理"
  7872. ],
  7873. "summary": "管理员绑定角色",
  7874. "parameters": [
  7875. {
  7876. "type": "string",
  7877. "description": "验证参数Bearer和token空格拼接",
  7878. "name": "Authorization",
  7879. "in": "header",
  7880. "required": true
  7881. },
  7882. {
  7883. "description": "请求参数",
  7884. "name": "args",
  7885. "in": "body",
  7886. "required": true,
  7887. "schema": {
  7888. "$ref": "#/definitions/md.BindAdminRoleReq"
  7889. }
  7890. }
  7891. ],
  7892. "responses": {
  7893. "200": {
  7894. "description": "success",
  7895. "schema": {
  7896. "type": "string"
  7897. }
  7898. },
  7899. "400": {
  7900. "description": "具体错误",
  7901. "schema": {
  7902. "$ref": "#/definitions/md.Response"
  7903. }
  7904. }
  7905. }
  7906. }
  7907. },
  7908. "/api/role/deleteAdmin/{$adm_id}": {
  7909. "delete": {
  7910. "description": "权限管理-删除管理员",
  7911. "consumes": [
  7912. "application/json"
  7913. ],
  7914. "produces": [
  7915. "application/json"
  7916. ],
  7917. "tags": [
  7918. "权限管理"
  7919. ],
  7920. "summary": "删除管理员",
  7921. "parameters": [
  7922. {
  7923. "type": "string",
  7924. "description": "验证参数Bearer和token空格拼接",
  7925. "name": "Authorization",
  7926. "in": "header",
  7927. "required": true
  7928. }
  7929. ],
  7930. "responses": {
  7931. "200": {
  7932. "description": "success",
  7933. "schema": {
  7934. "type": "string"
  7935. }
  7936. },
  7937. "400": {
  7938. "description": "具体错误",
  7939. "schema": {
  7940. "$ref": "#/definitions/md.Response"
  7941. }
  7942. }
  7943. }
  7944. }
  7945. },
  7946. "/api/role/deleteRole/{$id}": {
  7947. "delete": {
  7948. "description": "权限管理-删除角色",
  7949. "consumes": [
  7950. "application/json"
  7951. ],
  7952. "produces": [
  7953. "application/json"
  7954. ],
  7955. "tags": [
  7956. "权限管理"
  7957. ],
  7958. "summary": "删除角色",
  7959. "parameters": [
  7960. {
  7961. "type": "string",
  7962. "description": "验证参数Bearer和token空格拼接",
  7963. "name": "Authorization",
  7964. "in": "header",
  7965. "required": true
  7966. },
  7967. {
  7968. "description": "请求参数",
  7969. "name": "args",
  7970. "in": "body",
  7971. "required": true,
  7972. "schema": {
  7973. "$ref": "#/definitions/md.UpdateRoleStateReq"
  7974. }
  7975. }
  7976. ],
  7977. "responses": {
  7978. "200": {
  7979. "description": "success",
  7980. "schema": {
  7981. "type": "string"
  7982. }
  7983. },
  7984. "400": {
  7985. "description": "具体错误",
  7986. "schema": {
  7987. "$ref": "#/definitions/md.Response"
  7988. }
  7989. }
  7990. }
  7991. }
  7992. },
  7993. "/api/role/permissionGroupList": {
  7994. "get": {
  7995. "description": "权限管理-权限组列表",
  7996. "consumes": [
  7997. "application/json"
  7998. ],
  7999. "produces": [
  8000. "application/json"
  8001. ],
  8002. "tags": [
  8003. "权限管理"
  8004. ],
  8005. "summary": "权限组列表",
  8006. "parameters": [
  8007. {
  8008. "type": "string",
  8009. "description": "验证参数Bearer和token空格拼接",
  8010. "name": "Authorization",
  8011. "in": "header",
  8012. "required": true
  8013. },
  8014. {
  8015. "type": "string",
  8016. "description": "管理员id",
  8017. "name": "adm_id",
  8018. "in": "query",
  8019. "required": true
  8020. }
  8021. ],
  8022. "responses": {
  8023. "200": {
  8024. "description": "具体看返回内容",
  8025. "schema": {
  8026. "type": "string"
  8027. }
  8028. },
  8029. "400": {
  8030. "description": "具体错误",
  8031. "schema": {
  8032. "$ref": "#/definitions/md.Response"
  8033. }
  8034. }
  8035. }
  8036. }
  8037. },
  8038. "/api/role/roleBindPermissionGroup": {
  8039. "post": {
  8040. "description": "权限管理-角色绑定权限组",
  8041. "consumes": [
  8042. "application/json"
  8043. ],
  8044. "produces": [
  8045. "application/json"
  8046. ],
  8047. "tags": [
  8048. "权限管理"
  8049. ],
  8050. "summary": "角色绑定权限组",
  8051. "parameters": [
  8052. {
  8053. "type": "string",
  8054. "description": "验证参数Bearer和token空格拼接",
  8055. "name": "Authorization",
  8056. "in": "header",
  8057. "required": true
  8058. },
  8059. {
  8060. "description": "请求参数",
  8061. "name": "args",
  8062. "in": "body",
  8063. "required": true,
  8064. "schema": {
  8065. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  8066. }
  8067. }
  8068. ],
  8069. "responses": {
  8070. "200": {
  8071. "description": "success",
  8072. "schema": {
  8073. "type": "string"
  8074. }
  8075. },
  8076. "400": {
  8077. "description": "具体错误",
  8078. "schema": {
  8079. "$ref": "#/definitions/md.Response"
  8080. }
  8081. }
  8082. }
  8083. }
  8084. },
  8085. "/api/role/roleList": {
  8086. "get": {
  8087. "description": "权限管理-角色列表",
  8088. "consumes": [
  8089. "application/json"
  8090. ],
  8091. "produces": [
  8092. "application/json"
  8093. ],
  8094. "tags": [
  8095. "权限管理"
  8096. ],
  8097. "summary": "角色列表",
  8098. "parameters": [
  8099. {
  8100. "type": "string",
  8101. "description": "验证参数Bearer和token空格拼接",
  8102. "name": "Authorization",
  8103. "in": "header",
  8104. "required": true
  8105. }
  8106. ],
  8107. "responses": {
  8108. "200": {
  8109. "description": "具体看返回内容",
  8110. "schema": {
  8111. "type": "string"
  8112. }
  8113. },
  8114. "400": {
  8115. "description": "具体错误",
  8116. "schema": {
  8117. "$ref": "#/definitions/md.Response"
  8118. }
  8119. }
  8120. }
  8121. }
  8122. },
  8123. "/api/role/updateAdmin": {
  8124. "post": {
  8125. "description": "权限管理-修改管理员信息",
  8126. "consumes": [
  8127. "application/json"
  8128. ],
  8129. "produces": [
  8130. "application/json"
  8131. ],
  8132. "tags": [
  8133. "权限管理"
  8134. ],
  8135. "summary": "修改管理员信息",
  8136. "parameters": [
  8137. {
  8138. "type": "string",
  8139. "description": "验证参数Bearer和token空格拼接",
  8140. "name": "Authorization",
  8141. "in": "header",
  8142. "required": true
  8143. },
  8144. {
  8145. "description": "请求参数",
  8146. "name": "args",
  8147. "in": "body",
  8148. "required": true,
  8149. "schema": {
  8150. "$ref": "#/definitions/md.UpdateAdminReq"
  8151. }
  8152. }
  8153. ],
  8154. "responses": {
  8155. "200": {
  8156. "description": "success",
  8157. "schema": {
  8158. "type": "string"
  8159. }
  8160. },
  8161. "400": {
  8162. "description": "具体错误",
  8163. "schema": {
  8164. "$ref": "#/definitions/md.Response"
  8165. }
  8166. }
  8167. }
  8168. }
  8169. },
  8170. "/api/role/updateAdminState": {
  8171. "post": {
  8172. "description": "权限管理-修改管理员状态",
  8173. "consumes": [
  8174. "application/json"
  8175. ],
  8176. "produces": [
  8177. "application/json"
  8178. ],
  8179. "tags": [
  8180. "权限管理"
  8181. ],
  8182. "summary": "修改管理员状态",
  8183. "parameters": [
  8184. {
  8185. "type": "string",
  8186. "description": "验证参数Bearer和token空格拼接",
  8187. "name": "Authorization",
  8188. "in": "header",
  8189. "required": true
  8190. },
  8191. {
  8192. "description": "请求参数",
  8193. "name": "args",
  8194. "in": "body",
  8195. "required": true,
  8196. "schema": {
  8197. "$ref": "#/definitions/md.UpdateAdminStateReq"
  8198. }
  8199. }
  8200. ],
  8201. "responses": {
  8202. "200": {
  8203. "description": "success",
  8204. "schema": {
  8205. "type": "string"
  8206. }
  8207. },
  8208. "400": {
  8209. "description": "具体错误",
  8210. "schema": {
  8211. "$ref": "#/definitions/md.Response"
  8212. }
  8213. }
  8214. }
  8215. }
  8216. },
  8217. "/api/role/updateRole": {
  8218. "post": {
  8219. "description": "权限管理-修改角色",
  8220. "consumes": [
  8221. "application/json"
  8222. ],
  8223. "produces": [
  8224. "application/json"
  8225. ],
  8226. "tags": [
  8227. "权限管理"
  8228. ],
  8229. "summary": "修改角色",
  8230. "parameters": [
  8231. {
  8232. "type": "string",
  8233. "description": "验证参数Bearer和token空格拼接",
  8234. "name": "Authorization",
  8235. "in": "header",
  8236. "required": true
  8237. },
  8238. {
  8239. "description": "请求参数",
  8240. "name": "args",
  8241. "in": "body",
  8242. "required": true,
  8243. "schema": {
  8244. "$ref": "#/definitions/md.UpdateRoleReq"
  8245. }
  8246. }
  8247. ],
  8248. "responses": {
  8249. "200": {
  8250. "description": "success",
  8251. "schema": {
  8252. "type": "string"
  8253. }
  8254. },
  8255. "400": {
  8256. "description": "具体错误",
  8257. "schema": {
  8258. "$ref": "#/definitions/md.Response"
  8259. }
  8260. }
  8261. }
  8262. }
  8263. },
  8264. "/api/role/updateRoleState": {
  8265. "post": {
  8266. "description": "权限管理-修改角色状态",
  8267. "consumes": [
  8268. "application/json"
  8269. ],
  8270. "produces": [
  8271. "application/json"
  8272. ],
  8273. "tags": [
  8274. "权限管理"
  8275. ],
  8276. "summary": "修改角色状态",
  8277. "parameters": [
  8278. {
  8279. "type": "string",
  8280. "description": "验证参数Bearer和token空格拼接",
  8281. "name": "Authorization",
  8282. "in": "header",
  8283. "required": true
  8284. },
  8285. {
  8286. "description": "请求参数",
  8287. "name": "args",
  8288. "in": "body",
  8289. "required": true,
  8290. "schema": {
  8291. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8292. }
  8293. }
  8294. ],
  8295. "responses": {
  8296. "200": {
  8297. "description": "success",
  8298. "schema": {
  8299. "type": "string"
  8300. }
  8301. },
  8302. "400": {
  8303. "description": "具体错误",
  8304. "schema": {
  8305. "$ref": "#/definitions/md.Response"
  8306. }
  8307. }
  8308. }
  8309. }
  8310. },
  8311. "/api/settCenter/oss/aliYun/getBasic": {
  8312. "get": {
  8313. "description": "对象存储设置(获取)",
  8314. "consumes": [
  8315. "application/json"
  8316. ],
  8317. "produces": [
  8318. "application/json"
  8319. ],
  8320. "tags": [
  8321. "对象存储"
  8322. ],
  8323. "summary": "设置中心-对象存储-对象存储设置(获取)",
  8324. "parameters": [
  8325. {
  8326. "type": "string",
  8327. "description": "验证参数Bearer和token空格拼接",
  8328. "name": "Authorization",
  8329. "in": "header",
  8330. "required": true
  8331. }
  8332. ],
  8333. "responses": {
  8334. "200": {
  8335. "description": "设置列表",
  8336. "schema": {
  8337. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8338. }
  8339. },
  8340. "400": {
  8341. "description": "具体错误",
  8342. "schema": {
  8343. "$ref": "#/definitions/md.Response"
  8344. }
  8345. }
  8346. }
  8347. }
  8348. },
  8349. "/api/settCenter/oss/aliYun/setBasic": {
  8350. "post": {
  8351. "description": "对象存储设置(更新)",
  8352. "consumes": [
  8353. "application/json"
  8354. ],
  8355. "produces": [
  8356. "application/json"
  8357. ],
  8358. "tags": [
  8359. "对象存储"
  8360. ],
  8361. "summary": "设置中心-对象存储-对象存储设置(更新)",
  8362. "parameters": [
  8363. {
  8364. "type": "string",
  8365. "description": "验证参数Bearer和token空格拼接",
  8366. "name": "Authorization",
  8367. "in": "header",
  8368. "required": true
  8369. },
  8370. {
  8371. "description": "上传需要修改的信息",
  8372. "name": "req",
  8373. "in": "body",
  8374. "required": true,
  8375. "schema": {
  8376. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  8377. }
  8378. }
  8379. ],
  8380. "responses": {
  8381. "200": {
  8382. "description": "success",
  8383. "schema": {
  8384. "type": "string"
  8385. }
  8386. },
  8387. "400": {
  8388. "description": "具体错误",
  8389. "schema": {
  8390. "$ref": "#/definitions/md.Response"
  8391. }
  8392. }
  8393. }
  8394. }
  8395. },
  8396. "/api/settCenter/web/getBasic": {
  8397. "get": {
  8398. "description": "网站信息-基本设置(获取)",
  8399. "consumes": [
  8400. "application/json"
  8401. ],
  8402. "produces": [
  8403. "application/json"
  8404. ],
  8405. "tags": [
  8406. "基础设置"
  8407. ],
  8408. "summary": "基础设置-网站信息-基本设置(获取)",
  8409. "parameters": [
  8410. {
  8411. "type": "string",
  8412. "description": "验证参数Bearer和token空格拼接",
  8413. "name": "Authorization",
  8414. "in": "header",
  8415. "required": true
  8416. }
  8417. ],
  8418. "responses": {
  8419. "200": {
  8420. "description": "设置列表",
  8421. "schema": {
  8422. "$ref": "#/definitions/setCenter.WebBasicResp"
  8423. }
  8424. },
  8425. "400": {
  8426. "description": "具体错误",
  8427. "schema": {
  8428. "$ref": "#/definitions/md.Response"
  8429. }
  8430. }
  8431. }
  8432. }
  8433. },
  8434. "/api/settCenter/web/setBasic": {
  8435. "post": {
  8436. "description": "基本设置(更新)",
  8437. "consumes": [
  8438. "application/json"
  8439. ],
  8440. "produces": [
  8441. "application/json"
  8442. ],
  8443. "tags": [
  8444. "基础设置"
  8445. ],
  8446. "summary": "基础设置-网站信息-基本设置(更新)",
  8447. "parameters": [
  8448. {
  8449. "type": "string",
  8450. "description": "验证参数Bearer和token空格拼接",
  8451. "name": "Authorization",
  8452. "in": "header",
  8453. "required": true
  8454. },
  8455. {
  8456. "description": "上传需要修改的信息",
  8457. "name": "req",
  8458. "in": "body",
  8459. "required": true,
  8460. "schema": {
  8461. "$ref": "#/definitions/setCenter.WebBasicReq"
  8462. }
  8463. }
  8464. ],
  8465. "responses": {
  8466. "200": {
  8467. "description": "success",
  8468. "schema": {
  8469. "type": "string"
  8470. }
  8471. },
  8472. "400": {
  8473. "description": "具体错误",
  8474. "schema": {
  8475. "$ref": "#/definitions/md.Response"
  8476. }
  8477. }
  8478. }
  8479. }
  8480. },
  8481. "/api/userFeedback/cate/list": {
  8482. "post": {
  8483. "description": "分类列表",
  8484. "consumes": [
  8485. "application/json"
  8486. ],
  8487. "produces": [
  8488. "application/json"
  8489. ],
  8490. "tags": [
  8491. "消息中心"
  8492. ],
  8493. "summary": "反馈列表-分类列表",
  8494. "parameters": [
  8495. {
  8496. "type": "string",
  8497. "description": "验证参数Bearer和token空格拼接",
  8498. "name": "Authorization",
  8499. "in": "header",
  8500. "required": true
  8501. },
  8502. {
  8503. "description": "(分页信息必填)",
  8504. "name": "req",
  8505. "in": "body",
  8506. "required": true,
  8507. "schema": {
  8508. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  8509. }
  8510. }
  8511. ],
  8512. "responses": {
  8513. "200": {
  8514. "description": "具体数据",
  8515. "schema": {
  8516. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  8517. }
  8518. },
  8519. "400": {
  8520. "description": "具体错误",
  8521. "schema": {
  8522. "$ref": "#/definitions/md.Response"
  8523. }
  8524. }
  8525. }
  8526. }
  8527. },
  8528. "/api/userFeedback/content/change/state": {
  8529. "post": {
  8530. "description": "反馈列表-修改状态",
  8531. "consumes": [
  8532. "application/json"
  8533. ],
  8534. "produces": [
  8535. "application/json"
  8536. ],
  8537. "tags": [
  8538. "消息中心"
  8539. ],
  8540. "summary": "用户反馈-反馈列表-修改状态",
  8541. "parameters": [
  8542. {
  8543. "type": "string",
  8544. "description": "验证参数Bearer和token空格拼接",
  8545. "name": "Authorization",
  8546. "in": "header",
  8547. "required": true
  8548. },
  8549. {
  8550. "description": "(分页信息必填)",
  8551. "name": "req",
  8552. "in": "body",
  8553. "required": true,
  8554. "schema": {
  8555. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  8556. }
  8557. }
  8558. ],
  8559. "responses": {
  8560. "200": {
  8561. "description": "具体数据",
  8562. "schema": {
  8563. "type": "string"
  8564. }
  8565. },
  8566. "400": {
  8567. "description": "具体错误",
  8568. "schema": {
  8569. "$ref": "#/definitions/md.Response"
  8570. }
  8571. }
  8572. }
  8573. }
  8574. },
  8575. "/api/userFeedback/content/del": {
  8576. "post": {
  8577. "description": "反馈列表-反馈删除",
  8578. "consumes": [
  8579. "application/json"
  8580. ],
  8581. "produces": [
  8582. "application/json"
  8583. ],
  8584. "tags": [
  8585. "消息中心"
  8586. ],
  8587. "summary": "用户反馈-反馈列表-反馈删除",
  8588. "parameters": [
  8589. {
  8590. "type": "string",
  8591. "description": "验证参数Bearer和token空格拼接",
  8592. "name": "Authorization",
  8593. "in": "header",
  8594. "required": true
  8595. },
  8596. {
  8597. "description": "(分页信息必填)",
  8598. "name": "req",
  8599. "in": "body",
  8600. "required": true,
  8601. "schema": {
  8602. "$ref": "#/definitions/md.UserFeedbackDelReq"
  8603. }
  8604. }
  8605. ],
  8606. "responses": {
  8607. "200": {
  8608. "description": "具体数据",
  8609. "schema": {
  8610. "type": "string"
  8611. }
  8612. },
  8613. "400": {
  8614. "description": "具体错误",
  8615. "schema": {
  8616. "$ref": "#/definitions/md.Response"
  8617. }
  8618. }
  8619. }
  8620. }
  8621. },
  8622. "/api/userFeedback/content/list": {
  8623. "post": {
  8624. "description": "反馈列表",
  8625. "consumes": [
  8626. "application/json"
  8627. ],
  8628. "produces": [
  8629. "application/json"
  8630. ],
  8631. "tags": [
  8632. "消息中心"
  8633. ],
  8634. "summary": "用户反馈-反馈列表",
  8635. "parameters": [
  8636. {
  8637. "type": "string",
  8638. "description": "验证参数Bearer和token空格拼接",
  8639. "name": "Authorization",
  8640. "in": "header",
  8641. "required": true
  8642. },
  8643. {
  8644. "description": "(分页信息必填)",
  8645. "name": "req",
  8646. "in": "body",
  8647. "required": true,
  8648. "schema": {
  8649. "$ref": "#/definitions/md.UserFeedbackListReq"
  8650. }
  8651. }
  8652. ],
  8653. "responses": {
  8654. "200": {
  8655. "description": "具体数据",
  8656. "schema": {
  8657. "$ref": "#/definitions/md.UserFeedbackListResp"
  8658. }
  8659. },
  8660. "400": {
  8661. "description": "具体错误",
  8662. "schema": {
  8663. "$ref": "#/definitions/md.Response"
  8664. }
  8665. }
  8666. }
  8667. }
  8668. },
  8669. "/api/userFeedback/content/record/list": {
  8670. "post": {
  8671. "description": "反馈列表-沟通记录",
  8672. "consumes": [
  8673. "application/json"
  8674. ],
  8675. "produces": [
  8676. "application/json"
  8677. ],
  8678. "tags": [
  8679. "消息中心"
  8680. ],
  8681. "summary": "用户反馈-反馈列表-沟通记录",
  8682. "parameters": [
  8683. {
  8684. "type": "string",
  8685. "description": "验证参数Bearer和token空格拼接",
  8686. "name": "Authorization",
  8687. "in": "header",
  8688. "required": true
  8689. },
  8690. {
  8691. "description": "(分页信息必填)",
  8692. "name": "req",
  8693. "in": "body",
  8694. "required": true,
  8695. "schema": {
  8696. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  8697. }
  8698. }
  8699. ],
  8700. "responses": {
  8701. "200": {
  8702. "description": "具体数据",
  8703. "schema": {
  8704. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  8705. }
  8706. },
  8707. "400": {
  8708. "description": "具体错误",
  8709. "schema": {
  8710. "$ref": "#/definitions/md.Response"
  8711. }
  8712. }
  8713. }
  8714. }
  8715. },
  8716. "/api/userFeedback/content/say": {
  8717. "post": {
  8718. "description": "反馈列表-沟通发送",
  8719. "consumes": [
  8720. "application/json"
  8721. ],
  8722. "produces": [
  8723. "application/json"
  8724. ],
  8725. "tags": [
  8726. "消息中心"
  8727. ],
  8728. "summary": "用户反馈-反馈列表-沟通发送",
  8729. "parameters": [
  8730. {
  8731. "type": "string",
  8732. "description": "验证参数Bearer和token空格拼接",
  8733. "name": "Authorization",
  8734. "in": "header",
  8735. "required": true
  8736. },
  8737. {
  8738. "description": "(分页信息必填)",
  8739. "name": "req",
  8740. "in": "body",
  8741. "required": true,
  8742. "schema": {
  8743. "$ref": "#/definitions/md.UserFeedbackSayReq"
  8744. }
  8745. }
  8746. ],
  8747. "responses": {
  8748. "200": {
  8749. "description": "具体数据",
  8750. "schema": {
  8751. "type": "string"
  8752. }
  8753. },
  8754. "400": {
  8755. "description": "具体错误",
  8756. "schema": {
  8757. "$ref": "#/definitions/md.Response"
  8758. }
  8759. }
  8760. }
  8761. }
  8762. },
  8763. "/api/userRealName/base": {
  8764. "get": {
  8765. "description": "基本设置-实名认证",
  8766. "consumes": [
  8767. "application/json"
  8768. ],
  8769. "produces": [
  8770. "application/json"
  8771. ],
  8772. "tags": [
  8773. "基本设置"
  8774. ],
  8775. "summary": "基本设置-实名认证-基本配置",
  8776. "parameters": [
  8777. {
  8778. "type": "string",
  8779. "description": "验证参数Bearer和token空格拼接",
  8780. "name": "Authorization",
  8781. "in": "header",
  8782. "required": true
  8783. }
  8784. ],
  8785. "responses": {
  8786. "200": {
  8787. "description": "具体数据",
  8788. "schema": {
  8789. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8790. }
  8791. },
  8792. "400": {
  8793. "description": "具体错误",
  8794. "schema": {
  8795. "$ref": "#/definitions/md.Response"
  8796. }
  8797. }
  8798. }
  8799. }
  8800. },
  8801. "/api/userRealName/base/save": {
  8802. "post": {
  8803. "description": "基本设置-实名认证-基本配置保存",
  8804. "consumes": [
  8805. "application/json"
  8806. ],
  8807. "produces": [
  8808. "application/json"
  8809. ],
  8810. "tags": [
  8811. "基本设置"
  8812. ],
  8813. "summary": "基本设置-实名认证-基本配置保存",
  8814. "parameters": [
  8815. {
  8816. "type": "string",
  8817. "description": "验证参数Bearer和token空格拼接",
  8818. "name": "Authorization",
  8819. "in": "header",
  8820. "required": true
  8821. },
  8822. {
  8823. "description": "(分页信息必填)",
  8824. "name": "req",
  8825. "in": "body",
  8826. "required": true,
  8827. "schema": {
  8828. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8829. }
  8830. }
  8831. ],
  8832. "responses": {
  8833. "200": {
  8834. "description": "具体数据",
  8835. "schema": {
  8836. "type": "string"
  8837. }
  8838. },
  8839. "400": {
  8840. "description": "具体错误",
  8841. "schema": {
  8842. "$ref": "#/definitions/md.Response"
  8843. }
  8844. }
  8845. }
  8846. }
  8847. },
  8848. "/api/userRealName/list": {
  8849. "post": {
  8850. "description": "基本设置-实名认证列表",
  8851. "consumes": [
  8852. "application/json"
  8853. ],
  8854. "produces": [
  8855. "application/json"
  8856. ],
  8857. "tags": [
  8858. "基本设置"
  8859. ],
  8860. "summary": "基本设置-实名认证列表",
  8861. "parameters": [
  8862. {
  8863. "type": "string",
  8864. "description": "验证参数Bearer和token空格拼接",
  8865. "name": "Authorization",
  8866. "in": "header",
  8867. "required": true
  8868. },
  8869. {
  8870. "description": "(分页信息必填)",
  8871. "name": "req",
  8872. "in": "body",
  8873. "required": true,
  8874. "schema": {
  8875. "$ref": "#/definitions/md.UserRealNameReq"
  8876. }
  8877. }
  8878. ],
  8879. "responses": {
  8880. "200": {
  8881. "description": "具体数据",
  8882. "schema": {
  8883. "$ref": "#/definitions/md.UserRealNameResp"
  8884. }
  8885. },
  8886. "400": {
  8887. "description": "具体错误",
  8888. "schema": {
  8889. "$ref": "#/definitions/md.Response"
  8890. }
  8891. }
  8892. }
  8893. }
  8894. },
  8895. "/api/userRealName/save": {
  8896. "post": {
  8897. "description": "基本设置-修改认证状态",
  8898. "consumes": [
  8899. "application/json"
  8900. ],
  8901. "produces": [
  8902. "application/json"
  8903. ],
  8904. "tags": [
  8905. "基本设置"
  8906. ],
  8907. "summary": "基本设置-实名认证-修改认证状态",
  8908. "parameters": [
  8909. {
  8910. "type": "string",
  8911. "description": "验证参数Bearer和token空格拼接",
  8912. "name": "Authorization",
  8913. "in": "header",
  8914. "required": true
  8915. },
  8916. {
  8917. "description": "(分页信息必填)",
  8918. "name": "req",
  8919. "in": "body",
  8920. "required": true,
  8921. "schema": {
  8922. "$ref": "#/definitions/md.UserRealNameSaveReq"
  8923. }
  8924. }
  8925. ],
  8926. "responses": {
  8927. "200": {
  8928. "description": "具体数据",
  8929. "schema": {
  8930. "type": "string"
  8931. }
  8932. },
  8933. "400": {
  8934. "description": "具体错误",
  8935. "schema": {
  8936. "$ref": "#/definitions/md.Response"
  8937. }
  8938. }
  8939. }
  8940. }
  8941. },
  8942. "/api/user_feedback/cate/del": {
  8943. "post": {
  8944. "description": "分类列表-分类删除",
  8945. "consumes": [
  8946. "application/json"
  8947. ],
  8948. "produces": [
  8949. "application/json"
  8950. ],
  8951. "tags": [
  8952. "消息中心"
  8953. ],
  8954. "summary": "反馈列表-分类列表-分类删除",
  8955. "parameters": [
  8956. {
  8957. "type": "string",
  8958. "description": "验证参数Bearer和token空格拼接",
  8959. "name": "Authorization",
  8960. "in": "header",
  8961. "required": true
  8962. },
  8963. {
  8964. "description": "(分页信息必填)",
  8965. "name": "req",
  8966. "in": "body",
  8967. "required": true,
  8968. "schema": {
  8969. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  8970. }
  8971. }
  8972. ],
  8973. "responses": {
  8974. "200": {
  8975. "description": "具体数据",
  8976. "schema": {
  8977. "type": "string"
  8978. }
  8979. },
  8980. "400": {
  8981. "description": "具体错误",
  8982. "schema": {
  8983. "$ref": "#/definitions/md.Response"
  8984. }
  8985. }
  8986. }
  8987. }
  8988. },
  8989. "/api/user_feedback/cate/save": {
  8990. "post": {
  8991. "description": "分类列表-分类保存",
  8992. "consumes": [
  8993. "application/json"
  8994. ],
  8995. "produces": [
  8996. "application/json"
  8997. ],
  8998. "tags": [
  8999. "消息中心"
  9000. ],
  9001. "summary": "反馈列表-分类列表-分类保存",
  9002. "parameters": [
  9003. {
  9004. "type": "string",
  9005. "description": "验证参数Bearer和token空格拼接",
  9006. "name": "Authorization",
  9007. "in": "header",
  9008. "required": true
  9009. },
  9010. {
  9011. "description": "(分页信息必填)",
  9012. "name": "req",
  9013. "in": "body",
  9014. "required": true,
  9015. "schema": {
  9016. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  9017. }
  9018. }
  9019. ],
  9020. "responses": {
  9021. "200": {
  9022. "description": "具体数据",
  9023. "schema": {
  9024. "type": "string"
  9025. }
  9026. },
  9027. "400": {
  9028. "description": "具体错误",
  9029. "schema": {
  9030. "$ref": "#/definitions/md.Response"
  9031. }
  9032. }
  9033. }
  9034. }
  9035. },
  9036. "/api/website/certificate": {
  9037. "post": {
  9038. "description": "证书查询",
  9039. "consumes": [
  9040. "application/json"
  9041. ],
  9042. "produces": [
  9043. "application/json"
  9044. ],
  9045. "tags": [
  9046. "官网"
  9047. ],
  9048. "summary": "证书查询",
  9049. "parameters": [
  9050. {
  9051. "type": "string",
  9052. "description": "验证参数Bearer和token空格拼接",
  9053. "name": "Authorization",
  9054. "in": "header",
  9055. "required": true
  9056. },
  9057. {
  9058. "description": "(分页信息必填)",
  9059. "name": "req",
  9060. "in": "body",
  9061. "required": true,
  9062. "schema": {
  9063. "$ref": "#/definitions/md.CertificateReq"
  9064. }
  9065. }
  9066. ],
  9067. "responses": {
  9068. "200": {
  9069. "description": "具体数据",
  9070. "schema": {
  9071. "$ref": "#/definitions/md.CertificateResp"
  9072. }
  9073. },
  9074. "400": {
  9075. "description": "具体错误",
  9076. "schema": {
  9077. "$ref": "#/definitions/md.Response"
  9078. }
  9079. }
  9080. }
  9081. }
  9082. },
  9083. "/api/website/getModuleSetting": {
  9084. "get": {
  9085. "description": "页面样式",
  9086. "consumes": [
  9087. "application/json"
  9088. ],
  9089. "produces": [
  9090. "application/json"
  9091. ],
  9092. "tags": [
  9093. "官网"
  9094. ],
  9095. "summary": "页面样式",
  9096. "parameters": [
  9097. {
  9098. "type": "string",
  9099. "description": "验证参数Bearer和token空格拼接",
  9100. "name": "Authorization",
  9101. "in": "header",
  9102. "required": true
  9103. },
  9104. {
  9105. "type": "string",
  9106. "description": "页面名称类型值(15:官网 联系我们)",
  9107. "name": "mod_name_value",
  9108. "in": "query",
  9109. "required": true
  9110. }
  9111. ],
  9112. "responses": {
  9113. "200": {
  9114. "description": "具体数据",
  9115. "schema": {
  9116. "$ref": "#/definitions/md.GetModuleSettingResp"
  9117. }
  9118. },
  9119. "400": {
  9120. "description": "具体错误",
  9121. "schema": {
  9122. "$ref": "#/definitions/md.Response"
  9123. }
  9124. }
  9125. }
  9126. }
  9127. },
  9128. "/api/website/info": {
  9129. "get": {
  9130. "description": "官网-基本信息",
  9131. "consumes": [
  9132. "application/json"
  9133. ],
  9134. "produces": [
  9135. "application/json"
  9136. ],
  9137. "tags": [
  9138. "官网"
  9139. ],
  9140. "summary": "官网-基本信息",
  9141. "parameters": [
  9142. {
  9143. "type": "string",
  9144. "description": "验证参数Bearer和token空格拼接",
  9145. "name": "Authorization",
  9146. "in": "header",
  9147. "required": true
  9148. }
  9149. ],
  9150. "responses": {
  9151. "200": {
  9152. "description": "具体数据",
  9153. "schema": {
  9154. "$ref": "#/definitions/md.WebsiteInfoResp"
  9155. }
  9156. },
  9157. "400": {
  9158. "description": "具体错误",
  9159. "schema": {
  9160. "$ref": "#/definitions/md.Response"
  9161. }
  9162. }
  9163. }
  9164. }
  9165. }
  9166. },
  9167. "definitions": {
  9168. "applet_app_md.Paginate": {
  9169. "type": "object",
  9170. "properties": {
  9171. "limit": {
  9172. "description": "每页大小",
  9173. "type": "integer"
  9174. },
  9175. "page": {
  9176. "description": "页数",
  9177. "type": "integer"
  9178. },
  9179. "total": {
  9180. "description": "总数据量",
  9181. "type": "integer"
  9182. }
  9183. }
  9184. },
  9185. "applet_app_md_financial_center.Paginate": {
  9186. "type": "object",
  9187. "properties": {
  9188. "limit": {
  9189. "description": "每页大小",
  9190. "type": "integer"
  9191. },
  9192. "page": {
  9193. "description": "页数",
  9194. "type": "integer"
  9195. },
  9196. "total": {
  9197. "description": "总数据量",
  9198. "type": "integer"
  9199. }
  9200. }
  9201. },
  9202. "applet_app_md_financial_center.TagNode": {
  9203. "type": "object",
  9204. "properties": {
  9205. "tag_id": {
  9206. "type": "integer"
  9207. },
  9208. "tag_name": {
  9209. "type": "string"
  9210. }
  9211. }
  9212. },
  9213. "applet_app_md_friend_circle.Paginate": {
  9214. "type": "object",
  9215. "properties": {
  9216. "limit": {
  9217. "description": "每页大小",
  9218. "type": "integer"
  9219. },
  9220. "page": {
  9221. "description": "页数",
  9222. "type": "integer"
  9223. },
  9224. "total": {
  9225. "description": "总数据量",
  9226. "type": "integer"
  9227. }
  9228. }
  9229. },
  9230. "applet_app_md_im.GetBasicResp": {
  9231. "type": "object",
  9232. "properties": {
  9233. "chat_sensitive_words": {
  9234. "type": "string",
  9235. "example": "聊天敏感词"
  9236. },
  9237. "is_allow_add_friends": {
  9238. "type": "string",
  9239. "example": "是否允许加好友"
  9240. },
  9241. "is_auto_add_friends": {
  9242. "type": "string",
  9243. "example": "是否自动加好友"
  9244. },
  9245. "prohibit_add_group_members": {
  9246. "type": "string",
  9247. "example": "是否禁止添加群成员"
  9248. },
  9249. "prohibit_remove_group_members": {
  9250. "type": "string",
  9251. "example": "是否禁止移出群成员"
  9252. },
  9253. "prohibit_update_group_name": {
  9254. "type": "string",
  9255. "example": "是否禁止修改群名称"
  9256. }
  9257. }
  9258. },
  9259. "applet_app_md_im.SetBasicReq": {
  9260. "type": "object",
  9261. "properties": {
  9262. "chat_sensitive_words": {
  9263. "type": "string",
  9264. "example": "聊天敏感词"
  9265. },
  9266. "is_allow_add_friends": {
  9267. "type": "string",
  9268. "example": "是否允许加好友"
  9269. },
  9270. "is_auto_add_friends": {
  9271. "type": "string",
  9272. "example": "是否自动加好友"
  9273. },
  9274. "prohibit_add_group_members": {
  9275. "type": "string",
  9276. "example": "是否禁止添加群成员"
  9277. },
  9278. "prohibit_remove_group_members": {
  9279. "type": "string",
  9280. "example": "是否禁止移出群成员"
  9281. },
  9282. "prohibit_update_group_name": {
  9283. "type": "string",
  9284. "example": "是否禁止修改群名称"
  9285. }
  9286. }
  9287. },
  9288. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9289. "type": "object",
  9290. "properties": {
  9291. "direct_push_reward": {
  9292. "description": "直推奖励",
  9293. "allOf": [
  9294. {
  9295. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9296. }
  9297. ]
  9298. },
  9299. "is_open": {
  9300. "description": "是否开启(1:开启 0:关闭)",
  9301. "type": "integer"
  9302. },
  9303. "person_egg_energy_coin_id": {
  9304. "description": "个人蛋蛋能量对应虚拟币 id",
  9305. "type": "integer"
  9306. },
  9307. "person_egg_points_coin_id": {
  9308. "description": "个人蛋蛋积分对应虚拟币 id",
  9309. "type": "integer"
  9310. },
  9311. "team_egg_energy_coin_id": {
  9312. "description": "团队蛋蛋能量对应虚拟币 id",
  9313. "type": "integer"
  9314. },
  9315. "team_egg_points_coin_id": {
  9316. "description": "团队蛋蛋积分对应虚拟币 id",
  9317. "type": "integer"
  9318. }
  9319. }
  9320. },
  9321. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9322. "type": "object",
  9323. "properties": {
  9324. "limit": {
  9325. "description": "每页大小",
  9326. "type": "integer"
  9327. },
  9328. "page": {
  9329. "description": "页数",
  9330. "type": "integer"
  9331. },
  9332. "total": {
  9333. "description": "总数据量",
  9334. "type": "integer"
  9335. }
  9336. }
  9337. },
  9338. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9339. "type": "object",
  9340. "properties": {
  9341. "id": {
  9342. "type": "integer"
  9343. },
  9344. "is_open": {
  9345. "description": "是否开启(1:开启 0:关闭)",
  9346. "type": "integer"
  9347. },
  9348. "is_self_active_get_team_revenue": {
  9349. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9350. "type": "integer"
  9351. },
  9352. "originator_uid": {
  9353. "description": "创始人uid",
  9354. "type": "integer"
  9355. },
  9356. "several_rows": {
  9357. "description": "几排",
  9358. "type": "integer"
  9359. },
  9360. "several_times": {
  9361. "description": "几乘",
  9362. "type": "integer"
  9363. },
  9364. "system_punish_replace": {
  9365. "description": "是否位置滑落 被新用户替换 0否 1是",
  9366. "type": "integer"
  9367. },
  9368. "system_punish_replace_value": {
  9369. "description": "xx天未活跃,处罚滑落",
  9370. "type": "integer"
  9371. }
  9372. }
  9373. },
  9374. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9375. "type": "object",
  9376. "properties": {
  9377. "limit": {
  9378. "description": "每页大小",
  9379. "type": "integer"
  9380. },
  9381. "page": {
  9382. "description": "页数",
  9383. "type": "integer"
  9384. },
  9385. "total": {
  9386. "description": "总数据量",
  9387. "type": "integer"
  9388. }
  9389. }
  9390. },
  9391. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  9392. "type": "object",
  9393. "properties": {
  9394. "limit": {
  9395. "type": "integer"
  9396. },
  9397. "page": {
  9398. "type": "integer"
  9399. },
  9400. "total": {
  9401. "type": "integer"
  9402. }
  9403. }
  9404. },
  9405. "applet_app_md_member_center.Paginate": {
  9406. "type": "object",
  9407. "properties": {
  9408. "limit": {
  9409. "description": "每页大小",
  9410. "type": "integer"
  9411. },
  9412. "page": {
  9413. "description": "页数",
  9414. "type": "integer"
  9415. },
  9416. "total": {
  9417. "description": "总数据量",
  9418. "type": "integer"
  9419. }
  9420. }
  9421. },
  9422. "applet_app_md_member_center.TagNode": {
  9423. "type": "object",
  9424. "properties": {
  9425. "tag_id": {
  9426. "description": "标签 ID",
  9427. "type": "integer"
  9428. },
  9429. "tag_name": {
  9430. "description": "标签名称",
  9431. "type": "string"
  9432. }
  9433. }
  9434. },
  9435. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  9436. "type": "object",
  9437. "properties": {
  9438. "oss_access_key_id": {
  9439. "type": "string",
  9440. "example": "oss访问秘钥id"
  9441. },
  9442. "oss_access_key_secret": {
  9443. "type": "string",
  9444. "example": "oss访问秘钥"
  9445. },
  9446. "oss_assume_arn": {
  9447. "type": "string",
  9448. "example": "oss RAM角色ARN"
  9449. },
  9450. "oss_assume_role_access_key_id": {
  9451. "type": "string",
  9452. "example": "oss RAM角色访问秘钥id"
  9453. },
  9454. "oss_assume_role_access_key_secret": {
  9455. "type": "string",
  9456. "example": "oss RAM角色访问秘钥"
  9457. },
  9458. "oss_bucket_name": {
  9459. "type": "string",
  9460. "example": "oss存储桶名称"
  9461. },
  9462. "oss_bucket_scheme": {
  9463. "type": "string",
  9464. "example": "oss上传方式"
  9465. },
  9466. "oss_endpoint": {
  9467. "type": "string",
  9468. "example": "oss地域节点"
  9469. },
  9470. "oss_object_domain": {
  9471. "type": "string",
  9472. "example": "oss域名"
  9473. },
  9474. "oss_option": {
  9475. "type": "string",
  9476. "example": "oss上传文件类型选项,以逗号分割"
  9477. }
  9478. }
  9479. },
  9480. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  9481. "type": "object",
  9482. "properties": {
  9483. "oss_access_key_id": {
  9484. "type": "string",
  9485. "example": "oss访问秘钥id"
  9486. },
  9487. "oss_access_key_secret": {
  9488. "type": "string",
  9489. "example": "oss访问秘钥"
  9490. },
  9491. "oss_assume_arn": {
  9492. "type": "string",
  9493. "example": "oss RAM角色ARN"
  9494. },
  9495. "oss_assume_role_access_key_id": {
  9496. "type": "string",
  9497. "example": "oss RAM角色访问秘钥id"
  9498. },
  9499. "oss_assume_role_access_key_secret": {
  9500. "type": "string",
  9501. "example": "oss RAM角色访问秘钥"
  9502. },
  9503. "oss_bucket_name": {
  9504. "type": "string",
  9505. "example": "oss存储桶名称"
  9506. },
  9507. "oss_bucket_scheme": {
  9508. "type": "string",
  9509. "example": "oss上传方式"
  9510. },
  9511. "oss_endpoint": {
  9512. "type": "string",
  9513. "example": "oss地域节点"
  9514. },
  9515. "oss_object_domain": {
  9516. "type": "string",
  9517. "example": "oss域名"
  9518. },
  9519. "oss_option": {
  9520. "type": "string",
  9521. "example": "oss上传文件类型选项,以逗号分割"
  9522. }
  9523. }
  9524. },
  9525. "client.AssumeRoleResponseBodyCredentials": {
  9526. "type": "object",
  9527. "properties": {
  9528. "AccessKeyId": {
  9529. "description": "The AccessKey ID.",
  9530. "type": "string"
  9531. },
  9532. "AccessKeySecret": {
  9533. "description": "The AccessKey secret.",
  9534. "type": "string"
  9535. },
  9536. "Expiration": {
  9537. "description": "The time when the STS token expires. The time is displayed in UTC.",
  9538. "type": "string"
  9539. },
  9540. "SecurityToken": {
  9541. "description": "The STS token.\n\n\u003e Alibaba Cloud STS does not impose limits on the length of STS tokens. We strongly recommend that you do not specify a maximum length for STS tokens.",
  9542. "type": "string"
  9543. }
  9544. }
  9545. },
  9546. "comm.GetAdminInfoResp": {
  9547. "type": "object",
  9548. "properties": {
  9549. "adm_id": {
  9550. "description": "管理员id",
  9551. "type": "integer"
  9552. },
  9553. "is_super_administrator": {
  9554. "description": "是否为超级管理员(0:否 1:是)",
  9555. "type": "integer"
  9556. },
  9557. "memo": {
  9558. "description": "备注信息",
  9559. "type": "string"
  9560. },
  9561. "state": {
  9562. "description": "状态(1:正常 2:冻结)",
  9563. "type": "integer"
  9564. },
  9565. "username": {
  9566. "description": "用户名",
  9567. "type": "string"
  9568. }
  9569. }
  9570. },
  9571. "comm.GetSTSVoucherResp": {
  9572. "type": "object",
  9573. "properties": {
  9574. "bucket": {
  9575. "description": "oss 桶名称",
  9576. "type": "string"
  9577. },
  9578. "region": {
  9579. "description": "所在地域",
  9580. "type": "string"
  9581. },
  9582. "sts_token": {
  9583. "description": "STS 凭证",
  9584. "allOf": [
  9585. {
  9586. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  9587. }
  9588. ]
  9589. }
  9590. }
  9591. },
  9592. "comm.ImgReqUploadReq": {
  9593. "type": "object",
  9594. "required": [
  9595. "content_type",
  9596. "file_name"
  9597. ],
  9598. "properties": {
  9599. "content_type": {
  9600. "type": "string",
  9601. "example": "image/jpeg"
  9602. },
  9603. "file_name": {
  9604. "type": "string",
  9605. "example": "文件名"
  9606. }
  9607. }
  9608. },
  9609. "hdl.GetActiveDataResp": {
  9610. "type": "object",
  9611. "properties": {
  9612. "today": {
  9613. "description": "今日数据",
  9614. "allOf": [
  9615. {
  9616. "$ref": "#/definitions/model.PlatformActiveData"
  9617. }
  9618. ]
  9619. },
  9620. "yesterday": {
  9621. "description": "昨日数据",
  9622. "allOf": [
  9623. {
  9624. "$ref": "#/definitions/model.PlatformActiveData"
  9625. }
  9626. ]
  9627. }
  9628. }
  9629. },
  9630. "hdl.TotalDataResp": {
  9631. "type": "object",
  9632. "properties": {
  9633. "month": {
  9634. "description": "月份",
  9635. "type": "string"
  9636. },
  9637. "no_sign_in_user_count": {
  9638. "description": "未签到用户数",
  9639. "type": "integer"
  9640. },
  9641. "total_user_count": {
  9642. "description": "平台总用户数",
  9643. "type": "integer"
  9644. },
  9645. "total_withdraw_amount": {
  9646. "description": "已提现累计金额",
  9647. "type": "string"
  9648. },
  9649. "verified_user_count": {
  9650. "description": "已认证用户数",
  9651. "type": "integer"
  9652. },
  9653. "year": {
  9654. "description": "年份",
  9655. "type": "string"
  9656. }
  9657. }
  9658. },
  9659. "md.ActivePointsWalletNode": {
  9660. "type": "object",
  9661. "properties": {
  9662. "amount": {
  9663. "type": "string",
  9664. "example": "账户余额"
  9665. },
  9666. "uid": {
  9667. "description": "用户 ID",
  9668. "type": "integer"
  9669. },
  9670. "user_name": {
  9671. "type": "string",
  9672. "example": "用户名"
  9673. },
  9674. "user_phone": {
  9675. "type": "string",
  9676. "example": "手机号"
  9677. }
  9678. }
  9679. },
  9680. "md.AddAdminReq": {
  9681. "type": "object",
  9682. "required": [
  9683. "password",
  9684. "username"
  9685. ],
  9686. "properties": {
  9687. "memo": {
  9688. "type": "string"
  9689. },
  9690. "password": {
  9691. "type": "string"
  9692. },
  9693. "username": {
  9694. "type": "string"
  9695. }
  9696. }
  9697. },
  9698. "md.AddBlackListReq": {
  9699. "type": "object",
  9700. "properties": {
  9701. "memo": {
  9702. "description": "备注",
  9703. "type": "string"
  9704. },
  9705. "uid": {
  9706. "description": "用户 id",
  9707. "type": "integer"
  9708. }
  9709. }
  9710. },
  9711. "md.AddCommunityDividendsReq": {
  9712. "type": "object",
  9713. "properties": {
  9714. "amount": {
  9715. "description": "社区分红数量",
  9716. "type": "string"
  9717. },
  9718. "name": {
  9719. "type": "string",
  9720. "example": "社区分红名称"
  9721. }
  9722. }
  9723. },
  9724. "md.AddCommunityDividendsWithUserReq": {
  9725. "type": "object",
  9726. "properties": {
  9727. "memo": {
  9728. "type": "string",
  9729. "example": "备注"
  9730. },
  9731. "uid": {
  9732. "description": "新增社区长用户 ID",
  9733. "type": "integer"
  9734. }
  9735. }
  9736. },
  9737. "md.AddCustomerServiceReq": {
  9738. "type": "object",
  9739. "properties": {
  9740. "memo": {
  9741. "description": "备注",
  9742. "type": "string",
  9743. "example": "备注"
  9744. },
  9745. "phone": {
  9746. "type": "string",
  9747. "example": "手机号"
  9748. },
  9749. "weight": {
  9750. "description": "权重",
  9751. "type": "integer"
  9752. }
  9753. }
  9754. },
  9755. "md.AddEmoticonReq": {
  9756. "type": "object",
  9757. "properties": {
  9758. "img_url": {
  9759. "type": "string",
  9760. "example": "图片地址"
  9761. },
  9762. "memo": {
  9763. "description": "备注",
  9764. "type": "string",
  9765. "example": "备注"
  9766. },
  9767. "name": {
  9768. "type": "string",
  9769. "example": "名称"
  9770. },
  9771. "sort": {
  9772. "description": "排序",
  9773. "type": "integer"
  9774. }
  9775. }
  9776. },
  9777. "md.AddFreePublishUserReq": {
  9778. "type": "object",
  9779. "properties": {
  9780. "uid": {
  9781. "type": "integer"
  9782. }
  9783. }
  9784. },
  9785. "md.AddFundDataReq": {
  9786. "type": "object",
  9787. "properties": {
  9788. "frequency": {
  9789. "description": "频率(分钟)",
  9790. "type": "integer"
  9791. },
  9792. "hours": {
  9793. "description": "时长(小时)",
  9794. "type": "integer"
  9795. },
  9796. "kind": {
  9797. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9798. "type": "integer"
  9799. },
  9800. "memo": {
  9801. "type": "string",
  9802. "example": "备注"
  9803. },
  9804. "total_amount": {
  9805. "description": "金额",
  9806. "type": "string"
  9807. }
  9808. }
  9809. },
  9810. "md.AddLevelReq": {
  9811. "type": "object",
  9812. "properties": {
  9813. "auto_update": {
  9814. "description": "自动升级 0关闭 1开启",
  9815. "type": "string"
  9816. },
  9817. "choosable_num": {
  9818. "description": "可选任务数量",
  9819. "type": "string"
  9820. },
  9821. "is_use": {
  9822. "description": "是否开启(0.否, 1.是)",
  9823. "type": "string"
  9824. },
  9825. "level_name": {
  9826. "description": "等级名称",
  9827. "type": "string"
  9828. },
  9829. "level_weight": {
  9830. "description": "等级权重",
  9831. "type": "string"
  9832. },
  9833. "memo": {
  9834. "description": "备注",
  9835. "type": "string"
  9836. },
  9837. "user_level_tasks": {
  9838. "description": "需要新增的任务",
  9839. "type": "array",
  9840. "items": {
  9841. "$ref": "#/definitions/md.LevelTaskNode"
  9842. }
  9843. }
  9844. }
  9845. },
  9846. "md.AddPlatformRevenueReq": {
  9847. "type": "object",
  9848. "properties": {
  9849. "frequency": {
  9850. "description": "频率(分钟)",
  9851. "type": "integer"
  9852. },
  9853. "hours": {
  9854. "description": "时长(小时)",
  9855. "type": "integer"
  9856. },
  9857. "kind": {
  9858. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  9859. "type": "integer"
  9860. },
  9861. "memo": {
  9862. "type": "string",
  9863. "example": "备注"
  9864. },
  9865. "total_amount": {
  9866. "description": "金额",
  9867. "type": "string"
  9868. }
  9869. }
  9870. },
  9871. "md.AddRoleReq": {
  9872. "type": "object",
  9873. "required": [
  9874. "memo",
  9875. "name"
  9876. ],
  9877. "properties": {
  9878. "memo": {
  9879. "type": "string"
  9880. },
  9881. "name": {
  9882. "type": "string"
  9883. }
  9884. }
  9885. },
  9886. "md.AddTagReq": {
  9887. "type": "object",
  9888. "properties": {
  9889. "is_punish": {
  9890. "description": "是否为处罚标签(0:否 1:是)",
  9891. "type": "string"
  9892. },
  9893. "memo": {
  9894. "description": "备注",
  9895. "type": "string"
  9896. },
  9897. "name": {
  9898. "description": "标签名称",
  9899. "type": "string"
  9900. }
  9901. }
  9902. },
  9903. "md.AddVirtualCoinNode": {
  9904. "type": "object",
  9905. "properties": {
  9906. "exchange_ratio": {
  9907. "description": "兑换比例(与金额)",
  9908. "type": "string"
  9909. },
  9910. "is_use": {
  9911. "description": "是否开启:0否 1是",
  9912. "type": "integer"
  9913. },
  9914. "name": {
  9915. "description": "名称",
  9916. "type": "string"
  9917. }
  9918. }
  9919. },
  9920. "md.AdminListReq": {
  9921. "type": "object",
  9922. "properties": {
  9923. "limit": {
  9924. "type": "integer"
  9925. },
  9926. "page": {
  9927. "type": "integer"
  9928. },
  9929. "state": {
  9930. "type": "integer"
  9931. },
  9932. "username": {
  9933. "type": "string"
  9934. }
  9935. }
  9936. },
  9937. "md.AdminLogList": {
  9938. "type": "object",
  9939. "properties": {
  9940. "admin_id": {
  9941. "type": "string"
  9942. },
  9943. "id": {
  9944. "type": "string"
  9945. },
  9946. "ip": {
  9947. "type": "string"
  9948. },
  9949. "memo": {
  9950. "type": "string"
  9951. },
  9952. "phone": {
  9953. "type": "string"
  9954. },
  9955. "time": {
  9956. "type": "string"
  9957. },
  9958. "type": {
  9959. "type": "string"
  9960. }
  9961. }
  9962. },
  9963. "md.AdminLogListReq": {
  9964. "type": "object",
  9965. "properties": {
  9966. "end_time": {
  9967. "type": "string"
  9968. },
  9969. "limit": {
  9970. "description": "每页大小",
  9971. "type": "string"
  9972. },
  9973. "memo": {
  9974. "type": "string"
  9975. },
  9976. "page": {
  9977. "description": "页数",
  9978. "type": "string"
  9979. },
  9980. "start_time": {
  9981. "type": "string"
  9982. },
  9983. "type": {
  9984. "type": "string"
  9985. }
  9986. }
  9987. },
  9988. "md.AdminLogListResp": {
  9989. "type": "object",
  9990. "properties": {
  9991. "list": {
  9992. "type": "array",
  9993. "items": {
  9994. "$ref": "#/definitions/md.AdminLogList"
  9995. }
  9996. },
  9997. "total": {
  9998. "type": "integer"
  9999. },
  10000. "type_list": {
  10001. "type": "array",
  10002. "items": {
  10003. "type": "object",
  10004. "additionalProperties": true
  10005. }
  10006. }
  10007. }
  10008. },
  10009. "md.AdvertisingBase": {
  10010. "type": "object",
  10011. "properties": {
  10012. "android_ad_is_open": {
  10013. "type": "string",
  10014. "example": "安卓广告是否开启(1:开启 0:不开启)"
  10015. },
  10016. "android_open_ad_is_open": {
  10017. "type": "string",
  10018. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  10019. },
  10020. "info": {
  10021. "type": "string",
  10022. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  10023. },
  10024. "ios_ad_is_open": {
  10025. "type": "string",
  10026. "example": "ios广告是否开启(1:开启 0:不开启)"
  10027. },
  10028. "ios_open_ad_is_open": {
  10029. "type": "string",
  10030. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  10031. },
  10032. "voice": {
  10033. "type": "string",
  10034. "example": "领取奖励声音"
  10035. },
  10036. "voice_url": {
  10037. "type": "string"
  10038. }
  10039. }
  10040. },
  10041. "md.AdvertisingBaseResp": {
  10042. "type": "object",
  10043. "properties": {
  10044. "advertising_base": {
  10045. "$ref": "#/definitions/md.AdvertisingBase"
  10046. },
  10047. "select_data": {
  10048. "type": "array",
  10049. "items": {
  10050. "type": "object",
  10051. "additionalProperties": {
  10052. "type": "string"
  10053. }
  10054. }
  10055. }
  10056. }
  10057. },
  10058. "md.AdvertisingDelReq": {
  10059. "type": "object",
  10060. "properties": {
  10061. "id": {
  10062. "type": "array",
  10063. "items": {
  10064. "type": "string"
  10065. }
  10066. }
  10067. }
  10068. },
  10069. "md.AdvertisingFunctionList": {
  10070. "type": "object",
  10071. "properties": {
  10072. "ad_id": {
  10073. "type": "string",
  10074. "example": "广告id"
  10075. },
  10076. "id": {
  10077. "type": "string"
  10078. },
  10079. "type": {
  10080. "type": "string",
  10081. "example": "类型"
  10082. }
  10083. }
  10084. },
  10085. "md.AdvertisingFunctionListReq": {
  10086. "type": "object",
  10087. "properties": {
  10088. "limit": {
  10089. "type": "string"
  10090. },
  10091. "page": {
  10092. "type": "string"
  10093. }
  10094. }
  10095. },
  10096. "md.AdvertisingFunctionListResp": {
  10097. "type": "object",
  10098. "properties": {
  10099. "adv_data": {
  10100. "type": "array",
  10101. "items": {
  10102. "type": "object",
  10103. "additionalProperties": {
  10104. "type": "string"
  10105. }
  10106. }
  10107. },
  10108. "list": {
  10109. "type": "array",
  10110. "items": {
  10111. "$ref": "#/definitions/md.AdvertisingFunctionList"
  10112. }
  10113. },
  10114. "select_data": {
  10115. "type": "array",
  10116. "items": {
  10117. "type": "object",
  10118. "additionalProperties": {
  10119. "type": "string"
  10120. }
  10121. }
  10122. },
  10123. "total": {
  10124. "type": "integer"
  10125. }
  10126. }
  10127. },
  10128. "md.AdvertisingLimit": {
  10129. "type": "object",
  10130. "properties": {
  10131. "imei_num": {
  10132. "type": "string",
  10133. "example": "设备数量"
  10134. },
  10135. "minute": {
  10136. "type": "string",
  10137. "example": "分钟"
  10138. },
  10139. "public_img": {
  10140. "type": "string",
  10141. "example": "公共弹窗图"
  10142. },
  10143. "public_img_url": {
  10144. "type": "string",
  10145. "example": "公共弹窗图"
  10146. },
  10147. "public_str": {
  10148. "type": "string",
  10149. "example": "公共弹窗文字"
  10150. },
  10151. "tip": {
  10152. "type": "string",
  10153. "example": "限制提示"
  10154. },
  10155. "withdraw_img": {
  10156. "type": "string",
  10157. "example": "提现弹窗图"
  10158. },
  10159. "withdraw_img_url": {
  10160. "type": "string",
  10161. "example": "提现弹窗图"
  10162. },
  10163. "withdraw_str": {
  10164. "type": "string",
  10165. "example": "提现弹窗文字"
  10166. }
  10167. }
  10168. },
  10169. "md.AdvertisingList": {
  10170. "type": "object",
  10171. "properties": {
  10172. "counting_down": {
  10173. "type": "string",
  10174. "example": "倒计时 单位秒"
  10175. },
  10176. "id": {
  10177. "type": "string"
  10178. },
  10179. "info": {
  10180. "type": "string",
  10181. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10182. },
  10183. "kind": {
  10184. "type": "string",
  10185. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10186. },
  10187. "name": {
  10188. "type": "string",
  10189. "example": "名称"
  10190. }
  10191. }
  10192. },
  10193. "md.AdvertisingListReq": {
  10194. "type": "object",
  10195. "properties": {
  10196. "kind": {
  10197. "type": "string"
  10198. },
  10199. "limit": {
  10200. "type": "string"
  10201. },
  10202. "name": {
  10203. "type": "string"
  10204. },
  10205. "page": {
  10206. "type": "string"
  10207. }
  10208. }
  10209. },
  10210. "md.AdvertisingListResp": {
  10211. "type": "object",
  10212. "properties": {
  10213. "adv_data": {
  10214. "type": "array",
  10215. "items": {
  10216. "type": "object",
  10217. "additionalProperties": {
  10218. "type": "string"
  10219. }
  10220. }
  10221. },
  10222. "list": {
  10223. "type": "array",
  10224. "items": {
  10225. "$ref": "#/definitions/md.AdvertisingList"
  10226. }
  10227. },
  10228. "select_data": {
  10229. "type": "array",
  10230. "items": {
  10231. "type": "object",
  10232. "additionalProperties": {
  10233. "type": "string"
  10234. }
  10235. }
  10236. },
  10237. "total": {
  10238. "type": "integer"
  10239. }
  10240. }
  10241. },
  10242. "md.AdvertisingSaveReq": {
  10243. "type": "object",
  10244. "properties": {
  10245. "counting_down": {
  10246. "type": "string",
  10247. "example": "倒计时 单位秒"
  10248. },
  10249. "id": {
  10250. "type": "string"
  10251. },
  10252. "info": {
  10253. "type": "string",
  10254. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10255. },
  10256. "kind": {
  10257. "type": "string",
  10258. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10259. },
  10260. "name": {
  10261. "type": "string",
  10262. "example": "名称"
  10263. }
  10264. }
  10265. },
  10266. "md.AliyunSmsGetLevelListResp": {
  10267. "type": "object",
  10268. "properties": {
  10269. "list": {
  10270. "type": "array",
  10271. "items": {
  10272. "$ref": "#/definitions/md.LevelListNode"
  10273. }
  10274. },
  10275. "paginate": {
  10276. "$ref": "#/definitions/applet_app_md.Paginate"
  10277. }
  10278. }
  10279. },
  10280. "md.AliyunSmsGetTagListResp": {
  10281. "type": "object",
  10282. "properties": {
  10283. "list": {
  10284. "type": "array",
  10285. "items": {
  10286. "$ref": "#/definitions/md.TagListNode"
  10287. }
  10288. },
  10289. "paginate": {
  10290. "$ref": "#/definitions/applet_app_md.Paginate"
  10291. }
  10292. }
  10293. },
  10294. "md.ArticleCateDelReq": {
  10295. "type": "object",
  10296. "properties": {
  10297. "id": {
  10298. "type": "array",
  10299. "items": {
  10300. "type": "string"
  10301. }
  10302. }
  10303. }
  10304. },
  10305. "md.ArticleCateList": {
  10306. "type": "object",
  10307. "properties": {
  10308. "id": {
  10309. "type": "string"
  10310. },
  10311. "is_show": {
  10312. "type": "string"
  10313. },
  10314. "name": {
  10315. "type": "string"
  10316. },
  10317. "pid": {
  10318. "type": "string"
  10319. },
  10320. "sort": {
  10321. "type": "string"
  10322. }
  10323. }
  10324. },
  10325. "md.ArticleCateListReq": {
  10326. "type": "object",
  10327. "properties": {
  10328. "limit": {
  10329. "description": "每页大小",
  10330. "type": "string"
  10331. },
  10332. "page": {
  10333. "description": "页数",
  10334. "type": "string"
  10335. }
  10336. }
  10337. },
  10338. "md.ArticleCateListResp": {
  10339. "type": "object",
  10340. "properties": {
  10341. "list": {
  10342. "type": "array",
  10343. "items": {
  10344. "$ref": "#/definitions/md.ArticleCateList"
  10345. }
  10346. },
  10347. "select_data": {
  10348. "type": "array",
  10349. "items": {
  10350. "type": "object",
  10351. "additionalProperties": {
  10352. "type": "string"
  10353. }
  10354. }
  10355. },
  10356. "total": {
  10357. "type": "integer"
  10358. }
  10359. }
  10360. },
  10361. "md.ArticleCateSaveReq": {
  10362. "type": "object",
  10363. "properties": {
  10364. "id": {
  10365. "type": "string"
  10366. },
  10367. "is_show": {
  10368. "type": "string"
  10369. },
  10370. "name": {
  10371. "type": "string"
  10372. },
  10373. "pid": {
  10374. "type": "string"
  10375. },
  10376. "sort": {
  10377. "type": "string"
  10378. }
  10379. }
  10380. },
  10381. "md.ArticleDelReq": {
  10382. "type": "object",
  10383. "properties": {
  10384. "id": {
  10385. "type": "array",
  10386. "items": {
  10387. "type": "string"
  10388. }
  10389. }
  10390. }
  10391. },
  10392. "md.ArticleList": {
  10393. "type": "object",
  10394. "properties": {
  10395. "cate_id": {
  10396. "type": "string",
  10397. "example": "二级分类id"
  10398. },
  10399. "content": {
  10400. "type": "string"
  10401. },
  10402. "cover": {
  10403. "type": "string",
  10404. "example": "一级分类id=4 显示 封面图"
  10405. },
  10406. "cover_url": {
  10407. "type": "string"
  10408. },
  10409. "id": {
  10410. "type": "string"
  10411. },
  10412. "is_show": {
  10413. "type": "string"
  10414. },
  10415. "pid": {
  10416. "type": "string",
  10417. "example": "一级分类id"
  10418. },
  10419. "sort": {
  10420. "type": "string"
  10421. },
  10422. "title": {
  10423. "type": "string"
  10424. },
  10425. "url": {
  10426. "type": "string"
  10427. }
  10428. }
  10429. },
  10430. "md.ArticleListReq": {
  10431. "type": "object",
  10432. "properties": {
  10433. "limit": {
  10434. "description": "每页大小",
  10435. "type": "string"
  10436. },
  10437. "page": {
  10438. "description": "页数",
  10439. "type": "string"
  10440. }
  10441. }
  10442. },
  10443. "md.ArticleListResp": {
  10444. "type": "object",
  10445. "properties": {
  10446. "cate_data": {
  10447. "type": "array",
  10448. "items": {
  10449. "type": "object",
  10450. "additionalProperties": true
  10451. }
  10452. },
  10453. "list": {
  10454. "type": "array",
  10455. "items": {
  10456. "$ref": "#/definitions/md.ArticleList"
  10457. }
  10458. },
  10459. "select_data": {
  10460. "type": "array",
  10461. "items": {
  10462. "type": "object",
  10463. "additionalProperties": true
  10464. }
  10465. },
  10466. "total": {
  10467. "type": "integer"
  10468. }
  10469. }
  10470. },
  10471. "md.ArticleSaveReq": {
  10472. "type": "object",
  10473. "properties": {
  10474. "cate_id": {
  10475. "type": "string",
  10476. "example": "二级分类id"
  10477. },
  10478. "content": {
  10479. "type": "string"
  10480. },
  10481. "cover": {
  10482. "type": "string",
  10483. "example": "一级分类id=4 显示 封面图"
  10484. },
  10485. "id": {
  10486. "type": "string"
  10487. },
  10488. "is_show": {
  10489. "type": "string"
  10490. },
  10491. "pid": {
  10492. "type": "string",
  10493. "example": "一级分类id"
  10494. },
  10495. "sort": {
  10496. "type": "string"
  10497. },
  10498. "title": {
  10499. "type": "string"
  10500. }
  10501. }
  10502. },
  10503. "md.AuditClearReq": {
  10504. "type": "object",
  10505. "properties": {
  10506. "os": {
  10507. "type": "string",
  10508. "example": "1-安卓 2-ios"
  10509. }
  10510. }
  10511. },
  10512. "md.BalanceDetailNode": {
  10513. "type": "object",
  10514. "properties": {
  10515. "after_amount": {
  10516. "description": "变更后余额",
  10517. "type": "string"
  10518. },
  10519. "amount": {
  10520. "description": "变更数量",
  10521. "type": "string"
  10522. },
  10523. "before_amount": {
  10524. "description": "变更前余额",
  10525. "type": "string"
  10526. },
  10527. "create_at": {
  10528. "description": "创建时间",
  10529. "type": "string"
  10530. },
  10531. "id": {
  10532. "description": "记录ID",
  10533. "type": "integer"
  10534. },
  10535. "kind": {
  10536. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  10537. "type": "string"
  10538. }
  10539. }
  10540. },
  10541. "md.BasicInfoNode": {
  10542. "type": "object",
  10543. "properties": {
  10544. "avatar": {
  10545. "description": "头像",
  10546. "type": "string"
  10547. },
  10548. "levelId": {
  10549. "description": "会员等级 ID",
  10550. "type": "integer"
  10551. },
  10552. "level_name": {
  10553. "description": "会员等级名称",
  10554. "type": "string"
  10555. },
  10556. "memo": {
  10557. "description": "备注",
  10558. "type": "string"
  10559. },
  10560. "nickname": {
  10561. "description": "用户名称",
  10562. "type": "string"
  10563. },
  10564. "parent_name": {
  10565. "description": "推荐人名称",
  10566. "type": "string"
  10567. },
  10568. "parent_phone": {
  10569. "description": "推荐人手机号",
  10570. "type": "string"
  10571. },
  10572. "parent_uid": {
  10573. "description": "推荐人",
  10574. "type": "integer"
  10575. },
  10576. "password": {
  10577. "description": "登录密码",
  10578. "type": "string"
  10579. },
  10580. "phone": {
  10581. "description": "手机号",
  10582. "type": "string"
  10583. },
  10584. "sex": {
  10585. "description": "性别",
  10586. "type": "integer"
  10587. },
  10588. "state": {
  10589. "description": "账号状态 1正常,2冻结",
  10590. "type": "integer"
  10591. },
  10592. "tag": {
  10593. "description": "标签名称",
  10594. "type": "array",
  10595. "items": {
  10596. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  10597. }
  10598. },
  10599. "union_id": {
  10600. "description": "微信号",
  10601. "type": "string"
  10602. }
  10603. }
  10604. },
  10605. "md.BatchAddVirtualCoinsReq": {
  10606. "type": "object",
  10607. "properties": {
  10608. "list": {
  10609. "description": "新增的货币列表",
  10610. "type": "array",
  10611. "items": {
  10612. "$ref": "#/definitions/md.AddVirtualCoinNode"
  10613. }
  10614. }
  10615. }
  10616. },
  10617. "md.BatchSendGroupMessageReq": {
  10618. "type": "object",
  10619. "properties": {
  10620. "content": {
  10621. "description": "消息内容",
  10622. "type": "string"
  10623. },
  10624. "kind": {
  10625. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10626. "type": "integer"
  10627. },
  10628. "not_condition": {
  10629. "description": "不发送条件 群 ID 以\";\"分割",
  10630. "type": "string"
  10631. },
  10632. "send_condition": {
  10633. "description": "发送条件 群 ID 以\";\"分割",
  10634. "type": "string"
  10635. },
  10636. "send_kind": {
  10637. "description": "发送模式(1:指定群组 2:所有群组)",
  10638. "type": "integer"
  10639. }
  10640. }
  10641. },
  10642. "md.BatchSendUserMessageReq": {
  10643. "type": "object",
  10644. "properties": {
  10645. "content": {
  10646. "description": "消息内容",
  10647. "type": "string"
  10648. },
  10649. "kind": {
  10650. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10651. "type": "integer"
  10652. },
  10653. "not_condition": {
  10654. "description": "不发送条件 用户手机号 以\";\"分割",
  10655. "type": "string"
  10656. },
  10657. "send_condition": {
  10658. "description": "发送条件 用户手机号 以\";\"分割",
  10659. "type": "string"
  10660. },
  10661. "send_kind": {
  10662. "description": "发送模式(1:所有用户 2:指定用户)",
  10663. "type": "integer"
  10664. }
  10665. }
  10666. },
  10667. "md.BindAdminRoleReq": {
  10668. "type": "object",
  10669. "required": [
  10670. "adm_id"
  10671. ],
  10672. "properties": {
  10673. "adm_id": {
  10674. "type": "integer"
  10675. },
  10676. "role_ids": {
  10677. "type": "array",
  10678. "items": {
  10679. "type": "integer"
  10680. }
  10681. }
  10682. }
  10683. },
  10684. "md.CertificateDelReq": {
  10685. "type": "object",
  10686. "properties": {
  10687. "id": {
  10688. "type": "array",
  10689. "items": {
  10690. "type": "string"
  10691. }
  10692. }
  10693. }
  10694. },
  10695. "md.CertificateList": {
  10696. "type": "object",
  10697. "properties": {
  10698. "bg_img": {
  10699. "type": "string",
  10700. "example": "背景图"
  10701. },
  10702. "end_time": {
  10703. "type": "string",
  10704. "example": "结束时间"
  10705. },
  10706. "id": {
  10707. "type": "string"
  10708. },
  10709. "logo": {
  10710. "type": "string",
  10711. "example": "logo"
  10712. },
  10713. "medal": {
  10714. "type": "string",
  10715. "example": "勋章"
  10716. },
  10717. "name": {
  10718. "type": "string",
  10719. "example": "姓名"
  10720. },
  10721. "name_icon": {
  10722. "type": "string",
  10723. "example": "蛋蛋星球文字图"
  10724. },
  10725. "no": {
  10726. "type": "string",
  10727. "example": "编号"
  10728. },
  10729. "phone": {
  10730. "type": "string"
  10731. },
  10732. "seal": {
  10733. "type": "string",
  10734. "example": "印章"
  10735. },
  10736. "start_time": {
  10737. "type": "string",
  10738. "example": "开始时间"
  10739. },
  10740. "uid": {
  10741. "type": "string"
  10742. }
  10743. }
  10744. },
  10745. "md.CertificateListReq": {
  10746. "type": "object",
  10747. "properties": {
  10748. "limit": {
  10749. "type": "string"
  10750. },
  10751. "page": {
  10752. "type": "string"
  10753. },
  10754. "phone": {
  10755. "type": "string"
  10756. },
  10757. "uid": {
  10758. "type": "string"
  10759. }
  10760. }
  10761. },
  10762. "md.CertificateListResp": {
  10763. "type": "object",
  10764. "properties": {
  10765. "list": {
  10766. "type": "array",
  10767. "items": {
  10768. "$ref": "#/definitions/md.CertificateList"
  10769. }
  10770. },
  10771. "total": {
  10772. "type": "integer"
  10773. }
  10774. }
  10775. },
  10776. "md.CertificateReq": {
  10777. "type": "object",
  10778. "properties": {
  10779. "no": {
  10780. "type": "string",
  10781. "example": "DD123"
  10782. }
  10783. }
  10784. },
  10785. "md.CertificateResp": {
  10786. "type": "object",
  10787. "properties": {
  10788. "bg_img": {
  10789. "type": "string",
  10790. "example": "背景图"
  10791. },
  10792. "end_time": {
  10793. "type": "string",
  10794. "example": "结束时间"
  10795. },
  10796. "logo": {
  10797. "type": "string",
  10798. "example": "logo"
  10799. },
  10800. "medal": {
  10801. "type": "string",
  10802. "example": "勋章"
  10803. },
  10804. "name": {
  10805. "type": "string",
  10806. "example": "姓名"
  10807. },
  10808. "name_icon": {
  10809. "type": "string",
  10810. "example": "蛋蛋星球文字图"
  10811. },
  10812. "no": {
  10813. "type": "string",
  10814. "example": "编号"
  10815. },
  10816. "seal": {
  10817. "type": "string",
  10818. "example": "印章"
  10819. },
  10820. "start_time": {
  10821. "type": "string",
  10822. "example": "开始时间"
  10823. }
  10824. }
  10825. },
  10826. "md.CertificateSave": {
  10827. "type": "object",
  10828. "properties": {
  10829. "end_time": {
  10830. "type": "string",
  10831. "example": "结束时间"
  10832. },
  10833. "id": {
  10834. "type": "string"
  10835. },
  10836. "name": {
  10837. "type": "string",
  10838. "example": "姓名"
  10839. },
  10840. "no": {
  10841. "type": "string",
  10842. "example": "编号"
  10843. },
  10844. "start_time": {
  10845. "type": "string",
  10846. "example": "开始时间"
  10847. },
  10848. "uid": {
  10849. "type": "string"
  10850. }
  10851. }
  10852. },
  10853. "md.CloudBundleBaseResp": {
  10854. "type": "object",
  10855. "properties": {
  10856. "android_logo": {
  10857. "type": "string"
  10858. },
  10859. "ios_logo": {
  10860. "type": "string"
  10861. },
  10862. "launch_screen": {
  10863. "type": "object",
  10864. "additionalProperties": {
  10865. "type": "string"
  10866. }
  10867. }
  10868. }
  10869. },
  10870. "md.CloudBundleBuildReq": {
  10871. "type": "object",
  10872. "properties": {
  10873. "bit": {
  10874. "type": "array",
  10875. "items": {
  10876. "type": "string"
  10877. }
  10878. },
  10879. "isCombine": {
  10880. "type": "string"
  10881. },
  10882. "memo": {
  10883. "type": "string"
  10884. },
  10885. "os": {
  10886. "type": "string"
  10887. },
  10888. "platform": {
  10889. "type": "array",
  10890. "items": {
  10891. "type": "string"
  10892. }
  10893. },
  10894. "version": {
  10895. "type": "string"
  10896. }
  10897. }
  10898. },
  10899. "md.CloudBundleDelReq": {
  10900. "type": "object",
  10901. "properties": {
  10902. "ids": {
  10903. "type": "array",
  10904. "items": {
  10905. "type": "string"
  10906. }
  10907. }
  10908. }
  10909. },
  10910. "md.CloudBundleImgResp": {
  10911. "type": "object",
  10912. "properties": {
  10913. "android_logo": {
  10914. "type": "string"
  10915. },
  10916. "android_logo_url": {
  10917. "type": "string"
  10918. },
  10919. "build_1080_2280": {
  10920. "type": "string"
  10921. },
  10922. "build_1080_2280_url": {
  10923. "type": "string"
  10924. },
  10925. "build_1125_2436": {
  10926. "type": "string"
  10927. },
  10928. "build_1125_2436_url": {
  10929. "type": "string"
  10930. },
  10931. "build_1242_2208": {
  10932. "type": "string"
  10933. },
  10934. "build_1242_2208_url": {
  10935. "type": "string"
  10936. },
  10937. "build_640_1136": {
  10938. "type": "string"
  10939. },
  10940. "build_640_1136_url": {
  10941. "type": "string"
  10942. },
  10943. "build_640_960": {
  10944. "type": "string"
  10945. },
  10946. "build_640_960_url": {
  10947. "type": "string"
  10948. },
  10949. "build_720_1280": {
  10950. "type": "string"
  10951. },
  10952. "build_720_1280_url": {
  10953. "type": "string"
  10954. },
  10955. "build_750_1334": {
  10956. "type": "string"
  10957. },
  10958. "build_750_1334_url": {
  10959. "type": "string"
  10960. },
  10961. "guide": {
  10962. "type": "array",
  10963. "items": {
  10964. "$ref": "#/definitions/md.Guide"
  10965. }
  10966. },
  10967. "ios_logo": {
  10968. "type": "string"
  10969. },
  10970. "ios_logo_url": {
  10971. "type": "string"
  10972. }
  10973. }
  10974. },
  10975. "md.CloudBundleList": {
  10976. "type": "object",
  10977. "properties": {
  10978. "apply_at": {
  10979. "type": "string"
  10980. },
  10981. "bit": {
  10982. "type": "string"
  10983. },
  10984. "build_id": {
  10985. "type": "string"
  10986. },
  10987. "finish_at": {
  10988. "type": "string"
  10989. },
  10990. "id": {
  10991. "type": "string"
  10992. },
  10993. "is_auditing": {
  10994. "type": "string"
  10995. },
  10996. "is_combine": {
  10997. "type": "string"
  10998. },
  10999. "memo": {
  11000. "type": "string"
  11001. },
  11002. "os": {
  11003. "type": "string"
  11004. },
  11005. "platform": {
  11006. "type": "string"
  11007. },
  11008. "src": {
  11009. "type": "string"
  11010. },
  11011. "state": {
  11012. "type": "string"
  11013. },
  11014. "version": {
  11015. "type": "string"
  11016. }
  11017. }
  11018. },
  11019. "md.CloudBundleReq": {
  11020. "type": "object",
  11021. "properties": {
  11022. "limit": {
  11023. "description": "每页大小",
  11024. "type": "string"
  11025. },
  11026. "page": {
  11027. "description": "页数",
  11028. "type": "string"
  11029. }
  11030. }
  11031. },
  11032. "md.CloudBundleResp": {
  11033. "type": "object",
  11034. "properties": {
  11035. "last_android": {
  11036. "type": "string"
  11037. },
  11038. "last_bit": {
  11039. "type": "string"
  11040. },
  11041. "last_is_combine": {
  11042. "type": "string"
  11043. },
  11044. "last_platform": {
  11045. "type": "array",
  11046. "items": {
  11047. "type": "string"
  11048. }
  11049. },
  11050. "list": {
  11051. "type": "array",
  11052. "items": {
  11053. "$ref": "#/definitions/md.CloudBundleList"
  11054. }
  11055. },
  11056. "list_ios": {
  11057. "type": "string"
  11058. },
  11059. "select_data": {
  11060. "type": "array",
  11061. "items": {
  11062. "$ref": "#/definitions/md.CloudBundleVersionMap"
  11063. }
  11064. },
  11065. "total": {
  11066. "type": "integer"
  11067. }
  11068. }
  11069. },
  11070. "md.CloudBundleUpdateStateReq": {
  11071. "type": "object",
  11072. "properties": {
  11073. "build_id": {
  11074. "type": "string"
  11075. },
  11076. "build_number": {
  11077. "type": "string"
  11078. },
  11079. "error_msg": {
  11080. "type": "string"
  11081. },
  11082. "id": {
  11083. "type": "string"
  11084. },
  11085. "src": {
  11086. "type": "string"
  11087. },
  11088. "state": {
  11089. "type": "string"
  11090. }
  11091. }
  11092. },
  11093. "md.CloudBundleVersion": {
  11094. "type": "object",
  11095. "properties": {
  11096. "content": {
  11097. "type": "string"
  11098. },
  11099. "img": {
  11100. "type": "string"
  11101. },
  11102. "img_url": {
  11103. "type": "string"
  11104. },
  11105. "is_must": {
  11106. "type": "string"
  11107. },
  11108. "name": {
  11109. "type": "string"
  11110. },
  11111. "type": {
  11112. "type": "string"
  11113. },
  11114. "url": {
  11115. "type": "string"
  11116. },
  11117. "version": {
  11118. "type": "string"
  11119. }
  11120. }
  11121. },
  11122. "md.CloudBundleVersionMap": {
  11123. "type": "object",
  11124. "properties": {
  11125. "img": {
  11126. "type": "string"
  11127. },
  11128. "name": {
  11129. "type": "string"
  11130. },
  11131. "type": {
  11132. "type": "string"
  11133. }
  11134. }
  11135. },
  11136. "md.CloudBundleVersionResp": {
  11137. "type": "object",
  11138. "properties": {
  11139. "version": {
  11140. "type": "array",
  11141. "items": {
  11142. "$ref": "#/definitions/md.CloudBundleVersion"
  11143. }
  11144. }
  11145. }
  11146. },
  11147. "md.CommReq": {
  11148. "type": "object",
  11149. "properties": {
  11150. "id": {
  11151. "type": "string"
  11152. }
  11153. }
  11154. },
  11155. "md.ConfigResp": {
  11156. "type": "object",
  11157. "properties": {
  11158. "oss_url": {
  11159. "type": "string",
  11160. "example": "阿里云图片链接"
  11161. }
  11162. }
  11163. },
  11164. "md.DailyActivityAnalysisTopData": {
  11165. "type": "object",
  11166. "properties": {
  11167. "activity_count": {
  11168. "description": "子节点活跃天数",
  11169. "type": "integer"
  11170. },
  11171. "team_activity_user_count": {
  11172. "description": "子节点活跃人数",
  11173. "type": "integer"
  11174. },
  11175. "team_user_count": {
  11176. "description": "团队人数",
  11177. "type": "integer"
  11178. }
  11179. }
  11180. },
  11181. "md.DataSetting": {
  11182. "type": "object",
  11183. "properties": {
  11184. "total_angel_investor": {
  11185. "description": "天使投资人",
  11186. "type": "string",
  11187. "example": "天使投资人"
  11188. },
  11189. "total_ecological_development": {
  11190. "description": "生态建设",
  11191. "type": "string",
  11192. "example": "当前价格"
  11193. },
  11194. "total_issuance_amount": {
  11195. "description": "总发行量",
  11196. "type": "string",
  11197. "example": "总发行量"
  11198. },
  11199. "total_operate_fund": {
  11200. "description": "运营资金",
  11201. "type": "string",
  11202. "example": "运营资金"
  11203. },
  11204. "total_team_dividends": {
  11205. "description": "团队分红",
  11206. "type": "string",
  11207. "example": "团队分红"
  11208. },
  11209. "total_technology_team": {
  11210. "description": "技术团队",
  11211. "type": "string",
  11212. "example": "技术团队"
  11213. },
  11214. "total_user_for_person": {
  11215. "description": "个人区域",
  11216. "type": "string",
  11217. "example": "个人区域"
  11218. },
  11219. "total_user_for_team": {
  11220. "description": "团队区域",
  11221. "type": "string",
  11222. "example": "团队区域"
  11223. }
  11224. }
  11225. },
  11226. "md.DeleteBlackListReq": {
  11227. "type": "object",
  11228. "properties": {
  11229. "id": {
  11230. "description": "黑名单 id",
  11231. "type": "integer"
  11232. }
  11233. }
  11234. },
  11235. "md.DeleteDynamicReq": {
  11236. "type": "object",
  11237. "properties": {
  11238. "index_id": {
  11239. "description": "动态id",
  11240. "type": "string"
  11241. }
  11242. }
  11243. },
  11244. "md.DeleteEmoticonReq": {
  11245. "type": "object",
  11246. "properties": {
  11247. "id": {
  11248. "description": "拥有用户数量",
  11249. "type": "integer"
  11250. }
  11251. }
  11252. },
  11253. "md.DeleteFreePublishUserReq": {
  11254. "type": "object",
  11255. "properties": {
  11256. "uid": {
  11257. "type": "string"
  11258. }
  11259. }
  11260. },
  11261. "md.DeleteLevelReq": {
  11262. "type": "object",
  11263. "properties": {
  11264. "level_id": {
  11265. "type": "string"
  11266. }
  11267. }
  11268. },
  11269. "md.DeleteTagReq": {
  11270. "type": "object",
  11271. "properties": {
  11272. "tag_id": {
  11273. "description": "标签 ID",
  11274. "type": "string"
  11275. }
  11276. }
  11277. },
  11278. "md.DeleteTaskReq": {
  11279. "type": "object",
  11280. "properties": {
  11281. "task_id": {
  11282. "type": "string"
  11283. }
  11284. }
  11285. },
  11286. "md.DestructionSettingStruct": {
  11287. "type": "object",
  11288. "properties": {
  11289. "community_dividends": {
  11290. "description": "社区分红百分比",
  11291. "type": "string"
  11292. },
  11293. "destruction_quantity": {
  11294. "description": "销毁百分比",
  11295. "type": "string"
  11296. },
  11297. "development_committee": {
  11298. "description": "发展委员会百分比",
  11299. "type": "string"
  11300. },
  11301. "marketplace_merchant": {
  11302. "description": "市商数量百分比",
  11303. "type": "string"
  11304. },
  11305. "public_welfare_and_charity": {
  11306. "description": "公益慈善百分比",
  11307. "type": "string"
  11308. },
  11309. "star_level_dividends": {
  11310. "description": "星级分红百分比",
  11311. "type": "string"
  11312. }
  11313. }
  11314. },
  11315. "md.DirectPushRewardSettingStruct": {
  11316. "type": "object",
  11317. "properties": {
  11318. "member_self_is_open_get_team_reward": {
  11319. "description": "会员是否活跃得到团队奖励",
  11320. "type": "string"
  11321. },
  11322. "reward_rate_value": {
  11323. "description": "奖励百分比",
  11324. "type": "string"
  11325. }
  11326. }
  11327. },
  11328. "md.DynamicDataFlowListReq": {
  11329. "type": "object",
  11330. "properties": {
  11331. "end_at": {
  11332. "description": "结束时间",
  11333. "type": "string",
  11334. "example": "结束时间"
  11335. },
  11336. "kind": {
  11337. "description": "持有类型",
  11338. "type": "integer"
  11339. },
  11340. "page": {
  11341. "description": "页数",
  11342. "type": "integer"
  11343. },
  11344. "page_size": {
  11345. "description": "每页大小",
  11346. "type": "integer"
  11347. },
  11348. "start_at": {
  11349. "description": "开始时间",
  11350. "type": "string",
  11351. "example": "开始时间"
  11352. }
  11353. }
  11354. },
  11355. "md.DynamicDataFlowListResp": {
  11356. "type": "object",
  11357. "properties": {
  11358. "kind_list": {
  11359. "description": "类型列表",
  11360. "type": "array",
  11361. "items": {
  11362. "type": "object",
  11363. "additionalProperties": true
  11364. }
  11365. },
  11366. "list": {
  11367. "description": "动态数据流水列表",
  11368. "type": "array",
  11369. "items": {
  11370. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  11371. }
  11372. },
  11373. "paginate": {
  11374. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11375. }
  11376. }
  11377. },
  11378. "md.DynamicRespNode": {
  11379. "type": "object",
  11380. "properties": {
  11381. "content": {
  11382. "description": "文本内容",
  11383. "type": "string"
  11384. },
  11385. "created_at": {
  11386. "type": "string"
  11387. },
  11388. "image": {
  11389. "description": "图片",
  11390. "type": "array",
  11391. "items": {
  11392. "type": "string"
  11393. }
  11394. },
  11395. "index_id": {
  11396. "description": "动态id",
  11397. "type": "string"
  11398. },
  11399. "is_praise": {
  11400. "description": "是否被表扬(1:是 2:否)",
  11401. "type": "integer"
  11402. },
  11403. "is_top_up": {
  11404. "description": "是否置顶(1:是 2:否)",
  11405. "type": "integer"
  11406. },
  11407. "kind": {
  11408. "description": "类型(1:普通 2:官方)",
  11409. "type": "integer"
  11410. },
  11411. "state": {
  11412. "description": "状态(1:正常 2:隐藏)",
  11413. "type": "integer"
  11414. },
  11415. "uid": {
  11416. "description": "用户id",
  11417. "type": "integer"
  11418. },
  11419. "updated_at": {
  11420. "type": "string"
  11421. },
  11422. "username": {
  11423. "description": "用户名称",
  11424. "type": "string"
  11425. },
  11426. "video": {
  11427. "description": "视频",
  11428. "type": "array",
  11429. "items": {
  11430. "type": "string"
  11431. }
  11432. }
  11433. }
  11434. },
  11435. "md.EggEnergyAvailableEnergyFlow": {
  11436. "type": "object",
  11437. "properties": {
  11438. "after_community_dividends": {
  11439. "description": "变更后-社区分红区块币数量",
  11440. "type": "string"
  11441. },
  11442. "after_destruction_quantity_values": {
  11443. "description": "变更后-销毁区块币数量",
  11444. "type": "string"
  11445. },
  11446. "after_development_committee_values": {
  11447. "description": "变更后-发展委员会区块币数量",
  11448. "type": "string"
  11449. },
  11450. "after_marketplace_merchant_fund_values": {
  11451. "description": "变更后-市商资金值",
  11452. "type": "string"
  11453. },
  11454. "after_marketplace_merchant_values": {
  11455. "description": "变更后-市商区块币数量",
  11456. "type": "string"
  11457. },
  11458. "after_now_energy_total_nums": {
  11459. "description": "变更后-现行总量",
  11460. "type": "string"
  11461. },
  11462. "after_planet_total_value": {
  11463. "description": "变更后-星球总价值",
  11464. "type": "string"
  11465. },
  11466. "after_price": {
  11467. "description": "变更后-价格",
  11468. "type": "string"
  11469. },
  11470. "after_public_welfare_and_charity_values": {
  11471. "description": "变更后-公益慈善区块币数量",
  11472. "type": "string"
  11473. },
  11474. "after_star_level_dividends_values": {
  11475. "description": "变更后-星级分红区块币数量",
  11476. "type": "string"
  11477. },
  11478. "amount": {
  11479. "description": "变更数量",
  11480. "type": "string"
  11481. },
  11482. "before_community_dividends": {
  11483. "description": "变更前-社区分红区块币数量",
  11484. "type": "string"
  11485. },
  11486. "before_destruction_quantity_values": {
  11487. "description": "变更前-销毁区块币数量",
  11488. "type": "string"
  11489. },
  11490. "before_development_committee_values": {
  11491. "description": "变更前-发展委员会区块币数量",
  11492. "type": "string"
  11493. },
  11494. "before_marketplace_merchant_fund_values": {
  11495. "description": "变更前-市商资金值",
  11496. "type": "string"
  11497. },
  11498. "before_marketplace_merchant_values": {
  11499. "description": "变更前-市商区块币数量",
  11500. "type": "string"
  11501. },
  11502. "before_now_energy_total_nums": {
  11503. "description": "变更前-现行总量",
  11504. "type": "string"
  11505. },
  11506. "before_planet_total_value": {
  11507. "description": "变更前-星球总价值",
  11508. "type": "string"
  11509. },
  11510. "before_price": {
  11511. "description": "变更前-价格",
  11512. "type": "string"
  11513. },
  11514. "before_public_welfare_and_charity_values": {
  11515. "description": "变更前-公益慈善区块币数量",
  11516. "type": "string"
  11517. },
  11518. "before_star_level_dividends_values": {
  11519. "description": "变更前-星级分红区块币数量",
  11520. "type": "string"
  11521. },
  11522. "create_time": {
  11523. "description": "创建时间",
  11524. "type": "string"
  11525. },
  11526. "id": {
  11527. "type": "integer"
  11528. },
  11529. "kind": {
  11530. "description": "种类",
  11531. "type": "integer"
  11532. },
  11533. "title": {
  11534. "description": "标题",
  11535. "type": "string"
  11536. }
  11537. }
  11538. },
  11539. "md.EggEnergyCommunityDividends": {
  11540. "type": "object",
  11541. "properties": {
  11542. "amount": {
  11543. "description": "分红数量",
  11544. "type": "string"
  11545. },
  11546. "coin_id": {
  11547. "description": "虚拟币 id",
  11548. "type": "integer"
  11549. },
  11550. "create_at": {
  11551. "description": "分红时间",
  11552. "type": "string"
  11553. },
  11554. "id": {
  11555. "type": "integer"
  11556. },
  11557. "is_over": {
  11558. "description": "是否分红完毕",
  11559. "type": "integer"
  11560. },
  11561. "name": {
  11562. "type": "string",
  11563. "example": "名称"
  11564. },
  11565. "persons_num": {
  11566. "description": "分红人数",
  11567. "type": "integer"
  11568. },
  11569. "update_at": {
  11570. "type": "string"
  11571. }
  11572. }
  11573. },
  11574. "md.EggEnergyCommunityDividendsWithUser": {
  11575. "type": "object",
  11576. "properties": {
  11577. "id": {
  11578. "type": "integer"
  11579. },
  11580. "memo": {
  11581. "type": "string",
  11582. "example": "备注"
  11583. },
  11584. "nickname": {
  11585. "type": "string"
  11586. },
  11587. "phone": {
  11588. "type": "string"
  11589. },
  11590. "uid": {
  11591. "type": "integer"
  11592. }
  11593. }
  11594. },
  11595. "md.EggPointCoefficientBatchAddReq": {
  11596. "type": "object",
  11597. "properties": {
  11598. "list": {
  11599. "description": "系数管理列表",
  11600. "type": "array",
  11601. "items": {
  11602. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11603. }
  11604. }
  11605. }
  11606. },
  11607. "md.EggPointCoefficientDelReq": {
  11608. "type": "object",
  11609. "required": [
  11610. "id"
  11611. ],
  11612. "properties": {
  11613. "id": {
  11614. "description": "需要删除范围的id",
  11615. "type": "string"
  11616. }
  11617. }
  11618. },
  11619. "md.EggPointCoefficientGetResp": {
  11620. "type": "object",
  11621. "properties": {
  11622. "list": {
  11623. "type": "array",
  11624. "items": {
  11625. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11626. }
  11627. }
  11628. }
  11629. },
  11630. "md.EggPointCoefficientNode": {
  11631. "type": "object",
  11632. "properties": {
  11633. "coefficient": {
  11634. "description": "系数",
  11635. "type": "string"
  11636. },
  11637. "end_score": {
  11638. "description": "截止分值",
  11639. "type": "string"
  11640. },
  11641. "id": {
  11642. "type": "integer"
  11643. },
  11644. "start_score": {
  11645. "description": "起始分值",
  11646. "type": "string"
  11647. }
  11648. }
  11649. },
  11650. "md.EggPointCoefficientUpdateReq": {
  11651. "type": "object",
  11652. "required": [
  11653. "id"
  11654. ],
  11655. "properties": {
  11656. "coefficient": {
  11657. "description": "系数",
  11658. "type": "string"
  11659. },
  11660. "end_score": {
  11661. "description": "截止分值",
  11662. "type": "string"
  11663. },
  11664. "id": {
  11665. "description": "需要修改范围的id",
  11666. "type": "string"
  11667. },
  11668. "start_score": {
  11669. "description": "起始分值",
  11670. "type": "string"
  11671. }
  11672. }
  11673. },
  11674. "md.ExchangeRulesStruct": {
  11675. "type": "object",
  11676. "properties": {
  11677. "auto_exchange_nums_by_person": {
  11678. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  11679. "type": "string"
  11680. },
  11681. "auto_exchange_nums_by_team": {
  11682. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  11683. "type": "string"
  11684. },
  11685. "auto_exchange_rate_by_person": {
  11686. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  11687. "type": "string"
  11688. },
  11689. "auto_exchange_rate_by_team": {
  11690. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  11691. "type": "string"
  11692. }
  11693. }
  11694. },
  11695. "md.ExchangeUserPositionReq": {
  11696. "type": "object",
  11697. "properties": {
  11698. "position_1": {
  11699. "description": "位置1,具体值取返回数据中的 system_id",
  11700. "type": "integer"
  11701. },
  11702. "position_2": {
  11703. "description": "位置2,具体值取返回数据中的 system_id",
  11704. "type": "integer"
  11705. }
  11706. }
  11707. },
  11708. "md.FansNode": {
  11709. "type": "object",
  11710. "properties": {
  11711. "amount": {
  11712. "description": "可提现余额",
  11713. "type": "string"
  11714. },
  11715. "id": {
  11716. "description": "用户ID",
  11717. "type": "integer"
  11718. },
  11719. "level_total": {
  11720. "description": "所属代数",
  11721. "type": "integer"
  11722. },
  11723. "nickname": {
  11724. "type": "string",
  11725. "example": "用户昵称"
  11726. },
  11727. "phone": {
  11728. "type": "string",
  11729. "example": "手机号"
  11730. },
  11731. "register_at": {
  11732. "description": "注册时间",
  11733. "type": "string"
  11734. },
  11735. "total_income": {
  11736. "description": "累计收益",
  11737. "type": "string"
  11738. }
  11739. }
  11740. },
  11741. "md.FindSubUserRelationshipMapResp": {
  11742. "type": "object",
  11743. "properties": {
  11744. "basic_setting": {
  11745. "description": "公排设置",
  11746. "allOf": [
  11747. {
  11748. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  11749. }
  11750. ]
  11751. },
  11752. "search_uid": {
  11753. "description": "查找的用户 ID",
  11754. "type": "string"
  11755. },
  11756. "sub_user": {
  11757. "description": "上级用户信息",
  11758. "allOf": [
  11759. {
  11760. "$ref": "#/definitions/md.SubUser"
  11761. }
  11762. ]
  11763. }
  11764. }
  11765. },
  11766. "md.FirstWithdrawSet": {
  11767. "type": "object",
  11768. "properties": {
  11769. "first_withdraw_amount_limit": {
  11770. "description": "不需要实名时 最大提现金额",
  11771. "type": "string"
  11772. },
  11773. "is_need_real_name": {
  11774. "description": "是否需要实名(0:不需要,1:需要)",
  11775. "type": "integer"
  11776. }
  11777. }
  11778. },
  11779. "md.FreePublishUserNode": {
  11780. "type": "object",
  11781. "properties": {
  11782. "nickname": {
  11783. "type": "string",
  11784. "example": "昵称"
  11785. },
  11786. "phone": {
  11787. "type": "string",
  11788. "example": "手机号"
  11789. },
  11790. "uid": {
  11791. "type": "integer"
  11792. }
  11793. }
  11794. },
  11795. "md.FundDataNode": {
  11796. "type": "object",
  11797. "properties": {
  11798. "balance_amount": {
  11799. "description": "余额",
  11800. "type": "string"
  11801. },
  11802. "balance_times": {
  11803. "description": "剩余执行次数",
  11804. "type": "integer"
  11805. },
  11806. "create_at": {
  11807. "description": "创建时间",
  11808. "type": "string"
  11809. },
  11810. "hours": {
  11811. "description": "时长",
  11812. "type": "integer"
  11813. },
  11814. "kind": {
  11815. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  11816. "type": "integer"
  11817. },
  11818. "memo": {
  11819. "description": "备注",
  11820. "type": "string"
  11821. },
  11822. "system_id": {
  11823. "type": "integer"
  11824. },
  11825. "total_amount": {
  11826. "description": "金额",
  11827. "type": "string"
  11828. }
  11829. }
  11830. },
  11831. "md.FundDataRecordNode": {
  11832. "type": "object",
  11833. "properties": {
  11834. "after_planet_total_value": {
  11835. "description": "执行后-星球价值",
  11836. "type": "string"
  11837. },
  11838. "after_price": {
  11839. "description": "执行后-价格",
  11840. "type": "string"
  11841. },
  11842. "balance_amount": {
  11843. "description": "余额",
  11844. "type": "string"
  11845. },
  11846. "balance_times": {
  11847. "description": "剩余执行次数",
  11848. "type": "integer"
  11849. },
  11850. "before_planet_total_value": {
  11851. "description": "执行前-星球价值",
  11852. "type": "string"
  11853. },
  11854. "before_price": {
  11855. "description": "执行前-价格",
  11856. "type": "string"
  11857. },
  11858. "create_at": {
  11859. "type": "string"
  11860. },
  11861. "total_amount": {
  11862. "description": "金额",
  11863. "type": "string"
  11864. }
  11865. }
  11866. },
  11867. "md.GetActivePointsUserCoinFlowListReq": {
  11868. "type": "object",
  11869. "properties": {
  11870. "coin_id": {
  11871. "description": "货币类型 ID",
  11872. "type": "integer"
  11873. },
  11874. "direction": {
  11875. "description": "流水方向:1收入 2支出",
  11876. "type": "integer"
  11877. },
  11878. "end_at": {
  11879. "description": "结束时间",
  11880. "type": "string"
  11881. },
  11882. "page": {
  11883. "description": "页数",
  11884. "type": "integer"
  11885. },
  11886. "page_size": {
  11887. "description": "每页大小",
  11888. "type": "integer"
  11889. },
  11890. "start_at": {
  11891. "description": "开始时间",
  11892. "type": "string"
  11893. },
  11894. "uid": {
  11895. "description": "用户 ID",
  11896. "type": "integer"
  11897. }
  11898. }
  11899. },
  11900. "md.GetActivePointsUserCoinFlowListResp": {
  11901. "type": "object",
  11902. "properties": {
  11903. "list": {
  11904. "description": "流水信息",
  11905. "type": "array",
  11906. "items": {
  11907. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  11908. }
  11909. },
  11910. "paginate": {
  11911. "description": "分页信息",
  11912. "allOf": [
  11913. {
  11914. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11915. }
  11916. ]
  11917. },
  11918. "select_data": {
  11919. "description": "流水类型",
  11920. "allOf": [
  11921. {
  11922. "$ref": "#/definitions/md.SelectData"
  11923. }
  11924. ]
  11925. }
  11926. }
  11927. },
  11928. "md.GetActivePointsUserCoinListReq": {
  11929. "type": "object",
  11930. "properties": {
  11931. "end_coin": {
  11932. "type": "string",
  11933. "example": "最大金额"
  11934. },
  11935. "kind": {
  11936. "description": "虚拟币种类编号",
  11937. "type": "integer"
  11938. },
  11939. "page": {
  11940. "description": "页数",
  11941. "type": "integer"
  11942. },
  11943. "page_size": {
  11944. "description": "单页大小",
  11945. "type": "integer"
  11946. },
  11947. "start_coin": {
  11948. "type": "string",
  11949. "example": "最小金额"
  11950. },
  11951. "uid": {
  11952. "description": "指定查询用户 ID",
  11953. "type": "integer"
  11954. },
  11955. "user_name": {
  11956. "type": "string",
  11957. "example": "用户名称"
  11958. },
  11959. "user_phone": {
  11960. "type": "string",
  11961. "example": "手机号"
  11962. }
  11963. }
  11964. },
  11965. "md.GetActivePointsUserCoinListResp": {
  11966. "type": "object",
  11967. "properties": {
  11968. "kind_list": {
  11969. "description": "货币类型集合",
  11970. "type": "array",
  11971. "items": {
  11972. "$ref": "#/definitions/md.VirtualCoinListNode"
  11973. }
  11974. },
  11975. "list": {
  11976. "description": "余额集合",
  11977. "type": "array",
  11978. "items": {
  11979. "$ref": "#/definitions/md.ActivePointsWalletNode"
  11980. }
  11981. },
  11982. "sum_user_amount": {
  11983. "description": "用户持有总数",
  11984. "type": "number"
  11985. },
  11986. "total": {
  11987. "description": "持有该类型用户数",
  11988. "type": "integer"
  11989. }
  11990. }
  11991. },
  11992. "md.GetBlackListNode": {
  11993. "type": "object",
  11994. "properties": {
  11995. "admin_id": {
  11996. "description": "管理员 id",
  11997. "type": "integer"
  11998. },
  11999. "admin_nickname": {
  12000. "description": "管理员名称",
  12001. "type": "string"
  12002. },
  12003. "black_list_id": {
  12004. "description": "黑名单 id",
  12005. "type": "integer"
  12006. },
  12007. "created_at": {
  12008. "description": "添加时间",
  12009. "type": "string"
  12010. },
  12011. "memo": {
  12012. "description": "备注",
  12013. "type": "string"
  12014. },
  12015. "uid": {
  12016. "description": "用户 id",
  12017. "type": "integer"
  12018. },
  12019. "user_nickname": {
  12020. "description": "用户名称",
  12021. "type": "string"
  12022. }
  12023. }
  12024. },
  12025. "md.GetBlackListResp": {
  12026. "type": "object",
  12027. "properties": {
  12028. "list": {
  12029. "description": "具体信息",
  12030. "type": "array",
  12031. "items": {
  12032. "$ref": "#/definitions/md.GetBlackListNode"
  12033. }
  12034. },
  12035. "paginate": {
  12036. "description": "分页信息",
  12037. "allOf": [
  12038. {
  12039. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12040. }
  12041. ]
  12042. }
  12043. }
  12044. },
  12045. "md.GetContributionValueBasicSettingResp": {
  12046. "type": "object",
  12047. "properties": {
  12048. "hand_out_red_package": {
  12049. "description": "发红包获得x点",
  12050. "type": "integer"
  12051. },
  12052. "id": {
  12053. "type": "integer"
  12054. },
  12055. "posting_comment_liked": {
  12056. "description": "发布评论被官方点赞获得x点",
  12057. "type": "integer"
  12058. },
  12059. "posting_dynamic_liked": {
  12060. "description": "发布动态被官方点赞获得x点",
  12061. "type": "integer"
  12062. },
  12063. "publish_creation": {
  12064. "description": "发布创作获得x点",
  12065. "type": "integer"
  12066. }
  12067. }
  12068. },
  12069. "md.GetDynamicReq": {
  12070. "type": "object",
  12071. "properties": {
  12072. "begin_at": {
  12073. "description": "开始时间",
  12074. "type": "string"
  12075. },
  12076. "end_at": {
  12077. "description": "结束时间",
  12078. "type": "string"
  12079. },
  12080. "limit": {
  12081. "description": "页面大小",
  12082. "type": "integer"
  12083. },
  12084. "nickname": {
  12085. "description": "创建人名称",
  12086. "type": "string"
  12087. },
  12088. "page": {
  12089. "description": "页数",
  12090. "type": "integer"
  12091. },
  12092. "uid": {
  12093. "description": "创建人id",
  12094. "type": "string"
  12095. }
  12096. }
  12097. },
  12098. "md.GetDynamicResp": {
  12099. "type": "object",
  12100. "properties": {
  12101. "list": {
  12102. "type": "array",
  12103. "items": {
  12104. "$ref": "#/definitions/md.DynamicRespNode"
  12105. }
  12106. },
  12107. "paginate": {
  12108. "description": "分页信息",
  12109. "allOf": [
  12110. {
  12111. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12112. }
  12113. ]
  12114. }
  12115. }
  12116. },
  12117. "md.GetEggCoreDataListResp": {
  12118. "type": "object",
  12119. "properties": {
  12120. "now_energy_total_nums": {
  12121. "description": "现行总量",
  12122. "type": "string",
  12123. "example": "现行总量"
  12124. },
  12125. "now_price": {
  12126. "description": "当前价格",
  12127. "type": "string",
  12128. "example": "当前价格"
  12129. },
  12130. "planet_total_value": {
  12131. "description": "星球价值",
  12132. "type": "string",
  12133. "example": "星球价值"
  12134. },
  12135. "user_hold_total_nums": {
  12136. "description": "用户持有总量",
  12137. "type": "string"
  12138. }
  12139. }
  12140. },
  12141. "md.GetEggEnergyBasicResp": {
  12142. "type": "object",
  12143. "properties": {
  12144. "basic_setting": {
  12145. "description": "基础设置",
  12146. "allOf": [
  12147. {
  12148. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12149. }
  12150. ]
  12151. },
  12152. "data_setting": {
  12153. "description": "数据设置",
  12154. "allOf": [
  12155. {
  12156. "$ref": "#/definitions/md.DataSetting"
  12157. }
  12158. ]
  12159. },
  12160. "destruction_setting": {
  12161. "description": "销毁设置",
  12162. "allOf": [
  12163. {
  12164. "$ref": "#/definitions/md.DestructionSettingStruct"
  12165. }
  12166. ]
  12167. },
  12168. "exchange_rules": {
  12169. "description": "兑换规则",
  12170. "allOf": [
  12171. {
  12172. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12173. }
  12174. ]
  12175. },
  12176. "new_user_incentive_rules": {
  12177. "description": "新用户奖励规则",
  12178. "allOf": [
  12179. {
  12180. "$ref": "#/definitions/md.NewUserRewardRules"
  12181. }
  12182. ]
  12183. },
  12184. "price_setting": {
  12185. "description": "价格设置",
  12186. "allOf": [
  12187. {
  12188. "$ref": "#/definitions/md.PriceSettingStruct"
  12189. }
  12190. ]
  12191. },
  12192. "reward_system": {
  12193. "description": "圈层奖励",
  12194. "type": "array",
  12195. "items": {
  12196. "$ref": "#/definitions/md.RewardSystemStruct"
  12197. }
  12198. },
  12199. "system_id": {
  12200. "description": "该设置系统 ID",
  12201. "type": "integer"
  12202. },
  12203. "video_reward_setting": {
  12204. "description": "视频奖励",
  12205. "allOf": [
  12206. {
  12207. "$ref": "#/definitions/md.VideoRewardSetting"
  12208. }
  12209. ]
  12210. }
  12211. }
  12212. },
  12213. "md.GetEggEnergyVipSettingResp": {
  12214. "type": "object",
  12215. "properties": {
  12216. "level_list": {
  12217. "description": "会员等级列表",
  12218. "type": "array",
  12219. "items": {
  12220. "type": "object",
  12221. "additionalProperties": true
  12222. }
  12223. },
  12224. "list": {
  12225. "description": "会员权益设置",
  12226. "type": "array",
  12227. "items": {
  12228. "$ref": "#/definitions/md.VipEquitySettingNode"
  12229. }
  12230. }
  12231. }
  12232. },
  12233. "md.GetFreePublishUserReq": {
  12234. "type": "object",
  12235. "properties": {
  12236. "limit": {
  12237. "description": "每页大小",
  12238. "type": "integer"
  12239. },
  12240. "page": {
  12241. "description": "当前页数",
  12242. "type": "integer"
  12243. },
  12244. "uid": {
  12245. "description": "筛选的用户 ID",
  12246. "type": "integer"
  12247. }
  12248. }
  12249. },
  12250. "md.GetFreePublishUserResp": {
  12251. "type": "object",
  12252. "properties": {
  12253. "list": {
  12254. "description": "免罚用户列表",
  12255. "type": "array",
  12256. "items": {
  12257. "$ref": "#/definitions/md.FreePublishUserNode"
  12258. }
  12259. },
  12260. "paginate": {
  12261. "description": "分页信息",
  12262. "allOf": [
  12263. {
  12264. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12265. }
  12266. ]
  12267. }
  12268. }
  12269. },
  12270. "md.GetFriendCircleBasicSettingsResp": {
  12271. "type": "object",
  12272. "properties": {
  12273. "comment_is_real_name": {
  12274. "description": "评论是否需要实名认证(1:是 2:否)",
  12275. "type": "integer"
  12276. },
  12277. "comment_nums_every_day": {
  12278. "description": "评论每天次数",
  12279. "type": "integer"
  12280. },
  12281. "id": {
  12282. "type": "integer"
  12283. },
  12284. "publish_is_real_name": {
  12285. "description": "发布是否需要实名认证(1:是 2:否)",
  12286. "type": "integer"
  12287. },
  12288. "publish_nums_every_day": {
  12289. "description": "发布每天次数",
  12290. "type": "integer"
  12291. }
  12292. }
  12293. },
  12294. "md.GetFundDataListReq": {
  12295. "type": "object",
  12296. "properties": {
  12297. "end_at": {
  12298. "type": "string",
  12299. "example": "结束时间"
  12300. },
  12301. "kind": {
  12302. "description": "数据类型",
  12303. "type": "integer"
  12304. },
  12305. "limit": {
  12306. "description": "每页大小",
  12307. "type": "integer"
  12308. },
  12309. "page": {
  12310. "description": "页数",
  12311. "type": "integer"
  12312. },
  12313. "start_at": {
  12314. "type": "string",
  12315. "example": "开始时间"
  12316. }
  12317. }
  12318. },
  12319. "md.GetFundDataListResp": {
  12320. "type": "object",
  12321. "properties": {
  12322. "kind_list": {
  12323. "description": "类型列表",
  12324. "type": "array",
  12325. "items": {
  12326. "type": "object",
  12327. "additionalProperties": true
  12328. }
  12329. },
  12330. "list": {
  12331. "description": "数据列表",
  12332. "type": "array",
  12333. "items": {
  12334. "$ref": "#/definitions/md.FundDataNode"
  12335. }
  12336. },
  12337. "paginate": {
  12338. "description": "分页数据",
  12339. "allOf": [
  12340. {
  12341. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12342. }
  12343. ]
  12344. }
  12345. }
  12346. },
  12347. "md.GetFundDataRecordListReq": {
  12348. "type": "object",
  12349. "properties": {
  12350. "limit": {
  12351. "description": "页面大小",
  12352. "type": "integer"
  12353. },
  12354. "page": {
  12355. "description": "页数",
  12356. "type": "integer"
  12357. },
  12358. "system_id": {
  12359. "description": "数据在系统中的 ID",
  12360. "type": "integer"
  12361. }
  12362. }
  12363. },
  12364. "md.GetFundDataRecordListResp": {
  12365. "type": "object",
  12366. "properties": {
  12367. "list": {
  12368. "type": "array",
  12369. "items": {
  12370. "$ref": "#/definitions/md.FundDataRecordNode"
  12371. }
  12372. },
  12373. "paginate": {
  12374. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12375. }
  12376. }
  12377. },
  12378. "md.GetGreenEnergyUserCoinFlowListReq": {
  12379. "type": "object",
  12380. "properties": {
  12381. "coin_id": {
  12382. "description": "货币类型 ID",
  12383. "type": "integer"
  12384. },
  12385. "direction": {
  12386. "description": "流水方向:1收入 2支出",
  12387. "type": "integer"
  12388. },
  12389. "end_at": {
  12390. "description": "结束时间",
  12391. "type": "string"
  12392. },
  12393. "page": {
  12394. "description": "页数",
  12395. "type": "integer"
  12396. },
  12397. "page_size": {
  12398. "description": "每页大小",
  12399. "type": "integer"
  12400. },
  12401. "start_at": {
  12402. "description": "开始时间",
  12403. "type": "string"
  12404. },
  12405. "uid": {
  12406. "description": "用户 ID",
  12407. "type": "integer"
  12408. }
  12409. }
  12410. },
  12411. "md.GetGreenEnergyUserCoinFlowListResp": {
  12412. "type": "object",
  12413. "properties": {
  12414. "list": {
  12415. "description": "流水信息",
  12416. "type": "array",
  12417. "items": {
  12418. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12419. }
  12420. },
  12421. "paginate": {
  12422. "description": "分页信息",
  12423. "allOf": [
  12424. {
  12425. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12426. }
  12427. ]
  12428. },
  12429. "select_data": {
  12430. "description": "流水类型",
  12431. "allOf": [
  12432. {
  12433. "$ref": "#/definitions/md.SelectData"
  12434. }
  12435. ]
  12436. }
  12437. }
  12438. },
  12439. "md.GetGreenEnergyUserCoinListReq": {
  12440. "type": "object",
  12441. "properties": {
  12442. "end_coin": {
  12443. "type": "string",
  12444. "example": "最大金额"
  12445. },
  12446. "kind": {
  12447. "description": "虚拟币种类编号",
  12448. "type": "integer"
  12449. },
  12450. "page": {
  12451. "description": "页数",
  12452. "type": "integer"
  12453. },
  12454. "page_size": {
  12455. "description": "单页大小",
  12456. "type": "integer"
  12457. },
  12458. "start_coin": {
  12459. "type": "string",
  12460. "example": "最小金额"
  12461. },
  12462. "uid": {
  12463. "description": "指定查询用户 ID",
  12464. "type": "integer"
  12465. },
  12466. "user_name": {
  12467. "type": "string",
  12468. "example": "用户名称"
  12469. },
  12470. "user_phone": {
  12471. "type": "string",
  12472. "example": "手机号"
  12473. }
  12474. }
  12475. },
  12476. "md.GetGreenEnergyUserCoinListResp": {
  12477. "type": "object",
  12478. "properties": {
  12479. "kind_list": {
  12480. "description": "货币类型集合",
  12481. "type": "array",
  12482. "items": {
  12483. "$ref": "#/definitions/md.VirtualCoinListNode"
  12484. }
  12485. },
  12486. "list": {
  12487. "description": "余额集合",
  12488. "type": "array",
  12489. "items": {
  12490. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12491. }
  12492. },
  12493. "sum_user_amount": {
  12494. "description": "用户持有总数",
  12495. "type": "number"
  12496. },
  12497. "total": {
  12498. "description": "持有该类型用户数",
  12499. "type": "integer"
  12500. }
  12501. }
  12502. },
  12503. "md.GetLevelListResp": {
  12504. "type": "object",
  12505. "properties": {
  12506. "list": {
  12507. "type": "array",
  12508. "items": {
  12509. "$ref": "#/definitions/md.LevelListNode"
  12510. }
  12511. },
  12512. "paginate": {
  12513. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12514. }
  12515. }
  12516. },
  12517. "md.GetModuleSettingResp": {
  12518. "type": "object",
  12519. "properties": {
  12520. "data": {
  12521. "description": "内容"
  12522. },
  12523. "mod_name": {
  12524. "description": "模块名称",
  12525. "type": "string"
  12526. },
  12527. "position": {
  12528. "description": "位置",
  12529. "type": "string"
  12530. },
  12531. "skip_identifier": {
  12532. "description": "跳转标识",
  12533. "type": "string"
  12534. },
  12535. "subtitle": {
  12536. "description": "副标题",
  12537. "type": "string"
  12538. },
  12539. "title": {
  12540. "description": "标题",
  12541. "type": "string"
  12542. }
  12543. }
  12544. },
  12545. "md.GetOneLevelResp": {
  12546. "type": "object",
  12547. "properties": {
  12548. "auto_update": {
  12549. "description": "自动升级 0关闭,1开启",
  12550. "type": "integer"
  12551. },
  12552. "choosable_num": {
  12553. "description": "可选任务数量",
  12554. "type": "integer"
  12555. },
  12556. "is_use": {
  12557. "description": "是否开启(0.否, 1.是)",
  12558. "type": "integer"
  12559. },
  12560. "level_id": {
  12561. "description": "等级 ID",
  12562. "type": "integer"
  12563. },
  12564. "level_name": {
  12565. "description": "等级名称",
  12566. "type": "string"
  12567. },
  12568. "level_weight": {
  12569. "description": "等级权重",
  12570. "type": "integer"
  12571. },
  12572. "memo": {
  12573. "description": "备注",
  12574. "type": "string"
  12575. },
  12576. "task_type": {
  12577. "description": "任务类型关系",
  12578. "type": "array",
  12579. "items": {
  12580. "type": "object",
  12581. "additionalProperties": true
  12582. }
  12583. },
  12584. "user_level_tasks": {
  12585. "type": "array",
  12586. "items": {
  12587. "$ref": "#/definitions/model.UserLevelTask"
  12588. }
  12589. }
  12590. }
  12591. },
  12592. "md.GetPriceCurveResp": {
  12593. "type": "object",
  12594. "properties": {
  12595. "x_data": {
  12596. "type": "array",
  12597. "items": {}
  12598. },
  12599. "y_data": {
  12600. "type": "array",
  12601. "items": {}
  12602. }
  12603. }
  12604. },
  12605. "md.GetPublicPlatoonBasicResp": {
  12606. "type": "object",
  12607. "properties": {
  12608. "is_open": {
  12609. "description": "是否开启(1:开启 0:关闭)",
  12610. "type": "integer"
  12611. },
  12612. "is_self_active_get_team_revenue": {
  12613. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12614. "type": "integer"
  12615. },
  12616. "originator_name": {
  12617. "description": "创始人名称",
  12618. "type": "string"
  12619. },
  12620. "originator_uid": {
  12621. "description": "创始人uid",
  12622. "type": "integer"
  12623. },
  12624. "several_rows": {
  12625. "description": "几排",
  12626. "type": "integer"
  12627. },
  12628. "several_times": {
  12629. "description": "几乘",
  12630. "type": "integer"
  12631. },
  12632. "system_punish_replace": {
  12633. "description": "是否位置滑落 被新用户替换 0否 1是",
  12634. "type": "integer"
  12635. },
  12636. "system_punish_replace_value": {
  12637. "description": "xx天未活跃,处罚滑落",
  12638. "type": "integer"
  12639. }
  12640. }
  12641. },
  12642. "md.GetTagListResp": {
  12643. "type": "object",
  12644. "properties": {
  12645. "list": {
  12646. "type": "array",
  12647. "items": {
  12648. "$ref": "#/definitions/md.TagListNode"
  12649. }
  12650. },
  12651. "paginate": {
  12652. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12653. }
  12654. }
  12655. },
  12656. "md.GetVideoRewardResp": {
  12657. "type": "object",
  12658. "properties": {
  12659. "ecpm": {
  12660. "description": "当前 Ecpm 值",
  12661. "type": "string"
  12662. },
  12663. "unit_price": {
  12664. "description": "单价",
  12665. "type": "string"
  12666. }
  12667. }
  12668. },
  12669. "md.GetWithdrawApplyListNode": {
  12670. "type": "object",
  12671. "properties": {
  12672. "actual_receipt": {
  12673. "description": "实际到账",
  12674. "type": "string"
  12675. },
  12676. "ali_pay_account": {
  12677. "description": "支付宝账号",
  12678. "type": "string"
  12679. },
  12680. "ali_pay_name": {
  12681. "description": "支付宝昵称",
  12682. "type": "string"
  12683. },
  12684. "amount": {
  12685. "description": "提现金额",
  12686. "type": "string"
  12687. },
  12688. "apply_at": {
  12689. "description": "申请时间",
  12690. "type": "string"
  12691. },
  12692. "invite_code": {
  12693. "description": "邀请码",
  12694. "type": "string"
  12695. },
  12696. "memo": {
  12697. "description": "备注",
  12698. "type": "string"
  12699. },
  12700. "nickname": {
  12701. "description": "用户名称",
  12702. "type": "string"
  12703. },
  12704. "parentID": {
  12705. "description": "推荐人ID",
  12706. "type": "integer"
  12707. },
  12708. "parentPhone": {
  12709. "description": "推荐人手机号",
  12710. "type": "string"
  12711. },
  12712. "pay_at": {
  12713. "description": "到账时间",
  12714. "type": "string"
  12715. },
  12716. "state": {
  12717. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  12718. "type": "integer"
  12719. },
  12720. "sys_fee": {
  12721. "description": "手续费",
  12722. "type": "string"
  12723. },
  12724. "tag": {
  12725. "description": "标签",
  12726. "type": "array",
  12727. "items": {
  12728. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  12729. }
  12730. },
  12731. "user_id": {
  12732. "description": "会员 ID",
  12733. "type": "integer"
  12734. },
  12735. "wechat_pay_account": {
  12736. "description": "微信账号",
  12737. "type": "string"
  12738. },
  12739. "wechat_pay_name": {
  12740. "description": "微信昵称",
  12741. "type": "string"
  12742. },
  12743. "withdraw_apply_id": {
  12744. "description": "提现申请id",
  12745. "type": "integer"
  12746. },
  12747. "withdraw_type": {
  12748. "description": "转账平台(1:支付宝 2:微信)",
  12749. "type": "integer"
  12750. }
  12751. }
  12752. },
  12753. "md.GetWithdrawApplyListReq": {
  12754. "type": "object",
  12755. "properties": {
  12756. "amount_begin": {
  12757. "description": "最小金额",
  12758. "type": "string"
  12759. },
  12760. "amount_end": {
  12761. "description": "最大金额",
  12762. "type": "string"
  12763. },
  12764. "apply_end_at": {
  12765. "description": "申请结束时间",
  12766. "type": "string"
  12767. },
  12768. "apply_start_at": {
  12769. "description": "申请开始时间",
  12770. "type": "string"
  12771. },
  12772. "examine_end_at": {
  12773. "description": "审核结束时间",
  12774. "type": "string"
  12775. },
  12776. "examine_start_at": {
  12777. "description": "审核开始时间",
  12778. "type": "string"
  12779. },
  12780. "is_first": {
  12781. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  12782. "type": "string"
  12783. },
  12784. "level": {
  12785. "description": "会员等级",
  12786. "type": "string"
  12787. },
  12788. "limit": {
  12789. "description": "页面大小",
  12790. "type": "integer"
  12791. },
  12792. "nickname": {
  12793. "description": "用户昵称",
  12794. "type": "string"
  12795. },
  12796. "page": {
  12797. "description": "页数",
  12798. "type": "integer"
  12799. },
  12800. "parent_id": {
  12801. "description": "推荐人 ID",
  12802. "type": "string"
  12803. },
  12804. "payment_type": {
  12805. "description": "打款类型 1:手动;2:自动",
  12806. "type": "string"
  12807. },
  12808. "phone": {
  12809. "description": "用户手机号",
  12810. "type": "string"
  12811. },
  12812. "state": {
  12813. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  12814. "type": "string"
  12815. },
  12816. "uid": {
  12817. "description": "用户 ID",
  12818. "type": "string"
  12819. },
  12820. "withdraw_account": {
  12821. "description": "支付宝/微信昵称",
  12822. "type": "string"
  12823. },
  12824. "withdraw_name": {
  12825. "description": "支付宝姓名",
  12826. "type": "string"
  12827. },
  12828. "withdraw_type": {
  12829. "description": "提现方式(1:支付宝 2:微信)",
  12830. "type": "string"
  12831. }
  12832. }
  12833. },
  12834. "md.GetWithdrawApplyListResp": {
  12835. "type": "object",
  12836. "properties": {
  12837. "levels_list": {
  12838. "description": "等级列表",
  12839. "type": "array",
  12840. "items": {
  12841. "type": "object",
  12842. "additionalProperties": true
  12843. }
  12844. },
  12845. "list": {
  12846. "type": "array",
  12847. "items": {
  12848. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  12849. }
  12850. },
  12851. "paginate": {
  12852. "description": "分页信息",
  12853. "allOf": [
  12854. {
  12855. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  12856. }
  12857. ]
  12858. },
  12859. "pay_failed_amount": {
  12860. "description": "打款失败金额",
  12861. "type": "string"
  12862. },
  12863. "pay_succeed_amount": {
  12864. "description": "打款成功金额",
  12865. "type": "string"
  12866. },
  12867. "pending_amount": {
  12868. "description": "处理中金额",
  12869. "type": "string"
  12870. },
  12871. "reason_list": {
  12872. "description": "审核失败(驳回理由)",
  12873. "type": "array",
  12874. "items": {
  12875. "type": "object",
  12876. "additionalProperties": true
  12877. }
  12878. },
  12879. "tags_list": {
  12880. "description": "标签列表",
  12881. "type": "array",
  12882. "items": {
  12883. "type": "object",
  12884. "additionalProperties": true
  12885. }
  12886. },
  12887. "under_review": {
  12888. "description": "审核中金额",
  12889. "type": "string"
  12890. }
  12891. }
  12892. },
  12893. "md.GetWithdrawSettingResp": {
  12894. "type": "object",
  12895. "properties": {
  12896. "condition_is_open": {
  12897. "description": "提现条件是否开启(0:关闭, 1:开启)",
  12898. "type": "integer"
  12899. },
  12900. "first_withdraw_set": {
  12901. "description": "首次提现设置",
  12902. "allOf": [
  12903. {
  12904. "$ref": "#/definitions/md.FirstWithdrawSet"
  12905. }
  12906. ]
  12907. },
  12908. "frequency_set": {
  12909. "description": "频率设置(0:日 1:周 2:月 3:年)",
  12910. "allOf": [
  12911. {
  12912. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  12913. }
  12914. ]
  12915. },
  12916. "id": {
  12917. "type": "integer"
  12918. },
  12919. "is_auto": {
  12920. "description": "是否开启自动提现(0:否 1:是)",
  12921. "type": "integer"
  12922. },
  12923. "is_auto_amount_limit": {
  12924. "description": "自动提现金额限制",
  12925. "type": "string"
  12926. },
  12927. "is_real_name": {
  12928. "description": "是否实名(0:否 1:是)",
  12929. "type": "integer"
  12930. },
  12931. "is_support_decimal_point": {
  12932. "description": "是否支持小数点(0:否 1:是)",
  12933. "type": "integer"
  12934. },
  12935. "level_list": {
  12936. "description": "会员等级列表",
  12937. "type": "array",
  12938. "items": {
  12939. "type": "object",
  12940. "additionalProperties": true
  12941. }
  12942. },
  12943. "pending_orders_is_can_apply": {
  12944. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  12945. "type": "integer"
  12946. },
  12947. "tips": {
  12948. "description": "提示",
  12949. "type": "string"
  12950. },
  12951. "vip_level_limit": {
  12952. "description": "提现等级限制",
  12953. "type": "integer"
  12954. },
  12955. "withdraw_amount_limit": {
  12956. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  12957. "type": "string"
  12958. },
  12959. "withdraw_fee_set": {
  12960. "description": "提现手续费设置",
  12961. "allOf": [
  12962. {
  12963. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  12964. }
  12965. ]
  12966. },
  12967. "withdraw_multiple_limit": {
  12968. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  12969. "type": "string"
  12970. },
  12971. "withdraw_nums_limit": {
  12972. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  12973. "type": "integer"
  12974. },
  12975. "withdraw_time_interval": {
  12976. "description": "提现时段",
  12977. "allOf": [
  12978. {
  12979. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  12980. }
  12981. ]
  12982. },
  12983. "withdraw_type": {
  12984. "description": "提现方式(1:支付宝 2:微信)",
  12985. "type": "integer"
  12986. }
  12987. }
  12988. },
  12989. "md.GroupListReq": {
  12990. "type": "object",
  12991. "properties": {
  12992. "group_admin": {
  12993. "description": "群主",
  12994. "type": "string"
  12995. },
  12996. "name": {
  12997. "description": "群名称",
  12998. "type": "string"
  12999. },
  13000. "page": {
  13001. "type": "integer"
  13002. },
  13003. "page_size": {
  13004. "type": "integer"
  13005. },
  13006. "start_time_end": {
  13007. "type": "string",
  13008. "example": "创建时间-截止"
  13009. },
  13010. "start_time_start": {
  13011. "type": "string",
  13012. "example": "创建时间-起始"
  13013. }
  13014. }
  13015. },
  13016. "md.GroupListResp": {
  13017. "type": "object",
  13018. "properties": {
  13019. "list": {
  13020. "type": "array",
  13021. "items": {
  13022. "type": "object",
  13023. "properties": {
  13024. "avatarUrl": {
  13025. "description": "头像",
  13026. "type": "string"
  13027. },
  13028. "createTime": {
  13029. "description": "创建时间",
  13030. "type": "string"
  13031. },
  13032. "extra": {
  13033. "description": "附加字段",
  13034. "type": "string"
  13035. },
  13036. "id": {
  13037. "description": "群组id",
  13038. "type": "integer"
  13039. },
  13040. "introduction": {
  13041. "description": "群简介",
  13042. "type": "string"
  13043. },
  13044. "isAllAddFriend": {
  13045. "description": "是否允许加好友(1:是 2:否)",
  13046. "type": "integer"
  13047. },
  13048. "isAllMemberBanned": {
  13049. "description": "是否全员禁言(1:是 2:否)",
  13050. "type": "integer"
  13051. },
  13052. "name": {
  13053. "description": "组名",
  13054. "type": "string"
  13055. },
  13056. "nickname": {
  13057. "description": "群主昵称",
  13058. "type": "string"
  13059. },
  13060. "phoneNumber": {
  13061. "description": "群主账号",
  13062. "type": "string"
  13063. },
  13064. "updateTime": {
  13065. "description": "更新时间",
  13066. "type": "string"
  13067. },
  13068. "userNum": {
  13069. "description": "群组人数",
  13070. "type": "integer"
  13071. }
  13072. }
  13073. }
  13074. },
  13075. "page": {
  13076. "type": "integer"
  13077. },
  13078. "page_size": {
  13079. "type": "integer"
  13080. },
  13081. "total": {
  13082. "type": "integer"
  13083. }
  13084. }
  13085. },
  13086. "md.Guide": {
  13087. "type": "object",
  13088. "properties": {
  13089. "bg_image": {
  13090. "type": "string"
  13091. },
  13092. "bg_image_url": {
  13093. "type": "string"
  13094. },
  13095. "content_image": {
  13096. "type": "string"
  13097. },
  13098. "content_image_url": {
  13099. "type": "string"
  13100. }
  13101. }
  13102. },
  13103. "md.JPushGetLevelListResp": {
  13104. "type": "object",
  13105. "properties": {
  13106. "list": {
  13107. "type": "array",
  13108. "items": {
  13109. "$ref": "#/definitions/md.LevelListNode"
  13110. }
  13111. },
  13112. "paginate": {
  13113. "$ref": "#/definitions/applet_app_md.Paginate"
  13114. }
  13115. }
  13116. },
  13117. "md.JPushGetTagListResp": {
  13118. "type": "object",
  13119. "properties": {
  13120. "list": {
  13121. "type": "array",
  13122. "items": {
  13123. "$ref": "#/definitions/md.TagListNode"
  13124. }
  13125. },
  13126. "paginate": {
  13127. "$ref": "#/definitions/applet_app_md.Paginate"
  13128. }
  13129. }
  13130. },
  13131. "md.JPushGetUserListReq": {
  13132. "type": "object",
  13133. "properties": {
  13134. "effective": {
  13135. "description": "有效会员",
  13136. "type": "integer"
  13137. },
  13138. "id": {
  13139. "description": "会员 ID",
  13140. "type": "integer"
  13141. },
  13142. "invite_code": {
  13143. "type": "string",
  13144. "example": "会员邀请码"
  13145. },
  13146. "is_real_name": {
  13147. "description": "是否实名 0.未实名,1.已实名",
  13148. "type": "integer"
  13149. },
  13150. "level": {
  13151. "description": "会员等级",
  13152. "type": "integer"
  13153. },
  13154. "limit": {
  13155. "type": "integer"
  13156. },
  13157. "login_after": {
  13158. "description": "最近登录结束时间",
  13159. "type": "string"
  13160. },
  13161. "login_before": {
  13162. "description": "最近登录开始时间",
  13163. "type": "string"
  13164. },
  13165. "memo": {
  13166. "description": "备注",
  13167. "type": "string"
  13168. },
  13169. "nickname": {
  13170. "type": "string",
  13171. "example": "会员昵称"
  13172. },
  13173. "page": {
  13174. "type": "integer"
  13175. },
  13176. "parent_invite_code": {
  13177. "type": "string",
  13178. "example": "上级邀请码"
  13179. },
  13180. "parent_phone": {
  13181. "type": "string",
  13182. "example": "上级手机号"
  13183. },
  13184. "phone": {
  13185. "type": "string",
  13186. "example": "会员手机号"
  13187. },
  13188. "recommend_id": {
  13189. "description": "推荐人 ID",
  13190. "type": "integer"
  13191. },
  13192. "register_after": {
  13193. "description": "注册时间终点",
  13194. "type": "string"
  13195. },
  13196. "register_before": {
  13197. "description": "注册时间起点",
  13198. "type": "string"
  13199. },
  13200. "register_type": {
  13201. "description": "注册类型(1:APP注册、2:H5注册)",
  13202. "type": "integer"
  13203. },
  13204. "sex": {
  13205. "description": "性别(0:未知 1:男 2:女)",
  13206. "type": "integer"
  13207. },
  13208. "state": {
  13209. "description": "状态",
  13210. "type": "integer"
  13211. },
  13212. "tag": {
  13213. "description": "标签 id",
  13214. "type": "integer"
  13215. },
  13216. "union_id": {
  13217. "type": "string",
  13218. "example": "微信号"
  13219. }
  13220. }
  13221. },
  13222. "md.LevelListNode": {
  13223. "type": "object",
  13224. "properties": {
  13225. "count": {
  13226. "description": "等级人数",
  13227. "type": "string"
  13228. },
  13229. "create_at": {
  13230. "description": "创建时间",
  13231. "type": "string"
  13232. },
  13233. "is_use": {
  13234. "description": "是否开启(0.否, 1.是)",
  13235. "type": "integer"
  13236. },
  13237. "level_id": {
  13238. "description": "等级 ID",
  13239. "type": "integer"
  13240. },
  13241. "level_name": {
  13242. "description": "等级名称",
  13243. "type": "string"
  13244. },
  13245. "level_weight": {
  13246. "description": "等级权重",
  13247. "type": "integer"
  13248. },
  13249. "memo": {
  13250. "description": "备注",
  13251. "type": "string"
  13252. }
  13253. }
  13254. },
  13255. "md.LevelTaskNode": {
  13256. "type": "object",
  13257. "properties": {
  13258. "active_days": {
  13259. "description": "活跃多少天",
  13260. "type": "string"
  13261. },
  13262. "finish_count": {
  13263. "description": "多少天内完成的指标",
  13264. "type": "string"
  13265. },
  13266. "is_must_task": {
  13267. "description": "是否必做(0,1)",
  13268. "type": "string"
  13269. },
  13270. "task_type": {
  13271. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  13272. "type": "string"
  13273. },
  13274. "task_type_level_id": {
  13275. "description": "会员等级 ID (task_type=3时生效)",
  13276. "type": "string"
  13277. },
  13278. "within_days": {
  13279. "description": "多少天内完成",
  13280. "type": "string"
  13281. }
  13282. }
  13283. },
  13284. "md.ListCommunityDividendsReq": {
  13285. "type": "object",
  13286. "properties": {
  13287. "end_at": {
  13288. "description": "结束时间",
  13289. "type": "string"
  13290. },
  13291. "end_nums": {
  13292. "description": "分红总量上限",
  13293. "type": "integer"
  13294. },
  13295. "limit": {
  13296. "description": "每页大小",
  13297. "type": "integer"
  13298. },
  13299. "page": {
  13300. "description": "页数",
  13301. "type": "integer"
  13302. },
  13303. "start_at": {
  13304. "description": "开始时间",
  13305. "type": "string"
  13306. },
  13307. "start_nums": {
  13308. "description": "分红总量下限",
  13309. "type": "integer"
  13310. }
  13311. }
  13312. },
  13313. "md.ListCommunityDividendsResp": {
  13314. "type": "object",
  13315. "properties": {
  13316. "list": {
  13317. "type": "array",
  13318. "items": {
  13319. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  13320. }
  13321. },
  13322. "paginate": {
  13323. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13324. }
  13325. }
  13326. },
  13327. "md.ListCommunityDividendsWithUserReq": {
  13328. "type": "object",
  13329. "properties": {
  13330. "limit": {
  13331. "type": "integer"
  13332. },
  13333. "page": {
  13334. "type": "integer"
  13335. },
  13336. "phone": {
  13337. "type": "string"
  13338. },
  13339. "uid": {
  13340. "type": "integer"
  13341. }
  13342. }
  13343. },
  13344. "md.ListCommunityDividendsWithUserResp": {
  13345. "type": "object",
  13346. "properties": {
  13347. "list": {
  13348. "type": "array",
  13349. "items": {
  13350. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  13351. }
  13352. },
  13353. "paginate": {
  13354. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13355. }
  13356. }
  13357. },
  13358. "md.ListPlatformRevenueReq": {
  13359. "type": "object",
  13360. "properties": {
  13361. "end_at": {
  13362. "type": "string",
  13363. "example": "结束时间"
  13364. },
  13365. "kind": {
  13366. "description": "数据类型",
  13367. "type": "integer"
  13368. },
  13369. "limit": {
  13370. "description": "每页大小",
  13371. "type": "integer"
  13372. },
  13373. "page": {
  13374. "description": "页数",
  13375. "type": "integer"
  13376. },
  13377. "start_at": {
  13378. "type": "string",
  13379. "example": "开始时间"
  13380. }
  13381. }
  13382. },
  13383. "md.ListPlatformRevenueResp": {
  13384. "type": "object",
  13385. "properties": {
  13386. "kind_list": {
  13387. "description": "类型列表",
  13388. "type": "array",
  13389. "items": {
  13390. "type": "object",
  13391. "additionalProperties": true
  13392. }
  13393. },
  13394. "list": {
  13395. "description": "数据列表",
  13396. "type": "array",
  13397. "items": {
  13398. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  13399. }
  13400. },
  13401. "paginate": {
  13402. "description": "分页数据",
  13403. "allOf": [
  13404. {
  13405. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13406. }
  13407. ]
  13408. }
  13409. }
  13410. },
  13411. "md.LoginReq": {
  13412. "type": "object",
  13413. "required": [
  13414. "password",
  13415. "username"
  13416. ],
  13417. "properties": {
  13418. "code": {
  13419. "type": "string",
  13420. "example": "验证码"
  13421. },
  13422. "password": {
  13423. "type": "string",
  13424. "example": "登录密码"
  13425. },
  13426. "username": {
  13427. "type": "string",
  13428. "example": "登录账号"
  13429. }
  13430. }
  13431. },
  13432. "md.LoginResponse": {
  13433. "type": "object",
  13434. "properties": {
  13435. "token": {
  13436. "type": "string"
  13437. }
  13438. }
  13439. },
  13440. "md.ManualScoreReq": {
  13441. "type": "object",
  13442. "properties": {
  13443. "index_id": {
  13444. "description": "文档id",
  13445. "type": "string"
  13446. },
  13447. "score": {
  13448. "type": "string",
  13449. "example": "分数"
  13450. }
  13451. }
  13452. },
  13453. "md.ModuleSettingGetResp": {
  13454. "type": "object",
  13455. "properties": {
  13456. "data": {
  13457. "description": "内容"
  13458. },
  13459. "mod_name": {
  13460. "description": "模块名称",
  13461. "type": "string"
  13462. },
  13463. "mod_name_list": {
  13464. "description": "模块名称对照",
  13465. "type": "array",
  13466. "items": {
  13467. "type": "object",
  13468. "additionalProperties": true
  13469. }
  13470. },
  13471. "position": {
  13472. "description": "位置",
  13473. "type": "string"
  13474. },
  13475. "skip_identifier": {
  13476. "description": "跳转标识",
  13477. "type": "string"
  13478. },
  13479. "subtitle": {
  13480. "description": "副标题",
  13481. "type": "string"
  13482. },
  13483. "title": {
  13484. "description": "标题",
  13485. "type": "string"
  13486. }
  13487. }
  13488. },
  13489. "md.ModuleSettingUpdateReq": {
  13490. "type": "object",
  13491. "properties": {
  13492. "data": {
  13493. "description": "内容",
  13494. "type": "object",
  13495. "additionalProperties": true
  13496. },
  13497. "mod_name_value": {
  13498. "description": "模块类型值",
  13499. "type": "string"
  13500. },
  13501. "position": {
  13502. "description": "位置",
  13503. "type": "string"
  13504. },
  13505. "skip_identifier": {
  13506. "description": "跳转标识",
  13507. "type": "string"
  13508. },
  13509. "subtitle": {
  13510. "description": "副标题",
  13511. "type": "string"
  13512. },
  13513. "title": {
  13514. "description": "标题",
  13515. "type": "string"
  13516. }
  13517. }
  13518. },
  13519. "md.NewUserRedPackageGetBasicResp": {
  13520. "type": "object",
  13521. "properties": {
  13522. "create_at": {
  13523. "type": "string"
  13524. },
  13525. "days": {
  13526. "description": "天数",
  13527. "type": "integer"
  13528. },
  13529. "is_double": {
  13530. "description": "是否翻倍",
  13531. "type": "integer"
  13532. },
  13533. "is_open": {
  13534. "description": "是否开启(1:开启 0:关闭)",
  13535. "type": "integer"
  13536. },
  13537. "total_amount": {
  13538. "type": "string",
  13539. "example": "总金额"
  13540. },
  13541. "update_at": {
  13542. "type": "string"
  13543. }
  13544. }
  13545. },
  13546. "md.NewUserRedPackageRecordFlowListReq": {
  13547. "type": "object",
  13548. "properties": {
  13549. "end_at": {
  13550. "description": "结束时间",
  13551. "type": "string"
  13552. },
  13553. "limit": {
  13554. "description": "每页大小",
  13555. "type": "integer"
  13556. },
  13557. "page": {
  13558. "description": "页数",
  13559. "type": "integer"
  13560. },
  13561. "start_at": {
  13562. "description": "开始时间",
  13563. "type": "string"
  13564. },
  13565. "uid": {
  13566. "description": "用户 ID",
  13567. "type": "integer"
  13568. }
  13569. }
  13570. },
  13571. "md.NewUserRedPackageRecordFlowListResp": {
  13572. "type": "object",
  13573. "properties": {
  13574. "list": {
  13575. "type": "array",
  13576. "items": {
  13577. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  13578. }
  13579. },
  13580. "paginate": {
  13581. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13582. }
  13583. }
  13584. },
  13585. "md.NewUserRedPackageRecordFlowNode": {
  13586. "type": "object",
  13587. "properties": {
  13588. "balance_amount": {
  13589. "description": "剩余金额",
  13590. "type": "string"
  13591. },
  13592. "balance_days": {
  13593. "description": "剩余天数",
  13594. "type": "integer"
  13595. },
  13596. "basic_amount": {
  13597. "description": "基础金额",
  13598. "type": "string"
  13599. },
  13600. "create_at": {
  13601. "description": "创建时间",
  13602. "type": "string"
  13603. },
  13604. "day_num": {
  13605. "description": "第x天",
  13606. "type": "integer"
  13607. },
  13608. "double_rate": {
  13609. "description": "倍率",
  13610. "type": "string"
  13611. },
  13612. "id": {
  13613. "description": "流水 ID",
  13614. "type": "integer"
  13615. },
  13616. "is_double": {
  13617. "description": "是否翻倍",
  13618. "type": "integer"
  13619. },
  13620. "receive_days": {
  13621. "description": "领取天数",
  13622. "type": "integer"
  13623. },
  13624. "total_amount": {
  13625. "description": "实际金额",
  13626. "type": "string"
  13627. },
  13628. "uid": {
  13629. "description": "用户 ID",
  13630. "type": "integer"
  13631. }
  13632. }
  13633. },
  13634. "md.NewUserRedPackageRecordListReq": {
  13635. "type": "object",
  13636. "properties": {
  13637. "end_at": {
  13638. "description": "结束时间",
  13639. "type": "string"
  13640. },
  13641. "limit": {
  13642. "description": "每页大小",
  13643. "type": "integer"
  13644. },
  13645. "page": {
  13646. "description": "页数",
  13647. "type": "integer"
  13648. },
  13649. "start_at": {
  13650. "description": "开始时间",
  13651. "type": "string"
  13652. },
  13653. "uid": {
  13654. "description": "用户 ID",
  13655. "type": "integer"
  13656. }
  13657. }
  13658. },
  13659. "md.NewUserRedPackageRecordListResp": {
  13660. "type": "object",
  13661. "properties": {
  13662. "list": {
  13663. "type": "array",
  13664. "items": {
  13665. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  13666. }
  13667. },
  13668. "paginate": {
  13669. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13670. }
  13671. }
  13672. },
  13673. "md.NewUserRedPackageRecordNode": {
  13674. "type": "object",
  13675. "properties": {
  13676. "balance_amount": {
  13677. "description": "剩余金额",
  13678. "type": "string"
  13679. },
  13680. "balance_days": {
  13681. "description": "剩余天数",
  13682. "type": "integer"
  13683. },
  13684. "create_at": {
  13685. "description": "创建时间",
  13686. "type": "string"
  13687. },
  13688. "days": {
  13689. "description": "天数",
  13690. "type": "integer"
  13691. },
  13692. "receive_days": {
  13693. "description": "领取天数",
  13694. "type": "integer"
  13695. },
  13696. "state": {
  13697. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  13698. "type": "integer"
  13699. },
  13700. "system_id": {
  13701. "description": "系统中记录的 ID",
  13702. "type": "integer"
  13703. },
  13704. "total_amount": {
  13705. "description": "金额",
  13706. "type": "string"
  13707. },
  13708. "uid": {
  13709. "description": "用户 ID",
  13710. "type": "integer"
  13711. },
  13712. "update_at": {
  13713. "description": "修改时间",
  13714. "type": "string"
  13715. }
  13716. }
  13717. },
  13718. "md.NewUserRedPackageUpdateBasicReq": {
  13719. "type": "object",
  13720. "properties": {
  13721. "days": {
  13722. "description": "天数",
  13723. "type": "integer"
  13724. },
  13725. "is_double": {
  13726. "description": "是否翻倍",
  13727. "type": "integer"
  13728. },
  13729. "is_open": {
  13730. "description": "是否开启(1:开启 0:关闭)",
  13731. "type": "integer"
  13732. },
  13733. "total_amount": {
  13734. "type": "string",
  13735. "example": "总金额"
  13736. }
  13737. }
  13738. },
  13739. "md.NewUserRewardRules": {
  13740. "type": "object",
  13741. "properties": {
  13742. "continue_days": {
  13743. "description": "连续x天",
  13744. "type": "integer"
  13745. },
  13746. "invite_user_reward_value": {
  13747. "description": "拉新用户奖励x个活跃积分",
  13748. "type": "integer"
  13749. },
  13750. "reward_coefficient": {
  13751. "description": "奖励系数",
  13752. "type": "number"
  13753. }
  13754. }
  13755. },
  13756. "md.NoticeAliyunSmsList": {
  13757. "type": "object",
  13758. "properties": {
  13759. "content": {
  13760. "type": "string",
  13761. "example": "这是 填短信模板id"
  13762. },
  13763. "day": {
  13764. "type": "string",
  13765. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13766. },
  13767. "id": {
  13768. "type": "string"
  13769. },
  13770. "is_show": {
  13771. "type": "string"
  13772. },
  13773. "notice_day": {
  13774. "type": "string",
  13775. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13776. },
  13777. "title": {
  13778. "type": "string"
  13779. },
  13780. "type": {
  13781. "type": "string"
  13782. }
  13783. }
  13784. },
  13785. "md.NoticeAliyunSmsListReq": {
  13786. "type": "object",
  13787. "properties": {
  13788. "limit": {
  13789. "description": "每页大小",
  13790. "type": "string"
  13791. },
  13792. "page": {
  13793. "description": "页数",
  13794. "type": "string"
  13795. }
  13796. }
  13797. },
  13798. "md.NoticeAliyunSmsListResp": {
  13799. "type": "object",
  13800. "properties": {
  13801. "list": {
  13802. "type": "array",
  13803. "items": {
  13804. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  13805. }
  13806. },
  13807. "select_data": {
  13808. "type": "array",
  13809. "items": {
  13810. "type": "object",
  13811. "additionalProperties": {
  13812. "type": "string"
  13813. }
  13814. }
  13815. },
  13816. "total": {
  13817. "type": "integer"
  13818. }
  13819. }
  13820. },
  13821. "md.NoticeAliyunSmsSaveReq": {
  13822. "type": "object",
  13823. "properties": {
  13824. "content": {
  13825. "type": "string"
  13826. },
  13827. "day": {
  13828. "type": "string",
  13829. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13830. },
  13831. "id": {
  13832. "type": "string"
  13833. },
  13834. "is_show": {
  13835. "type": "string"
  13836. },
  13837. "notice_day": {
  13838. "type": "string",
  13839. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13840. },
  13841. "title": {
  13842. "type": "string"
  13843. },
  13844. "type": {
  13845. "type": "string"
  13846. }
  13847. }
  13848. },
  13849. "md.NoticeDelReq": {
  13850. "type": "object",
  13851. "properties": {
  13852. "id": {
  13853. "type": "array",
  13854. "items": {
  13855. "type": "string"
  13856. }
  13857. }
  13858. }
  13859. },
  13860. "md.NoticeList": {
  13861. "type": "object",
  13862. "properties": {
  13863. "content": {
  13864. "type": "string"
  13865. },
  13866. "day": {
  13867. "type": "string",
  13868. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13869. },
  13870. "id": {
  13871. "type": "string"
  13872. },
  13873. "jpush_open": {
  13874. "type": "string",
  13875. "example": "app推送开启 0关 1开"
  13876. },
  13877. "notice_day": {
  13878. "type": "string",
  13879. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13880. },
  13881. "sms_code": {
  13882. "type": "string",
  13883. "example": "短信模板id"
  13884. },
  13885. "sms_open": {
  13886. "type": "string",
  13887. "example": "短信推送开启 0关 1开"
  13888. },
  13889. "title": {
  13890. "type": "string"
  13891. },
  13892. "type": {
  13893. "type": "string"
  13894. }
  13895. }
  13896. },
  13897. "md.NoticeListReq": {
  13898. "type": "object",
  13899. "properties": {
  13900. "limit": {
  13901. "description": "每页大小",
  13902. "type": "string"
  13903. },
  13904. "page": {
  13905. "description": "页数",
  13906. "type": "string"
  13907. }
  13908. }
  13909. },
  13910. "md.NoticeListResp": {
  13911. "type": "object",
  13912. "properties": {
  13913. "change_data": {
  13914. "type": "array",
  13915. "items": {
  13916. "type": "object",
  13917. "additionalProperties": {
  13918. "type": "string"
  13919. }
  13920. }
  13921. },
  13922. "list": {
  13923. "type": "array",
  13924. "items": {
  13925. "$ref": "#/definitions/md.NoticeList"
  13926. }
  13927. },
  13928. "select_data": {
  13929. "type": "array",
  13930. "items": {
  13931. "type": "object",
  13932. "additionalProperties": {
  13933. "type": "string"
  13934. }
  13935. }
  13936. },
  13937. "total": {
  13938. "type": "integer"
  13939. }
  13940. }
  13941. },
  13942. "md.NoticePushList": {
  13943. "type": "object",
  13944. "properties": {
  13945. "content": {
  13946. "type": "string"
  13947. },
  13948. "id": {
  13949. "type": "string"
  13950. },
  13951. "platform": {
  13952. "type": "string"
  13953. },
  13954. "send_end_time": {
  13955. "type": "string",
  13956. "example": "如 2024-11-25 11:56:00"
  13957. },
  13958. "send_start_time": {
  13959. "type": "string",
  13960. "example": "如 2024-11-25 11:56:00"
  13961. },
  13962. "send_type": {
  13963. "type": "string",
  13964. "example": "0立即推送 1定时推送"
  13965. },
  13966. "state": {
  13967. "type": "string",
  13968. "example": "0待发送 1发送成功"
  13969. },
  13970. "target": {
  13971. "type": "string"
  13972. },
  13973. "title": {
  13974. "type": "string"
  13975. }
  13976. }
  13977. },
  13978. "md.NoticePushListResp": {
  13979. "type": "object",
  13980. "properties": {
  13981. "list": {
  13982. "type": "array",
  13983. "items": {
  13984. "$ref": "#/definitions/md.NoticePushList"
  13985. }
  13986. },
  13987. "platform_data": {
  13988. "type": "array",
  13989. "items": {
  13990. "type": "object",
  13991. "additionalProperties": {
  13992. "type": "string"
  13993. }
  13994. }
  13995. },
  13996. "target_data": {
  13997. "type": "array",
  13998. "items": {
  13999. "type": "object",
  14000. "additionalProperties": {
  14001. "type": "string"
  14002. }
  14003. }
  14004. },
  14005. "total": {
  14006. "type": "integer"
  14007. }
  14008. }
  14009. },
  14010. "md.NoticePushSaveReq": {
  14011. "type": "object",
  14012. "properties": {
  14013. "content": {
  14014. "type": "string"
  14015. },
  14016. "id": {
  14017. "type": "string"
  14018. },
  14019. "level": {
  14020. "type": "array",
  14021. "items": {
  14022. "type": "string"
  14023. }
  14024. },
  14025. "platform": {
  14026. "type": "string"
  14027. },
  14028. "send_end_time": {
  14029. "type": "string"
  14030. },
  14031. "send_start_time": {
  14032. "type": "string"
  14033. },
  14034. "send_type": {
  14035. "type": "string"
  14036. },
  14037. "tag_list": {
  14038. "type": "array",
  14039. "items": {
  14040. "type": "string"
  14041. }
  14042. },
  14043. "target": {
  14044. "type": "string"
  14045. },
  14046. "title": {
  14047. "type": "string"
  14048. },
  14049. "user_list": {
  14050. "type": "array",
  14051. "items": {
  14052. "type": "string"
  14053. }
  14054. }
  14055. }
  14056. },
  14057. "md.NoticeSaveReq": {
  14058. "type": "object",
  14059. "properties": {
  14060. "content": {
  14061. "type": "string"
  14062. },
  14063. "day": {
  14064. "type": "string",
  14065. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14066. },
  14067. "id": {
  14068. "type": "string"
  14069. },
  14070. "jpush_open": {
  14071. "type": "string",
  14072. "example": "app推送开启 0关 1开"
  14073. },
  14074. "notice_day": {
  14075. "type": "string",
  14076. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14077. },
  14078. "sms_code": {
  14079. "type": "string",
  14080. "example": "短信模板id"
  14081. },
  14082. "sms_open": {
  14083. "type": "string",
  14084. "example": "短信推送开启 0关 1开"
  14085. },
  14086. "title": {
  14087. "type": "string"
  14088. },
  14089. "type": {
  14090. "type": "string"
  14091. }
  14092. }
  14093. },
  14094. "md.OtherNode": {
  14095. "type": "object",
  14096. "properties": {
  14097. "create_at": {
  14098. "description": "注册时间",
  14099. "type": "string"
  14100. },
  14101. "last_login_at": {
  14102. "description": "最近登录时间",
  14103. "type": "string"
  14104. },
  14105. "last_login_ip": {
  14106. "description": "最后登录 IP",
  14107. "type": "string"
  14108. }
  14109. }
  14110. },
  14111. "md.PageCustomerServiceReq": {
  14112. "type": "object",
  14113. "properties": {
  14114. "memo": {
  14115. "type": "string",
  14116. "example": "备注"
  14117. },
  14118. "page": {
  14119. "type": "integer"
  14120. },
  14121. "page_size": {
  14122. "type": "integer"
  14123. },
  14124. "phone": {
  14125. "description": "手机号",
  14126. "type": "string"
  14127. },
  14128. "state": {
  14129. "description": "状态",
  14130. "type": "integer"
  14131. }
  14132. }
  14133. },
  14134. "md.PageEmoticonReq": {
  14135. "type": "object",
  14136. "properties": {
  14137. "memo": {
  14138. "type": "string",
  14139. "example": "备注"
  14140. },
  14141. "name": {
  14142. "description": "表情名称",
  14143. "type": "string"
  14144. },
  14145. "page": {
  14146. "type": "integer"
  14147. },
  14148. "page_size": {
  14149. "type": "integer"
  14150. },
  14151. "state": {
  14152. "description": "状态",
  14153. "type": "integer"
  14154. }
  14155. }
  14156. },
  14157. "md.PageSendRedPackageOrdReq": {
  14158. "type": "object",
  14159. "properties": {
  14160. "invite_code": {
  14161. "description": "邀请码",
  14162. "type": "string",
  14163. "example": "邀请码"
  14164. },
  14165. "nickname": {
  14166. "description": "昵称",
  14167. "type": "string",
  14168. "example": "昵称"
  14169. },
  14170. "ord_no": {
  14171. "description": "订单号",
  14172. "type": "string",
  14173. "example": "订单号"
  14174. },
  14175. "page": {
  14176. "type": "integer"
  14177. },
  14178. "page_size": {
  14179. "type": "integer"
  14180. },
  14181. "phone": {
  14182. "description": "手机号",
  14183. "type": "string",
  14184. "example": "手机号"
  14185. },
  14186. "red_packet_type": {
  14187. "description": "红包类型",
  14188. "type": "integer"
  14189. },
  14190. "start_time_end": {
  14191. "type": "string",
  14192. "example": "发送时间-截止"
  14193. },
  14194. "start_time_start": {
  14195. "type": "string",
  14196. "example": "发送时间-起始"
  14197. },
  14198. "state": {
  14199. "description": "状态",
  14200. "type": "integer"
  14201. },
  14202. "uid": {
  14203. "type": "integer"
  14204. }
  14205. }
  14206. },
  14207. "md.PlatformRevenueDataNode": {
  14208. "type": "object",
  14209. "properties": {
  14210. "balance_amount": {
  14211. "description": "余额",
  14212. "type": "string"
  14213. },
  14214. "balance_times": {
  14215. "description": "剩余执行次数",
  14216. "type": "integer"
  14217. },
  14218. "create_at": {
  14219. "description": "创建时间",
  14220. "type": "string"
  14221. },
  14222. "hours": {
  14223. "description": "时长",
  14224. "type": "integer"
  14225. },
  14226. "kind": {
  14227. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  14228. "type": "integer"
  14229. },
  14230. "memo": {
  14231. "description": "备注",
  14232. "type": "string"
  14233. },
  14234. "system_id": {
  14235. "type": "integer"
  14236. },
  14237. "total_amount": {
  14238. "description": "金额",
  14239. "type": "string"
  14240. }
  14241. }
  14242. },
  14243. "md.PlayletBaseData": {
  14244. "type": "object",
  14245. "properties": {
  14246. "first_count": {
  14247. "type": "string",
  14248. "example": "首次可观看集数"
  14249. },
  14250. "reward": {
  14251. "type": "string",
  14252. "example": "单次奖励"
  14253. },
  14254. "second_count": {
  14255. "type": "string",
  14256. "example": "看一次广告解锁集数"
  14257. },
  14258. "total": {
  14259. "type": "string",
  14260. "example": "可领取总次数"
  14261. }
  14262. }
  14263. },
  14264. "md.PriceSettingStruct": {
  14265. "type": "object",
  14266. "properties": {
  14267. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  14268. "description": "市商资金单笔x元自动兑换",
  14269. "type": "string"
  14270. },
  14271. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  14272. "description": "市商数量单笔x数量自动兑换",
  14273. "type": "string"
  14274. },
  14275. "price_below_value": {
  14276. "description": "低于x元",
  14277. "type": "string"
  14278. },
  14279. "price_higher_than_value": {
  14280. "description": "高于x元",
  14281. "type": "string"
  14282. }
  14283. }
  14284. },
  14285. "md.ReleaseDynamicReq": {
  14286. "type": "object",
  14287. "properties": {
  14288. "content": {
  14289. "description": "文本内容",
  14290. "type": "string"
  14291. },
  14292. "image": {
  14293. "description": "图片",
  14294. "type": "array",
  14295. "items": {
  14296. "type": "string"
  14297. }
  14298. },
  14299. "is_praise": {
  14300. "description": "是否被表扬(1:是 2:否)",
  14301. "type": "integer"
  14302. },
  14303. "is_top_up": {
  14304. "description": "是否置顶(1:是 2:否)",
  14305. "type": "integer"
  14306. },
  14307. "kind": {
  14308. "description": "类型(1:普通 2:官方)",
  14309. "type": "integer"
  14310. },
  14311. "state": {
  14312. "description": "状态(1:正常 2:隐藏)",
  14313. "type": "integer"
  14314. },
  14315. "video": {
  14316. "description": "视频",
  14317. "type": "array",
  14318. "items": {
  14319. "type": "string"
  14320. }
  14321. }
  14322. }
  14323. },
  14324. "md.Response": {
  14325. "type": "object",
  14326. "properties": {
  14327. "code": {
  14328. "type": "string",
  14329. "example": "响应码"
  14330. },
  14331. "data": {
  14332. "description": "内容"
  14333. },
  14334. "msg": {
  14335. "type": "string",
  14336. "example": "具体错误原因"
  14337. }
  14338. }
  14339. },
  14340. "md.RewardSystemStruct": {
  14341. "type": "object",
  14342. "properties": {
  14343. "level": {
  14344. "description": "圈层",
  14345. "type": "integer"
  14346. },
  14347. "reward_condition": {
  14348. "description": "奖励条件",
  14349. "type": "string"
  14350. },
  14351. "reward_value": {
  14352. "description": "奖励值",
  14353. "type": "string"
  14354. }
  14355. }
  14356. },
  14357. "md.RoleBindPermissionGroupReq": {
  14358. "type": "object",
  14359. "required": [
  14360. "role_id"
  14361. ],
  14362. "properties": {
  14363. "permission_ids": {
  14364. "type": "array",
  14365. "items": {
  14366. "type": "integer"
  14367. }
  14368. },
  14369. "role_id": {
  14370. "type": "integer"
  14371. }
  14372. }
  14373. },
  14374. "md.SelectData": {
  14375. "type": "object",
  14376. "properties": {
  14377. "direction": {
  14378. "type": "array",
  14379. "items": {
  14380. "type": "object",
  14381. "additionalProperties": {
  14382. "type": "string"
  14383. }
  14384. }
  14385. }
  14386. }
  14387. },
  14388. "md.SelectMemberNode": {
  14389. "type": "object",
  14390. "properties": {
  14391. "avatar": {
  14392. "description": "会员头像",
  14393. "type": "string"
  14394. },
  14395. "level": {
  14396. "description": "会员等级",
  14397. "type": "string"
  14398. },
  14399. "nickname": {
  14400. "description": "会员昵称",
  14401. "type": "string"
  14402. },
  14403. "phone": {
  14404. "description": "会员手机号",
  14405. "type": "string"
  14406. },
  14407. "uid": {
  14408. "description": "会员 ID",
  14409. "type": "integer"
  14410. }
  14411. }
  14412. },
  14413. "md.SelectMemberReq": {
  14414. "type": "object",
  14415. "properties": {
  14416. "level": {
  14417. "description": "会员等级",
  14418. "type": "integer"
  14419. },
  14420. "limit": {
  14421. "description": "每页大小",
  14422. "type": "integer"
  14423. },
  14424. "nickname": {
  14425. "description": "会员昵称",
  14426. "type": "string"
  14427. },
  14428. "page": {
  14429. "description": "页数",
  14430. "type": "integer"
  14431. },
  14432. "phone": {
  14433. "description": "会员手机号",
  14434. "type": "string"
  14435. },
  14436. "uid": {
  14437. "description": "会员 ID",
  14438. "type": "integer"
  14439. }
  14440. }
  14441. },
  14442. "md.SelectMemberResp": {
  14443. "type": "object",
  14444. "properties": {
  14445. "level_list": {
  14446. "description": "会员等级列表",
  14447. "type": "array",
  14448. "items": {
  14449. "type": "object",
  14450. "additionalProperties": true
  14451. }
  14452. },
  14453. "list": {
  14454. "description": "会员数据",
  14455. "type": "array",
  14456. "items": {
  14457. "$ref": "#/definitions/md.SelectMemberNode"
  14458. }
  14459. },
  14460. "paginate": {
  14461. "description": "分页信息",
  14462. "allOf": [
  14463. {
  14464. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14465. }
  14466. ]
  14467. }
  14468. }
  14469. },
  14470. "md.SetCustomerServiceStateReq": {
  14471. "type": "object",
  14472. "properties": {
  14473. "id": {
  14474. "description": "拥有用户数量",
  14475. "type": "integer"
  14476. },
  14477. "state": {
  14478. "description": "状态",
  14479. "type": "integer"
  14480. }
  14481. }
  14482. },
  14483. "md.SetEmoticonStateReq": {
  14484. "type": "object",
  14485. "properties": {
  14486. "id": {
  14487. "description": "拥有用户数量",
  14488. "type": "integer"
  14489. },
  14490. "state": {
  14491. "description": "状态",
  14492. "type": "integer"
  14493. }
  14494. }
  14495. },
  14496. "md.SetVideoRewardReq": {
  14497. "type": "object",
  14498. "properties": {
  14499. "ecpm": {
  14500. "description": "当前 Ecpm 值",
  14501. "type": "string"
  14502. },
  14503. "unit_price": {
  14504. "description": "单价",
  14505. "type": "string"
  14506. }
  14507. }
  14508. },
  14509. "md.SonUserDailyActivityAnalysisNode": {
  14510. "type": "object",
  14511. "properties": {
  14512. "activity_day_nums": {
  14513. "description": "活跃子节点活跃天数",
  14514. "type": "integer"
  14515. },
  14516. "nickname": {
  14517. "type": "string",
  14518. "example": "昵称"
  14519. },
  14520. "phone": {
  14521. "type": "string",
  14522. "example": "手机号"
  14523. },
  14524. "uid": {
  14525. "description": "查询用户活跃子节点 ID",
  14526. "type": "integer"
  14527. }
  14528. }
  14529. },
  14530. "md.StatisticsEggPointReq": {
  14531. "type": "object",
  14532. "properties": {
  14533. "week": {
  14534. "type": "string",
  14535. "example": "周份"
  14536. },
  14537. "year": {
  14538. "type": "string",
  14539. "example": "年份"
  14540. }
  14541. }
  14542. },
  14543. "md.StatisticsEggPointResp": {
  14544. "type": "object",
  14545. "properties": {
  14546. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  14547. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  14548. "type": "array",
  14549. "items": {
  14550. "type": "object",
  14551. "additionalProperties": {
  14552. "type": "string"
  14553. }
  14554. }
  14555. },
  14556. "statistics_user_egg_browse_interface_nums_range": {
  14557. "description": "统计用户\"浏览界面次数\"范围",
  14558. "type": "array",
  14559. "items": {
  14560. "type": "object",
  14561. "additionalProperties": {
  14562. "type": "string"
  14563. }
  14564. }
  14565. },
  14566. "statistics_user_egg_college_learning_nums_range": {
  14567. "description": "统计用户\"学院学习次数\"范围",
  14568. "type": "array",
  14569. "items": {
  14570. "type": "object",
  14571. "additionalProperties": {
  14572. "type": "string"
  14573. }
  14574. }
  14575. },
  14576. "statistics_user_egg_ecpm_range": {
  14577. "description": "统计用户\"ecpm\"范围",
  14578. "type": "array",
  14579. "items": {
  14580. "type": "object",
  14581. "additionalProperties": {
  14582. "type": "string"
  14583. }
  14584. }
  14585. },
  14586. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  14587. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  14588. "type": "array",
  14589. "items": {
  14590. "type": "object",
  14591. "additionalProperties": {
  14592. "type": "string"
  14593. }
  14594. }
  14595. },
  14596. "statistics_user_egg_forum_comments_nums_range": {
  14597. "description": "统计用户\"论坛评论次数\"范围",
  14598. "type": "array",
  14599. "items": {
  14600. "type": "object",
  14601. "additionalProperties": {
  14602. "type": "string"
  14603. }
  14604. }
  14605. },
  14606. "statistics_user_egg_invite_user_nums_range": {
  14607. "description": "统计用户\"拉新人数\"范围",
  14608. "type": "array",
  14609. "items": {
  14610. "type": "object",
  14611. "additionalProperties": {
  14612. "type": "string"
  14613. }
  14614. }
  14615. },
  14616. "statistics_user_egg_person_add_activity_value_range": {
  14617. "description": "统计用户\"个人活跃积分增量值\"范围",
  14618. "type": "array",
  14619. "items": {
  14620. "type": "object",
  14621. "additionalProperties": {
  14622. "type": "string"
  14623. }
  14624. }
  14625. },
  14626. "statistics_user_egg_send_circle_of_friend_nums_range": {
  14627. "description": "统计用户\"发朋友圈次数\"范围",
  14628. "type": "array",
  14629. "items": {
  14630. "type": "object",
  14631. "additionalProperties": {
  14632. "type": "string"
  14633. }
  14634. }
  14635. },
  14636. "statistics_user_egg_send_red_package_nums_range": {
  14637. "description": "统计用户\"发红包次数\"范围",
  14638. "type": "array",
  14639. "items": {
  14640. "type": "object",
  14641. "additionalProperties": {
  14642. "type": "string"
  14643. }
  14644. }
  14645. },
  14646. "statistics_user_egg_sign_in_nums_range": {
  14647. "description": "统计用户\"签到次数\"范围",
  14648. "type": "array",
  14649. "items": {
  14650. "type": "object",
  14651. "additionalProperties": {
  14652. "type": "string"
  14653. }
  14654. }
  14655. },
  14656. "statistics_user_egg_team_activity_nums_range": {
  14657. "description": "统计用户\"团队活跃次数\"范围",
  14658. "type": "array",
  14659. "items": {
  14660. "type": "object",
  14661. "additionalProperties": {
  14662. "type": "string"
  14663. }
  14664. }
  14665. },
  14666. "statistics_user_egg_violate_nums_range": {
  14667. "description": "统计用户\"违规次数\"范围",
  14668. "type": "array",
  14669. "items": {
  14670. "type": "object",
  14671. "additionalProperties": {
  14672. "type": "string"
  14673. }
  14674. }
  14675. },
  14676. "week": {
  14677. "type": "string",
  14678. "example": "周份"
  14679. },
  14680. "year": {
  14681. "type": "string",
  14682. "example": "年份"
  14683. },
  14684. "year_list": {
  14685. "description": "年份\u0026\u0026周份列表",
  14686. "type": "object",
  14687. "additionalProperties": {
  14688. "type": "array",
  14689. "items": {
  14690. "type": "string"
  14691. }
  14692. }
  14693. }
  14694. }
  14695. },
  14696. "md.SubUser": {
  14697. "type": "object",
  14698. "properties": {
  14699. "avatar_url": {
  14700. "type": "string",
  14701. "example": "头像"
  14702. },
  14703. "level": {
  14704. "description": "整个系统中的等级",
  14705. "type": "integer"
  14706. },
  14707. "nickname": {
  14708. "type": "string",
  14709. "example": "昵称"
  14710. },
  14711. "phone": {
  14712. "type": "string",
  14713. "example": "手机号"
  14714. },
  14715. "pid": {
  14716. "type": "integer"
  14717. },
  14718. "position": {
  14719. "description": "以pid1为创始人中网的位置",
  14720. "type": "integer"
  14721. },
  14722. "uid": {
  14723. "type": "integer"
  14724. }
  14725. }
  14726. },
  14727. "md.TagListNode": {
  14728. "type": "object",
  14729. "properties": {
  14730. "count": {
  14731. "description": "标签人数",
  14732. "type": "string"
  14733. },
  14734. "create_at": {
  14735. "description": "创建时间",
  14736. "type": "string"
  14737. },
  14738. "is_punish": {
  14739. "description": "是否处罚",
  14740. "type": "integer"
  14741. },
  14742. "memo": {
  14743. "description": "备注",
  14744. "type": "string"
  14745. },
  14746. "name": {
  14747. "description": "名称",
  14748. "type": "string"
  14749. },
  14750. "tag_id": {
  14751. "description": "标签 ID",
  14752. "type": "string"
  14753. }
  14754. }
  14755. },
  14756. "md.TreeNode": {
  14757. "type": "object",
  14758. "properties": {
  14759. "avatar_url": {
  14760. "type": "string",
  14761. "example": "头像"
  14762. },
  14763. "level": {
  14764. "type": "integer"
  14765. },
  14766. "nickname": {
  14767. "type": "string",
  14768. "example": "昵称"
  14769. },
  14770. "phone": {
  14771. "type": "string",
  14772. "example": "手机号"
  14773. },
  14774. "pid": {
  14775. "type": "integer"
  14776. },
  14777. "position": {
  14778. "type": "integer"
  14779. },
  14780. "son": {
  14781. "type": "array",
  14782. "items": {
  14783. "$ref": "#/definitions/md.TreeNode"
  14784. }
  14785. },
  14786. "system_id": {
  14787. "description": "公排网中id",
  14788. "type": "integer"
  14789. },
  14790. "uid": {
  14791. "type": "integer"
  14792. }
  14793. }
  14794. },
  14795. "md.UpdateAdminReq": {
  14796. "type": "object",
  14797. "required": [
  14798. "adm_id",
  14799. "password",
  14800. "username"
  14801. ],
  14802. "properties": {
  14803. "adm_id": {
  14804. "type": "integer"
  14805. },
  14806. "memo": {
  14807. "type": "string"
  14808. },
  14809. "password": {
  14810. "type": "string"
  14811. },
  14812. "username": {
  14813. "type": "string"
  14814. }
  14815. }
  14816. },
  14817. "md.UpdateAdminStateReq": {
  14818. "type": "object",
  14819. "required": [
  14820. "adm_id",
  14821. "state"
  14822. ],
  14823. "properties": {
  14824. "adm_id": {
  14825. "type": "integer"
  14826. },
  14827. "state": {
  14828. "type": "integer"
  14829. }
  14830. }
  14831. },
  14832. "md.UpdateContributionValueBasicSettingReq": {
  14833. "type": "object",
  14834. "properties": {
  14835. "hand_out_red_package": {
  14836. "description": "发红包获得x点",
  14837. "type": "string"
  14838. },
  14839. "id": {
  14840. "type": "string"
  14841. },
  14842. "posting_comment_liked": {
  14843. "description": "发布评论被官方点赞获得x点",
  14844. "type": "string"
  14845. },
  14846. "posting_dynamic_liked": {
  14847. "description": "发布动态被官方点赞获得x点",
  14848. "type": "string"
  14849. },
  14850. "publish_creation": {
  14851. "description": "发布创作获得x点",
  14852. "type": "string"
  14853. }
  14854. }
  14855. },
  14856. "md.UpdateCustomerServiceMemoReq": {
  14857. "type": "object",
  14858. "properties": {
  14859. "id": {
  14860. "description": "拥有用户数量",
  14861. "type": "integer"
  14862. },
  14863. "memo": {
  14864. "description": "备注",
  14865. "type": "string",
  14866. "example": "备注"
  14867. }
  14868. }
  14869. },
  14870. "md.UpdateDynamicReq": {
  14871. "type": "object",
  14872. "required": [
  14873. "index_id"
  14874. ],
  14875. "properties": {
  14876. "index_id": {
  14877. "description": "动态id",
  14878. "type": "string"
  14879. },
  14880. "is_praise": {
  14881. "description": "是否被表扬(1:是 2:否)",
  14882. "type": "integer"
  14883. },
  14884. "is_top_up": {
  14885. "description": "是否置顶(1:是 2:否)",
  14886. "type": "integer"
  14887. },
  14888. "state": {
  14889. "description": "状态(1:正常 2:隐藏)",
  14890. "type": "integer"
  14891. }
  14892. }
  14893. },
  14894. "md.UpdateEggEnergyBasicReq": {
  14895. "type": "object",
  14896. "properties": {
  14897. "basic_setting": {
  14898. "description": "基础设置",
  14899. "allOf": [
  14900. {
  14901. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  14902. }
  14903. ]
  14904. },
  14905. "data_setting": {
  14906. "description": "数据设置",
  14907. "allOf": [
  14908. {
  14909. "$ref": "#/definitions/md.DataSetting"
  14910. }
  14911. ]
  14912. },
  14913. "destruction_setting": {
  14914. "description": "销毁设置",
  14915. "allOf": [
  14916. {
  14917. "$ref": "#/definitions/md.DestructionSettingStruct"
  14918. }
  14919. ]
  14920. },
  14921. "exchange_rules": {
  14922. "description": "兑换规则",
  14923. "allOf": [
  14924. {
  14925. "$ref": "#/definitions/md.ExchangeRulesStruct"
  14926. }
  14927. ]
  14928. },
  14929. "new_user_incentive_rules": {
  14930. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  14931. "allOf": [
  14932. {
  14933. "$ref": "#/definitions/md.NewUserRewardRules"
  14934. }
  14935. ]
  14936. },
  14937. "price_setting": {
  14938. "description": "价格设置",
  14939. "allOf": [
  14940. {
  14941. "$ref": "#/definitions/md.PriceSettingStruct"
  14942. }
  14943. ]
  14944. },
  14945. "reward_system": {
  14946. "description": "圈层奖励",
  14947. "type": "array",
  14948. "items": {
  14949. "$ref": "#/definitions/md.RewardSystemStruct"
  14950. }
  14951. },
  14952. "system_id": {
  14953. "description": "该设置系统 ID",
  14954. "type": "integer"
  14955. },
  14956. "video_reward_setting": {
  14957. "description": "视频奖励",
  14958. "allOf": [
  14959. {
  14960. "$ref": "#/definitions/md.VideoRewardSetting"
  14961. }
  14962. ]
  14963. }
  14964. }
  14965. },
  14966. "md.UpdateEggEnergyVipSettingReq": {
  14967. "type": "object",
  14968. "properties": {
  14969. "list": {
  14970. "description": "更新后数据",
  14971. "type": "array",
  14972. "items": {
  14973. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  14974. }
  14975. }
  14976. }
  14977. },
  14978. "md.UpdateEmoticonReq": {
  14979. "type": "object",
  14980. "properties": {
  14981. "id": {
  14982. "description": "拥有用户数量",
  14983. "type": "integer"
  14984. },
  14985. "img_url": {
  14986. "type": "string",
  14987. "example": "图片地址"
  14988. },
  14989. "memo": {
  14990. "description": "备注",
  14991. "type": "string",
  14992. "example": "备注"
  14993. },
  14994. "name": {
  14995. "type": "string",
  14996. "example": "名称"
  14997. },
  14998. "sort": {
  14999. "description": "排序",
  15000. "type": "integer"
  15001. }
  15002. }
  15003. },
  15004. "md.UpdateFriendCircleBasicSettingsReq": {
  15005. "type": "object",
  15006. "properties": {
  15007. "comment_is_real_name": {
  15008. "description": "评论是否需要实名认证(1:是 2:否)",
  15009. "type": "integer"
  15010. },
  15011. "comment_nums_every_day": {
  15012. "description": "评论每天次数",
  15013. "type": "integer"
  15014. },
  15015. "id": {
  15016. "type": "integer"
  15017. },
  15018. "publish_is_real_name": {
  15019. "description": "发布是否需要实名认证(1:是 2:否)",
  15020. "type": "integer"
  15021. },
  15022. "publish_nums_every_day": {
  15023. "description": "发布每天次数",
  15024. "type": "integer"
  15025. }
  15026. }
  15027. },
  15028. "md.UpdateLevelReq": {
  15029. "type": "object",
  15030. "properties": {
  15031. "auto_update": {
  15032. "description": "自动升级 0关闭 1开启",
  15033. "type": "string"
  15034. },
  15035. "choosable_num": {
  15036. "description": "可选任务数量",
  15037. "type": "string"
  15038. },
  15039. "is_use": {
  15040. "description": "是否开启(0.否, 1.是)",
  15041. "type": "string"
  15042. },
  15043. "level_id": {
  15044. "type": "string"
  15045. },
  15046. "level_name": {
  15047. "description": "等级名称",
  15048. "type": "string"
  15049. },
  15050. "level_weight": {
  15051. "description": "等级权重",
  15052. "type": "string"
  15053. },
  15054. "memo": {
  15055. "description": "备注",
  15056. "type": "string"
  15057. },
  15058. "user_level_tasks": {
  15059. "description": "完整的任务列表",
  15060. "type": "array",
  15061. "items": {
  15062. "$ref": "#/definitions/md.LevelTaskNode"
  15063. }
  15064. }
  15065. }
  15066. },
  15067. "md.UpdatePublicPlatoonBasicReq": {
  15068. "type": "object",
  15069. "properties": {
  15070. "is_open": {
  15071. "description": "是否开启(1:开启 0:关闭)",
  15072. "type": "integer"
  15073. },
  15074. "is_self_active_get_team_revenue": {
  15075. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  15076. "type": "integer"
  15077. },
  15078. "originator_uid": {
  15079. "description": "创始人uid",
  15080. "type": "integer"
  15081. },
  15082. "several_rows": {
  15083. "description": "几排",
  15084. "type": "integer"
  15085. },
  15086. "several_times": {
  15087. "description": "几乘",
  15088. "type": "integer"
  15089. },
  15090. "system_punish_replace": {
  15091. "description": "是否位置滑落 被新用户替换 0否 1是",
  15092. "type": "integer"
  15093. },
  15094. "system_punish_replace_value": {
  15095. "description": "xx天未活跃,处罚滑落",
  15096. "type": "integer"
  15097. }
  15098. }
  15099. },
  15100. "md.UpdateRoleReq": {
  15101. "type": "object",
  15102. "required": [
  15103. "memo",
  15104. "name",
  15105. "role_id"
  15106. ],
  15107. "properties": {
  15108. "memo": {
  15109. "type": "string"
  15110. },
  15111. "name": {
  15112. "type": "string"
  15113. },
  15114. "role_id": {
  15115. "type": "integer"
  15116. }
  15117. }
  15118. },
  15119. "md.UpdateRoleStateReq": {
  15120. "type": "object",
  15121. "required": [
  15122. "role_id",
  15123. "state"
  15124. ],
  15125. "properties": {
  15126. "role_id": {
  15127. "type": "integer"
  15128. },
  15129. "state": {
  15130. "type": "integer"
  15131. }
  15132. }
  15133. },
  15134. "md.UpdateTagReq": {
  15135. "type": "object",
  15136. "properties": {
  15137. "is_punish": {
  15138. "description": "是否是惩罚标签",
  15139. "type": "integer"
  15140. },
  15141. "memo": {
  15142. "description": "备注",
  15143. "type": "string"
  15144. },
  15145. "name": {
  15146. "description": "标签名称",
  15147. "type": "string"
  15148. },
  15149. "tag_id": {
  15150. "description": "标签 ID",
  15151. "type": "string"
  15152. }
  15153. }
  15154. },
  15155. "md.UpdateVipEquitySettingNode": {
  15156. "type": "object",
  15157. "properties": {
  15158. "dividend_ratio": {
  15159. "description": "分红比例",
  15160. "type": "string"
  15161. },
  15162. "exchange_account_balance_fee": {
  15163. "description": "兑换余额手续费",
  15164. "type": "string"
  15165. },
  15166. "vip_level_id": {
  15167. "description": "会员等级ID",
  15168. "type": "string"
  15169. }
  15170. }
  15171. },
  15172. "md.UpdateVirtualCoinReq": {
  15173. "type": "object",
  15174. "properties": {
  15175. "exchange_ratio": {
  15176. "description": "兑换比例(与金额)",
  15177. "type": "string"
  15178. },
  15179. "id": {
  15180. "type": "integer"
  15181. },
  15182. "is_use": {
  15183. "description": "是否开启:0否 1是",
  15184. "type": "integer"
  15185. },
  15186. "name": {
  15187. "description": "名称",
  15188. "type": "string"
  15189. }
  15190. }
  15191. },
  15192. "md.UpdateWithdrawSettingReq": {
  15193. "type": "object",
  15194. "properties": {
  15195. "condition_is_open": {
  15196. "description": "提现条件是否开启(0:关闭, 1:开启)",
  15197. "type": "integer"
  15198. },
  15199. "first_withdraw_set": {
  15200. "description": "首次提现设置",
  15201. "allOf": [
  15202. {
  15203. "$ref": "#/definitions/md.FirstWithdrawSet"
  15204. }
  15205. ]
  15206. },
  15207. "frequency_set": {
  15208. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  15209. "allOf": [
  15210. {
  15211. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  15212. }
  15213. ]
  15214. },
  15215. "id": {
  15216. "type": "integer"
  15217. },
  15218. "is_auto": {
  15219. "description": "是否开启自动提现(0:否 1:是)",
  15220. "type": "integer"
  15221. },
  15222. "is_auto_amount_limit": {
  15223. "description": "自动提现金额限制",
  15224. "type": "string"
  15225. },
  15226. "is_real_name": {
  15227. "description": "是否实名(0:否 1:是)",
  15228. "type": "integer"
  15229. },
  15230. "is_support_decimal_point": {
  15231. "description": "是否支持小数点(0:否 1:是)",
  15232. "type": "integer"
  15233. },
  15234. "pending_orders_is_can_apply": {
  15235. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  15236. "type": "integer"
  15237. },
  15238. "tips": {
  15239. "description": "提示",
  15240. "type": "string"
  15241. },
  15242. "vip_level_limit": {
  15243. "description": "提现等级限制",
  15244. "type": "integer"
  15245. },
  15246. "withdraw_amount_limit": {
  15247. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  15248. "type": "string"
  15249. },
  15250. "withdraw_fee_set": {
  15251. "description": "提现手续费设置",
  15252. "allOf": [
  15253. {
  15254. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  15255. }
  15256. ]
  15257. },
  15258. "withdraw_multiple_limit": {
  15259. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  15260. "type": "string"
  15261. },
  15262. "withdraw_nums_limit": {
  15263. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  15264. "type": "integer"
  15265. },
  15266. "withdraw_time_interval": {
  15267. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  15268. "allOf": [
  15269. {
  15270. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  15271. }
  15272. ]
  15273. },
  15274. "withdraw_type": {
  15275. "description": "提现方式(1:支付宝 2:微信)",
  15276. "type": "integer"
  15277. }
  15278. }
  15279. },
  15280. "md.UserDailyActivityAnalysisReq": {
  15281. "type": "object",
  15282. "properties": {
  15283. "end_date": {
  15284. "type": "string",
  15285. "example": "结束日期"
  15286. },
  15287. "page": {
  15288. "description": "页数",
  15289. "type": "integer"
  15290. },
  15291. "page_size": {
  15292. "description": "每页大小",
  15293. "type": "integer"
  15294. },
  15295. "start_date": {
  15296. "type": "string",
  15297. "example": "开始日期"
  15298. },
  15299. "uid": {
  15300. "description": "查询用户 ID",
  15301. "type": "integer"
  15302. }
  15303. }
  15304. },
  15305. "md.UserDailyActivityAnalysisResp": {
  15306. "type": "object",
  15307. "properties": {
  15308. "son_user_data": {
  15309. "description": "被查询用户子节点信息",
  15310. "type": "array",
  15311. "items": {
  15312. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  15313. }
  15314. },
  15315. "top_data": {
  15316. "description": "统计信息",
  15317. "allOf": [
  15318. {
  15319. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  15320. }
  15321. ]
  15322. }
  15323. }
  15324. },
  15325. "md.UserEggFlowReq": {
  15326. "type": "object",
  15327. "properties": {
  15328. "account_balance_exchange_egg_energy_nums_end": {
  15329. "type": "string",
  15330. "example": "余额兑换蛋蛋能量数量-结束值"
  15331. },
  15332. "account_balance_exchange_egg_energy_nums_start": {
  15333. "type": "string",
  15334. "example": "余额兑换蛋蛋能量数量-起始值"
  15335. },
  15336. "browse_interface_nums_end": {
  15337. "type": "string",
  15338. "example": "浏览界面次数-结束值"
  15339. },
  15340. "browse_interface_nums_start": {
  15341. "type": "string",
  15342. "example": "浏览界面次数-起始值"
  15343. },
  15344. "college_learning_nums_end": {
  15345. "type": "string",
  15346. "example": "学院学习次数-结束值"
  15347. },
  15348. "college_learning_nums_start": {
  15349. "type": "string",
  15350. "example": "学院学习次数-起始值"
  15351. },
  15352. "ecpm_end": {
  15353. "type": "string",
  15354. "example": "ecpm-结束值"
  15355. },
  15356. "ecpm_start": {
  15357. "type": "string",
  15358. "example": "ecpm-起始值"
  15359. },
  15360. "egg_energy_exchange_account_balance_end": {
  15361. "type": "string",
  15362. "example": "蛋蛋能量兑换余额数量-结束值"
  15363. },
  15364. "egg_energy_exchange_account_balance_start": {
  15365. "type": "string",
  15366. "example": "蛋蛋能量兑换余额数量-起始值"
  15367. },
  15368. "forum_comments_nums_end": {
  15369. "type": "string",
  15370. "example": "论坛评论次数-结束值"
  15371. },
  15372. "forum_comments_nums_start": {
  15373. "type": "string",
  15374. "example": "论坛评论次数-起始值"
  15375. },
  15376. "im_activity_nums_end": {
  15377. "type": "string",
  15378. "example": "im活跃次数-结束值"
  15379. },
  15380. "im_activity_nums_start": {
  15381. "type": "string",
  15382. "example": "im活跃次数-起始值"
  15383. },
  15384. "invite_user_nums_end": {
  15385. "type": "string",
  15386. "example": "拉新人数-结束值"
  15387. },
  15388. "invite_user_nums_start": {
  15389. "type": "string",
  15390. "example": "拉新人数-起始值"
  15391. },
  15392. "page": {
  15393. "description": "页数",
  15394. "type": "integer"
  15395. },
  15396. "page_size": {
  15397. "description": "每页大小",
  15398. "type": "integer"
  15399. },
  15400. "person_add_activity_value_end": {
  15401. "type": "string",
  15402. "example": "个人活跃积分-结束值"
  15403. },
  15404. "person_add_activity_value_start": {
  15405. "type": "string",
  15406. "example": "个人活跃积分-起始值"
  15407. },
  15408. "score_value_end": {
  15409. "type": "string",
  15410. "example": "蛋蛋分-结束值"
  15411. },
  15412. "score_value_kind": {
  15413. "description": "评分类型(0:未知 1:人工 2:系统)",
  15414. "type": "integer"
  15415. },
  15416. "score_value_start": {
  15417. "type": "string",
  15418. "example": "蛋蛋分-起始值"
  15419. },
  15420. "send_circle_of_friend_nums_end": {
  15421. "type": "string",
  15422. "example": "发朋友圈次数-结束值"
  15423. },
  15424. "send_circle_of_friend_nums_start": {
  15425. "type": "string",
  15426. "example": "发朋友圈次数-起始值"
  15427. },
  15428. "send_red_package_nums_end": {
  15429. "type": "string",
  15430. "example": "发红包次数-结束值"
  15431. },
  15432. "send_red_package_nums_start": {
  15433. "type": "string",
  15434. "example": "发红包次数-起始值"
  15435. },
  15436. "sign_in_nums_end": {
  15437. "type": "string",
  15438. "example": "签到次数-结束值"
  15439. },
  15440. "sign_in_nums_start": {
  15441. "type": "string",
  15442. "example": "签到次数-起始值"
  15443. },
  15444. "team-activity-nums-end": {
  15445. "type": "string",
  15446. "example": "团队活跃次数-结束值"
  15447. },
  15448. "team_activity_nums_start": {
  15449. "type": "string",
  15450. "example": "团队活跃次数-起始值"
  15451. },
  15452. "violate_nums_end": {
  15453. "type": "string",
  15454. "example": "违规次数-结束值"
  15455. },
  15456. "violate_nums_start": {
  15457. "type": "string",
  15458. "example": "违规次数-起始值"
  15459. },
  15460. "week": {
  15461. "type": "string",
  15462. "example": "周份"
  15463. },
  15464. "year": {
  15465. "type": "string",
  15466. "example": "年份"
  15467. }
  15468. }
  15469. },
  15470. "md.UserEggFlowReqResp": {
  15471. "type": "object",
  15472. "properties": {
  15473. "list": {
  15474. "type": "array",
  15475. "items": {
  15476. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  15477. }
  15478. },
  15479. "page": {
  15480. "description": "页数",
  15481. "type": "integer"
  15482. },
  15483. "page_size": {
  15484. "description": "每页大小",
  15485. "type": "integer"
  15486. },
  15487. "score_value_kind_map": {
  15488. "description": "评分类型(0:未知 1:人工 2:系统)",
  15489. "type": "array",
  15490. "items": {
  15491. "type": "object",
  15492. "additionalProperties": true
  15493. }
  15494. },
  15495. "total": {
  15496. "description": "总数量",
  15497. "type": "integer"
  15498. },
  15499. "week": {
  15500. "type": "string",
  15501. "example": "周份"
  15502. },
  15503. "year": {
  15504. "type": "string",
  15505. "example": "年份"
  15506. }
  15507. }
  15508. },
  15509. "md.UserEggFlowReqRespList": {
  15510. "type": "object",
  15511. "properties": {
  15512. "account_balance_exchange_egg_energy_nums": {
  15513. "description": "余额兑换蛋蛋能量数量",
  15514. "type": "integer"
  15515. },
  15516. "browse_interface_nums": {
  15517. "description": "浏览界面次数",
  15518. "type": "integer"
  15519. },
  15520. "college_learning_nums": {
  15521. "description": "学院学习次数",
  15522. "type": "integer"
  15523. },
  15524. "ecpm": {
  15525. "description": "ecpm",
  15526. "type": "number"
  15527. },
  15528. "egg_energy_exchange_account_balance": {
  15529. "description": "蛋蛋能量兑换余额数量",
  15530. "type": "integer"
  15531. },
  15532. "forum_comments_nums": {
  15533. "description": "论坛评论次数",
  15534. "type": "integer"
  15535. },
  15536. "im_activity_nums": {
  15537. "description": "im活跃次数",
  15538. "type": "integer"
  15539. },
  15540. "index_id": {
  15541. "description": "文档id",
  15542. "type": "string"
  15543. },
  15544. "invite_user_nums": {
  15545. "description": "拉新人数",
  15546. "type": "integer"
  15547. },
  15548. "person_add_activity_value": {
  15549. "description": "个人活跃积分",
  15550. "type": "integer"
  15551. },
  15552. "score_value": {
  15553. "description": "蛋蛋分-起始值",
  15554. "type": "number"
  15555. },
  15556. "score_value_kind": {
  15557. "description": "评分类型(0:未知 1:人工 2:系统)",
  15558. "type": "integer"
  15559. },
  15560. "send_circle_of_friend_nums": {
  15561. "description": "发朋友圈次数",
  15562. "type": "integer"
  15563. },
  15564. "send_red_package_nums": {
  15565. "description": "发红包次数",
  15566. "type": "integer"
  15567. },
  15568. "sign_in_nums": {
  15569. "description": "签到次数",
  15570. "type": "integer"
  15571. },
  15572. "team_activity_nums": {
  15573. "description": "团队活跃次数",
  15574. "type": "integer"
  15575. },
  15576. "violate_nums": {
  15577. "description": "违规次数",
  15578. "type": "integer"
  15579. }
  15580. }
  15581. },
  15582. "md.UserEggIndexReq": {
  15583. "type": "object",
  15584. "properties": {
  15585. "week": {
  15586. "type": "string",
  15587. "example": "周份"
  15588. },
  15589. "year": {
  15590. "type": "string",
  15591. "example": "年份"
  15592. }
  15593. }
  15594. },
  15595. "md.UserEggIndexResp": {
  15596. "type": "object",
  15597. "properties": {
  15598. "egg_energy_user_egg_index_weight": {
  15599. "description": "蛋蛋分系数权重",
  15600. "allOf": [
  15601. {
  15602. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  15603. }
  15604. ]
  15605. },
  15606. "statistics_user_egg_kind_proportion": {
  15607. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  15608. "type": "array",
  15609. "items": {
  15610. "type": "object",
  15611. "additionalProperties": true
  15612. }
  15613. },
  15614. "statistics_user_egg_score_value_range": {
  15615. "description": "统计用户蛋蛋分范围",
  15616. "type": "array",
  15617. "items": {
  15618. "type": "object",
  15619. "additionalProperties": {
  15620. "type": "string"
  15621. }
  15622. }
  15623. },
  15624. "week": {
  15625. "type": "string",
  15626. "example": "周份"
  15627. },
  15628. "year": {
  15629. "type": "string",
  15630. "example": "年份"
  15631. },
  15632. "year_list": {
  15633. "description": "年份\u0026\u0026周份列表",
  15634. "type": "object",
  15635. "additionalProperties": {
  15636. "type": "array",
  15637. "items": {
  15638. "type": "string"
  15639. }
  15640. }
  15641. }
  15642. }
  15643. },
  15644. "md.UserFeedbackCateDelReq": {
  15645. "type": "object",
  15646. "properties": {
  15647. "id": {
  15648. "type": "array",
  15649. "items": {
  15650. "type": "string"
  15651. }
  15652. }
  15653. }
  15654. },
  15655. "md.UserFeedbackCateList": {
  15656. "type": "object",
  15657. "properties": {
  15658. "id": {
  15659. "type": "string"
  15660. },
  15661. "name": {
  15662. "type": "string"
  15663. },
  15664. "sort": {
  15665. "type": "string"
  15666. }
  15667. }
  15668. },
  15669. "md.UserFeedbackCateListReq": {
  15670. "type": "object",
  15671. "properties": {
  15672. "limit": {
  15673. "description": "每页大小",
  15674. "type": "string"
  15675. },
  15676. "page": {
  15677. "description": "页数",
  15678. "type": "string"
  15679. }
  15680. }
  15681. },
  15682. "md.UserFeedbackCateListResp": {
  15683. "type": "object",
  15684. "properties": {
  15685. "list": {
  15686. "type": "array",
  15687. "items": {
  15688. "$ref": "#/definitions/md.UserFeedbackCateList"
  15689. }
  15690. },
  15691. "total": {
  15692. "type": "integer"
  15693. }
  15694. }
  15695. },
  15696. "md.UserFeedbackCateSaveReq": {
  15697. "type": "object",
  15698. "properties": {
  15699. "id": {
  15700. "type": "string"
  15701. },
  15702. "name": {
  15703. "type": "string"
  15704. },
  15705. "sort": {
  15706. "type": "string"
  15707. }
  15708. }
  15709. },
  15710. "md.UserFeedbackChangeStateReq": {
  15711. "type": "object",
  15712. "properties": {
  15713. "id": {
  15714. "type": "string"
  15715. },
  15716. "state": {
  15717. "type": "string",
  15718. "example": "0待解决 1处理中 2已解决"
  15719. }
  15720. }
  15721. },
  15722. "md.UserFeedbackDelReq": {
  15723. "type": "object",
  15724. "properties": {
  15725. "id": {
  15726. "type": "array",
  15727. "items": {
  15728. "type": "string"
  15729. }
  15730. }
  15731. }
  15732. },
  15733. "md.UserFeedbackList": {
  15734. "type": "object",
  15735. "properties": {
  15736. "content": {
  15737. "type": "string"
  15738. },
  15739. "create_at": {
  15740. "type": "string"
  15741. },
  15742. "id": {
  15743. "type": "string"
  15744. },
  15745. "img": {
  15746. "type": "array",
  15747. "items": {
  15748. "type": "string"
  15749. }
  15750. },
  15751. "phone": {
  15752. "type": "string"
  15753. },
  15754. "platform": {
  15755. "type": "string"
  15756. },
  15757. "state": {
  15758. "type": "string",
  15759. "example": "0待解决 1处理中 2已解决"
  15760. },
  15761. "title": {
  15762. "type": "string"
  15763. },
  15764. "type": {
  15765. "type": "string"
  15766. },
  15767. "version": {
  15768. "type": "string"
  15769. }
  15770. }
  15771. },
  15772. "md.UserFeedbackListReq": {
  15773. "type": "object",
  15774. "properties": {
  15775. "cid": {
  15776. "type": "string"
  15777. },
  15778. "limit": {
  15779. "description": "每页大小",
  15780. "type": "string"
  15781. },
  15782. "page": {
  15783. "description": "页数",
  15784. "type": "string"
  15785. },
  15786. "phone": {
  15787. "type": "string"
  15788. },
  15789. "uid": {
  15790. "type": "string"
  15791. }
  15792. }
  15793. },
  15794. "md.UserFeedbackListResp": {
  15795. "type": "object",
  15796. "properties": {
  15797. "list": {
  15798. "type": "array",
  15799. "items": {
  15800. "$ref": "#/definitions/md.UserFeedbackList"
  15801. }
  15802. },
  15803. "select_data": {
  15804. "type": "array",
  15805. "items": {
  15806. "type": "object",
  15807. "additionalProperties": true
  15808. }
  15809. },
  15810. "total": {
  15811. "type": "integer"
  15812. }
  15813. }
  15814. },
  15815. "md.UserFeedbackRecordListReq": {
  15816. "type": "object",
  15817. "properties": {
  15818. "id": {
  15819. "type": "string"
  15820. },
  15821. "limit": {
  15822. "description": "每页大小",
  15823. "type": "string"
  15824. },
  15825. "page": {
  15826. "description": "页数",
  15827. "type": "string"
  15828. }
  15829. }
  15830. },
  15831. "md.UserFeedbackRecordListResp": {
  15832. "type": "object",
  15833. "properties": {
  15834. "content": {
  15835. "type": "string"
  15836. },
  15837. "create_at": {
  15838. "type": "string"
  15839. },
  15840. "head_img": {
  15841. "type": "string"
  15842. },
  15843. "nickname": {
  15844. "type": "string"
  15845. },
  15846. "type": {
  15847. "type": "string"
  15848. }
  15849. }
  15850. },
  15851. "md.UserFeedbackSayReq": {
  15852. "type": "object",
  15853. "properties": {
  15854. "content": {
  15855. "type": "string"
  15856. },
  15857. "id": {
  15858. "type": "string"
  15859. }
  15860. }
  15861. },
  15862. "md.UserManagementGetBalanceDetailResp": {
  15863. "type": "object",
  15864. "properties": {
  15865. "list": {
  15866. "type": "array",
  15867. "items": {
  15868. "$ref": "#/definitions/md.BalanceDetailNode"
  15869. }
  15870. },
  15871. "paginate": {
  15872. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15873. }
  15874. }
  15875. },
  15876. "md.UserManagementGetFansResp": {
  15877. "type": "object",
  15878. "properties": {
  15879. "list": {
  15880. "description": "用户数据",
  15881. "type": "array",
  15882. "items": {
  15883. "$ref": "#/definitions/md.FansNode"
  15884. }
  15885. },
  15886. "paginate": {
  15887. "description": "分页信息",
  15888. "allOf": [
  15889. {
  15890. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15891. }
  15892. ]
  15893. }
  15894. }
  15895. },
  15896. "md.UserManagementGetOneBasicResp": {
  15897. "type": "object",
  15898. "properties": {
  15899. "basic_info": {
  15900. "description": "基本信息",
  15901. "allOf": [
  15902. {
  15903. "$ref": "#/definitions/md.BasicInfoNode"
  15904. }
  15905. ]
  15906. },
  15907. "levels_list": {
  15908. "description": "等级列表",
  15909. "type": "array",
  15910. "items": {
  15911. "type": "object",
  15912. "additionalProperties": true
  15913. }
  15914. },
  15915. "other_info": {
  15916. "description": "其他信息",
  15917. "allOf": [
  15918. {
  15919. "$ref": "#/definitions/md.OtherNode"
  15920. }
  15921. ]
  15922. },
  15923. "tags_list": {
  15924. "description": "标签列表",
  15925. "type": "array",
  15926. "items": {
  15927. "type": "object",
  15928. "additionalProperties": true
  15929. }
  15930. }
  15931. }
  15932. },
  15933. "md.UserManagementGetUserListNode": {
  15934. "type": "object",
  15935. "properties": {
  15936. "avatar": {
  15937. "description": "头像",
  15938. "type": "string"
  15939. },
  15940. "id": {
  15941. "description": "会员 ID",
  15942. "type": "integer"
  15943. },
  15944. "invite_code": {
  15945. "type": "string",
  15946. "example": "会员邀请码"
  15947. },
  15948. "is_real_name": {
  15949. "description": "是否实名 0.未实名,1.已实名",
  15950. "type": "integer"
  15951. },
  15952. "last_login_at": {
  15953. "description": "最后登录时间",
  15954. "type": "string"
  15955. },
  15956. "level_name": {
  15957. "description": "会员等级",
  15958. "type": "string"
  15959. },
  15960. "memo": {
  15961. "description": "备注",
  15962. "type": "string"
  15963. },
  15964. "nickname": {
  15965. "description": "昵称",
  15966. "type": "string"
  15967. },
  15968. "parent_id": {
  15969. "description": "推荐人 ID",
  15970. "type": "integer"
  15971. },
  15972. "parent_invite_code": {
  15973. "type": "string",
  15974. "example": "推荐人邀请码"
  15975. },
  15976. "parent_phone": {
  15977. "type": "string",
  15978. "example": "推荐人手机号"
  15979. },
  15980. "phone": {
  15981. "description": "手机号",
  15982. "type": "string"
  15983. },
  15984. "register_time": {
  15985. "description": "注册时间",
  15986. "type": "string"
  15987. },
  15988. "register_type": {
  15989. "description": "注册类型",
  15990. "type": "integer"
  15991. },
  15992. "sex": {
  15993. "description": "性别(0:未知 1:男 2:女)",
  15994. "type": "integer"
  15995. },
  15996. "state": {
  15997. "description": "状态",
  15998. "type": "integer"
  15999. },
  16000. "tag": {
  16001. "description": "会员标签",
  16002. "type": "array",
  16003. "items": {
  16004. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  16005. }
  16006. },
  16007. "wechat": {
  16008. "description": "微信号",
  16009. "type": "string"
  16010. }
  16011. }
  16012. },
  16013. "md.UserManagementGetUserListReq": {
  16014. "type": "object",
  16015. "properties": {
  16016. "effective": {
  16017. "description": "有效会员",
  16018. "type": "integer"
  16019. },
  16020. "id": {
  16021. "description": "会员 ID",
  16022. "type": "integer"
  16023. },
  16024. "invite_code": {
  16025. "type": "string",
  16026. "example": "会员邀请码"
  16027. },
  16028. "is_real_name": {
  16029. "description": "是否实名 0.未实名,1.已实名",
  16030. "type": "integer"
  16031. },
  16032. "is_recycle": {
  16033. "type": "string"
  16034. },
  16035. "level": {
  16036. "description": "会员等级",
  16037. "type": "integer"
  16038. },
  16039. "limit": {
  16040. "type": "integer"
  16041. },
  16042. "login_after": {
  16043. "description": "最近登录结束时间",
  16044. "type": "string"
  16045. },
  16046. "login_before": {
  16047. "description": "最近登录开始时间",
  16048. "type": "string"
  16049. },
  16050. "memo": {
  16051. "description": "备注",
  16052. "type": "string"
  16053. },
  16054. "nickname": {
  16055. "type": "string",
  16056. "example": "会员昵称"
  16057. },
  16058. "page": {
  16059. "type": "integer"
  16060. },
  16061. "parent_invite_code": {
  16062. "type": "string",
  16063. "example": "上级邀请码"
  16064. },
  16065. "parent_phone": {
  16066. "type": "string",
  16067. "example": "上级手机号"
  16068. },
  16069. "phone": {
  16070. "type": "string",
  16071. "example": "会员手机号"
  16072. },
  16073. "recommend_id": {
  16074. "description": "推荐人 ID",
  16075. "type": "integer"
  16076. },
  16077. "register_after": {
  16078. "description": "注册时间终点",
  16079. "type": "string"
  16080. },
  16081. "register_before": {
  16082. "description": "注册时间起点",
  16083. "type": "string"
  16084. },
  16085. "register_type": {
  16086. "description": "注册类型(1:APP注册、2:H5注册)",
  16087. "type": "integer"
  16088. },
  16089. "sex": {
  16090. "description": "性别(0:未知 1:男 2:女)",
  16091. "type": "integer"
  16092. },
  16093. "state": {
  16094. "description": "状态",
  16095. "type": "integer"
  16096. },
  16097. "tag": {
  16098. "description": "标签 id",
  16099. "type": "integer"
  16100. },
  16101. "union_id": {
  16102. "type": "string",
  16103. "example": "微信号"
  16104. }
  16105. }
  16106. },
  16107. "md.UserManagementGetUserListResp": {
  16108. "type": "object",
  16109. "properties": {
  16110. "levels_list": {
  16111. "description": "等级列表",
  16112. "type": "array",
  16113. "items": {
  16114. "type": "object",
  16115. "additionalProperties": true
  16116. }
  16117. },
  16118. "list": {
  16119. "type": "array",
  16120. "items": {
  16121. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  16122. }
  16123. },
  16124. "paginate": {
  16125. "description": "分页信息",
  16126. "allOf": [
  16127. {
  16128. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16129. }
  16130. ]
  16131. },
  16132. "state_list": {
  16133. "description": "状态列表",
  16134. "type": "array",
  16135. "items": {
  16136. "type": "object",
  16137. "additionalProperties": true
  16138. }
  16139. },
  16140. "tags_list": {
  16141. "description": "标签列表",
  16142. "type": "array",
  16143. "items": {
  16144. "type": "object",
  16145. "additionalProperties": true
  16146. }
  16147. }
  16148. }
  16149. },
  16150. "md.UserManagementGetVirtualCoinDetailResp": {
  16151. "type": "object",
  16152. "properties": {
  16153. "coin_list": {
  16154. "type": "array",
  16155. "items": {
  16156. "type": "object",
  16157. "additionalProperties": true
  16158. }
  16159. },
  16160. "list": {
  16161. "type": "array",
  16162. "items": {
  16163. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  16164. }
  16165. },
  16166. "paginate": {
  16167. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16168. }
  16169. }
  16170. },
  16171. "md.UserManagementUpdateUserInfoReq": {
  16172. "type": "object",
  16173. "properties": {
  16174. "avatar": {
  16175. "description": "头像",
  16176. "type": "string"
  16177. },
  16178. "last_login_ip": {
  16179. "description": "用户最后登录 IP",
  16180. "type": "string"
  16181. },
  16182. "level": {
  16183. "description": "会员等级 ID",
  16184. "type": "string"
  16185. },
  16186. "memo": {
  16187. "type": "string",
  16188. "example": "备注"
  16189. },
  16190. "nickname": {
  16191. "description": "用户名",
  16192. "type": "string"
  16193. },
  16194. "parent_uid": {
  16195. "description": "邀请人 ID",
  16196. "type": "string"
  16197. },
  16198. "password": {
  16199. "description": "登录密码",
  16200. "type": "string"
  16201. },
  16202. "phone": {
  16203. "description": "手机号",
  16204. "type": "string"
  16205. },
  16206. "sex": {
  16207. "description": "性别(0:未知 1:男 2:女)",
  16208. "type": "string"
  16209. },
  16210. "state": {
  16211. "description": "账号状态 1正常,2冻结",
  16212. "type": "string"
  16213. },
  16214. "tag": {
  16215. "description": "用户标签 ID列表",
  16216. "type": "string"
  16217. },
  16218. "uid": {
  16219. "type": "integer"
  16220. },
  16221. "union_id": {
  16222. "description": "微信号",
  16223. "type": "string"
  16224. }
  16225. }
  16226. },
  16227. "md.UserManagementUserInfoCancelReq": {
  16228. "type": "object",
  16229. "properties": {
  16230. "uid": {
  16231. "type": "string",
  16232. "example": "多个逗号隔开"
  16233. }
  16234. }
  16235. },
  16236. "md.UserManagementUserInfoReq": {
  16237. "type": "object",
  16238. "properties": {
  16239. "parent_uid": {
  16240. "type": "string",
  16241. "example": "参考下智莺 保留关系时候的选择用户"
  16242. },
  16243. "uid": {
  16244. "type": "string",
  16245. "example": "多个逗号隔开"
  16246. }
  16247. }
  16248. },
  16249. "md.UserRealName": {
  16250. "type": "object",
  16251. "properties": {
  16252. "create_time": {
  16253. "type": "string"
  16254. },
  16255. "id": {
  16256. "type": "string"
  16257. },
  16258. "id_no": {
  16259. "type": "string"
  16260. },
  16261. "name": {
  16262. "type": "string"
  16263. },
  16264. "pay_state": {
  16265. "type": "string",
  16266. "example": "0未支付 1已支付"
  16267. },
  16268. "phone": {
  16269. "type": "string"
  16270. },
  16271. "state": {
  16272. "type": "string",
  16273. "example": "0未申请 1申请通过 3申请失败"
  16274. },
  16275. "uid": {
  16276. "type": "string"
  16277. }
  16278. }
  16279. },
  16280. "md.UserRealNameBaseResp": {
  16281. "type": "object",
  16282. "properties": {
  16283. "user_real_name_money": {
  16284. "type": "string",
  16285. "example": "实名认证费用"
  16286. },
  16287. "user_real_name_rule": {
  16288. "type": "string",
  16289. "example": "实名认证说明"
  16290. }
  16291. }
  16292. },
  16293. "md.UserRealNameReq": {
  16294. "type": "object",
  16295. "properties": {
  16296. "id_no": {
  16297. "type": "string"
  16298. },
  16299. "limit": {
  16300. "type": "string"
  16301. },
  16302. "name": {
  16303. "type": "string"
  16304. },
  16305. "page": {
  16306. "type": "string"
  16307. },
  16308. "phone": {
  16309. "type": "string"
  16310. },
  16311. "state": {
  16312. "type": "string"
  16313. },
  16314. "uid": {
  16315. "type": "string"
  16316. }
  16317. }
  16318. },
  16319. "md.UserRealNameResp": {
  16320. "type": "object",
  16321. "properties": {
  16322. "list": {
  16323. "type": "array",
  16324. "items": {
  16325. "$ref": "#/definitions/md.UserRealName"
  16326. }
  16327. },
  16328. "select_data": {
  16329. "type": "array",
  16330. "items": {
  16331. "type": "object",
  16332. "additionalProperties": {
  16333. "type": "string"
  16334. }
  16335. }
  16336. },
  16337. "total": {
  16338. "type": "integer"
  16339. }
  16340. }
  16341. },
  16342. "md.UserRealNameSaveReq": {
  16343. "type": "object",
  16344. "properties": {
  16345. "id": {
  16346. "type": "string"
  16347. },
  16348. "state": {
  16349. "type": "string"
  16350. }
  16351. }
  16352. },
  16353. "md.UserVirtualCoinFlow": {
  16354. "type": "object",
  16355. "properties": {
  16356. "after_amount": {
  16357. "type": "string",
  16358. "example": "变更后数量"
  16359. },
  16360. "amount": {
  16361. "type": "string",
  16362. "example": "变更数量"
  16363. },
  16364. "before_amount": {
  16365. "type": "string",
  16366. "example": "变更前数量"
  16367. },
  16368. "coin_id": {
  16369. "description": "虚拟币 ID",
  16370. "type": "integer"
  16371. },
  16372. "create_at": {
  16373. "type": "string",
  16374. "example": "创建时间"
  16375. },
  16376. "direction": {
  16377. "description": "方向:1收入 2支出",
  16378. "type": "integer"
  16379. },
  16380. "id": {
  16381. "type": "integer"
  16382. },
  16383. "sys_fee": {
  16384. "type": "string",
  16385. "example": "手续费"
  16386. },
  16387. "title": {
  16388. "type": "string",
  16389. "example": "标题"
  16390. },
  16391. "transfer_type": {
  16392. "description": "转账类型",
  16393. "type": "integer"
  16394. },
  16395. "uid": {
  16396. "description": "用户 ID",
  16397. "type": "integer"
  16398. },
  16399. "update_at": {
  16400. "type": "string",
  16401. "example": "更新时间"
  16402. }
  16403. }
  16404. },
  16405. "md.VideoBaseData": {
  16406. "type": "object",
  16407. "properties": {
  16408. "interval": {
  16409. "type": "string",
  16410. "example": "领取间隔 秒"
  16411. },
  16412. "reward": {
  16413. "type": "string",
  16414. "example": "单次奖励"
  16415. },
  16416. "timer": {
  16417. "type": "string",
  16418. "example": "观看X秒奖励"
  16419. },
  16420. "total": {
  16421. "type": "string",
  16422. "example": "可领取总次数"
  16423. }
  16424. }
  16425. },
  16426. "md.VideoRewardSetting": {
  16427. "type": "object",
  16428. "properties": {
  16429. "video_reward_is_open": {
  16430. "description": "视频奖励是否开启(1:开启 0:关闭)",
  16431. "type": "integer"
  16432. },
  16433. "video_reward_system": {
  16434. "description": "视频奖励机制",
  16435. "allOf": [
  16436. {
  16437. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  16438. }
  16439. ]
  16440. }
  16441. }
  16442. },
  16443. "md.VideoRewardSystemStruct": {
  16444. "type": "object",
  16445. "properties": {
  16446. "each_round_hour": {
  16447. "description": "每一轮X个小时",
  16448. "type": "string"
  16449. },
  16450. "interval_minutes": {
  16451. "description": "间隔X秒",
  16452. "type": "string"
  16453. },
  16454. "reward_total_num": {
  16455. "description": "一共X个奖励视屏",
  16456. "type": "string"
  16457. },
  16458. "reward_value": {
  16459. "description": "奖励X个活跃积分",
  16460. "type": "string"
  16461. }
  16462. }
  16463. },
  16464. "md.VipEquitySettingNode": {
  16465. "type": "object",
  16466. "properties": {
  16467. "dividend_ratio": {
  16468. "description": "分红比例",
  16469. "type": "string"
  16470. },
  16471. "exchange_account_balance_fee": {
  16472. "description": "兑换余额手续费",
  16473. "type": "string"
  16474. },
  16475. "vip_level_id": {
  16476. "description": "会员等级ID",
  16477. "type": "string"
  16478. },
  16479. "vip_level_name": {
  16480. "description": "会员等级名称",
  16481. "type": "string"
  16482. }
  16483. }
  16484. },
  16485. "md.VirtualCoin": {
  16486. "type": "object",
  16487. "properties": {
  16488. "create_at": {
  16489. "type": "string"
  16490. },
  16491. "exchange_ratio": {
  16492. "description": "兑换比例(与金额)",
  16493. "type": "string",
  16494. "example": "兑换比例(与金额)"
  16495. },
  16496. "id": {
  16497. "type": "integer"
  16498. },
  16499. "is_use": {
  16500. "description": "是否开启: 0否 1是",
  16501. "type": "integer"
  16502. },
  16503. "name": {
  16504. "description": "名称",
  16505. "type": "string"
  16506. },
  16507. "update_at": {
  16508. "type": "string"
  16509. }
  16510. }
  16511. },
  16512. "md.VirtualCoinDetailNode": {
  16513. "type": "object",
  16514. "properties": {
  16515. "after_amount": {
  16516. "description": "变更后积分余额",
  16517. "type": "string"
  16518. },
  16519. "amount": {
  16520. "description": "变更数量",
  16521. "type": "string"
  16522. },
  16523. "create_at": {
  16524. "description": "创建时间",
  16525. "type": "string"
  16526. },
  16527. "direction": {
  16528. "description": "类型 1.收入 2.支出",
  16529. "type": "integer"
  16530. },
  16531. "uid": {
  16532. "description": "用户 ID",
  16533. "type": "integer"
  16534. }
  16535. }
  16536. },
  16537. "md.VirtualCoinListNode": {
  16538. "type": "object",
  16539. "properties": {
  16540. "coin_id": {
  16541. "description": "货币类型 ID",
  16542. "type": "integer"
  16543. },
  16544. "kind": {
  16545. "description": "货币序号",
  16546. "type": "integer"
  16547. },
  16548. "name": {
  16549. "type": "string",
  16550. "example": "货币类型名称"
  16551. }
  16552. }
  16553. },
  16554. "md.WebsiteInfoResp": {
  16555. "type": "object",
  16556. "properties": {
  16557. "android_down_url": {
  16558. "type": "string"
  16559. },
  16560. "ios_down_url": {
  16561. "type": "string"
  16562. },
  16563. "seo_logo": {
  16564. "type": "string"
  16565. },
  16566. "seo_title": {
  16567. "type": "string",
  16568. "example": "seo"
  16569. },
  16570. "web_logo": {
  16571. "type": "string"
  16572. }
  16573. }
  16574. },
  16575. "md.WithdrawApplyAuditReq": {
  16576. "type": "object",
  16577. "required": [
  16578. "audit_state",
  16579. "reason",
  16580. "withdraw_apply_id"
  16581. ],
  16582. "properties": {
  16583. "audit_state": {
  16584. "description": "审核状态(1:同意 2:拒绝)",
  16585. "type": "integer"
  16586. },
  16587. "reason": {
  16588. "description": "审核失败(驳回理由)",
  16589. "type": "integer"
  16590. },
  16591. "withdraw_apply_id": {
  16592. "description": "提现申请id",
  16593. "type": "integer"
  16594. }
  16595. }
  16596. },
  16597. "md.WithdrawFeeSetStruct": {
  16598. "type": "object",
  16599. "properties": {
  16600. "duration": {
  16601. "description": "类型 (1.固定金额 2.固定比例)",
  16602. "type": "integer"
  16603. },
  16604. "value": {
  16605. "description": "具体值",
  16606. "type": "integer"
  16607. }
  16608. }
  16609. },
  16610. "md.WithdrawFrequencySettingStruct": {
  16611. "type": "object",
  16612. "properties": {
  16613. "duration": {
  16614. "description": "周期 (1.天 2.周 3.月)",
  16615. "type": "integer"
  16616. },
  16617. "num": {
  16618. "description": "周期数",
  16619. "type": "array",
  16620. "items": {
  16621. "type": "string"
  16622. }
  16623. }
  16624. }
  16625. },
  16626. "md.WithdrawTimeIntervalStruct": {
  16627. "type": "object",
  16628. "properties": {
  16629. "end_at": {
  16630. "type": "string"
  16631. },
  16632. "start_at": {
  16633. "type": "string"
  16634. }
  16635. }
  16636. },
  16637. "model.EggEnergyUserEggIndexWeight": {
  16638. "type": "object",
  16639. "properties": {
  16640. "account_balance_exchange_egg_energy_nums": {
  16641. "type": "string"
  16642. },
  16643. "browse_interface_nums": {
  16644. "type": "string"
  16645. },
  16646. "college_learning_nums": {
  16647. "type": "string"
  16648. },
  16649. "create_at": {
  16650. "type": "string"
  16651. },
  16652. "ecpm": {
  16653. "type": "string"
  16654. },
  16655. "egg_energy_exchange_account_balance": {
  16656. "type": "string"
  16657. },
  16658. "forum_comments_nums": {
  16659. "type": "string"
  16660. },
  16661. "id": {
  16662. "type": "integer"
  16663. },
  16664. "im_activity_nums": {
  16665. "type": "string"
  16666. },
  16667. "invite_user_nums": {
  16668. "type": "string"
  16669. },
  16670. "person_add_activity_value": {
  16671. "type": "string"
  16672. },
  16673. "send_circle_of_friend_nums": {
  16674. "type": "string"
  16675. },
  16676. "send_red_package_nums": {
  16677. "type": "string"
  16678. },
  16679. "sign_in_nums": {
  16680. "type": "string"
  16681. },
  16682. "team_activity_nums": {
  16683. "type": "string"
  16684. },
  16685. "update_at": {
  16686. "type": "string"
  16687. },
  16688. "violate_nums": {
  16689. "type": "string"
  16690. }
  16691. }
  16692. },
  16693. "model.PlatformActiveData": {
  16694. "type": "object",
  16695. "properties": {
  16696. "date": {
  16697. "type": "string"
  16698. },
  16699. "id": {
  16700. "type": "integer"
  16701. },
  16702. "new_user_count": {
  16703. "type": "integer"
  16704. },
  16705. "user_sign_in_count": {
  16706. "type": "integer"
  16707. },
  16708. "withdraw_amount_count": {
  16709. "type": "string"
  16710. },
  16711. "withdraw_user_count": {
  16712. "type": "integer"
  16713. }
  16714. }
  16715. },
  16716. "model.UserLevelTask": {
  16717. "type": "object",
  16718. "properties": {
  16719. "active_days": {
  16720. "type": "integer"
  16721. },
  16722. "create_at": {
  16723. "type": "string"
  16724. },
  16725. "finish_count": {
  16726. "type": "integer"
  16727. },
  16728. "id": {
  16729. "type": "integer"
  16730. },
  16731. "is_must_task": {
  16732. "type": "integer"
  16733. },
  16734. "level_id": {
  16735. "type": "integer"
  16736. },
  16737. "task_type": {
  16738. "type": "integer"
  16739. },
  16740. "task_type_level_id": {
  16741. "type": "integer"
  16742. },
  16743. "update_at": {
  16744. "type": "string"
  16745. },
  16746. "within_days": {
  16747. "type": "integer"
  16748. }
  16749. }
  16750. },
  16751. "setCenter.WebBasicReq": {
  16752. "type": "object",
  16753. "properties": {
  16754. "android_down_url": {
  16755. "type": "string"
  16756. },
  16757. "ios_down_url": {
  16758. "type": "string"
  16759. },
  16760. "seo_logo": {
  16761. "type": "string"
  16762. },
  16763. "seo_title": {
  16764. "type": "string"
  16765. },
  16766. "wap_host": {
  16767. "type": "string",
  16768. "example": "h5域名"
  16769. },
  16770. "web_logo": {
  16771. "type": "string"
  16772. }
  16773. }
  16774. },
  16775. "setCenter.WebBasicResp": {
  16776. "type": "object",
  16777. "properties": {
  16778. "android_down_url": {
  16779. "type": "string"
  16780. },
  16781. "ios_down_url": {
  16782. "type": "string"
  16783. },
  16784. "seo_logo": {
  16785. "type": "string"
  16786. },
  16787. "seo_logo_url": {
  16788. "type": "string"
  16789. },
  16790. "seo_title": {
  16791. "type": "string"
  16792. },
  16793. "wap_host": {
  16794. "type": "string",
  16795. "example": "h5域名"
  16796. },
  16797. "web_logo": {
  16798. "type": "string"
  16799. },
  16800. "web_logo_url": {
  16801. "type": "string"
  16802. }
  16803. }
  16804. }
  16805. },
  16806. "securityDefinitions": {
  16807. "MasterID": {
  16808. "type": "apiKey",
  16809. "name": "MasterID",
  16810. "in": "header"
  16811. }
  16812. }
  16813. }`
  16814. // SwaggerInfo holds exported Swagger Info so clients can modify it
  16815. var SwaggerInfo = &swag.Spec{
  16816. Version: "1.0",
  16817. Host: "localhost:4001",
  16818. BasePath: "",
  16819. Schemes: []string{},
  16820. Title: "蛋蛋星球-管理后台",
  16821. Description: "管理后台接口文档",
  16822. InfoInstanceName: "swagger",
  16823. SwaggerTemplate: docTemplate,
  16824. }
  16825. func init() {
  16826. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  16827. }