蛋蛋星球 后台端
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

17087 linhas
582 KiB

  1. {
  2. "swagger": "2.0",
  3. "info": {
  4. "description": "管理后台接口文档",
  5. "title": "蛋蛋星球-管理后台",
  6. "termsOfService": "http://swagger.io/terms/",
  7. "contact": {
  8. "name": "dengbiao",
  9. "url": "http://www.swagger.io/support",
  10. "email": "1239118001@qq.com"
  11. },
  12. "license": {
  13. "name": "Apache 2.0",
  14. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  15. },
  16. "version": "1.0"
  17. },
  18. "host": "localhost:4001",
  19. "paths": {
  20. "/api/adminLog/list": {
  21. "post": {
  22. "description": "操作日志",
  23. "consumes": [
  24. "application/json"
  25. ],
  26. "produces": [
  27. "application/json"
  28. ],
  29. "tags": [
  30. "操作日志"
  31. ],
  32. "summary": "操作日志",
  33. "parameters": [
  34. {
  35. "type": "string",
  36. "description": "验证参数Bearer和token空格拼接",
  37. "name": "Authorization",
  38. "in": "header",
  39. "required": true
  40. },
  41. {
  42. "description": "(分页信息必填)",
  43. "name": "req",
  44. "in": "body",
  45. "required": true,
  46. "schema": {
  47. "$ref": "#/definitions/md.AdminLogListReq"
  48. }
  49. }
  50. ],
  51. "responses": {
  52. "200": {
  53. "description": "具体数据",
  54. "schema": {
  55. "$ref": "#/definitions/md.AdminLogListResp"
  56. }
  57. },
  58. "400": {
  59. "description": "具体错误",
  60. "schema": {
  61. "$ref": "#/definitions/md.Response"
  62. }
  63. }
  64. }
  65. }
  66. },
  67. "/api/advertising/del": {
  68. "post": {
  69. "description": "广告管理-广告列表-删除",
  70. "consumes": [
  71. "application/json"
  72. ],
  73. "produces": [
  74. "application/json"
  75. ],
  76. "tags": [
  77. "广告管理"
  78. ],
  79. "summary": "广告管理-广告列表-删除",
  80. "parameters": [
  81. {
  82. "type": "string",
  83. "description": "验证参数Bearer和token空格拼接",
  84. "name": "Authorization",
  85. "in": "header",
  86. "required": true
  87. },
  88. {
  89. "description": "(分页信息必填)",
  90. "name": "req",
  91. "in": "body",
  92. "required": true,
  93. "schema": {
  94. "$ref": "#/definitions/md.AdvertisingDelReq"
  95. }
  96. }
  97. ],
  98. "responses": {
  99. "200": {
  100. "description": "具体数据",
  101. "schema": {
  102. "type": "string"
  103. }
  104. },
  105. "400": {
  106. "description": "具体错误",
  107. "schema": {
  108. "$ref": "#/definitions/md.Response"
  109. }
  110. }
  111. }
  112. }
  113. },
  114. "/api/advertising/function/del": {
  115. "post": {
  116. "description": "广告管理-广告位置列表-删除",
  117. "consumes": [
  118. "application/json"
  119. ],
  120. "produces": [
  121. "application/json"
  122. ],
  123. "tags": [
  124. "广告管理"
  125. ],
  126. "summary": "广告管理-广告位置列表-删除",
  127. "parameters": [
  128. {
  129. "type": "string",
  130. "description": "验证参数Bearer和token空格拼接",
  131. "name": "Authorization",
  132. "in": "header",
  133. "required": true
  134. },
  135. {
  136. "description": "(分页信息必填)",
  137. "name": "req",
  138. "in": "body",
  139. "required": true,
  140. "schema": {
  141. "$ref": "#/definitions/md.AdvertisingDelReq"
  142. }
  143. }
  144. ],
  145. "responses": {
  146. "200": {
  147. "description": "具体数据",
  148. "schema": {
  149. "type": "string"
  150. }
  151. },
  152. "400": {
  153. "description": "具体错误",
  154. "schema": {
  155. "$ref": "#/definitions/md.Response"
  156. }
  157. }
  158. }
  159. }
  160. },
  161. "/api/advertising/function/list": {
  162. "post": {
  163. "description": "广告管理-广告位置列表",
  164. "consumes": [
  165. "application/json"
  166. ],
  167. "produces": [
  168. "application/json"
  169. ],
  170. "tags": [
  171. "广告管理"
  172. ],
  173. "summary": "广告管理-广告位置列表",
  174. "parameters": [
  175. {
  176. "type": "string",
  177. "description": "验证参数Bearer和token空格拼接",
  178. "name": "Authorization",
  179. "in": "header",
  180. "required": true
  181. },
  182. {
  183. "description": "(分页信息必填)",
  184. "name": "req",
  185. "in": "body",
  186. "required": true,
  187. "schema": {
  188. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  189. }
  190. }
  191. ],
  192. "responses": {
  193. "200": {
  194. "description": "具体数据",
  195. "schema": {
  196. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  197. }
  198. },
  199. "400": {
  200. "description": "具体错误",
  201. "schema": {
  202. "$ref": "#/definitions/md.Response"
  203. }
  204. }
  205. }
  206. }
  207. },
  208. "/api/advertising/function/save": {
  209. "post": {
  210. "description": "广告管理-广告位置列表-保存",
  211. "consumes": [
  212. "application/json"
  213. ],
  214. "produces": [
  215. "application/json"
  216. ],
  217. "tags": [
  218. "广告管理"
  219. ],
  220. "summary": "广告管理-广告位置列表-保存",
  221. "parameters": [
  222. {
  223. "type": "string",
  224. "description": "验证参数Bearer和token空格拼接",
  225. "name": "Authorization",
  226. "in": "header",
  227. "required": true
  228. },
  229. {
  230. "description": "(分页信息必填)",
  231. "name": "req",
  232. "in": "body",
  233. "required": true,
  234. "schema": {
  235. "$ref": "#/definitions/md.AdvertisingFunctionList"
  236. }
  237. }
  238. ],
  239. "responses": {
  240. "200": {
  241. "description": "具体数据",
  242. "schema": {
  243. "type": "string"
  244. }
  245. },
  246. "400": {
  247. "description": "具体错误",
  248. "schema": {
  249. "$ref": "#/definitions/md.Response"
  250. }
  251. }
  252. }
  253. }
  254. },
  255. "/api/advertising/getBasic": {
  256. "get": {
  257. "description": "广告管理-基础设置-信息",
  258. "consumes": [
  259. "application/json"
  260. ],
  261. "produces": [
  262. "application/json"
  263. ],
  264. "tags": [
  265. "广告管理"
  266. ],
  267. "summary": "广告管理-基础设置-信息",
  268. "parameters": [
  269. {
  270. "type": "string",
  271. "description": "验证参数Bearer和token空格拼接",
  272. "name": "Authorization",
  273. "in": "header",
  274. "required": true
  275. }
  276. ],
  277. "responses": {
  278. "200": {
  279. "description": "具体数据",
  280. "schema": {
  281. "$ref": "#/definitions/md.AdvertisingBaseResp"
  282. }
  283. },
  284. "400": {
  285. "description": "具体错误",
  286. "schema": {
  287. "$ref": "#/definitions/md.Response"
  288. }
  289. }
  290. }
  291. }
  292. },
  293. "/api/advertising/getLimit": {
  294. "get": {
  295. "description": "广告管理-广告设置-信息",
  296. "consumes": [
  297. "application/json"
  298. ],
  299. "produces": [
  300. "application/json"
  301. ],
  302. "tags": [
  303. "广告管理"
  304. ],
  305. "summary": "广告管理-广告设置-信息",
  306. "parameters": [
  307. {
  308. "type": "string",
  309. "description": "验证参数Bearer和token空格拼接",
  310. "name": "Authorization",
  311. "in": "header",
  312. "required": true
  313. }
  314. ],
  315. "responses": {
  316. "200": {
  317. "description": "具体数据",
  318. "schema": {
  319. "$ref": "#/definitions/md.AdvertisingLimit"
  320. }
  321. },
  322. "400": {
  323. "description": "具体错误",
  324. "schema": {
  325. "$ref": "#/definitions/md.Response"
  326. }
  327. }
  328. }
  329. }
  330. },
  331. "/api/advertising/getPlayletBasic": {
  332. "get": {
  333. "description": "广告管理-短剧设置-信息",
  334. "consumes": [
  335. "application/json"
  336. ],
  337. "produces": [
  338. "application/json"
  339. ],
  340. "tags": [
  341. "广告管理"
  342. ],
  343. "summary": "广告管理-短剧设置-信息",
  344. "parameters": [
  345. {
  346. "type": "string",
  347. "description": "验证参数Bearer和token空格拼接",
  348. "name": "Authorization",
  349. "in": "header",
  350. "required": true
  351. }
  352. ],
  353. "responses": {
  354. "200": {
  355. "description": "具体数据",
  356. "schema": {
  357. "$ref": "#/definitions/md.PlayletIncentiveBaseData"
  358. }
  359. },
  360. "400": {
  361. "description": "具体错误",
  362. "schema": {
  363. "$ref": "#/definitions/md.Response"
  364. }
  365. }
  366. }
  367. }
  368. },
  369. "/api/advertising/list": {
  370. "post": {
  371. "description": "广告管理-广告列表",
  372. "consumes": [
  373. "application/json"
  374. ],
  375. "produces": [
  376. "application/json"
  377. ],
  378. "tags": [
  379. "广告管理"
  380. ],
  381. "summary": "广告管理-广告列表",
  382. "parameters": [
  383. {
  384. "type": "string",
  385. "description": "验证参数Bearer和token空格拼接",
  386. "name": "Authorization",
  387. "in": "header",
  388. "required": true
  389. },
  390. {
  391. "description": "(分页信息必填)",
  392. "name": "req",
  393. "in": "body",
  394. "required": true,
  395. "schema": {
  396. "$ref": "#/definitions/md.AdvertisingListReq"
  397. }
  398. }
  399. ],
  400. "responses": {
  401. "200": {
  402. "description": "具体数据",
  403. "schema": {
  404. "$ref": "#/definitions/md.AdvertisingListResp"
  405. }
  406. },
  407. "400": {
  408. "description": "具体错误",
  409. "schema": {
  410. "$ref": "#/definitions/md.Response"
  411. }
  412. }
  413. }
  414. }
  415. },
  416. "/api/advertising/save": {
  417. "post": {
  418. "description": "广告管理-广告列表-保存",
  419. "consumes": [
  420. "application/json"
  421. ],
  422. "produces": [
  423. "application/json"
  424. ],
  425. "tags": [
  426. "广告管理"
  427. ],
  428. "summary": "广告管理-广告列表-保存",
  429. "parameters": [
  430. {
  431. "type": "string",
  432. "description": "验证参数Bearer和token空格拼接",
  433. "name": "Authorization",
  434. "in": "header",
  435. "required": true
  436. },
  437. {
  438. "description": "(分页信息必填)",
  439. "name": "req",
  440. "in": "body",
  441. "required": true,
  442. "schema": {
  443. "$ref": "#/definitions/md.AdvertisingSaveReq"
  444. }
  445. }
  446. ],
  447. "responses": {
  448. "200": {
  449. "description": "具体数据",
  450. "schema": {
  451. "type": "string"
  452. }
  453. },
  454. "400": {
  455. "description": "具体错误",
  456. "schema": {
  457. "$ref": "#/definitions/md.Response"
  458. }
  459. }
  460. }
  461. }
  462. },
  463. "/api/advertising/setBasic": {
  464. "post": {
  465. "description": "广告管理-基础设置-信息保存",
  466. "consumes": [
  467. "application/json"
  468. ],
  469. "produces": [
  470. "application/json"
  471. ],
  472. "tags": [
  473. "广告管理"
  474. ],
  475. "summary": "广告管理-基础设置-信息保存",
  476. "parameters": [
  477. {
  478. "type": "string",
  479. "description": "验证参数Bearer和token空格拼接",
  480. "name": "Authorization",
  481. "in": "header",
  482. "required": true
  483. },
  484. {
  485. "description": "(分页信息必填)",
  486. "name": "req",
  487. "in": "body",
  488. "required": true,
  489. "schema": {
  490. "$ref": "#/definitions/md.AdvertisingBase"
  491. }
  492. }
  493. ],
  494. "responses": {
  495. "200": {
  496. "description": "具体数据",
  497. "schema": {
  498. "type": "string"
  499. }
  500. },
  501. "400": {
  502. "description": "具体错误",
  503. "schema": {
  504. "$ref": "#/definitions/md.Response"
  505. }
  506. }
  507. }
  508. }
  509. },
  510. "/api/advertising/setLimit": {
  511. "post": {
  512. "description": "广告管理-广告设置-信息保存",
  513. "consumes": [
  514. "application/json"
  515. ],
  516. "produces": [
  517. "application/json"
  518. ],
  519. "tags": [
  520. "广告管理"
  521. ],
  522. "summary": "广告管理-广告设置-信息保存",
  523. "parameters": [
  524. {
  525. "type": "string",
  526. "description": "验证参数Bearer和token空格拼接",
  527. "name": "Authorization",
  528. "in": "header",
  529. "required": true
  530. },
  531. {
  532. "description": "(分页信息必填)",
  533. "name": "req",
  534. "in": "body",
  535. "required": true,
  536. "schema": {
  537. "$ref": "#/definitions/md.AdvertisingLimit"
  538. }
  539. }
  540. ],
  541. "responses": {
  542. "200": {
  543. "description": "具体数据",
  544. "schema": {
  545. "type": "string"
  546. }
  547. },
  548. "400": {
  549. "description": "具体错误",
  550. "schema": {
  551. "$ref": "#/definitions/md.Response"
  552. }
  553. }
  554. }
  555. }
  556. },
  557. "/api/advertising/setPlayletBasic": {
  558. "post": {
  559. "description": "广告管理-短剧设置-信息保存",
  560. "consumes": [
  561. "application/json"
  562. ],
  563. "produces": [
  564. "application/json"
  565. ],
  566. "tags": [
  567. "广告管理"
  568. ],
  569. "summary": "广告管理-短剧设置-信息保存",
  570. "parameters": [
  571. {
  572. "type": "string",
  573. "description": "验证参数Bearer和token空格拼接",
  574. "name": "Authorization",
  575. "in": "header",
  576. "required": true
  577. },
  578. {
  579. "description": "(分页信息必填)",
  580. "name": "req",
  581. "in": "body",
  582. "required": true,
  583. "schema": {
  584. "$ref": "#/definitions/md.PlayletIncentiveBaseData"
  585. }
  586. }
  587. ],
  588. "responses": {
  589. "200": {
  590. "description": "具体数据",
  591. "schema": {
  592. "type": "string"
  593. }
  594. },
  595. "400": {
  596. "description": "具体错误",
  597. "schema": {
  598. "$ref": "#/definitions/md.Response"
  599. }
  600. }
  601. }
  602. }
  603. },
  604. "/api/article/cate/del": {
  605. "post": {
  606. "description": "分类列表-分类删除",
  607. "consumes": [
  608. "application/json"
  609. ],
  610. "produces": [
  611. "application/json"
  612. ],
  613. "tags": [
  614. "文章资讯"
  615. ],
  616. "summary": "文章资讯-分类列表-分类删除",
  617. "parameters": [
  618. {
  619. "type": "string",
  620. "description": "验证参数Bearer和token空格拼接",
  621. "name": "Authorization",
  622. "in": "header",
  623. "required": true
  624. },
  625. {
  626. "description": "(分页信息必填)",
  627. "name": "req",
  628. "in": "body",
  629. "required": true,
  630. "schema": {
  631. "$ref": "#/definitions/md.ArticleCateDelReq"
  632. }
  633. }
  634. ],
  635. "responses": {
  636. "200": {
  637. "description": "具体数据",
  638. "schema": {
  639. "type": "string"
  640. }
  641. },
  642. "400": {
  643. "description": "具体错误",
  644. "schema": {
  645. "$ref": "#/definitions/md.Response"
  646. }
  647. }
  648. }
  649. }
  650. },
  651. "/api/article/cate/list": {
  652. "post": {
  653. "description": "分类列表",
  654. "consumes": [
  655. "application/json"
  656. ],
  657. "produces": [
  658. "application/json"
  659. ],
  660. "tags": [
  661. "文章资讯"
  662. ],
  663. "summary": "文章资讯-分类列表",
  664. "parameters": [
  665. {
  666. "type": "string",
  667. "description": "验证参数Bearer和token空格拼接",
  668. "name": "Authorization",
  669. "in": "header",
  670. "required": true
  671. },
  672. {
  673. "description": "(分页信息必填)",
  674. "name": "req",
  675. "in": "body",
  676. "required": true,
  677. "schema": {
  678. "$ref": "#/definitions/md.ArticleCateListReq"
  679. }
  680. }
  681. ],
  682. "responses": {
  683. "200": {
  684. "description": "具体数据",
  685. "schema": {
  686. "$ref": "#/definitions/md.ArticleCateListResp"
  687. }
  688. },
  689. "400": {
  690. "description": "具体错误",
  691. "schema": {
  692. "$ref": "#/definitions/md.Response"
  693. }
  694. }
  695. }
  696. }
  697. },
  698. "/api/article/cate/save": {
  699. "post": {
  700. "description": "分类列表-分类保存",
  701. "consumes": [
  702. "application/json"
  703. ],
  704. "produces": [
  705. "application/json"
  706. ],
  707. "tags": [
  708. "文章资讯"
  709. ],
  710. "summary": "文章资讯-分类列表-分类保存",
  711. "parameters": [
  712. {
  713. "type": "string",
  714. "description": "验证参数Bearer和token空格拼接",
  715. "name": "Authorization",
  716. "in": "header",
  717. "required": true
  718. },
  719. {
  720. "description": "(分页信息必填)",
  721. "name": "req",
  722. "in": "body",
  723. "required": true,
  724. "schema": {
  725. "$ref": "#/definitions/md.ArticleCateSaveReq"
  726. }
  727. }
  728. ],
  729. "responses": {
  730. "200": {
  731. "description": "具体数据",
  732. "schema": {
  733. "type": "string"
  734. }
  735. },
  736. "400": {
  737. "description": "具体错误",
  738. "schema": {
  739. "$ref": "#/definitions/md.Response"
  740. }
  741. }
  742. }
  743. }
  744. },
  745. "/api/article/content/del": {
  746. "post": {
  747. "description": "文章列表-文章删除",
  748. "consumes": [
  749. "application/json"
  750. ],
  751. "produces": [
  752. "application/json"
  753. ],
  754. "tags": [
  755. "文章资讯"
  756. ],
  757. "summary": "文章资讯-文章列表-文章删除",
  758. "parameters": [
  759. {
  760. "type": "string",
  761. "description": "验证参数Bearer和token空格拼接",
  762. "name": "Authorization",
  763. "in": "header",
  764. "required": true
  765. },
  766. {
  767. "description": "(分页信息必填)",
  768. "name": "req",
  769. "in": "body",
  770. "required": true,
  771. "schema": {
  772. "$ref": "#/definitions/md.ArticleDelReq"
  773. }
  774. }
  775. ],
  776. "responses": {
  777. "200": {
  778. "description": "具体数据",
  779. "schema": {
  780. "type": "string"
  781. }
  782. },
  783. "400": {
  784. "description": "具体错误",
  785. "schema": {
  786. "$ref": "#/definitions/md.Response"
  787. }
  788. }
  789. }
  790. }
  791. },
  792. "/api/article/content/list": {
  793. "post": {
  794. "description": "文章列表",
  795. "consumes": [
  796. "application/json"
  797. ],
  798. "produces": [
  799. "application/json"
  800. ],
  801. "tags": [
  802. "文章资讯"
  803. ],
  804. "summary": "文章资讯-文章列表",
  805. "parameters": [
  806. {
  807. "type": "string",
  808. "description": "验证参数Bearer和token空格拼接",
  809. "name": "Authorization",
  810. "in": "header",
  811. "required": true
  812. },
  813. {
  814. "description": "(分页信息必填)",
  815. "name": "req",
  816. "in": "body",
  817. "required": true,
  818. "schema": {
  819. "$ref": "#/definitions/md.ArticleListReq"
  820. }
  821. }
  822. ],
  823. "responses": {
  824. "200": {
  825. "description": "具体数据",
  826. "schema": {
  827. "$ref": "#/definitions/md.ArticleListResp"
  828. }
  829. },
  830. "400": {
  831. "description": "具体错误",
  832. "schema": {
  833. "$ref": "#/definitions/md.Response"
  834. }
  835. }
  836. }
  837. }
  838. },
  839. "/api/article/content/save": {
  840. "post": {
  841. "description": "文章列表-文章保存",
  842. "consumes": [
  843. "application/json"
  844. ],
  845. "produces": [
  846. "application/json"
  847. ],
  848. "tags": [
  849. "文章资讯"
  850. ],
  851. "summary": "文章资讯-文章列表-文章保存",
  852. "parameters": [
  853. {
  854. "type": "string",
  855. "description": "验证参数Bearer和token空格拼接",
  856. "name": "Authorization",
  857. "in": "header",
  858. "required": true
  859. },
  860. {
  861. "description": "(分页信息必填)",
  862. "name": "req",
  863. "in": "body",
  864. "required": true,
  865. "schema": {
  866. "$ref": "#/definitions/md.ArticleSaveReq"
  867. }
  868. }
  869. ],
  870. "responses": {
  871. "200": {
  872. "description": "具体数据",
  873. "schema": {
  874. "type": "string"
  875. }
  876. },
  877. "400": {
  878. "description": "具体错误",
  879. "schema": {
  880. "$ref": "#/definitions/md.Response"
  881. }
  882. }
  883. }
  884. }
  885. },
  886. "/api/cloudBundle/audit/clear": {
  887. "post": {
  888. "description": "云打包-云打包-清除审核模板",
  889. "consumes": [
  890. "application/json"
  891. ],
  892. "produces": [
  893. "application/json"
  894. ],
  895. "tags": [
  896. "云打包"
  897. ],
  898. "summary": "云打包-云打包-清除审核模板",
  899. "parameters": [
  900. {
  901. "type": "string",
  902. "description": "验证参数Bearer和token空格拼接",
  903. "name": "Authorization",
  904. "in": "header",
  905. "required": true
  906. },
  907. {
  908. "description": "(分页信息必填)",
  909. "name": "req",
  910. "in": "body",
  911. "required": true,
  912. "schema": {
  913. "$ref": "#/definitions/md.AuditClearReq"
  914. }
  915. }
  916. ],
  917. "responses": {
  918. "200": {
  919. "description": "具体数据",
  920. "schema": {
  921. "type": "string"
  922. }
  923. },
  924. "400": {
  925. "description": "具体错误",
  926. "schema": {
  927. "$ref": "#/definitions/md.Response"
  928. }
  929. }
  930. }
  931. }
  932. },
  933. "/api/cloudBundle/audit/set": {
  934. "post": {
  935. "description": "云打包-云打包-设置为审核模板",
  936. "consumes": [
  937. "application/json"
  938. ],
  939. "produces": [
  940. "application/json"
  941. ],
  942. "tags": [
  943. "云打包"
  944. ],
  945. "summary": "云打包-云打包-设置为审核模板",
  946. "parameters": [
  947. {
  948. "type": "string",
  949. "description": "验证参数Bearer和token空格拼接",
  950. "name": "Authorization",
  951. "in": "header",
  952. "required": true
  953. },
  954. {
  955. "description": "(分页信息必填)",
  956. "name": "req",
  957. "in": "body",
  958. "required": true,
  959. "schema": {
  960. "$ref": "#/definitions/md.CommReq"
  961. }
  962. }
  963. ],
  964. "responses": {
  965. "200": {
  966. "description": "具体数据",
  967. "schema": {
  968. "type": "string"
  969. }
  970. },
  971. "400": {
  972. "description": "具体错误",
  973. "schema": {
  974. "$ref": "#/definitions/md.Response"
  975. }
  976. }
  977. }
  978. }
  979. },
  980. "/api/cloudBundle/base": {
  981. "get": {
  982. "description": "打包机使用-云打包基本信息",
  983. "consumes": [
  984. "application/json"
  985. ],
  986. "produces": [
  987. "application/json"
  988. ],
  989. "tags": [
  990. "打包机使用"
  991. ],
  992. "summary": "打包机使用-云打包基本信息",
  993. "parameters": [
  994. {
  995. "type": "string",
  996. "description": "验证参数Bearer和token空格拼接",
  997. "name": "Authorization",
  998. "in": "header",
  999. "required": true
  1000. }
  1001. ],
  1002. "responses": {
  1003. "200": {
  1004. "description": "具体数据",
  1005. "schema": {
  1006. "$ref": "#/definitions/md.CloudBundleBaseResp"
  1007. }
  1008. },
  1009. "400": {
  1010. "description": "具体错误",
  1011. "schema": {
  1012. "$ref": "#/definitions/md.Response"
  1013. }
  1014. }
  1015. }
  1016. }
  1017. },
  1018. "/api/cloudBundle/build": {
  1019. "post": {
  1020. "description": "云打包-云打包操作",
  1021. "consumes": [
  1022. "application/json"
  1023. ],
  1024. "produces": [
  1025. "application/json"
  1026. ],
  1027. "tags": [
  1028. "云打包"
  1029. ],
  1030. "summary": "云打包-云打包操作",
  1031. "parameters": [
  1032. {
  1033. "type": "string",
  1034. "description": "验证参数Bearer和token空格拼接",
  1035. "name": "Authorization",
  1036. "in": "header",
  1037. "required": true
  1038. },
  1039. {
  1040. "description": "(分页信息必填)",
  1041. "name": "req",
  1042. "in": "body",
  1043. "required": true,
  1044. "schema": {
  1045. "$ref": "#/definitions/md.CloudBundleBuildReq"
  1046. }
  1047. }
  1048. ],
  1049. "responses": {
  1050. "200": {
  1051. "description": "具体数据",
  1052. "schema": {
  1053. "type": "string"
  1054. }
  1055. },
  1056. "400": {
  1057. "description": "具体错误",
  1058. "schema": {
  1059. "$ref": "#/definitions/md.Response"
  1060. }
  1061. }
  1062. }
  1063. }
  1064. },
  1065. "/api/cloudBundle/del": {
  1066. "post": {
  1067. "description": "云打包-云打包删除",
  1068. "consumes": [
  1069. "application/json"
  1070. ],
  1071. "produces": [
  1072. "application/json"
  1073. ],
  1074. "tags": [
  1075. "云打包"
  1076. ],
  1077. "summary": "云打包-云打包删除",
  1078. "parameters": [
  1079. {
  1080. "type": "string",
  1081. "description": "验证参数Bearer和token空格拼接",
  1082. "name": "Authorization",
  1083. "in": "header",
  1084. "required": true
  1085. },
  1086. {
  1087. "description": "(分页信息必填)",
  1088. "name": "req",
  1089. "in": "body",
  1090. "required": true,
  1091. "schema": {
  1092. "$ref": "#/definitions/md.CloudBundleDelReq"
  1093. }
  1094. }
  1095. ],
  1096. "responses": {
  1097. "200": {
  1098. "description": "具体数据",
  1099. "schema": {
  1100. "type": "string"
  1101. }
  1102. },
  1103. "400": {
  1104. "description": "具体错误",
  1105. "schema": {
  1106. "$ref": "#/definitions/md.Response"
  1107. }
  1108. }
  1109. }
  1110. }
  1111. },
  1112. "/api/cloudBundle/img/base": {
  1113. "get": {
  1114. "description": "云打包-图片配置",
  1115. "consumes": [
  1116. "application/json"
  1117. ],
  1118. "produces": [
  1119. "application/json"
  1120. ],
  1121. "tags": [
  1122. "云打包"
  1123. ],
  1124. "summary": "云打包-云打包-图片配置",
  1125. "parameters": [
  1126. {
  1127. "type": "string",
  1128. "description": "验证参数Bearer和token空格拼接",
  1129. "name": "Authorization",
  1130. "in": "header",
  1131. "required": true
  1132. }
  1133. ],
  1134. "responses": {
  1135. "200": {
  1136. "description": "具体数据",
  1137. "schema": {
  1138. "$ref": "#/definitions/md.CloudBundleImgResp"
  1139. }
  1140. },
  1141. "400": {
  1142. "description": "具体错误",
  1143. "schema": {
  1144. "$ref": "#/definitions/md.Response"
  1145. }
  1146. }
  1147. }
  1148. }
  1149. },
  1150. "/api/cloudBundle/img/base/save": {
  1151. "post": {
  1152. "description": "云打包-图片配置",
  1153. "consumes": [
  1154. "application/json"
  1155. ],
  1156. "produces": [
  1157. "application/json"
  1158. ],
  1159. "tags": [
  1160. "云打包"
  1161. ],
  1162. "summary": "云打包-图片配置",
  1163. "parameters": [
  1164. {
  1165. "type": "string",
  1166. "description": "验证参数Bearer和token空格拼接",
  1167. "name": "Authorization",
  1168. "in": "header",
  1169. "required": true
  1170. },
  1171. {
  1172. "description": "(分页信息必填)",
  1173. "name": "req",
  1174. "in": "body",
  1175. "required": true,
  1176. "schema": {
  1177. "$ref": "#/definitions/md.CloudBundleImgResp"
  1178. }
  1179. }
  1180. ],
  1181. "responses": {
  1182. "200": {
  1183. "description": "具体数据",
  1184. "schema": {
  1185. "type": "string"
  1186. }
  1187. },
  1188. "400": {
  1189. "description": "具体错误",
  1190. "schema": {
  1191. "$ref": "#/definitions/md.Response"
  1192. }
  1193. }
  1194. }
  1195. }
  1196. },
  1197. "/api/cloudBundle/list": {
  1198. "post": {
  1199. "description": "云打包-云打包版本列表",
  1200. "consumes": [
  1201. "application/json"
  1202. ],
  1203. "produces": [
  1204. "application/json"
  1205. ],
  1206. "tags": [
  1207. "云打包"
  1208. ],
  1209. "summary": "云打包-云打包版本列表",
  1210. "parameters": [
  1211. {
  1212. "type": "string",
  1213. "description": "验证参数Bearer和token空格拼接",
  1214. "name": "Authorization",
  1215. "in": "header",
  1216. "required": true
  1217. },
  1218. {
  1219. "description": "(分页信息必填)",
  1220. "name": "req",
  1221. "in": "body",
  1222. "required": true,
  1223. "schema": {
  1224. "$ref": "#/definitions/md.CloudBundleReq"
  1225. }
  1226. }
  1227. ],
  1228. "responses": {
  1229. "200": {
  1230. "description": "具体数据",
  1231. "schema": {
  1232. "$ref": "#/definitions/md.CloudBundleResp"
  1233. }
  1234. },
  1235. "400": {
  1236. "description": "具体错误",
  1237. "schema": {
  1238. "$ref": "#/definitions/md.Response"
  1239. }
  1240. }
  1241. }
  1242. }
  1243. },
  1244. "/api/cloudBundle/update/state": {
  1245. "post": {
  1246. "description": "打包机使用-云打包更新状态",
  1247. "consumes": [
  1248. "application/json"
  1249. ],
  1250. "produces": [
  1251. "application/json"
  1252. ],
  1253. "tags": [
  1254. "打包机使用"
  1255. ],
  1256. "summary": "打包机使用-云打包更新状态等",
  1257. "parameters": [
  1258. {
  1259. "type": "string",
  1260. "description": "验证参数Bearer和token空格拼接",
  1261. "name": "Authorization",
  1262. "in": "header",
  1263. "required": true
  1264. },
  1265. {
  1266. "description": "(分页信息必填)",
  1267. "name": "req",
  1268. "in": "body",
  1269. "required": true,
  1270. "schema": {
  1271. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  1272. }
  1273. }
  1274. ],
  1275. "responses": {
  1276. "200": {
  1277. "description": "具体数据",
  1278. "schema": {
  1279. "type": "string"
  1280. }
  1281. },
  1282. "400": {
  1283. "description": "具体错误",
  1284. "schema": {
  1285. "$ref": "#/definitions/md.Response"
  1286. }
  1287. }
  1288. }
  1289. }
  1290. },
  1291. "/api/cloudBundle/upload": {
  1292. "post": {
  1293. "description": "打包机使用-云打包-上传许可链接(获取)",
  1294. "consumes": [
  1295. "application/json"
  1296. ],
  1297. "produces": [
  1298. "application/json"
  1299. ],
  1300. "tags": [
  1301. "打包机使用"
  1302. ],
  1303. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1304. "parameters": [
  1305. {
  1306. "type": "string",
  1307. "description": "验证参数Bearer和token空格拼接",
  1308. "name": "Authorization",
  1309. "in": "header",
  1310. "required": true
  1311. },
  1312. {
  1313. "description": "签名上传url",
  1314. "name": "req",
  1315. "in": "body",
  1316. "required": true,
  1317. "schema": {
  1318. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1319. }
  1320. }
  1321. ],
  1322. "responses": {
  1323. "200": {
  1324. "description": "许可链接",
  1325. "schema": {
  1326. "type": "string"
  1327. }
  1328. },
  1329. "400": {
  1330. "description": "具体错误",
  1331. "schema": {
  1332. "$ref": "#/definitions/md.Response"
  1333. }
  1334. }
  1335. }
  1336. }
  1337. },
  1338. "/api/cloudBundle/version/base": {
  1339. "get": {
  1340. "description": "云打包-图片配置",
  1341. "consumes": [
  1342. "application/json"
  1343. ],
  1344. "produces": [
  1345. "application/json"
  1346. ],
  1347. "tags": [
  1348. "云打包"
  1349. ],
  1350. "summary": "云打包-云打包-图片配置",
  1351. "parameters": [
  1352. {
  1353. "type": "string",
  1354. "description": "验证参数Bearer和token空格拼接",
  1355. "name": "Authorization",
  1356. "in": "header",
  1357. "required": true
  1358. }
  1359. ],
  1360. "responses": {
  1361. "200": {
  1362. "description": "具体数据",
  1363. "schema": {
  1364. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1365. }
  1366. },
  1367. "400": {
  1368. "description": "具体错误",
  1369. "schema": {
  1370. "$ref": "#/definitions/md.Response"
  1371. }
  1372. }
  1373. }
  1374. }
  1375. },
  1376. "/api/cloudBundle/version/base/save": {
  1377. "post": {
  1378. "description": "云打包-图片配置",
  1379. "consumes": [
  1380. "application/json"
  1381. ],
  1382. "produces": [
  1383. "application/json"
  1384. ],
  1385. "tags": [
  1386. "云打包"
  1387. ],
  1388. "summary": "云打包-图片配置",
  1389. "parameters": [
  1390. {
  1391. "type": "string",
  1392. "description": "验证参数Bearer和token空格拼接",
  1393. "name": "Authorization",
  1394. "in": "header",
  1395. "required": true
  1396. },
  1397. {
  1398. "description": "(分页信息必填)",
  1399. "name": "req",
  1400. "in": "body",
  1401. "required": true,
  1402. "schema": {
  1403. "$ref": "#/definitions/md.CloudBundleVersion"
  1404. }
  1405. }
  1406. ],
  1407. "responses": {
  1408. "200": {
  1409. "description": "具体数据",
  1410. "schema": {
  1411. "type": "string"
  1412. }
  1413. },
  1414. "400": {
  1415. "description": "具体错误",
  1416. "schema": {
  1417. "$ref": "#/definitions/md.Response"
  1418. }
  1419. }
  1420. }
  1421. }
  1422. },
  1423. "/api/comm/adminInfo": {
  1424. "post": {
  1425. "description": "获取管理员信息",
  1426. "consumes": [
  1427. "application/json"
  1428. ],
  1429. "produces": [
  1430. "application/json"
  1431. ],
  1432. "tags": [
  1433. "通用请求"
  1434. ],
  1435. "summary": "通用请求-获取管理员信息",
  1436. "parameters": [
  1437. {
  1438. "type": "string",
  1439. "description": "验证参数Bearer和token空格拼接",
  1440. "name": "Authorization",
  1441. "in": "header",
  1442. "required": true
  1443. }
  1444. ],
  1445. "responses": {
  1446. "200": {
  1447. "description": "管理员信息",
  1448. "schema": {
  1449. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1450. }
  1451. },
  1452. "400": {
  1453. "description": "具体错误",
  1454. "schema": {
  1455. "$ref": "#/definitions/md.Response"
  1456. }
  1457. }
  1458. }
  1459. }
  1460. },
  1461. "/api/comm/getMenuList": {
  1462. "post": {
  1463. "description": "菜单栏列表(获取)",
  1464. "consumes": [
  1465. "application/json"
  1466. ],
  1467. "produces": [
  1468. "application/json"
  1469. ],
  1470. "tags": [
  1471. "权限列表"
  1472. ],
  1473. "summary": "通用请求-权限列表-菜单栏列表(获取)",
  1474. "parameters": [
  1475. {
  1476. "type": "string",
  1477. "description": "验证参数Bearer和token空格拼接",
  1478. "name": "Authorization",
  1479. "in": "header",
  1480. "required": true
  1481. }
  1482. ],
  1483. "responses": {
  1484. "200": {
  1485. "description": "具体路由",
  1486. "schema": {
  1487. "type": "object",
  1488. "additionalProperties": true
  1489. }
  1490. },
  1491. "400": {
  1492. "description": "具体错误",
  1493. "schema": {
  1494. "$ref": "#/definitions/md.Response"
  1495. }
  1496. }
  1497. }
  1498. }
  1499. },
  1500. "/api/comm/getOssUrl": {
  1501. "post": {
  1502. "description": "上传许可链接(获取)",
  1503. "consumes": [
  1504. "application/json"
  1505. ],
  1506. "produces": [
  1507. "application/json"
  1508. ],
  1509. "tags": [
  1510. "对象存储"
  1511. ],
  1512. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1513. "parameters": [
  1514. {
  1515. "type": "string",
  1516. "description": "验证参数Bearer和token空格拼接",
  1517. "name": "Authorization",
  1518. "in": "header",
  1519. "required": true
  1520. },
  1521. {
  1522. "description": "签名上传url",
  1523. "name": "req",
  1524. "in": "body",
  1525. "required": true,
  1526. "schema": {
  1527. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1528. }
  1529. }
  1530. ],
  1531. "responses": {
  1532. "200": {
  1533. "description": "许可链接",
  1534. "schema": {
  1535. "type": "string"
  1536. }
  1537. },
  1538. "400": {
  1539. "description": "具体错误",
  1540. "schema": {
  1541. "$ref": "#/definitions/md.Response"
  1542. }
  1543. }
  1544. }
  1545. }
  1546. },
  1547. "/api/config": {
  1548. "get": {
  1549. "description": "基本配置",
  1550. "consumes": [
  1551. "application/json"
  1552. ],
  1553. "produces": [
  1554. "application/json"
  1555. ],
  1556. "tags": [
  1557. "基本配置"
  1558. ],
  1559. "summary": "基本配置",
  1560. "parameters": [
  1561. {
  1562. "type": "string",
  1563. "description": "验证参数Bearer和token空格拼接",
  1564. "name": "Authorization",
  1565. "in": "header",
  1566. "required": true
  1567. }
  1568. ],
  1569. "responses": {
  1570. "200": {
  1571. "description": "具体数据",
  1572. "schema": {
  1573. "$ref": "#/definitions/md.ConfigResp"
  1574. }
  1575. },
  1576. "400": {
  1577. "description": "具体错误",
  1578. "schema": {
  1579. "$ref": "#/definitions/md.Response"
  1580. }
  1581. }
  1582. }
  1583. }
  1584. },
  1585. "/api/demo": {
  1586. "post": {
  1587. "description": "Demo样例测试",
  1588. "consumes": [
  1589. "application/json"
  1590. ],
  1591. "produces": [
  1592. "application/json"
  1593. ],
  1594. "tags": [
  1595. "Demo"
  1596. ],
  1597. "summary": "Demo测试",
  1598. "parameters": [
  1599. {
  1600. "description": "用户名密码",
  1601. "name": "req",
  1602. "in": "body",
  1603. "required": true,
  1604. "schema": {}
  1605. }
  1606. ],
  1607. "responses": {
  1608. "200": {
  1609. "description": "token",
  1610. "schema": {
  1611. "type": "object",
  1612. "additionalProperties": true
  1613. }
  1614. },
  1615. "400": {
  1616. "description": "具体错误",
  1617. "schema": {
  1618. "$ref": "#/definitions/md.Response"
  1619. }
  1620. }
  1621. }
  1622. }
  1623. },
  1624. "/api/financialCenter/withdraw/applyList": {
  1625. "post": {
  1626. "description": "提现申请列表(获取)",
  1627. "consumes": [
  1628. "application/json"
  1629. ],
  1630. "produces": [
  1631. "application/json"
  1632. ],
  1633. "tags": [
  1634. "提现"
  1635. ],
  1636. "summary": "财务中心-提现-提现申请列表(获取)",
  1637. "parameters": [
  1638. {
  1639. "type": "string",
  1640. "description": "验证参数Bearer和token空格拼接",
  1641. "name": "Authorization",
  1642. "in": "header",
  1643. "required": true
  1644. },
  1645. {
  1646. "description": "筛选条件",
  1647. "name": "req",
  1648. "in": "body",
  1649. "schema": {
  1650. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1651. }
  1652. }
  1653. ],
  1654. "responses": {
  1655. "200": {
  1656. "description": "具体数据",
  1657. "schema": {
  1658. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1659. }
  1660. },
  1661. "400": {
  1662. "description": "具体错误",
  1663. "schema": {
  1664. "$ref": "#/definitions/md.Response"
  1665. }
  1666. }
  1667. }
  1668. }
  1669. },
  1670. "/api/financialCenter/withdraw/audit": {
  1671. "post": {
  1672. "description": "提现审核",
  1673. "consumes": [
  1674. "application/json"
  1675. ],
  1676. "produces": [
  1677. "application/json"
  1678. ],
  1679. "tags": [
  1680. "提现"
  1681. ],
  1682. "summary": "财务中心-提现-审核",
  1683. "parameters": [
  1684. {
  1685. "type": "string",
  1686. "description": "验证参数Bearer和token空格拼接",
  1687. "name": "Authorization",
  1688. "in": "header",
  1689. "required": true
  1690. },
  1691. {
  1692. "description": "筛选条件",
  1693. "name": "req",
  1694. "in": "body",
  1695. "schema": {
  1696. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1697. }
  1698. }
  1699. ],
  1700. "responses": {
  1701. "200": {
  1702. "description": "success",
  1703. "schema": {
  1704. "type": "string"
  1705. }
  1706. },
  1707. "400": {
  1708. "description": "具体错误",
  1709. "schema": {
  1710. "$ref": "#/definitions/md.Response"
  1711. }
  1712. }
  1713. }
  1714. }
  1715. },
  1716. "/api/financialCenter/withdraw/setting": {
  1717. "get": {
  1718. "description": "基础设置(获取)",
  1719. "consumes": [
  1720. "application/json"
  1721. ],
  1722. "produces": [
  1723. "application/json"
  1724. ],
  1725. "tags": [
  1726. "提现"
  1727. ],
  1728. "summary": "财务中心-提现-基础设置(获取)",
  1729. "parameters": [
  1730. {
  1731. "type": "string",
  1732. "description": "验证参数Bearer和token空格拼接",
  1733. "name": "Authorization",
  1734. "in": "header",
  1735. "required": true
  1736. }
  1737. ],
  1738. "responses": {
  1739. "200": {
  1740. "description": "具体数据",
  1741. "schema": {
  1742. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1743. }
  1744. },
  1745. "400": {
  1746. "description": "具体错误",
  1747. "schema": {
  1748. "$ref": "#/definitions/md.Response"
  1749. }
  1750. }
  1751. }
  1752. }
  1753. },
  1754. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1755. "post": {
  1756. "description": "基础设置(更新)",
  1757. "consumes": [
  1758. "application/json"
  1759. ],
  1760. "produces": [
  1761. "application/json"
  1762. ],
  1763. "tags": [
  1764. "提现"
  1765. ],
  1766. "summary": "财务中心-提现-基础设置(更新)",
  1767. "parameters": [
  1768. {
  1769. "type": "string",
  1770. "description": "验证参数Bearer和token空格拼接",
  1771. "name": "Authorization",
  1772. "in": "header",
  1773. "required": true
  1774. },
  1775. {
  1776. "description": "id 必填",
  1777. "name": "req",
  1778. "in": "body",
  1779. "required": true,
  1780. "schema": {
  1781. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1782. }
  1783. }
  1784. ],
  1785. "responses": {
  1786. "200": {
  1787. "description": "修改数据条数",
  1788. "schema": {
  1789. "type": "int"
  1790. }
  1791. },
  1792. "400": {
  1793. "description": "具体错误",
  1794. "schema": {
  1795. "$ref": "#/definitions/md.Response"
  1796. }
  1797. }
  1798. }
  1799. }
  1800. },
  1801. "/api/friendCircleSettings/basic/index": {
  1802. "get": {
  1803. "description": "基础设置(获取)",
  1804. "consumes": [
  1805. "application/json"
  1806. ],
  1807. "produces": [
  1808. "application/json"
  1809. ],
  1810. "tags": [
  1811. "动态设置"
  1812. ],
  1813. "summary": "社交管理-动态设置-基础设置(获取)",
  1814. "parameters": [
  1815. {
  1816. "type": "string",
  1817. "description": "验证参数Bearer和token空格拼接",
  1818. "name": "Authorization",
  1819. "in": "header",
  1820. "required": true
  1821. }
  1822. ],
  1823. "responses": {
  1824. "200": {
  1825. "description": "具体数据",
  1826. "schema": {
  1827. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1828. }
  1829. },
  1830. "400": {
  1831. "description": "具体错误",
  1832. "schema": {
  1833. "$ref": "#/definitions/md.Response"
  1834. }
  1835. }
  1836. }
  1837. }
  1838. },
  1839. "/api/friendCircleSettings/basic/save": {
  1840. "post": {
  1841. "description": "基础设置(更新)",
  1842. "consumes": [
  1843. "application/json"
  1844. ],
  1845. "produces": [
  1846. "application/json"
  1847. ],
  1848. "tags": [
  1849. "动态设置"
  1850. ],
  1851. "summary": "社交管理-动态设置-基础设置(更新)",
  1852. "parameters": [
  1853. {
  1854. "type": "string",
  1855. "description": "验证参数Bearer和token空格拼接",
  1856. "name": "Authorization",
  1857. "in": "header",
  1858. "required": true
  1859. },
  1860. {
  1861. "description": "id 必填",
  1862. "name": "req",
  1863. "in": "body",
  1864. "required": true,
  1865. "schema": {
  1866. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1867. }
  1868. }
  1869. ],
  1870. "responses": {
  1871. "200": {
  1872. "description": "修改数据条数",
  1873. "schema": {
  1874. "type": "int"
  1875. }
  1876. },
  1877. "400": {
  1878. "description": "具体错误",
  1879. "schema": {
  1880. "$ref": "#/definitions/md.Response"
  1881. }
  1882. }
  1883. }
  1884. }
  1885. },
  1886. "/api/friendCircleSettings/blackList/add": {
  1887. "post": {
  1888. "description": "黑名单(新增)",
  1889. "consumes": [
  1890. "application/json"
  1891. ],
  1892. "produces": [
  1893. "application/json"
  1894. ],
  1895. "tags": [
  1896. "动态设置"
  1897. ],
  1898. "summary": "社交管理-动态设置-黑名单(新增)",
  1899. "parameters": [
  1900. {
  1901. "type": "string",
  1902. "description": "验证参数Bearer和token空格拼接",
  1903. "name": "Authorization",
  1904. "in": "header",
  1905. "required": true
  1906. },
  1907. {
  1908. "description": "用户id 必填",
  1909. "name": "req",
  1910. "in": "body",
  1911. "required": true,
  1912. "schema": {
  1913. "$ref": "#/definitions/md.AddBlackListReq"
  1914. }
  1915. }
  1916. ],
  1917. "responses": {
  1918. "200": {
  1919. "description": "生成的黑名单id",
  1920. "schema": {
  1921. "type": "string"
  1922. }
  1923. },
  1924. "400": {
  1925. "description": "具体错误",
  1926. "schema": {
  1927. "$ref": "#/definitions/md.Response"
  1928. }
  1929. }
  1930. }
  1931. }
  1932. },
  1933. "/api/friendCircleSettings/blackList/del": {
  1934. "delete": {
  1935. "description": "黑名单(删除)",
  1936. "consumes": [
  1937. "application/json"
  1938. ],
  1939. "produces": [
  1940. "application/json"
  1941. ],
  1942. "tags": [
  1943. "动态设置"
  1944. ],
  1945. "summary": "社交管理-动态设置-黑名单(删除)",
  1946. "parameters": [
  1947. {
  1948. "type": "string",
  1949. "description": "验证参数Bearer和token空格拼接",
  1950. "name": "Authorization",
  1951. "in": "header",
  1952. "required": true
  1953. },
  1954. {
  1955. "description": "黑名单id 必填",
  1956. "name": "req",
  1957. "in": "body",
  1958. "required": true,
  1959. "schema": {
  1960. "$ref": "#/definitions/md.DeleteBlackListReq"
  1961. }
  1962. }
  1963. ],
  1964. "responses": {
  1965. "200": {
  1966. "description": "删除数据数量",
  1967. "schema": {
  1968. "type": "string"
  1969. }
  1970. },
  1971. "400": {
  1972. "description": "具体错误",
  1973. "schema": {
  1974. "$ref": "#/definitions/md.Response"
  1975. }
  1976. }
  1977. }
  1978. }
  1979. },
  1980. "/api/friendCircleSettings/blackList/index": {
  1981. "get": {
  1982. "description": "黑名单(获取)",
  1983. "consumes": [
  1984. "application/json"
  1985. ],
  1986. "produces": [
  1987. "application/json"
  1988. ],
  1989. "tags": [
  1990. "动态设置"
  1991. ],
  1992. "summary": "社交管理-动态设置-黑名单(获取)",
  1993. "parameters": [
  1994. {
  1995. "type": "string",
  1996. "description": "验证参数Bearer和token空格拼接",
  1997. "name": "Authorization",
  1998. "in": "header",
  1999. "required": true
  2000. },
  2001. {
  2002. "type": "integer",
  2003. "description": "每页大小",
  2004. "name": "limit",
  2005. "in": "query",
  2006. "required": true
  2007. },
  2008. {
  2009. "type": "integer",
  2010. "description": "页数",
  2011. "name": "page",
  2012. "in": "query",
  2013. "required": true
  2014. },
  2015. {
  2016. "type": "integer",
  2017. "description": "手机号",
  2018. "name": "phone",
  2019. "in": "query",
  2020. "required": true
  2021. },
  2022. {
  2023. "type": "integer",
  2024. "description": "用户名",
  2025. "name": "nickname",
  2026. "in": "query",
  2027. "required": true
  2028. },
  2029. {
  2030. "type": "integer",
  2031. "description": "用户id",
  2032. "name": "uid",
  2033. "in": "query",
  2034. "required": true
  2035. }
  2036. ],
  2037. "responses": {
  2038. "200": {
  2039. "description": "具体数据",
  2040. "schema": {
  2041. "$ref": "#/definitions/md.GetBlackListResp"
  2042. }
  2043. },
  2044. "400": {
  2045. "description": "具体错误",
  2046. "schema": {
  2047. "$ref": "#/definitions/md.Response"
  2048. }
  2049. }
  2050. }
  2051. }
  2052. },
  2053. "/api/friendCircleSettings/dynamic/del": {
  2054. "delete": {
  2055. "description": "动态(删除)",
  2056. "consumes": [
  2057. "application/json"
  2058. ],
  2059. "produces": [
  2060. "application/json"
  2061. ],
  2062. "tags": [
  2063. "动态设置"
  2064. ],
  2065. "summary": "社交管理-动态设置-动态(删除)",
  2066. "parameters": [
  2067. {
  2068. "type": "string",
  2069. "description": "验证参数Bearer和token空格拼接",
  2070. "name": "Authorization",
  2071. "in": "header",
  2072. "required": true
  2073. },
  2074. {
  2075. "description": "删除动态id必填",
  2076. "name": "req",
  2077. "in": "body",
  2078. "required": true,
  2079. "schema": {
  2080. "$ref": "#/definitions/md.DeleteDynamicReq"
  2081. }
  2082. }
  2083. ],
  2084. "responses": {
  2085. "200": {
  2086. "description": "success",
  2087. "schema": {
  2088. "type": "string"
  2089. }
  2090. },
  2091. "400": {
  2092. "description": "具体错误",
  2093. "schema": {
  2094. "$ref": "#/definitions/md.Response"
  2095. }
  2096. }
  2097. }
  2098. }
  2099. },
  2100. "/api/friendCircleSettings/dynamic/index": {
  2101. "post": {
  2102. "description": "动态(获取)",
  2103. "consumes": [
  2104. "application/json"
  2105. ],
  2106. "produces": [
  2107. "application/json"
  2108. ],
  2109. "tags": [
  2110. "动态设置"
  2111. ],
  2112. "summary": "社交管理-动态设置-动态(获取)",
  2113. "parameters": [
  2114. {
  2115. "type": "string",
  2116. "description": "验证参数Bearer和token空格拼接",
  2117. "name": "Authorization",
  2118. "in": "header",
  2119. "required": true
  2120. },
  2121. {
  2122. "description": "筛选条件",
  2123. "name": "req",
  2124. "in": "body",
  2125. "schema": {
  2126. "$ref": "#/definitions/md.GetDynamicReq"
  2127. }
  2128. }
  2129. ],
  2130. "responses": {
  2131. "200": {
  2132. "description": "生成的黑名单id",
  2133. "schema": {
  2134. "$ref": "#/definitions/md.GetDynamicResp"
  2135. }
  2136. },
  2137. "400": {
  2138. "description": "具体错误",
  2139. "schema": {
  2140. "$ref": "#/definitions/md.Response"
  2141. }
  2142. }
  2143. }
  2144. }
  2145. },
  2146. "/api/friendCircleSettings/dynamic/release": {
  2147. "post": {
  2148. "description": "动态(发布)",
  2149. "consumes": [
  2150. "application/json"
  2151. ],
  2152. "produces": [
  2153. "application/json"
  2154. ],
  2155. "tags": [
  2156. "动态设置"
  2157. ],
  2158. "summary": "社交管理-动态设置-动态(发布)",
  2159. "parameters": [
  2160. {
  2161. "type": "string",
  2162. "description": "验证参数Bearer和token空格拼接",
  2163. "name": "Authorization",
  2164. "in": "header",
  2165. "required": true
  2166. },
  2167. {
  2168. "description": "发布动态信息",
  2169. "name": "req",
  2170. "in": "body",
  2171. "required": true,
  2172. "schema": {
  2173. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2174. }
  2175. }
  2176. ],
  2177. "responses": {
  2178. "200": {
  2179. "description": "success",
  2180. "schema": {
  2181. "type": "string"
  2182. }
  2183. },
  2184. "400": {
  2185. "description": "具体错误",
  2186. "schema": {
  2187. "$ref": "#/definitions/md.Response"
  2188. }
  2189. }
  2190. }
  2191. }
  2192. },
  2193. "/api/friendCircleSettings/dynamic/update": {
  2194. "post": {
  2195. "description": "动态(更新)",
  2196. "consumes": [
  2197. "application/json"
  2198. ],
  2199. "produces": [
  2200. "application/json"
  2201. ],
  2202. "tags": [
  2203. "动态设置"
  2204. ],
  2205. "summary": "社交管理-动态设置-动态(更新)",
  2206. "parameters": [
  2207. {
  2208. "type": "string",
  2209. "description": "验证参数Bearer和token空格拼接",
  2210. "name": "Authorization",
  2211. "in": "header",
  2212. "required": true
  2213. },
  2214. {
  2215. "description": "更新动态id必填",
  2216. "name": "req",
  2217. "in": "body",
  2218. "required": true,
  2219. "schema": {
  2220. "$ref": "#/definitions/md.UpdateDynamicReq"
  2221. }
  2222. }
  2223. ],
  2224. "responses": {
  2225. "200": {
  2226. "description": "success",
  2227. "schema": {
  2228. "type": "string"
  2229. }
  2230. },
  2231. "400": {
  2232. "description": "具体错误",
  2233. "schema": {
  2234. "$ref": "#/definitions/md.Response"
  2235. }
  2236. }
  2237. }
  2238. }
  2239. },
  2240. "/api/getSTSVoucher": {
  2241. "get": {
  2242. "description": "STS临时访问凭证(获取)",
  2243. "consumes": [
  2244. "application/json"
  2245. ],
  2246. "produces": [
  2247. "application/json"
  2248. ],
  2249. "tags": [
  2250. "打包机使用"
  2251. ],
  2252. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2253. "parameters": [
  2254. {
  2255. "type": "string",
  2256. "description": "验证参数Bearer和token空格拼接",
  2257. "name": "Authorization",
  2258. "in": "header",
  2259. "required": true
  2260. }
  2261. ],
  2262. "responses": {
  2263. "200": {
  2264. "description": "凭证及其他信息",
  2265. "schema": {
  2266. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2267. }
  2268. },
  2269. "400": {
  2270. "description": "具体错误",
  2271. "schema": {
  2272. "$ref": "#/definitions/md.Response"
  2273. }
  2274. }
  2275. }
  2276. }
  2277. },
  2278. "/api/homePage/activeData": {
  2279. "get": {
  2280. "description": "活跃数据",
  2281. "consumes": [
  2282. "application/json"
  2283. ],
  2284. "produces": [
  2285. "application/json"
  2286. ],
  2287. "tags": [
  2288. "首页"
  2289. ],
  2290. "summary": "首页-首页-活跃数据",
  2291. "parameters": [
  2292. {
  2293. "type": "string",
  2294. "description": "验证参数Bearer和token空格拼接",
  2295. "name": "Authorization",
  2296. "in": "header",
  2297. "required": true
  2298. }
  2299. ],
  2300. "responses": {
  2301. "200": {
  2302. "description": "具体数据",
  2303. "schema": {
  2304. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2305. }
  2306. },
  2307. "400": {
  2308. "description": "具体错误",
  2309. "schema": {
  2310. "$ref": "#/definitions/md.Response"
  2311. }
  2312. }
  2313. }
  2314. }
  2315. },
  2316. "/api/homePage/growData": {
  2317. "get": {
  2318. "description": "用户增长曲线",
  2319. "consumes": [
  2320. "application/json"
  2321. ],
  2322. "produces": [
  2323. "application/json"
  2324. ],
  2325. "tags": [
  2326. "首页"
  2327. ],
  2328. "summary": "首页-首页-用户增长曲线",
  2329. "parameters": [
  2330. {
  2331. "type": "string",
  2332. "description": "验证参数Bearer和token空格拼接",
  2333. "name": "Authorization",
  2334. "in": "header",
  2335. "required": true
  2336. },
  2337. {
  2338. "type": "string",
  2339. "description": "1:按天 2:按周 3:按小时",
  2340. "name": "kind",
  2341. "in": "query"
  2342. }
  2343. ],
  2344. "responses": {
  2345. "200": {
  2346. "description": "具体数据",
  2347. "schema": {
  2348. "$ref": "#/definitions/md.GetPriceCurveResp"
  2349. }
  2350. },
  2351. "400": {
  2352. "description": "具体错误",
  2353. "schema": {
  2354. "$ref": "#/definitions/md.Response"
  2355. }
  2356. }
  2357. }
  2358. }
  2359. },
  2360. "/api/homePage/totalData": {
  2361. "get": {
  2362. "description": "数据总览",
  2363. "consumes": [
  2364. "application/json"
  2365. ],
  2366. "produces": [
  2367. "application/json"
  2368. ],
  2369. "tags": [
  2370. "首页"
  2371. ],
  2372. "summary": "首页-首页-数据总览",
  2373. "parameters": [
  2374. {
  2375. "type": "string",
  2376. "description": "验证参数Bearer和token空格拼接",
  2377. "name": "Authorization",
  2378. "in": "header",
  2379. "required": true
  2380. },
  2381. {
  2382. "type": "string",
  2383. "description": "年",
  2384. "name": "year",
  2385. "in": "query",
  2386. "required": true
  2387. },
  2388. {
  2389. "type": "string",
  2390. "description": "月",
  2391. "name": "month",
  2392. "in": "query",
  2393. "required": true
  2394. }
  2395. ],
  2396. "responses": {
  2397. "200": {
  2398. "description": "具体数据",
  2399. "schema": {
  2400. "$ref": "#/definitions/hdl.TotalDataResp"
  2401. }
  2402. },
  2403. "400": {
  2404. "description": "具体错误",
  2405. "schema": {
  2406. "$ref": "#/definitions/md.Response"
  2407. }
  2408. }
  2409. }
  2410. }
  2411. },
  2412. "/api/im/addCustomerService": {
  2413. "post": {
  2414. "description": "客服(新增)",
  2415. "consumes": [
  2416. "application/json"
  2417. ],
  2418. "produces": [
  2419. "application/json"
  2420. ],
  2421. "tags": [
  2422. "客服"
  2423. ],
  2424. "summary": "Im-客服(新增)",
  2425. "parameters": [
  2426. {
  2427. "type": "string",
  2428. "description": "验证参数Bearer和token空格拼接",
  2429. "name": "Authorization",
  2430. "in": "header",
  2431. "required": true
  2432. },
  2433. {
  2434. "description": "相关参数",
  2435. "name": "req",
  2436. "in": "body",
  2437. "required": true,
  2438. "schema": {
  2439. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2440. }
  2441. }
  2442. ],
  2443. "responses": {
  2444. "200": {
  2445. "description": "success",
  2446. "schema": {
  2447. "type": "string"
  2448. }
  2449. },
  2450. "400": {
  2451. "description": "具体错误",
  2452. "schema": {
  2453. "$ref": "#/definitions/md.Response"
  2454. }
  2455. }
  2456. }
  2457. }
  2458. },
  2459. "/api/im/addEmoticon": {
  2460. "post": {
  2461. "description": "表情包(新增)",
  2462. "consumes": [
  2463. "application/json"
  2464. ],
  2465. "produces": [
  2466. "application/json"
  2467. ],
  2468. "tags": [
  2469. "表情包"
  2470. ],
  2471. "summary": "Im-表情包(新增)",
  2472. "parameters": [
  2473. {
  2474. "type": "string",
  2475. "description": "验证参数Bearer和token空格拼接",
  2476. "name": "Authorization",
  2477. "in": "header",
  2478. "required": true
  2479. },
  2480. {
  2481. "description": "相关参数",
  2482. "name": "req",
  2483. "in": "body",
  2484. "required": true,
  2485. "schema": {
  2486. "$ref": "#/definitions/md.AddEmoticonReq"
  2487. }
  2488. }
  2489. ],
  2490. "responses": {
  2491. "200": {
  2492. "description": "success",
  2493. "schema": {
  2494. "type": "string"
  2495. }
  2496. },
  2497. "400": {
  2498. "description": "具体错误",
  2499. "schema": {
  2500. "$ref": "#/definitions/md.Response"
  2501. }
  2502. }
  2503. }
  2504. }
  2505. },
  2506. "/api/im/batchSendGroupMessage": {
  2507. "post": {
  2508. "description": "群发发送群组消息",
  2509. "consumes": [
  2510. "application/json"
  2511. ],
  2512. "produces": [
  2513. "application/json"
  2514. ],
  2515. "tags": [
  2516. "群发发送群组消息"
  2517. ],
  2518. "summary": "Im-群发发送群组消息",
  2519. "parameters": [
  2520. {
  2521. "type": "string",
  2522. "description": "验证参数Bearer和token空格拼接",
  2523. "name": "Authorization",
  2524. "in": "header",
  2525. "required": true
  2526. },
  2527. {
  2528. "description": "相关参数",
  2529. "name": "req",
  2530. "in": "body",
  2531. "required": true,
  2532. "schema": {
  2533. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2534. }
  2535. }
  2536. ],
  2537. "responses": {
  2538. "200": {
  2539. "description": "success",
  2540. "schema": {
  2541. "type": "string"
  2542. }
  2543. },
  2544. "400": {
  2545. "description": "具体错误",
  2546. "schema": {
  2547. "$ref": "#/definitions/md.Response"
  2548. }
  2549. }
  2550. }
  2551. }
  2552. },
  2553. "/api/im/batchSendUserMessage": {
  2554. "post": {
  2555. "description": "群发发送用户消息",
  2556. "consumes": [
  2557. "application/json"
  2558. ],
  2559. "produces": [
  2560. "application/json"
  2561. ],
  2562. "tags": [
  2563. "群发发送用户消息"
  2564. ],
  2565. "summary": "Im-群发发送用户消息",
  2566. "parameters": [
  2567. {
  2568. "type": "string",
  2569. "description": "验证参数Bearer和token空格拼接",
  2570. "name": "Authorization",
  2571. "in": "header",
  2572. "required": true
  2573. },
  2574. {
  2575. "description": "相关参数",
  2576. "name": "req",
  2577. "in": "body",
  2578. "required": true,
  2579. "schema": {
  2580. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2581. }
  2582. }
  2583. ],
  2584. "responses": {
  2585. "200": {
  2586. "description": "success",
  2587. "schema": {
  2588. "type": "string"
  2589. }
  2590. },
  2591. "400": {
  2592. "description": "具体错误",
  2593. "schema": {
  2594. "$ref": "#/definitions/md.Response"
  2595. }
  2596. }
  2597. }
  2598. }
  2599. },
  2600. "/api/im/deleteEmoticon": {
  2601. "post": {
  2602. "description": "表情包(删除)",
  2603. "consumes": [
  2604. "application/json"
  2605. ],
  2606. "produces": [
  2607. "application/json"
  2608. ],
  2609. "tags": [
  2610. "表情包"
  2611. ],
  2612. "summary": "Im-表情包(删除)",
  2613. "parameters": [
  2614. {
  2615. "type": "string",
  2616. "description": "验证参数Bearer和token空格拼接",
  2617. "name": "Authorization",
  2618. "in": "header",
  2619. "required": true
  2620. },
  2621. {
  2622. "description": "相关参数",
  2623. "name": "req",
  2624. "in": "body",
  2625. "required": true,
  2626. "schema": {
  2627. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2628. }
  2629. }
  2630. ],
  2631. "responses": {
  2632. "200": {
  2633. "description": "success",
  2634. "schema": {
  2635. "type": "string"
  2636. }
  2637. },
  2638. "400": {
  2639. "description": "具体错误",
  2640. "schema": {
  2641. "$ref": "#/definitions/md.Response"
  2642. }
  2643. }
  2644. }
  2645. }
  2646. },
  2647. "/api/im/getBasic": {
  2648. "get": {
  2649. "description": "基础设置(获取)",
  2650. "consumes": [
  2651. "application/json"
  2652. ],
  2653. "produces": [
  2654. "application/json"
  2655. ],
  2656. "tags": [
  2657. "基础设置"
  2658. ],
  2659. "summary": "Im-基础设置(获取)",
  2660. "parameters": [
  2661. {
  2662. "type": "string",
  2663. "description": "验证参数Bearer和token空格拼接",
  2664. "name": "Authorization",
  2665. "in": "header",
  2666. "required": true
  2667. }
  2668. ],
  2669. "responses": {
  2670. "200": {
  2671. "description": "设置列表",
  2672. "schema": {
  2673. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2674. }
  2675. },
  2676. "400": {
  2677. "description": "具体错误",
  2678. "schema": {
  2679. "$ref": "#/definitions/md.Response"
  2680. }
  2681. }
  2682. }
  2683. }
  2684. },
  2685. "/api/im/groupList": {
  2686. "post": {
  2687. "description": "群组用户(列表)",
  2688. "consumes": [
  2689. "application/json"
  2690. ],
  2691. "produces": [
  2692. "application/json"
  2693. ],
  2694. "tags": [
  2695. "群组用户"
  2696. ],
  2697. "summary": "Im-群组用户(列表)",
  2698. "parameters": [
  2699. {
  2700. "type": "string",
  2701. "description": "验证参数Bearer和token空格拼接",
  2702. "name": "Authorization",
  2703. "in": "header",
  2704. "required": true
  2705. },
  2706. {
  2707. "description": "相关参数",
  2708. "name": "req",
  2709. "in": "body",
  2710. "required": true,
  2711. "schema": {
  2712. "$ref": "#/definitions/md.GroupListReq"
  2713. }
  2714. }
  2715. ],
  2716. "responses": {
  2717. "200": {
  2718. "description": "OK",
  2719. "schema": {
  2720. "$ref": "#/definitions/md.GroupListResp"
  2721. }
  2722. },
  2723. "400": {
  2724. "description": "具体错误",
  2725. "schema": {
  2726. "$ref": "#/definitions/md.Response"
  2727. }
  2728. }
  2729. }
  2730. }
  2731. },
  2732. "/api/im/pageCustomerService": {
  2733. "post": {
  2734. "description": "客服(列表)",
  2735. "consumes": [
  2736. "application/json"
  2737. ],
  2738. "produces": [
  2739. "application/json"
  2740. ],
  2741. "tags": [
  2742. "客服"
  2743. ],
  2744. "summary": "Im-客服(列表)",
  2745. "parameters": [
  2746. {
  2747. "type": "string",
  2748. "description": "验证参数Bearer和token空格拼接",
  2749. "name": "Authorization",
  2750. "in": "header",
  2751. "required": true
  2752. },
  2753. {
  2754. "description": "相关参数",
  2755. "name": "req",
  2756. "in": "body",
  2757. "required": true,
  2758. "schema": {
  2759. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2760. }
  2761. }
  2762. ],
  2763. "responses": {
  2764. "200": {
  2765. "description": "设置列表",
  2766. "schema": {
  2767. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2768. }
  2769. },
  2770. "400": {
  2771. "description": "具体错误",
  2772. "schema": {
  2773. "$ref": "#/definitions/md.Response"
  2774. }
  2775. }
  2776. }
  2777. }
  2778. },
  2779. "/api/im/pageEmoticon": {
  2780. "post": {
  2781. "description": "表情包(列表)",
  2782. "consumes": [
  2783. "application/json"
  2784. ],
  2785. "produces": [
  2786. "application/json"
  2787. ],
  2788. "tags": [
  2789. "表情包"
  2790. ],
  2791. "summary": "Im-表情包(列表)",
  2792. "parameters": [
  2793. {
  2794. "type": "string",
  2795. "description": "验证参数Bearer和token空格拼接",
  2796. "name": "Authorization",
  2797. "in": "header",
  2798. "required": true
  2799. },
  2800. {
  2801. "description": "相关参数",
  2802. "name": "req",
  2803. "in": "body",
  2804. "required": true,
  2805. "schema": {
  2806. "$ref": "#/definitions/md.PageEmoticonReq"
  2807. }
  2808. }
  2809. ],
  2810. "responses": {
  2811. "200": {
  2812. "description": "设置列表",
  2813. "schema": {
  2814. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2815. }
  2816. },
  2817. "400": {
  2818. "description": "具体错误",
  2819. "schema": {
  2820. "$ref": "#/definitions/md.Response"
  2821. }
  2822. }
  2823. }
  2824. }
  2825. },
  2826. "/api/im/pageSendRedPackageOrd": {
  2827. "post": {
  2828. "description": "红包记录(列表)",
  2829. "consumes": [
  2830. "application/json"
  2831. ],
  2832. "produces": [
  2833. "application/json"
  2834. ],
  2835. "tags": [
  2836. "红包记录"
  2837. ],
  2838. "summary": "Im-红包记录(列表)",
  2839. "parameters": [
  2840. {
  2841. "type": "string",
  2842. "description": "验证参数Bearer和token空格拼接",
  2843. "name": "Authorization",
  2844. "in": "header",
  2845. "required": true
  2846. },
  2847. {
  2848. "description": "相关参数",
  2849. "name": "req",
  2850. "in": "body",
  2851. "required": true,
  2852. "schema": {
  2853. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2854. }
  2855. }
  2856. ],
  2857. "responses": {
  2858. "200": {
  2859. "description": "success",
  2860. "schema": {
  2861. "type": "string"
  2862. }
  2863. },
  2864. "400": {
  2865. "description": "具体错误",
  2866. "schema": {
  2867. "$ref": "#/definitions/md.Response"
  2868. }
  2869. }
  2870. }
  2871. }
  2872. },
  2873. "/api/im/redPackageRecordsDetail": {
  2874. "get": {
  2875. "description": "红包记录(详情)",
  2876. "consumes": [
  2877. "application/json"
  2878. ],
  2879. "produces": [
  2880. "application/json"
  2881. ],
  2882. "tags": [
  2883. "红包记录"
  2884. ],
  2885. "summary": "Im-红包记录(详情)",
  2886. "parameters": [
  2887. {
  2888. "type": "string",
  2889. "description": "验证参数Bearer和token空格拼接",
  2890. "name": "Authorization",
  2891. "in": "header",
  2892. "required": true
  2893. },
  2894. {
  2895. "type": "string",
  2896. "description": "红包id",
  2897. "name": "red_package_id",
  2898. "in": "query",
  2899. "required": true
  2900. }
  2901. ],
  2902. "responses": {
  2903. "200": {
  2904. "description": "success",
  2905. "schema": {
  2906. "type": "string"
  2907. }
  2908. },
  2909. "400": {
  2910. "description": "具体错误",
  2911. "schema": {
  2912. "$ref": "#/definitions/md.Response"
  2913. }
  2914. }
  2915. }
  2916. }
  2917. },
  2918. "/api/im/setBasic": {
  2919. "post": {
  2920. "description": "基础设置(更新)",
  2921. "consumes": [
  2922. "application/json"
  2923. ],
  2924. "produces": [
  2925. "application/json"
  2926. ],
  2927. "tags": [
  2928. "基础设置"
  2929. ],
  2930. "summary": "Im-基础设置(更新)",
  2931. "parameters": [
  2932. {
  2933. "type": "string",
  2934. "description": "验证参数Bearer和token空格拼接",
  2935. "name": "Authorization",
  2936. "in": "header",
  2937. "required": true
  2938. },
  2939. {
  2940. "description": "上传需要修改的信息",
  2941. "name": "req",
  2942. "in": "body",
  2943. "required": true,
  2944. "schema": {
  2945. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2946. }
  2947. }
  2948. ],
  2949. "responses": {
  2950. "200": {
  2951. "description": "success",
  2952. "schema": {
  2953. "type": "string"
  2954. }
  2955. },
  2956. "400": {
  2957. "description": "具体错误",
  2958. "schema": {
  2959. "$ref": "#/definitions/md.Response"
  2960. }
  2961. }
  2962. }
  2963. }
  2964. },
  2965. "/api/im/setCustomerServiceState": {
  2966. "post": {
  2967. "description": "客服(更新状态)",
  2968. "consumes": [
  2969. "application/json"
  2970. ],
  2971. "produces": [
  2972. "application/json"
  2973. ],
  2974. "tags": [
  2975. "客服"
  2976. ],
  2977. "summary": "Im-客服(更新状态)",
  2978. "parameters": [
  2979. {
  2980. "type": "string",
  2981. "description": "验证参数Bearer和token空格拼接",
  2982. "name": "Authorization",
  2983. "in": "header",
  2984. "required": true
  2985. },
  2986. {
  2987. "description": "相关参数",
  2988. "name": "req",
  2989. "in": "body",
  2990. "required": true,
  2991. "schema": {
  2992. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2993. }
  2994. }
  2995. ],
  2996. "responses": {
  2997. "200": {
  2998. "description": "success",
  2999. "schema": {
  3000. "type": "string"
  3001. }
  3002. },
  3003. "400": {
  3004. "description": "具体错误",
  3005. "schema": {
  3006. "$ref": "#/definitions/md.Response"
  3007. }
  3008. }
  3009. }
  3010. }
  3011. },
  3012. "/api/im/setEmoticonState": {
  3013. "post": {
  3014. "description": "表情包(新增)",
  3015. "consumes": [
  3016. "application/json"
  3017. ],
  3018. "produces": [
  3019. "application/json"
  3020. ],
  3021. "tags": [
  3022. "表情包"
  3023. ],
  3024. "summary": "Im-表情包(更新状态)",
  3025. "parameters": [
  3026. {
  3027. "type": "string",
  3028. "description": "验证参数Bearer和token空格拼接",
  3029. "name": "Authorization",
  3030. "in": "header",
  3031. "required": true
  3032. },
  3033. {
  3034. "description": "相关参数",
  3035. "name": "req",
  3036. "in": "body",
  3037. "required": true,
  3038. "schema": {
  3039. "$ref": "#/definitions/md.SetEmoticonStateReq"
  3040. }
  3041. }
  3042. ],
  3043. "responses": {
  3044. "200": {
  3045. "description": "success",
  3046. "schema": {
  3047. "type": "string"
  3048. }
  3049. },
  3050. "400": {
  3051. "description": "具体错误",
  3052. "schema": {
  3053. "$ref": "#/definitions/md.Response"
  3054. }
  3055. }
  3056. }
  3057. }
  3058. },
  3059. "/api/im/updateCustomerServiceMemo": {
  3060. "post": {
  3061. "description": "客服(编辑备注)",
  3062. "consumes": [
  3063. "application/json"
  3064. ],
  3065. "produces": [
  3066. "application/json"
  3067. ],
  3068. "tags": [
  3069. "客服"
  3070. ],
  3071. "summary": "Im-客服(编辑备注)",
  3072. "parameters": [
  3073. {
  3074. "type": "string",
  3075. "description": "验证参数Bearer和token空格拼接",
  3076. "name": "Authorization",
  3077. "in": "header",
  3078. "required": true
  3079. },
  3080. {
  3081. "description": "相关参数",
  3082. "name": "req",
  3083. "in": "body",
  3084. "required": true,
  3085. "schema": {
  3086. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  3087. }
  3088. }
  3089. ],
  3090. "responses": {
  3091. "200": {
  3092. "description": "success",
  3093. "schema": {
  3094. "type": "string"
  3095. }
  3096. },
  3097. "400": {
  3098. "description": "具体错误",
  3099. "schema": {
  3100. "$ref": "#/definitions/md.Response"
  3101. }
  3102. }
  3103. }
  3104. }
  3105. },
  3106. "/api/im/updateEmoticon": {
  3107. "post": {
  3108. "description": "表情包(编辑)",
  3109. "consumes": [
  3110. "application/json"
  3111. ],
  3112. "produces": [
  3113. "application/json"
  3114. ],
  3115. "tags": [
  3116. "表情包"
  3117. ],
  3118. "summary": "Im-表情包(编辑)",
  3119. "parameters": [
  3120. {
  3121. "type": "string",
  3122. "description": "验证参数Bearer和token空格拼接",
  3123. "name": "Authorization",
  3124. "in": "header",
  3125. "required": true
  3126. },
  3127. {
  3128. "description": "相关参数",
  3129. "name": "req",
  3130. "in": "body",
  3131. "required": true,
  3132. "schema": {
  3133. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3134. }
  3135. }
  3136. ],
  3137. "responses": {
  3138. "200": {
  3139. "description": "success",
  3140. "schema": {
  3141. "type": "string"
  3142. }
  3143. },
  3144. "400": {
  3145. "description": "具体错误",
  3146. "schema": {
  3147. "$ref": "#/definitions/md.Response"
  3148. }
  3149. }
  3150. }
  3151. }
  3152. },
  3153. "/api/institutionalManagement/contentReward/playlet/base": {
  3154. "get": {
  3155. "description": "制度中心-内容奖励-短剧基本信息",
  3156. "consumes": [
  3157. "application/json"
  3158. ],
  3159. "produces": [
  3160. "application/json"
  3161. ],
  3162. "tags": [
  3163. "蛋蛋能量"
  3164. ],
  3165. "summary": "制度中心-内容奖励-短剧基本信息",
  3166. "parameters": [
  3167. {
  3168. "type": "string",
  3169. "description": "验证参数Bearer和token空格拼接",
  3170. "name": "Authorization",
  3171. "in": "header",
  3172. "required": true
  3173. }
  3174. ],
  3175. "responses": {
  3176. "200": {
  3177. "description": "具体数据",
  3178. "schema": {
  3179. "$ref": "#/definitions/md.PlayletBaseData"
  3180. }
  3181. },
  3182. "400": {
  3183. "description": "具体错误",
  3184. "schema": {
  3185. "$ref": "#/definitions/md.Response"
  3186. }
  3187. }
  3188. }
  3189. }
  3190. },
  3191. "/api/institutionalManagement/contentReward/playlet/save": {
  3192. "post": {
  3193. "description": "制度中心-内容奖励-短剧基本配置保存",
  3194. "consumes": [
  3195. "application/json"
  3196. ],
  3197. "produces": [
  3198. "application/json"
  3199. ],
  3200. "tags": [
  3201. "蛋蛋能量"
  3202. ],
  3203. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3204. "parameters": [
  3205. {
  3206. "type": "string",
  3207. "description": "验证参数Bearer和token空格拼接",
  3208. "name": "Authorization",
  3209. "in": "header",
  3210. "required": true
  3211. },
  3212. {
  3213. "description": "(分页信息必填)",
  3214. "name": "req",
  3215. "in": "body",
  3216. "required": true,
  3217. "schema": {
  3218. "$ref": "#/definitions/md.PlayletBaseData"
  3219. }
  3220. }
  3221. ],
  3222. "responses": {
  3223. "200": {
  3224. "description": "具体数据",
  3225. "schema": {
  3226. "type": "string"
  3227. }
  3228. },
  3229. "400": {
  3230. "description": "具体错误",
  3231. "schema": {
  3232. "$ref": "#/definitions/md.Response"
  3233. }
  3234. }
  3235. }
  3236. }
  3237. },
  3238. "/api/institutionalManagement/contentReward/video/base": {
  3239. "get": {
  3240. "description": "制度中心-内容奖励-短视频基本信息",
  3241. "consumes": [
  3242. "application/json"
  3243. ],
  3244. "produces": [
  3245. "application/json"
  3246. ],
  3247. "tags": [
  3248. "蛋蛋能量"
  3249. ],
  3250. "summary": "制度中心-内容奖励-短视频基本信息",
  3251. "parameters": [
  3252. {
  3253. "type": "string",
  3254. "description": "验证参数Bearer和token空格拼接",
  3255. "name": "Authorization",
  3256. "in": "header",
  3257. "required": true
  3258. }
  3259. ],
  3260. "responses": {
  3261. "200": {
  3262. "description": "具体数据",
  3263. "schema": {
  3264. "$ref": "#/definitions/md.VideoBaseData"
  3265. }
  3266. },
  3267. "400": {
  3268. "description": "具体错误",
  3269. "schema": {
  3270. "$ref": "#/definitions/md.Response"
  3271. }
  3272. }
  3273. }
  3274. }
  3275. },
  3276. "/api/institutionalManagement/contentReward/video/save": {
  3277. "post": {
  3278. "description": "制度中心-内容奖励-短视频基本配置保存",
  3279. "consumes": [
  3280. "application/json"
  3281. ],
  3282. "produces": [
  3283. "application/json"
  3284. ],
  3285. "tags": [
  3286. "蛋蛋能量"
  3287. ],
  3288. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3289. "parameters": [
  3290. {
  3291. "type": "string",
  3292. "description": "验证参数Bearer和token空格拼接",
  3293. "name": "Authorization",
  3294. "in": "header",
  3295. "required": true
  3296. },
  3297. {
  3298. "description": "(分页信息必填)",
  3299. "name": "req",
  3300. "in": "body",
  3301. "required": true,
  3302. "schema": {
  3303. "$ref": "#/definitions/md.VideoBaseData"
  3304. }
  3305. }
  3306. ],
  3307. "responses": {
  3308. "200": {
  3309. "description": "具体数据",
  3310. "schema": {
  3311. "type": "string"
  3312. }
  3313. },
  3314. "400": {
  3315. "description": "具体错误",
  3316. "schema": {
  3317. "$ref": "#/definitions/md.Response"
  3318. }
  3319. }
  3320. }
  3321. }
  3322. },
  3323. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3324. "post": {
  3325. "description": "会员设置(新增)",
  3326. "consumes": [
  3327. "application/json"
  3328. ],
  3329. "produces": [
  3330. "application/json"
  3331. ],
  3332. "tags": [
  3333. "蛋蛋能量"
  3334. ],
  3335. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3336. "parameters": [
  3337. {
  3338. "type": "string",
  3339. "description": "验证参数Bearer和token空格拼接",
  3340. "name": "Authorization",
  3341. "in": "header",
  3342. "required": true
  3343. },
  3344. {
  3345. "description": "system_id 必填",
  3346. "name": "req",
  3347. "in": "body",
  3348. "required": true,
  3349. "schema": {
  3350. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3351. }
  3352. }
  3353. ],
  3354. "responses": {
  3355. "200": {
  3356. "description": "修改数据条数",
  3357. "schema": {
  3358. "type": "int"
  3359. }
  3360. },
  3361. "400": {
  3362. "description": "具体错误",
  3363. "schema": {
  3364. "$ref": "#/definitions/md.Response"
  3365. }
  3366. }
  3367. }
  3368. }
  3369. },
  3370. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3371. "post": {
  3372. "description": "动态数据流水(获取)",
  3373. "consumes": [
  3374. "application/json"
  3375. ],
  3376. "produces": [
  3377. "application/json"
  3378. ],
  3379. "tags": [
  3380. "公排管理"
  3381. ],
  3382. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3383. "parameters": [
  3384. {
  3385. "type": "string",
  3386. "description": "验证参数Bearer和token空格拼接",
  3387. "name": "Authorization",
  3388. "in": "header",
  3389. "required": true
  3390. },
  3391. {
  3392. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3393. "name": "req",
  3394. "in": "body",
  3395. "required": true,
  3396. "schema": {
  3397. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3398. }
  3399. }
  3400. ],
  3401. "responses": {
  3402. "200": {
  3403. "description": "成功返回",
  3404. "schema": {
  3405. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3406. }
  3407. },
  3408. "400": {
  3409. "description": "具体错误",
  3410. "schema": {
  3411. "$ref": "#/definitions/md.Response"
  3412. }
  3413. }
  3414. }
  3415. }
  3416. },
  3417. "/api/institutionalManagement/eggEnergy/batchAddVirtualCoins": {
  3418. "post": {
  3419. "description": "批量新增币种",
  3420. "consumes": [
  3421. "application/json"
  3422. ],
  3423. "produces": [
  3424. "application/json"
  3425. ],
  3426. "tags": [
  3427. "蛋蛋能量"
  3428. ],
  3429. "summary": "制度中心-蛋蛋能量-批量新增币种",
  3430. "parameters": [
  3431. {
  3432. "type": "string",
  3433. "description": "验证参数Bearer和token空格拼接",
  3434. "name": "Authorization",
  3435. "in": "header",
  3436. "required": true
  3437. },
  3438. {
  3439. "description": "新增数据信息",
  3440. "name": "req",
  3441. "in": "body",
  3442. "required": true,
  3443. "schema": {
  3444. "$ref": "#/definitions/md.BatchAddVirtualCoinsReq"
  3445. }
  3446. }
  3447. ],
  3448. "responses": {
  3449. "200": {
  3450. "description": "新增数据数量",
  3451. "schema": {
  3452. "type": "int"
  3453. }
  3454. },
  3455. "400": {
  3456. "description": "具体错误",
  3457. "schema": {
  3458. "$ref": "#/definitions/md.Response"
  3459. }
  3460. }
  3461. }
  3462. }
  3463. },
  3464. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3465. "get": {
  3466. "description": "贡献值-基础设置(获取)",
  3467. "consumes": [
  3468. "application/json"
  3469. ],
  3470. "produces": [
  3471. "application/json"
  3472. ],
  3473. "tags": [
  3474. "贡献值"
  3475. ],
  3476. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3477. "parameters": [
  3478. {
  3479. "type": "string",
  3480. "description": "验证参数Bearer和token空格拼接",
  3481. "name": "Authorization",
  3482. "in": "header",
  3483. "required": true
  3484. }
  3485. ],
  3486. "responses": {
  3487. "200": {
  3488. "description": "具体数据",
  3489. "schema": {
  3490. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3491. }
  3492. },
  3493. "400": {
  3494. "description": "具体错误",
  3495. "schema": {
  3496. "$ref": "#/definitions/md.Response"
  3497. }
  3498. }
  3499. }
  3500. }
  3501. },
  3502. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3503. "post": {
  3504. "description": "贡献值-基础设置(更新)",
  3505. "consumes": [
  3506. "application/json"
  3507. ],
  3508. "produces": [
  3509. "application/json"
  3510. ],
  3511. "tags": [
  3512. "贡献值"
  3513. ],
  3514. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3515. "parameters": [
  3516. {
  3517. "type": "string",
  3518. "description": "验证参数Bearer和token空格拼接",
  3519. "name": "Authorization",
  3520. "in": "header",
  3521. "required": true
  3522. },
  3523. {
  3524. "description": "id 必填",
  3525. "name": "req",
  3526. "in": "body",
  3527. "required": true,
  3528. "schema": {
  3529. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3530. }
  3531. }
  3532. ],
  3533. "responses": {
  3534. "200": {
  3535. "description": "修改数据条数",
  3536. "schema": {
  3537. "type": "int"
  3538. }
  3539. },
  3540. "400": {
  3541. "description": "具体错误",
  3542. "schema": {
  3543. "$ref": "#/definitions/md.Response"
  3544. }
  3545. }
  3546. }
  3547. }
  3548. },
  3549. "/api/institutionalManagement/eggEnergy/coreData": {
  3550. "get": {
  3551. "description": "核心数据(获取)",
  3552. "consumes": [
  3553. "application/json"
  3554. ],
  3555. "produces": [
  3556. "application/json"
  3557. ],
  3558. "tags": [
  3559. "蛋蛋能量"
  3560. ],
  3561. "summary": "制度中心-蛋蛋能量-核心数据(获取)",
  3562. "parameters": [
  3563. {
  3564. "type": "string",
  3565. "description": "验证参数Bearer和token空格拼接",
  3566. "name": "Authorization",
  3567. "in": "header",
  3568. "required": true
  3569. }
  3570. ],
  3571. "responses": {
  3572. "200": {
  3573. "description": "具体数据",
  3574. "schema": {
  3575. "$ref": "#/definitions/md.GetEggEnergyCoreDataResp"
  3576. }
  3577. },
  3578. "400": {
  3579. "description": "具体错误",
  3580. "schema": {
  3581. "$ref": "#/definitions/md.Response"
  3582. }
  3583. }
  3584. }
  3585. },
  3586. "post": {
  3587. "description": "核心数据(更新)",
  3588. "consumes": [
  3589. "application/json"
  3590. ],
  3591. "produces": [
  3592. "application/json"
  3593. ],
  3594. "tags": [
  3595. "蛋蛋能量"
  3596. ],
  3597. "summary": "制度中心-蛋蛋能量-核心数据(更新)",
  3598. "parameters": [
  3599. {
  3600. "type": "string",
  3601. "description": "验证参数Bearer和token空格拼接",
  3602. "name": "Authorization",
  3603. "in": "header",
  3604. "required": true
  3605. },
  3606. {
  3607. "description": "需要修改的内容和 id",
  3608. "name": "req",
  3609. "in": "body",
  3610. "required": true,
  3611. "schema": {
  3612. "$ref": "#/definitions/md.UpdateEggEnergyCoreDataReq"
  3613. }
  3614. }
  3615. ],
  3616. "responses": {
  3617. "200": {
  3618. "description": "修改数据条数",
  3619. "schema": {
  3620. "type": "int"
  3621. }
  3622. },
  3623. "400": {
  3624. "description": "具体错误",
  3625. "schema": {
  3626. "$ref": "#/definitions/md.Response"
  3627. }
  3628. }
  3629. }
  3630. }
  3631. },
  3632. "/api/institutionalManagement/eggEnergy/deleteVirtualCoin/{$id}": {
  3633. "delete": {
  3634. "description": "删除币种",
  3635. "consumes": [
  3636. "application/json"
  3637. ],
  3638. "produces": [
  3639. "application/json"
  3640. ],
  3641. "tags": [
  3642. "蛋蛋能量"
  3643. ],
  3644. "summary": "制度中心-蛋蛋能量-删除币种",
  3645. "parameters": [
  3646. {
  3647. "type": "string",
  3648. "description": "验证参数Bearer和token空格拼接",
  3649. "name": "Authorization",
  3650. "in": "header",
  3651. "required": true
  3652. }
  3653. ],
  3654. "responses": {
  3655. "200": {
  3656. "description": "删除数据数量",
  3657. "schema": {
  3658. "type": "int"
  3659. }
  3660. },
  3661. "400": {
  3662. "description": "具体错误",
  3663. "schema": {
  3664. "$ref": "#/definitions/md.Response"
  3665. }
  3666. }
  3667. }
  3668. }
  3669. },
  3670. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3671. "post": {
  3672. "description": "蛋蛋分管理(人工打分)",
  3673. "consumes": [
  3674. "application/json"
  3675. ],
  3676. "produces": [
  3677. "application/json"
  3678. ],
  3679. "tags": [
  3680. "蛋蛋能量"
  3681. ],
  3682. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3683. "parameters": [
  3684. {
  3685. "type": "string",
  3686. "description": "验证参数Bearer和token空格拼接",
  3687. "name": "Authorization",
  3688. "in": "header",
  3689. "required": true
  3690. },
  3691. {
  3692. "description": "请求参数",
  3693. "name": "req",
  3694. "in": "body",
  3695. "required": true,
  3696. "schema": {
  3697. "$ref": "#/definitions/md.ManualScoreReq"
  3698. }
  3699. }
  3700. ],
  3701. "responses": {
  3702. "200": {
  3703. "description": "成功返回",
  3704. "schema": {
  3705. "type": "string"
  3706. }
  3707. },
  3708. "400": {
  3709. "description": "具体错误",
  3710. "schema": {
  3711. "$ref": "#/definitions/md.Response"
  3712. }
  3713. }
  3714. }
  3715. }
  3716. },
  3717. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3718. "post": {
  3719. "description": "蛋蛋分管理(着陆页数据分析)",
  3720. "consumes": [
  3721. "application/json"
  3722. ],
  3723. "produces": [
  3724. "application/json"
  3725. ],
  3726. "tags": [
  3727. "蛋蛋能量"
  3728. ],
  3729. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3730. "parameters": [
  3731. {
  3732. "type": "string",
  3733. "description": "验证参数Bearer和token空格拼接",
  3734. "name": "Authorization",
  3735. "in": "header",
  3736. "required": true
  3737. },
  3738. {
  3739. "description": "请求参数",
  3740. "name": "req",
  3741. "in": "body",
  3742. "required": true,
  3743. "schema": {
  3744. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3745. }
  3746. }
  3747. ],
  3748. "responses": {
  3749. "200": {
  3750. "description": "成功返回",
  3751. "schema": {
  3752. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3753. }
  3754. },
  3755. "400": {
  3756. "description": "具体错误",
  3757. "schema": {
  3758. "$ref": "#/definitions/md.Response"
  3759. }
  3760. }
  3761. }
  3762. }
  3763. },
  3764. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3765. "post": {
  3766. "description": "蛋蛋分管理(用户数据列表)",
  3767. "consumes": [
  3768. "application/json"
  3769. ],
  3770. "produces": [
  3771. "application/json"
  3772. ],
  3773. "tags": [
  3774. "蛋蛋能量"
  3775. ],
  3776. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3777. "parameters": [
  3778. {
  3779. "type": "string",
  3780. "description": "验证参数Bearer和token空格拼接",
  3781. "name": "Authorization",
  3782. "in": "header",
  3783. "required": true
  3784. },
  3785. {
  3786. "description": "请求参数",
  3787. "name": "req",
  3788. "in": "body",
  3789. "required": true,
  3790. "schema": {
  3791. "$ref": "#/definitions/md.UserEggFlowReq"
  3792. }
  3793. }
  3794. ],
  3795. "responses": {
  3796. "200": {
  3797. "description": "成功返回",
  3798. "schema": {
  3799. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3800. }
  3801. },
  3802. "400": {
  3803. "description": "具体错误",
  3804. "schema": {
  3805. "$ref": "#/definitions/md.Response"
  3806. }
  3807. }
  3808. }
  3809. }
  3810. },
  3811. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3812. "post": {
  3813. "description": "蛋蛋分管理(着陆页数据)",
  3814. "consumes": [
  3815. "application/json"
  3816. ],
  3817. "produces": [
  3818. "application/json"
  3819. ],
  3820. "tags": [
  3821. "蛋蛋能量"
  3822. ],
  3823. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3824. "parameters": [
  3825. {
  3826. "type": "string",
  3827. "description": "验证参数Bearer和token空格拼接",
  3828. "name": "Authorization",
  3829. "in": "header",
  3830. "required": true
  3831. },
  3832. {
  3833. "description": "请求参数",
  3834. "name": "req",
  3835. "in": "body",
  3836. "required": true,
  3837. "schema": {
  3838. "$ref": "#/definitions/md.UserEggIndexReq"
  3839. }
  3840. }
  3841. ],
  3842. "responses": {
  3843. "200": {
  3844. "description": "成功返回",
  3845. "schema": {
  3846. "$ref": "#/definitions/md.UserEggIndexResp"
  3847. }
  3848. },
  3849. "400": {
  3850. "description": "具体错误",
  3851. "schema": {
  3852. "$ref": "#/definitions/md.Response"
  3853. }
  3854. }
  3855. }
  3856. }
  3857. },
  3858. "/api/institutionalManagement/eggEnergy/getBasic": {
  3859. "get": {
  3860. "description": "基础设置(获取)",
  3861. "consumes": [
  3862. "application/json"
  3863. ],
  3864. "produces": [
  3865. "application/json"
  3866. ],
  3867. "tags": [
  3868. "蛋蛋能量"
  3869. ],
  3870. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3871. "parameters": [
  3872. {
  3873. "type": "string",
  3874. "description": "验证参数Bearer和token空格拼接",
  3875. "name": "Authorization",
  3876. "in": "header",
  3877. "required": true
  3878. }
  3879. ],
  3880. "responses": {
  3881. "200": {
  3882. "description": "具体数据",
  3883. "schema": {
  3884. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3885. }
  3886. },
  3887. "400": {
  3888. "description": "具体错误",
  3889. "schema": {
  3890. "$ref": "#/definitions/md.Response"
  3891. }
  3892. }
  3893. }
  3894. }
  3895. },
  3896. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3897. "get": {
  3898. "description": "基础会员设置(获取)",
  3899. "consumes": [
  3900. "application/json"
  3901. ],
  3902. "produces": [
  3903. "application/json"
  3904. ],
  3905. "tags": [
  3906. "蛋蛋能量"
  3907. ],
  3908. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3909. "parameters": [
  3910. {
  3911. "type": "string",
  3912. "description": "验证参数Bearer和token空格拼接",
  3913. "name": "Authorization",
  3914. "in": "header",
  3915. "required": true
  3916. }
  3917. ],
  3918. "responses": {
  3919. "200": {
  3920. "description": "具体数据",
  3921. "schema": {
  3922. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3923. }
  3924. },
  3925. "400": {
  3926. "description": "具体错误",
  3927. "schema": {
  3928. "$ref": "#/definitions/md.Response"
  3929. }
  3930. }
  3931. }
  3932. }
  3933. },
  3934. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3935. "get": {
  3936. "description": "查询所有币种(获取)",
  3937. "consumes": [
  3938. "application/json"
  3939. ],
  3940. "produces": [
  3941. "application/json"
  3942. ],
  3943. "tags": [
  3944. "蛋蛋能量"
  3945. ],
  3946. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3947. "parameters": [
  3948. {
  3949. "type": "string",
  3950. "description": "验证参数Bearer和token空格拼接",
  3951. "name": "Authorization",
  3952. "in": "header",
  3953. "required": true
  3954. }
  3955. ],
  3956. "responses": {
  3957. "200": {
  3958. "description": "成功返回",
  3959. "schema": {
  3960. "type": "array",
  3961. "items": {
  3962. "$ref": "#/definitions/md.VirtualCoin"
  3963. }
  3964. }
  3965. },
  3966. "400": {
  3967. "description": "具体错误",
  3968. "schema": {
  3969. "$ref": "#/definitions/md.Response"
  3970. }
  3971. }
  3972. }
  3973. }
  3974. },
  3975. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3976. "get": {
  3977. "description": "数据概览(获取)",
  3978. "consumes": [
  3979. "application/json"
  3980. ],
  3981. "produces": [
  3982. "application/json"
  3983. ],
  3984. "tags": [
  3985. "蛋蛋能量"
  3986. ],
  3987. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3988. "parameters": [
  3989. {
  3990. "type": "string",
  3991. "description": "验证参数Bearer和token空格拼接",
  3992. "name": "Authorization",
  3993. "in": "header",
  3994. "required": true
  3995. }
  3996. ],
  3997. "responses": {
  3998. "200": {
  3999. "description": "具体数据",
  4000. "schema": {
  4001. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  4002. }
  4003. },
  4004. "400": {
  4005. "description": "具体错误",
  4006. "schema": {
  4007. "$ref": "#/definitions/md.Response"
  4008. }
  4009. }
  4010. }
  4011. }
  4012. },
  4013. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  4014. "post": {
  4015. "description": "价值明细数据(新增)",
  4016. "consumes": [
  4017. "application/json"
  4018. ],
  4019. "produces": [
  4020. "application/json"
  4021. ],
  4022. "tags": [
  4023. "蛋蛋能量"
  4024. ],
  4025. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  4026. "parameters": [
  4027. {
  4028. "type": "string",
  4029. "description": "验证参数Bearer和token空格拼接",
  4030. "name": "Authorization",
  4031. "in": "header",
  4032. "required": true
  4033. },
  4034. {
  4035. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4036. "name": "req",
  4037. "in": "body",
  4038. "required": true,
  4039. "schema": {
  4040. "$ref": "#/definitions/md.AddFundDataReq"
  4041. }
  4042. }
  4043. ],
  4044. "responses": {
  4045. "200": {
  4046. "description": "插入数据 id",
  4047. "schema": {
  4048. "type": "int"
  4049. }
  4050. },
  4051. "400": {
  4052. "description": "具体错误",
  4053. "schema": {
  4054. "$ref": "#/definitions/md.Response"
  4055. }
  4056. }
  4057. }
  4058. }
  4059. },
  4060. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  4061. "post": {
  4062. "description": "新增数据列表(获取)",
  4063. "consumes": [
  4064. "application/json"
  4065. ],
  4066. "produces": [
  4067. "application/json"
  4068. ],
  4069. "tags": [
  4070. "蛋蛋能量"
  4071. ],
  4072. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  4073. "parameters": [
  4074. {
  4075. "type": "string",
  4076. "description": "验证参数Bearer和token空格拼接",
  4077. "name": "Authorization",
  4078. "in": "header",
  4079. "required": true
  4080. },
  4081. {
  4082. "description": "分页信息必填",
  4083. "name": "req",
  4084. "in": "body",
  4085. "required": true,
  4086. "schema": {
  4087. "$ref": "#/definitions/md.GetFundDataListReq"
  4088. }
  4089. }
  4090. ],
  4091. "responses": {
  4092. "200": {
  4093. "description": "具体数据",
  4094. "schema": {
  4095. "$ref": "#/definitions/md.GetFundDataListResp"
  4096. }
  4097. },
  4098. "400": {
  4099. "description": "具体错误",
  4100. "schema": {
  4101. "$ref": "#/definitions/md.Response"
  4102. }
  4103. }
  4104. }
  4105. }
  4106. },
  4107. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  4108. "post": {
  4109. "description": "新增数据列表详情(查询)",
  4110. "consumes": [
  4111. "application/json"
  4112. ],
  4113. "produces": [
  4114. "application/json"
  4115. ],
  4116. "tags": [
  4117. "蛋蛋能量"
  4118. ],
  4119. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  4120. "parameters": [
  4121. {
  4122. "type": "string",
  4123. "description": "验证参数Bearer和token空格拼接",
  4124. "name": "Authorization",
  4125. "in": "header",
  4126. "required": true
  4127. },
  4128. {
  4129. "description": "获取到的 system_id 以及分页信息",
  4130. "name": "req",
  4131. "in": "body",
  4132. "required": true,
  4133. "schema": {
  4134. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  4135. }
  4136. }
  4137. ],
  4138. "responses": {
  4139. "200": {
  4140. "description": "具体数据",
  4141. "schema": {
  4142. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  4143. }
  4144. },
  4145. "400": {
  4146. "description": "具体错误",
  4147. "schema": {
  4148. "$ref": "#/definitions/md.Response"
  4149. }
  4150. }
  4151. }
  4152. }
  4153. },
  4154. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  4155. "get": {
  4156. "description": "价格趋势(获取)",
  4157. "consumes": [
  4158. "application/json"
  4159. ],
  4160. "produces": [
  4161. "application/json"
  4162. ],
  4163. "tags": [
  4164. "蛋蛋能量"
  4165. ],
  4166. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  4167. "parameters": [
  4168. {
  4169. "type": "string",
  4170. "description": "验证参数Bearer和token空格拼接",
  4171. "name": "Authorization",
  4172. "in": "header",
  4173. "required": true
  4174. },
  4175. {
  4176. "type": "string",
  4177. "description": "1:按天 2:按小时 3:按周",
  4178. "name": "kind",
  4179. "in": "query"
  4180. }
  4181. ],
  4182. "responses": {
  4183. "200": {
  4184. "description": "具体数据",
  4185. "schema": {
  4186. "$ref": "#/definitions/md.GetPriceCurveResp"
  4187. }
  4188. },
  4189. "400": {
  4190. "description": "具体错误",
  4191. "schema": {
  4192. "$ref": "#/definitions/md.Response"
  4193. }
  4194. }
  4195. }
  4196. }
  4197. },
  4198. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  4199. "post": {
  4200. "description": "激励视频(获取)",
  4201. "consumes": [
  4202. "application/json"
  4203. ],
  4204. "produces": [
  4205. "application/json"
  4206. ],
  4207. "tags": [
  4208. "蛋蛋能量"
  4209. ],
  4210. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  4211. "parameters": [
  4212. {
  4213. "type": "string",
  4214. "description": "验证参数Bearer和token空格拼接",
  4215. "name": "Authorization",
  4216. "in": "header",
  4217. "required": true
  4218. },
  4219. {
  4220. "description": "落地页不填页大小默认20条数据",
  4221. "name": "req",
  4222. "in": "body",
  4223. "required": true,
  4224. "schema": {
  4225. "$ref": "#/definitions/md.SetVideoRewardReq"
  4226. }
  4227. }
  4228. ],
  4229. "responses": {
  4230. "200": {
  4231. "description": "OK",
  4232. "schema": {
  4233. "$ref": "#/definitions/md.GetVideoRewardResp"
  4234. }
  4235. },
  4236. "400": {
  4237. "description": "具体错误",
  4238. "schema": {
  4239. "$ref": "#/definitions/md.Response"
  4240. }
  4241. }
  4242. }
  4243. }
  4244. },
  4245. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  4246. "post": {
  4247. "description": "其他广告设置数据(新增)",
  4248. "consumes": [
  4249. "application/json"
  4250. ],
  4251. "produces": [
  4252. "application/json"
  4253. ],
  4254. "tags": [
  4255. "蛋蛋能量"
  4256. ],
  4257. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  4258. "parameters": [
  4259. {
  4260. "type": "string",
  4261. "description": "验证参数Bearer和token空格拼接",
  4262. "name": "Authorization",
  4263. "in": "header",
  4264. "required": true
  4265. },
  4266. {
  4267. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4268. "name": "req",
  4269. "in": "body",
  4270. "required": true,
  4271. "schema": {
  4272. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  4273. }
  4274. }
  4275. ],
  4276. "responses": {
  4277. "200": {
  4278. "description": "插入数据 id",
  4279. "schema": {
  4280. "type": "int"
  4281. }
  4282. },
  4283. "400": {
  4284. "description": "具体错误",
  4285. "schema": {
  4286. "$ref": "#/definitions/md.Response"
  4287. }
  4288. }
  4289. }
  4290. }
  4291. },
  4292. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  4293. "post": {
  4294. "description": "其他广告设置数据(获取)",
  4295. "consumes": [
  4296. "application/json"
  4297. ],
  4298. "produces": [
  4299. "application/json"
  4300. ],
  4301. "tags": [
  4302. "蛋蛋能量"
  4303. ],
  4304. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4305. "parameters": [
  4306. {
  4307. "type": "string",
  4308. "description": "验证参数Bearer和token空格拼接",
  4309. "name": "Authorization",
  4310. "in": "header",
  4311. "required": true
  4312. },
  4313. {
  4314. "description": "分页信息必填",
  4315. "name": "req",
  4316. "in": "body",
  4317. "required": true,
  4318. "schema": {
  4319. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4320. }
  4321. }
  4322. ],
  4323. "responses": {
  4324. "200": {
  4325. "description": "具体数据",
  4326. "schema": {
  4327. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4328. }
  4329. },
  4330. "400": {
  4331. "description": "具体错误",
  4332. "schema": {
  4333. "$ref": "#/definitions/md.Response"
  4334. }
  4335. }
  4336. }
  4337. }
  4338. },
  4339. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4340. "post": {
  4341. "description": "激励视频(设置)",
  4342. "consumes": [
  4343. "application/json"
  4344. ],
  4345. "produces": [
  4346. "application/json"
  4347. ],
  4348. "tags": [
  4349. "蛋蛋能量"
  4350. ],
  4351. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4352. "parameters": [
  4353. {
  4354. "type": "string",
  4355. "description": "验证参数Bearer和token空格拼接",
  4356. "name": "Authorization",
  4357. "in": "header",
  4358. "required": true
  4359. },
  4360. {
  4361. "description": "落地页不填页大小默认20条数据",
  4362. "name": "req",
  4363. "in": "body",
  4364. "required": true,
  4365. "schema": {
  4366. "$ref": "#/definitions/md.SetVideoRewardReq"
  4367. }
  4368. }
  4369. ],
  4370. "responses": {
  4371. "200": {
  4372. "description": "success",
  4373. "schema": {
  4374. "type": "string"
  4375. }
  4376. },
  4377. "400": {
  4378. "description": "具体错误",
  4379. "schema": {
  4380. "$ref": "#/definitions/md.Response"
  4381. }
  4382. }
  4383. }
  4384. }
  4385. },
  4386. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4387. "post": {
  4388. "description": "基础设置(更新)",
  4389. "consumes": [
  4390. "application/json"
  4391. ],
  4392. "produces": [
  4393. "application/json"
  4394. ],
  4395. "tags": [
  4396. "蛋蛋能量"
  4397. ],
  4398. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4399. "parameters": [
  4400. {
  4401. "type": "string",
  4402. "description": "验证参数Bearer和token空格拼接",
  4403. "name": "Authorization",
  4404. "in": "header",
  4405. "required": true
  4406. },
  4407. {
  4408. "description": "system_id 必填",
  4409. "name": "req",
  4410. "in": "body",
  4411. "required": true,
  4412. "schema": {
  4413. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4414. }
  4415. }
  4416. ],
  4417. "responses": {
  4418. "200": {
  4419. "description": "修改数据条数",
  4420. "schema": {
  4421. "type": "int"
  4422. }
  4423. },
  4424. "400": {
  4425. "description": "具体错误",
  4426. "schema": {
  4427. "$ref": "#/definitions/md.Response"
  4428. }
  4429. }
  4430. }
  4431. }
  4432. },
  4433. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4434. "post": {
  4435. "description": "会员设置(更新)",
  4436. "consumes": [
  4437. "application/json"
  4438. ],
  4439. "produces": [
  4440. "application/json"
  4441. ],
  4442. "tags": [
  4443. "蛋蛋能量"
  4444. ],
  4445. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4446. "parameters": [
  4447. {
  4448. "type": "string",
  4449. "description": "验证参数Bearer和token空格拼接",
  4450. "name": "Authorization",
  4451. "in": "header",
  4452. "required": true
  4453. },
  4454. {
  4455. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4456. "name": "req",
  4457. "in": "body",
  4458. "required": true,
  4459. "schema": {
  4460. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4461. }
  4462. }
  4463. ],
  4464. "responses": {
  4465. "200": {
  4466. "description": "修改数据条数",
  4467. "schema": {
  4468. "type": "int"
  4469. }
  4470. },
  4471. "400": {
  4472. "description": "具体错误",
  4473. "schema": {
  4474. "$ref": "#/definitions/md.Response"
  4475. }
  4476. }
  4477. }
  4478. }
  4479. },
  4480. "/api/institutionalManagement/eggEnergy/updateVirtualCoin": {
  4481. "post": {
  4482. "description": "更新币种信息",
  4483. "consumes": [
  4484. "application/json"
  4485. ],
  4486. "produces": [
  4487. "application/json"
  4488. ],
  4489. "tags": [
  4490. "蛋蛋能量"
  4491. ],
  4492. "summary": "制度中心-蛋蛋能量-更新币种信息",
  4493. "parameters": [
  4494. {
  4495. "type": "string",
  4496. "description": "验证参数Bearer和token空格拼接",
  4497. "name": "Authorization",
  4498. "in": "header",
  4499. "required": true
  4500. },
  4501. {
  4502. "description": "更新数据信息",
  4503. "name": "req",
  4504. "in": "body",
  4505. "required": true,
  4506. "schema": {
  4507. "$ref": "#/definitions/md.UpdateVirtualCoinReq"
  4508. }
  4509. }
  4510. ],
  4511. "responses": {
  4512. "200": {
  4513. "description": "更新数据数量",
  4514. "schema": {
  4515. "type": "int"
  4516. }
  4517. },
  4518. "400": {
  4519. "description": "具体错误",
  4520. "schema": {
  4521. "$ref": "#/definitions/md.Response"
  4522. }
  4523. }
  4524. }
  4525. }
  4526. },
  4527. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4528. "post": {
  4529. "description": "蛋蛋能量流水(查询)",
  4530. "consumes": [
  4531. "application/json"
  4532. ],
  4533. "produces": [
  4534. "application/json"
  4535. ],
  4536. "tags": [
  4537. "公排管理"
  4538. ],
  4539. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4540. "parameters": [
  4541. {
  4542. "type": "string",
  4543. "description": "验证参数Bearer和token空格拼接",
  4544. "name": "Authorization",
  4545. "in": "header",
  4546. "required": true
  4547. },
  4548. {
  4549. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4550. "name": "req",
  4551. "in": "body",
  4552. "required": true,
  4553. "schema": {
  4554. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4555. }
  4556. }
  4557. ],
  4558. "responses": {
  4559. "200": {
  4560. "description": "成功返回",
  4561. "schema": {
  4562. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4563. }
  4564. },
  4565. "400": {
  4566. "description": "具体错误",
  4567. "schema": {
  4568. "$ref": "#/definitions/md.Response"
  4569. }
  4570. }
  4571. }
  4572. }
  4573. },
  4574. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4575. "post": {
  4576. "description": "蛋蛋能量明细(获取)",
  4577. "consumes": [
  4578. "application/json"
  4579. ],
  4580. "produces": [
  4581. "application/json"
  4582. ],
  4583. "tags": [
  4584. "公排管理"
  4585. ],
  4586. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4587. "parameters": [
  4588. {
  4589. "type": "string",
  4590. "description": "验证参数Bearer和token空格拼接",
  4591. "name": "Authorization",
  4592. "in": "header",
  4593. "required": true
  4594. },
  4595. {
  4596. "description": "落地页不填页大小默认20条数据",
  4597. "name": "req",
  4598. "in": "body",
  4599. "schema": {
  4600. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4601. }
  4602. }
  4603. ],
  4604. "responses": {
  4605. "200": {
  4606. "description": "成功返回",
  4607. "schema": {
  4608. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4609. }
  4610. },
  4611. "400": {
  4612. "description": "具体错误",
  4613. "schema": {
  4614. "$ref": "#/definitions/md.Response"
  4615. }
  4616. }
  4617. }
  4618. }
  4619. },
  4620. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4621. "post": {
  4622. "description": "蛋蛋积分持有者明细(获取)",
  4623. "consumes": [
  4624. "application/json"
  4625. ],
  4626. "produces": [
  4627. "application/json"
  4628. ],
  4629. "tags": [
  4630. "公排管理"
  4631. ],
  4632. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4633. "parameters": [
  4634. {
  4635. "type": "string",
  4636. "description": "验证参数Bearer和token空格拼接",
  4637. "name": "Authorization",
  4638. "in": "header",
  4639. "required": true
  4640. },
  4641. {
  4642. "description": "落地页不填页大小默认20条数据",
  4643. "name": "req",
  4644. "in": "body",
  4645. "schema": {
  4646. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4647. }
  4648. }
  4649. ],
  4650. "responses": {
  4651. "200": {
  4652. "description": "成功返回",
  4653. "schema": {
  4654. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4655. }
  4656. },
  4657. "400": {
  4658. "description": "具体错误",
  4659. "schema": {
  4660. "$ref": "#/definitions/md.Response"
  4661. }
  4662. }
  4663. }
  4664. }
  4665. },
  4666. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4667. "post": {
  4668. "description": "蛋蛋积分流水明细(查询)",
  4669. "consumes": [
  4670. "application/json"
  4671. ],
  4672. "produces": [
  4673. "application/json"
  4674. ],
  4675. "tags": [
  4676. "公排管理"
  4677. ],
  4678. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4679. "parameters": [
  4680. {
  4681. "type": "string",
  4682. "description": "验证参数Bearer和token空格拼接",
  4683. "name": "Authorization",
  4684. "in": "header",
  4685. "required": true
  4686. },
  4687. {
  4688. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4689. "name": "req",
  4690. "in": "body",
  4691. "required": true,
  4692. "schema": {
  4693. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4694. }
  4695. }
  4696. ],
  4697. "responses": {
  4698. "200": {
  4699. "description": "成功返回",
  4700. "schema": {
  4701. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4702. }
  4703. },
  4704. "400": {
  4705. "description": "具体错误",
  4706. "schema": {
  4707. "$ref": "#/definitions/md.Response"
  4708. }
  4709. }
  4710. }
  4711. }
  4712. },
  4713. "/api/institutionalManagement/eggPointCoefficient/add": {
  4714. "post": {
  4715. "description": "区间系数(新增 支持批量新增)",
  4716. "consumes": [
  4717. "application/json"
  4718. ],
  4719. "produces": [
  4720. "application/json"
  4721. ],
  4722. "tags": [
  4723. "蛋蛋分区间系数管理"
  4724. ],
  4725. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4726. "parameters": [
  4727. {
  4728. "type": "string",
  4729. "description": "验证参数Bearer和token空格拼接",
  4730. "name": "Authorization",
  4731. "in": "header",
  4732. "required": true
  4733. },
  4734. {
  4735. "description": "需要新增的内容",
  4736. "name": "req",
  4737. "in": "body",
  4738. "required": true,
  4739. "schema": {
  4740. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4741. }
  4742. }
  4743. ],
  4744. "responses": {
  4745. "200": {
  4746. "description": "新增数据条数",
  4747. "schema": {
  4748. "type": "int"
  4749. }
  4750. },
  4751. "400": {
  4752. "description": "具体错误",
  4753. "schema": {
  4754. "$ref": "#/definitions/md.Response"
  4755. }
  4756. }
  4757. }
  4758. }
  4759. },
  4760. "/api/institutionalManagement/eggPointCoefficient/del": {
  4761. "delete": {
  4762. "description": "区间系数(删除)",
  4763. "consumes": [
  4764. "application/json"
  4765. ],
  4766. "produces": [
  4767. "application/json"
  4768. ],
  4769. "tags": [
  4770. "蛋蛋分区间系数管理"
  4771. ],
  4772. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4773. "parameters": [
  4774. {
  4775. "type": "string",
  4776. "description": "验证参数Bearer和token空格拼接",
  4777. "name": "Authorization",
  4778. "in": "header",
  4779. "required": true
  4780. },
  4781. {
  4782. "description": "需要删除的数据id",
  4783. "name": "req",
  4784. "in": "body",
  4785. "required": true,
  4786. "schema": {
  4787. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4788. }
  4789. }
  4790. ],
  4791. "responses": {
  4792. "200": {
  4793. "description": "成功删除数据条数",
  4794. "schema": {
  4795. "type": "int"
  4796. }
  4797. },
  4798. "400": {
  4799. "description": "具体错误",
  4800. "schema": {
  4801. "$ref": "#/definitions/md.Response"
  4802. }
  4803. }
  4804. }
  4805. }
  4806. },
  4807. "/api/institutionalManagement/eggPointCoefficient/index": {
  4808. "get": {
  4809. "description": "区间系数(获取)",
  4810. "consumes": [
  4811. "application/json"
  4812. ],
  4813. "produces": [
  4814. "application/json"
  4815. ],
  4816. "tags": [
  4817. "蛋蛋分区间系数管理"
  4818. ],
  4819. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4820. "parameters": [
  4821. {
  4822. "type": "string",
  4823. "description": "验证参数Bearer和token空格拼接",
  4824. "name": "Authorization",
  4825. "in": "header",
  4826. "required": true
  4827. }
  4828. ],
  4829. "responses": {
  4830. "200": {
  4831. "description": "OK",
  4832. "schema": {
  4833. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4834. }
  4835. },
  4836. "400": {
  4837. "description": "具体错误",
  4838. "schema": {
  4839. "$ref": "#/definitions/md.Response"
  4840. }
  4841. }
  4842. }
  4843. }
  4844. },
  4845. "/api/institutionalManagement/eggPointCoefficient/update": {
  4846. "post": {
  4847. "description": "区间系数(更新)",
  4848. "consumes": [
  4849. "application/json"
  4850. ],
  4851. "produces": [
  4852. "application/json"
  4853. ],
  4854. "tags": [
  4855. "蛋蛋分区间系数管理"
  4856. ],
  4857. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4858. "parameters": [
  4859. {
  4860. "type": "string",
  4861. "description": "验证参数Bearer和token空格拼接",
  4862. "name": "Authorization",
  4863. "in": "header",
  4864. "required": true
  4865. },
  4866. {
  4867. "description": "需要更新的数据信息",
  4868. "name": "req",
  4869. "in": "body",
  4870. "required": true,
  4871. "schema": {
  4872. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4873. }
  4874. }
  4875. ],
  4876. "responses": {
  4877. "200": {
  4878. "description": "成功修改的数据数量",
  4879. "schema": {
  4880. "type": "int"
  4881. }
  4882. },
  4883. "400": {
  4884. "description": "具体错误",
  4885. "schema": {
  4886. "$ref": "#/definitions/md.Response"
  4887. }
  4888. }
  4889. }
  4890. }
  4891. },
  4892. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4893. "get": {
  4894. "description": "个性化设置(获取)",
  4895. "consumes": [
  4896. "application/json"
  4897. ],
  4898. "produces": [
  4899. "application/json"
  4900. ],
  4901. "tags": [
  4902. "模块设置"
  4903. ],
  4904. "summary": "制度中心-模块设置-个性化设置(获取)",
  4905. "parameters": [
  4906. {
  4907. "type": "string",
  4908. "description": "验证参数Bearer和token空格拼接",
  4909. "name": "Authorization",
  4910. "in": "header",
  4911. "required": true
  4912. },
  4913. {
  4914. "type": "string",
  4915. "description": "模块类型值",
  4916. "name": "mod_name_value",
  4917. "in": "query",
  4918. "required": true
  4919. }
  4920. ],
  4921. "responses": {
  4922. "200": {
  4923. "description": "具体数据",
  4924. "schema": {
  4925. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4926. }
  4927. },
  4928. "400": {
  4929. "description": "具体错误",
  4930. "schema": {
  4931. "$ref": "#/definitions/md.Response"
  4932. }
  4933. }
  4934. }
  4935. }
  4936. },
  4937. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4938. "post": {
  4939. "description": "个性化设置(更新)",
  4940. "consumes": [
  4941. "application/json"
  4942. ],
  4943. "produces": [
  4944. "application/json"
  4945. ],
  4946. "tags": [
  4947. "模块设置"
  4948. ],
  4949. "summary": "制度中心-模块设置-个性化设置(更新)",
  4950. "parameters": [
  4951. {
  4952. "type": "string",
  4953. "description": "验证参数Bearer和token空格拼接",
  4954. "name": "Authorization",
  4955. "in": "header",
  4956. "required": true
  4957. },
  4958. {
  4959. "description": "模块类型值必填 链接传入完整 URL",
  4960. "name": "req",
  4961. "in": "body",
  4962. "required": true,
  4963. "schema": {
  4964. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4965. }
  4966. }
  4967. ],
  4968. "responses": {
  4969. "200": {
  4970. "description": "修改数据条数",
  4971. "schema": {
  4972. "type": "int"
  4973. }
  4974. },
  4975. "400": {
  4976. "description": "具体错误",
  4977. "schema": {
  4978. "$ref": "#/definitions/md.Response"
  4979. }
  4980. }
  4981. }
  4982. }
  4983. },
  4984. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4985. "post": {
  4986. "description": "社区分红(新增)",
  4987. "consumes": [
  4988. "application/json"
  4989. ],
  4990. "produces": [
  4991. "application/json"
  4992. ],
  4993. "tags": [
  4994. "公排管理"
  4995. ],
  4996. "summary": "制度中心-公排管理-社区分红(新增)",
  4997. "parameters": [
  4998. {
  4999. "type": "string",
  5000. "description": "验证参数Bearer和token空格拼接",
  5001. "name": "Authorization",
  5002. "in": "header",
  5003. "required": true
  5004. },
  5005. {
  5006. "description": "分红名称、分红总量",
  5007. "name": "req",
  5008. "in": "body",
  5009. "required": true,
  5010. "schema": {
  5011. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  5012. }
  5013. }
  5014. ],
  5015. "responses": {
  5016. "200": {
  5017. "description": "成功",
  5018. "schema": {
  5019. "type": "success"
  5020. }
  5021. },
  5022. "400": {
  5023. "description": "具体错误",
  5024. "schema": {
  5025. "$ref": "#/definitions/md.Response"
  5026. }
  5027. }
  5028. }
  5029. }
  5030. },
  5031. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  5032. "post": {
  5033. "description": "社区分红(查询)",
  5034. "consumes": [
  5035. "application/json"
  5036. ],
  5037. "produces": [
  5038. "application/json"
  5039. ],
  5040. "tags": [
  5041. "公排管理"
  5042. ],
  5043. "summary": "制度中心-公排管理-社区分红(查询)",
  5044. "parameters": [
  5045. {
  5046. "type": "string",
  5047. "description": "验证参数Bearer和token空格拼接",
  5048. "name": "Authorization",
  5049. "in": "header",
  5050. "required": true
  5051. },
  5052. {
  5053. "description": "页数、每页大小必填 起止时间、起止数量选填",
  5054. "name": "req",
  5055. "in": "body",
  5056. "required": true,
  5057. "schema": {
  5058. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  5059. }
  5060. }
  5061. ],
  5062. "responses": {
  5063. "200": {
  5064. "description": "具体数据",
  5065. "schema": {
  5066. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  5067. }
  5068. },
  5069. "400": {
  5070. "description": "具体错误",
  5071. "schema": {
  5072. "$ref": "#/definitions/md.Response"
  5073. }
  5074. }
  5075. }
  5076. }
  5077. },
  5078. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  5079. "post": {
  5080. "description": "社区长列表(新增)",
  5081. "consumes": [
  5082. "application/json"
  5083. ],
  5084. "produces": [
  5085. "application/json"
  5086. ],
  5087. "tags": [
  5088. "公排管理"
  5089. ],
  5090. "summary": "制度中心-公排管理-社区长列表(新增)",
  5091. "parameters": [
  5092. {
  5093. "type": "string",
  5094. "description": "验证参数Bearer和token空格拼接",
  5095. "name": "Authorization",
  5096. "in": "header",
  5097. "required": true
  5098. },
  5099. {
  5100. "description": "新增社区长 ID、备注",
  5101. "name": "req",
  5102. "in": "body",
  5103. "required": true,
  5104. "schema": {
  5105. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  5106. }
  5107. }
  5108. ],
  5109. "responses": {
  5110. "200": {
  5111. "description": "插入数据 ID",
  5112. "schema": {
  5113. "type": "int"
  5114. }
  5115. },
  5116. "400": {
  5117. "description": "具体错误",
  5118. "schema": {
  5119. "$ref": "#/definitions/md.Response"
  5120. }
  5121. }
  5122. }
  5123. }
  5124. },
  5125. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserDel/{$id}": {
  5126. "delete": {
  5127. "description": "社区长列表(删除)",
  5128. "consumes": [
  5129. "application/json"
  5130. ],
  5131. "produces": [
  5132. "application/json"
  5133. ],
  5134. "tags": [
  5135. "公排管理"
  5136. ],
  5137. "summary": "制度中心-公排管理-社区长列表(删除)",
  5138. "parameters": [
  5139. {
  5140. "type": "string",
  5141. "description": "验证参数Bearer和token空格拼接",
  5142. "name": "Authorization",
  5143. "in": "header",
  5144. "required": true
  5145. }
  5146. ],
  5147. "responses": {
  5148. "200": {
  5149. "description": "删除数据数量",
  5150. "schema": {
  5151. "type": "int"
  5152. }
  5153. },
  5154. "400": {
  5155. "description": "具体错误",
  5156. "schema": {
  5157. "$ref": "#/definitions/md.Response"
  5158. }
  5159. }
  5160. }
  5161. }
  5162. },
  5163. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  5164. "post": {
  5165. "description": "社区长列表(查询)",
  5166. "consumes": [
  5167. "application/json"
  5168. ],
  5169. "produces": [
  5170. "application/json"
  5171. ],
  5172. "tags": [
  5173. "公排管理"
  5174. ],
  5175. "summary": "制度中心-公排管理-社区长列表(查询)",
  5176. "parameters": [
  5177. {
  5178. "type": "string",
  5179. "description": "验证参数Bearer和token空格拼接",
  5180. "name": "Authorization",
  5181. "in": "header",
  5182. "required": true
  5183. },
  5184. {
  5185. "description": "页数、每页大小必填 手机号、用户ID选填",
  5186. "name": "req",
  5187. "in": "body",
  5188. "required": true,
  5189. "schema": {
  5190. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  5191. }
  5192. }
  5193. ],
  5194. "responses": {
  5195. "200": {
  5196. "description": "社区长列表",
  5197. "schema": {
  5198. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  5199. }
  5200. },
  5201. "400": {
  5202. "description": "具体错误",
  5203. "schema": {
  5204. "$ref": "#/definitions/md.Response"
  5205. }
  5206. }
  5207. }
  5208. }
  5209. },
  5210. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  5211. "post": {
  5212. "description": "关系分布图(位置转换)",
  5213. "consumes": [
  5214. "application/json"
  5215. ],
  5216. "produces": [
  5217. "application/json"
  5218. ],
  5219. "tags": [
  5220. "公排管理"
  5221. ],
  5222. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  5223. "parameters": [
  5224. {
  5225. "type": "string",
  5226. "description": "验证参数Bearer和token空格拼接",
  5227. "name": "Authorization",
  5228. "in": "header",
  5229. "required": true
  5230. },
  5231. {
  5232. "description": "需要交换的两个位置",
  5233. "name": "req",
  5234. "in": "body",
  5235. "required": true,
  5236. "schema": {
  5237. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  5238. }
  5239. }
  5240. ],
  5241. "responses": {
  5242. "200": {
  5243. "description": "成功返回",
  5244. "schema": {
  5245. "type": ""
  5246. }
  5247. },
  5248. "400": {
  5249. "description": "具体错误",
  5250. "schema": {
  5251. "$ref": "#/definitions/md.Response"
  5252. }
  5253. }
  5254. }
  5255. }
  5256. },
  5257. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5258. "get": {
  5259. "description": "关系分布图(获取指定用户上级)",
  5260. "consumes": [
  5261. "application/json"
  5262. ],
  5263. "produces": [
  5264. "application/json"
  5265. ],
  5266. "tags": [
  5267. "公排管理"
  5268. ],
  5269. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  5270. "parameters": [
  5271. {
  5272. "type": "string",
  5273. "description": "验证参数Bearer和token空格拼接",
  5274. "name": "Authorization",
  5275. "in": "header",
  5276. "required": true
  5277. },
  5278. {
  5279. "type": "string",
  5280. "description": "用户ID",
  5281. "name": "uid",
  5282. "in": "query",
  5283. "required": true
  5284. }
  5285. ],
  5286. "responses": {
  5287. "200": {
  5288. "description": "具体数据",
  5289. "schema": {
  5290. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5291. }
  5292. },
  5293. "400": {
  5294. "description": "具体错误",
  5295. "schema": {
  5296. "$ref": "#/definitions/md.Response"
  5297. }
  5298. }
  5299. }
  5300. }
  5301. },
  5302. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5303. "get": {
  5304. "description": "关系分布图(获取指定用户下级)",
  5305. "consumes": [
  5306. "application/json"
  5307. ],
  5308. "produces": [
  5309. "application/json"
  5310. ],
  5311. "tags": [
  5312. "公排管理"
  5313. ],
  5314. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5315. "parameters": [
  5316. {
  5317. "type": "string",
  5318. "description": "验证参数Bearer和token空格拼接",
  5319. "name": "Authorization",
  5320. "in": "header",
  5321. "required": true
  5322. },
  5323. {
  5324. "type": "string",
  5325. "description": "用户ID",
  5326. "name": "uid",
  5327. "in": "query",
  5328. "required": true
  5329. }
  5330. ],
  5331. "responses": {
  5332. "200": {
  5333. "description": "具体数据",
  5334. "schema": {
  5335. "$ref": "#/definitions/md.TreeNode"
  5336. }
  5337. },
  5338. "400": {
  5339. "description": "具体错误",
  5340. "schema": {
  5341. "$ref": "#/definitions/md.Response"
  5342. }
  5343. }
  5344. }
  5345. }
  5346. },
  5347. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5348. "get": {
  5349. "description": "公排基础设置(获取)",
  5350. "consumes": [
  5351. "application/json"
  5352. ],
  5353. "produces": [
  5354. "application/json"
  5355. ],
  5356. "tags": [
  5357. "公排管理"
  5358. ],
  5359. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5360. "parameters": [
  5361. {
  5362. "type": "string",
  5363. "description": "验证参数Bearer和token空格拼接",
  5364. "name": "Authorization",
  5365. "in": "header",
  5366. "required": true
  5367. }
  5368. ],
  5369. "responses": {
  5370. "200": {
  5371. "description": "具体数据",
  5372. "schema": {
  5373. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5374. }
  5375. },
  5376. "400": {
  5377. "description": "具体错误",
  5378. "schema": {
  5379. "$ref": "#/definitions/md.Response"
  5380. }
  5381. }
  5382. }
  5383. }
  5384. },
  5385. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5386. "delete": {
  5387. "description": "免罚用户(删除)",
  5388. "consumes": [
  5389. "application/json"
  5390. ],
  5391. "produces": [
  5392. "application/json"
  5393. ],
  5394. "tags": [
  5395. "公排管理"
  5396. ],
  5397. "summary": "制度中心-公排管理-免罚用户(删除)",
  5398. "parameters": [
  5399. {
  5400. "type": "string",
  5401. "description": "验证参数Bearer和token空格拼接",
  5402. "name": "Authorization",
  5403. "in": "header",
  5404. "required": true
  5405. },
  5406. {
  5407. "description": "免罚用户ID",
  5408. "name": "req",
  5409. "in": "body",
  5410. "required": true,
  5411. "schema": {
  5412. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5413. }
  5414. }
  5415. ],
  5416. "responses": {
  5417. "200": {
  5418. "description": "删除数据数量",
  5419. "schema": {
  5420. "type": "int"
  5421. }
  5422. },
  5423. "400": {
  5424. "description": "具体错误",
  5425. "schema": {
  5426. "$ref": "#/definitions/md.Response"
  5427. }
  5428. }
  5429. }
  5430. }
  5431. },
  5432. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5433. "post": {
  5434. "description": "免罚用户(查询)",
  5435. "consumes": [
  5436. "application/json"
  5437. ],
  5438. "produces": [
  5439. "application/json"
  5440. ],
  5441. "tags": [
  5442. "公排管理"
  5443. ],
  5444. "summary": "制度中心-公排管理-免罚用户(查询)",
  5445. "parameters": [
  5446. {
  5447. "type": "string",
  5448. "description": "验证参数Bearer和token空格拼接",
  5449. "name": "Authorization",
  5450. "in": "header",
  5451. "required": true
  5452. },
  5453. {
  5454. "description": "页数和行数必填,uid选填",
  5455. "name": "req",
  5456. "in": "body",
  5457. "required": true,
  5458. "schema": {
  5459. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5460. }
  5461. }
  5462. ],
  5463. "responses": {
  5464. "200": {
  5465. "description": "成功返回",
  5466. "schema": {
  5467. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5468. }
  5469. },
  5470. "400": {
  5471. "description": "具体错误",
  5472. "schema": {
  5473. "$ref": "#/definitions/md.Response"
  5474. }
  5475. }
  5476. }
  5477. }
  5478. },
  5479. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5480. "post": {
  5481. "description": "免罚用户(新增)",
  5482. "consumes": [
  5483. "application/json"
  5484. ],
  5485. "produces": [
  5486. "application/json"
  5487. ],
  5488. "tags": [
  5489. "公排管理"
  5490. ],
  5491. "summary": "制度中心-公排管理-免罚用户(新增)",
  5492. "parameters": [
  5493. {
  5494. "type": "string",
  5495. "description": "验证参数Bearer和token空格拼接",
  5496. "name": "Authorization",
  5497. "in": "header",
  5498. "required": true
  5499. },
  5500. {
  5501. "description": "免罚用户ID",
  5502. "name": "req",
  5503. "in": "body",
  5504. "required": true,
  5505. "schema": {
  5506. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5507. }
  5508. }
  5509. ],
  5510. "responses": {
  5511. "200": {
  5512. "description": "插入数据 ID",
  5513. "schema": {
  5514. "type": "int"
  5515. }
  5516. },
  5517. "400": {
  5518. "description": "具体错误",
  5519. "schema": {
  5520. "$ref": "#/definitions/md.Response"
  5521. }
  5522. }
  5523. }
  5524. }
  5525. },
  5526. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5527. "get": {
  5528. "description": "关系分布图(获取)",
  5529. "consumes": [
  5530. "application/json"
  5531. ],
  5532. "produces": [
  5533. "application/json"
  5534. ],
  5535. "tags": [
  5536. "公排管理"
  5537. ],
  5538. "summary": "制度中心-公排管理-关系分布图(获取)",
  5539. "parameters": [
  5540. {
  5541. "type": "string",
  5542. "description": "验证参数Bearer和token空格拼接",
  5543. "name": "Authorization",
  5544. "in": "header",
  5545. "required": true
  5546. },
  5547. {
  5548. "type": "string",
  5549. "description": "phone",
  5550. "name": "phone",
  5551. "in": "query",
  5552. "required": true
  5553. },
  5554. {
  5555. "type": "string",
  5556. "description": "uid",
  5557. "name": "uid",
  5558. "in": "query",
  5559. "required": true
  5560. }
  5561. ],
  5562. "responses": {
  5563. "200": {
  5564. "description": "具体数据",
  5565. "schema": {
  5566. "$ref": "#/definitions/md.TreeNode"
  5567. }
  5568. },
  5569. "400": {
  5570. "description": "具体错误",
  5571. "schema": {
  5572. "$ref": "#/definitions/md.Response"
  5573. }
  5574. }
  5575. }
  5576. }
  5577. },
  5578. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5579. "post": {
  5580. "description": "公排基础设置选择会员(查询)",
  5581. "consumes": [
  5582. "application/json"
  5583. ],
  5584. "produces": [
  5585. "application/json"
  5586. ],
  5587. "tags": [
  5588. "公排管理"
  5589. ],
  5590. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5591. "parameters": [
  5592. {
  5593. "type": "string",
  5594. "description": "验证参数Bearer和token空格拼接",
  5595. "name": "Authorization",
  5596. "in": "header",
  5597. "required": true
  5598. },
  5599. {
  5600. "description": "分页信息必填",
  5601. "name": "req",
  5602. "in": "body",
  5603. "required": true,
  5604. "schema": {
  5605. "$ref": "#/definitions/md.SelectMemberReq"
  5606. }
  5607. }
  5608. ],
  5609. "responses": {
  5610. "200": {
  5611. "description": "具体数据",
  5612. "schema": {
  5613. "$ref": "#/definitions/md.SelectMemberResp"
  5614. }
  5615. },
  5616. "400": {
  5617. "description": "具体错误",
  5618. "schema": {
  5619. "$ref": "#/definitions/md.Response"
  5620. }
  5621. }
  5622. }
  5623. }
  5624. },
  5625. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5626. "put": {
  5627. "description": "公排基础设置(修改)",
  5628. "consumes": [
  5629. "application/json"
  5630. ],
  5631. "produces": [
  5632. "application/json"
  5633. ],
  5634. "tags": [
  5635. "公排管理"
  5636. ],
  5637. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5638. "parameters": [
  5639. {
  5640. "type": "string",
  5641. "description": "验证参数Bearer和token空格拼接",
  5642. "name": "Authorization",
  5643. "in": "header",
  5644. "required": true
  5645. },
  5646. {
  5647. "description": "公排设置表单内容",
  5648. "name": "req",
  5649. "in": "body",
  5650. "required": true,
  5651. "schema": {
  5652. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5653. }
  5654. }
  5655. ],
  5656. "responses": {
  5657. "200": {
  5658. "description": "success",
  5659. "schema": {
  5660. "type": "string"
  5661. }
  5662. },
  5663. "400": {
  5664. "description": "具体错误",
  5665. "schema": {
  5666. "$ref": "#/definitions/md.Response"
  5667. }
  5668. }
  5669. }
  5670. }
  5671. },
  5672. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5673. "post": {
  5674. "description": "日活分析",
  5675. "consumes": [
  5676. "application/json"
  5677. ],
  5678. "produces": [
  5679. "application/json"
  5680. ],
  5681. "tags": [
  5682. "公排管理"
  5683. ],
  5684. "summary": "制度中心-公排管理-日活分析",
  5685. "parameters": [
  5686. {
  5687. "type": "string",
  5688. "description": "验证参数Bearer和token空格拼接",
  5689. "name": "Authorization",
  5690. "in": "header",
  5691. "required": true
  5692. },
  5693. {
  5694. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5695. "name": "req",
  5696. "in": "body",
  5697. "required": true,
  5698. "schema": {
  5699. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5700. }
  5701. }
  5702. ],
  5703. "responses": {
  5704. "200": {
  5705. "description": "具体数据",
  5706. "schema": {
  5707. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5708. }
  5709. },
  5710. "400": {
  5711. "description": "具体错误",
  5712. "schema": {
  5713. "$ref": "#/definitions/md.Response"
  5714. }
  5715. }
  5716. }
  5717. }
  5718. },
  5719. "/api/login": {
  5720. "post": {
  5721. "description": "登入",
  5722. "consumes": [
  5723. "application/json"
  5724. ],
  5725. "produces": [
  5726. "application/json"
  5727. ],
  5728. "tags": [
  5729. "登录"
  5730. ],
  5731. "summary": "登陆",
  5732. "parameters": [
  5733. {
  5734. "description": "用户名密码",
  5735. "name": "req",
  5736. "in": "body",
  5737. "required": true,
  5738. "schema": {
  5739. "$ref": "#/definitions/md.LoginReq"
  5740. }
  5741. }
  5742. ],
  5743. "responses": {
  5744. "200": {
  5745. "description": "token",
  5746. "schema": {
  5747. "$ref": "#/definitions/md.LoginResponse"
  5748. }
  5749. },
  5750. "400": {
  5751. "description": "具体错误",
  5752. "schema": {
  5753. "$ref": "#/definitions/md.Response"
  5754. }
  5755. }
  5756. }
  5757. }
  5758. },
  5759. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5760. "get": {
  5761. "description": "新人红包设置(获取)",
  5762. "consumes": [
  5763. "application/json"
  5764. ],
  5765. "produces": [
  5766. "application/json"
  5767. ],
  5768. "tags": [
  5769. "营销应用"
  5770. ],
  5771. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5772. "parameters": [
  5773. {
  5774. "type": "string",
  5775. "description": "验证参数Bearer和token空格拼接",
  5776. "name": "Authorization",
  5777. "in": "header",
  5778. "required": true
  5779. }
  5780. ],
  5781. "responses": {
  5782. "200": {
  5783. "description": "具体数据",
  5784. "schema": {
  5785. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5786. }
  5787. },
  5788. "400": {
  5789. "description": "具体错误",
  5790. "schema": {
  5791. "$ref": "#/definitions/md.Response"
  5792. }
  5793. }
  5794. }
  5795. }
  5796. },
  5797. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5798. "post": {
  5799. "description": "新人红包列表明细(查询)",
  5800. "consumes": [
  5801. "application/json"
  5802. ],
  5803. "produces": [
  5804. "application/json"
  5805. ],
  5806. "tags": [
  5807. "营销应用"
  5808. ],
  5809. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5810. "parameters": [
  5811. {
  5812. "type": "string",
  5813. "description": "验证参数Bearer和token空格拼接",
  5814. "name": "Authorization",
  5815. "in": "header",
  5816. "required": true
  5817. },
  5818. {
  5819. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5820. "name": "req",
  5821. "in": "body",
  5822. "required": true,
  5823. "schema": {
  5824. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5825. }
  5826. }
  5827. ],
  5828. "responses": {
  5829. "200": {
  5830. "description": "具体数据",
  5831. "schema": {
  5832. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5833. }
  5834. },
  5835. "400": {
  5836. "description": "具体错误",
  5837. "schema": {
  5838. "$ref": "#/definitions/md.Response"
  5839. }
  5840. }
  5841. }
  5842. }
  5843. },
  5844. "/api/marketingApplications/newUserRedPackage/recordList": {
  5845. "post": {
  5846. "description": "新人红包列表(查询)",
  5847. "consumes": [
  5848. "application/json"
  5849. ],
  5850. "produces": [
  5851. "application/json"
  5852. ],
  5853. "tags": [
  5854. "营销应用"
  5855. ],
  5856. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5857. "parameters": [
  5858. {
  5859. "type": "string",
  5860. "description": "验证参数Bearer和token空格拼接",
  5861. "name": "Authorization",
  5862. "in": "header",
  5863. "required": true
  5864. },
  5865. {
  5866. "description": "新人红包列表查询条件(分页信息必填)",
  5867. "name": "req",
  5868. "in": "body",
  5869. "required": true,
  5870. "schema": {
  5871. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5872. }
  5873. }
  5874. ],
  5875. "responses": {
  5876. "200": {
  5877. "description": "具体数据",
  5878. "schema": {
  5879. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5880. }
  5881. },
  5882. "400": {
  5883. "description": "具体错误",
  5884. "schema": {
  5885. "$ref": "#/definitions/md.Response"
  5886. }
  5887. }
  5888. }
  5889. }
  5890. },
  5891. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5892. "put": {
  5893. "description": "新人红包设置(修改)",
  5894. "consumes": [
  5895. "application/json"
  5896. ],
  5897. "produces": [
  5898. "application/json"
  5899. ],
  5900. "tags": [
  5901. "营销应用"
  5902. ],
  5903. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5904. "parameters": [
  5905. {
  5906. "type": "string",
  5907. "description": "验证参数Bearer和token空格拼接",
  5908. "name": "Authorization",
  5909. "in": "header",
  5910. "required": true
  5911. },
  5912. {
  5913. "description": "新人红包设置表单",
  5914. "name": "req",
  5915. "in": "body",
  5916. "required": true,
  5917. "schema": {
  5918. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5919. }
  5920. }
  5921. ],
  5922. "responses": {
  5923. "200": {
  5924. "description": "success",
  5925. "schema": {
  5926. "type": "string"
  5927. }
  5928. },
  5929. "400": {
  5930. "description": "具体错误",
  5931. "schema": {
  5932. "$ref": "#/definitions/md.Response"
  5933. }
  5934. }
  5935. }
  5936. }
  5937. },
  5938. "/api/memberCenter/certificate/del": {
  5939. "post": {
  5940. "description": "会员中心-证书管理-删除",
  5941. "consumes": [
  5942. "application/json"
  5943. ],
  5944. "produces": [
  5945. "application/json"
  5946. ],
  5947. "tags": [
  5948. "会员中心"
  5949. ],
  5950. "summary": "会员中心-证书管理-删除",
  5951. "parameters": [
  5952. {
  5953. "type": "string",
  5954. "description": "验证参数Bearer和token空格拼接",
  5955. "name": "Authorization",
  5956. "in": "header",
  5957. "required": true
  5958. },
  5959. {
  5960. "description": "(分页信息必填)",
  5961. "name": "req",
  5962. "in": "body",
  5963. "required": true,
  5964. "schema": {
  5965. "$ref": "#/definitions/md.CertificateDelReq"
  5966. }
  5967. }
  5968. ],
  5969. "responses": {
  5970. "200": {
  5971. "description": "具体数据",
  5972. "schema": {
  5973. "type": "string"
  5974. }
  5975. },
  5976. "400": {
  5977. "description": "具体错误",
  5978. "schema": {
  5979. "$ref": "#/definitions/md.Response"
  5980. }
  5981. }
  5982. }
  5983. }
  5984. },
  5985. "/api/memberCenter/certificate/list": {
  5986. "post": {
  5987. "description": "会员中心-证书管理",
  5988. "consumes": [
  5989. "application/json"
  5990. ],
  5991. "produces": [
  5992. "application/json"
  5993. ],
  5994. "tags": [
  5995. "会员中心"
  5996. ],
  5997. "summary": "会员中心-证书管理",
  5998. "parameters": [
  5999. {
  6000. "type": "string",
  6001. "description": "验证参数Bearer和token空格拼接",
  6002. "name": "Authorization",
  6003. "in": "header",
  6004. "required": true
  6005. },
  6006. {
  6007. "description": "(分页信息必填)",
  6008. "name": "req",
  6009. "in": "body",
  6010. "required": true,
  6011. "schema": {
  6012. "$ref": "#/definitions/md.CertificateListReq"
  6013. }
  6014. }
  6015. ],
  6016. "responses": {
  6017. "200": {
  6018. "description": "具体数据",
  6019. "schema": {
  6020. "$ref": "#/definitions/md.CertificateListResp"
  6021. }
  6022. },
  6023. "400": {
  6024. "description": "具体错误",
  6025. "schema": {
  6026. "$ref": "#/definitions/md.Response"
  6027. }
  6028. }
  6029. }
  6030. }
  6031. },
  6032. "/api/memberCenter/certificate/save": {
  6033. "post": {
  6034. "description": "会员中心-证书管理-保存",
  6035. "consumes": [
  6036. "application/json"
  6037. ],
  6038. "produces": [
  6039. "application/json"
  6040. ],
  6041. "tags": [
  6042. "会员中心"
  6043. ],
  6044. "summary": "会员中心-证书管理-保存",
  6045. "parameters": [
  6046. {
  6047. "type": "string",
  6048. "description": "验证参数Bearer和token空格拼接",
  6049. "name": "Authorization",
  6050. "in": "header",
  6051. "required": true
  6052. },
  6053. {
  6054. "description": "(分页信息必填)",
  6055. "name": "req",
  6056. "in": "body",
  6057. "required": true,
  6058. "schema": {
  6059. "$ref": "#/definitions/md.CertificateSave"
  6060. }
  6061. }
  6062. ],
  6063. "responses": {
  6064. "200": {
  6065. "description": "具体数据",
  6066. "schema": {
  6067. "type": "string"
  6068. }
  6069. },
  6070. "400": {
  6071. "description": "具体错误",
  6072. "schema": {
  6073. "$ref": "#/definitions/md.Response"
  6074. }
  6075. }
  6076. }
  6077. }
  6078. },
  6079. "/api/memberCenter/levelManagement/addLevel": {
  6080. "post": {
  6081. "description": "等级管理(新增)",
  6082. "consumes": [
  6083. "application/json"
  6084. ],
  6085. "produces": [
  6086. "application/json"
  6087. ],
  6088. "tags": [
  6089. "会员中心"
  6090. ],
  6091. "summary": "制度中心-会员中心-等级管理(新增)",
  6092. "parameters": [
  6093. {
  6094. "type": "string",
  6095. "description": "验证参数Bearer和token空格拼接",
  6096. "name": "Authorization",
  6097. "in": "header",
  6098. "required": true
  6099. },
  6100. {
  6101. "description": "需要新增的等级信息",
  6102. "name": "req",
  6103. "in": "body",
  6104. "required": true,
  6105. "schema": {
  6106. "$ref": "#/definitions/md.AddLevelReq"
  6107. }
  6108. }
  6109. ],
  6110. "responses": {
  6111. "200": {
  6112. "description": "新增等级ID",
  6113. "schema": {
  6114. "type": "int"
  6115. }
  6116. },
  6117. "400": {
  6118. "description": "具体错误",
  6119. "schema": {
  6120. "$ref": "#/definitions/md.Response"
  6121. }
  6122. }
  6123. }
  6124. }
  6125. },
  6126. "/api/memberCenter/levelManagement/deleteLevel": {
  6127. "delete": {
  6128. "description": "等级管理(删除)",
  6129. "consumes": [
  6130. "application/json"
  6131. ],
  6132. "produces": [
  6133. "application/json"
  6134. ],
  6135. "tags": [
  6136. "会员中心"
  6137. ],
  6138. "summary": "制度中心-会员中心-等级管理(删除)",
  6139. "parameters": [
  6140. {
  6141. "type": "string",
  6142. "description": "验证参数Bearer和token空格拼接",
  6143. "name": "Authorization",
  6144. "in": "header",
  6145. "required": true
  6146. },
  6147. {
  6148. "description": "需要删除的等级 ID",
  6149. "name": "req",
  6150. "in": "body",
  6151. "required": true,
  6152. "schema": {
  6153. "$ref": "#/definitions/md.DeleteLevelReq"
  6154. }
  6155. }
  6156. ],
  6157. "responses": {
  6158. "200": {
  6159. "description": "成功删除数据数量",
  6160. "schema": {
  6161. "type": "int"
  6162. }
  6163. },
  6164. "400": {
  6165. "description": "具体错误",
  6166. "schema": {
  6167. "$ref": "#/definitions/md.Response"
  6168. }
  6169. }
  6170. }
  6171. }
  6172. },
  6173. "/api/memberCenter/levelManagement/deleteLevelTask": {
  6174. "delete": {
  6175. "description": "等级任务(删除)",
  6176. "consumes": [
  6177. "application/json"
  6178. ],
  6179. "produces": [
  6180. "application/json"
  6181. ],
  6182. "tags": [
  6183. "会员中心"
  6184. ],
  6185. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  6186. "parameters": [
  6187. {
  6188. "type": "string",
  6189. "description": "验证参数Bearer和token空格拼接",
  6190. "name": "Authorization",
  6191. "in": "header",
  6192. "required": true
  6193. },
  6194. {
  6195. "description": "需要删除的等级任务ID",
  6196. "name": "req",
  6197. "in": "body",
  6198. "required": true,
  6199. "schema": {
  6200. "$ref": "#/definitions/md.DeleteTaskReq"
  6201. }
  6202. }
  6203. ],
  6204. "responses": {
  6205. "200": {
  6206. "description": "成功删除数据数量",
  6207. "schema": {
  6208. "type": "int"
  6209. }
  6210. },
  6211. "400": {
  6212. "description": "具体错误",
  6213. "schema": {
  6214. "$ref": "#/definitions/md.Response"
  6215. }
  6216. }
  6217. }
  6218. }
  6219. },
  6220. "/api/memberCenter/levelManagement/getLevelList": {
  6221. "get": {
  6222. "description": "标签管理(获取)",
  6223. "consumes": [
  6224. "application/json"
  6225. ],
  6226. "produces": [
  6227. "application/json"
  6228. ],
  6229. "tags": [
  6230. "会员中心"
  6231. ],
  6232. "summary": "制度中心-会员中心-等级管理(获取)",
  6233. "parameters": [
  6234. {
  6235. "type": "string",
  6236. "description": "验证参数Bearer和token空格拼接",
  6237. "name": "Authorization",
  6238. "in": "header",
  6239. "required": true
  6240. },
  6241. {
  6242. "type": "integer",
  6243. "description": "每页大小",
  6244. "name": "limit",
  6245. "in": "query",
  6246. "required": true
  6247. },
  6248. {
  6249. "type": "integer",
  6250. "description": "页数",
  6251. "name": "page",
  6252. "in": "query",
  6253. "required": true
  6254. }
  6255. ],
  6256. "responses": {
  6257. "200": {
  6258. "description": "具体数据",
  6259. "schema": {
  6260. "$ref": "#/definitions/md.GetLevelListResp"
  6261. }
  6262. },
  6263. "400": {
  6264. "description": "具体错误",
  6265. "schema": {
  6266. "$ref": "#/definitions/md.Response"
  6267. }
  6268. }
  6269. }
  6270. }
  6271. },
  6272. "/api/memberCenter/levelManagement/getOneLevel": {
  6273. "get": {
  6274. "description": "等级明细(获取)",
  6275. "consumes": [
  6276. "application/json"
  6277. ],
  6278. "produces": [
  6279. "application/json"
  6280. ],
  6281. "tags": [
  6282. "会员中心"
  6283. ],
  6284. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6285. "parameters": [
  6286. {
  6287. "type": "string",
  6288. "description": "验证参数Bearer和token空格拼接",
  6289. "name": "Authorization",
  6290. "in": "header",
  6291. "required": true
  6292. },
  6293. {
  6294. "type": "integer",
  6295. "description": "等级 ID",
  6296. "name": "level_id",
  6297. "in": "query",
  6298. "required": true
  6299. }
  6300. ],
  6301. "responses": {
  6302. "200": {
  6303. "description": "具体数据",
  6304. "schema": {
  6305. "$ref": "#/definitions/md.GetOneLevelResp"
  6306. }
  6307. },
  6308. "400": {
  6309. "description": "具体错误",
  6310. "schema": {
  6311. "$ref": "#/definitions/md.Response"
  6312. }
  6313. }
  6314. }
  6315. }
  6316. },
  6317. "/api/memberCenter/levelManagement/updateLevel": {
  6318. "post": {
  6319. "description": "等级管理(更新)",
  6320. "consumes": [
  6321. "application/json"
  6322. ],
  6323. "produces": [
  6324. "application/json"
  6325. ],
  6326. "tags": [
  6327. "会员中心"
  6328. ],
  6329. "summary": "制度中心-会员中心-等级管理(更新)",
  6330. "parameters": [
  6331. {
  6332. "type": "string",
  6333. "description": "验证参数Bearer和token空格拼接",
  6334. "name": "Authorization",
  6335. "in": "header",
  6336. "required": true
  6337. },
  6338. {
  6339. "description": "需要修改的等级信息",
  6340. "name": "req",
  6341. "in": "body",
  6342. "required": true,
  6343. "schema": {
  6344. "$ref": "#/definitions/md.UpdateLevelReq"
  6345. }
  6346. }
  6347. ],
  6348. "responses": {
  6349. "200": {
  6350. "description": "success",
  6351. "schema": {
  6352. "type": "string"
  6353. }
  6354. },
  6355. "400": {
  6356. "description": "具体错误",
  6357. "schema": {
  6358. "$ref": "#/definitions/md.Response"
  6359. }
  6360. }
  6361. }
  6362. }
  6363. },
  6364. "/api/memberCenter/tagManagement/addTag": {
  6365. "post": {
  6366. "description": "标签管理(新增)",
  6367. "consumes": [
  6368. "application/json"
  6369. ],
  6370. "produces": [
  6371. "application/json"
  6372. ],
  6373. "tags": [
  6374. "会员中心"
  6375. ],
  6376. "summary": "制度中心-会员中心-标签管理(新增)",
  6377. "parameters": [
  6378. {
  6379. "type": "string",
  6380. "description": "验证参数Bearer和token空格拼接",
  6381. "name": "Authorization",
  6382. "in": "header",
  6383. "required": true
  6384. },
  6385. {
  6386. "description": "新增的标签信息",
  6387. "name": "req",
  6388. "in": "body",
  6389. "required": true,
  6390. "schema": {
  6391. "$ref": "#/definitions/md.AddTagReq"
  6392. }
  6393. }
  6394. ],
  6395. "responses": {
  6396. "200": {
  6397. "description": "新增的标签 ID",
  6398. "schema": {
  6399. "type": "int"
  6400. }
  6401. },
  6402. "400": {
  6403. "description": "具体错误",
  6404. "schema": {
  6405. "$ref": "#/definitions/md.Response"
  6406. }
  6407. }
  6408. }
  6409. }
  6410. },
  6411. "/api/memberCenter/tagManagement/deleteTag": {
  6412. "delete": {
  6413. "description": "标签管理(删除)",
  6414. "consumes": [
  6415. "application/json"
  6416. ],
  6417. "produces": [
  6418. "application/json"
  6419. ],
  6420. "tags": [
  6421. "会员中心"
  6422. ],
  6423. "summary": "制度中心-会员中心-标签管理(删除)",
  6424. "parameters": [
  6425. {
  6426. "type": "string",
  6427. "description": "验证参数Bearer和token空格拼接",
  6428. "name": "Authorization",
  6429. "in": "header",
  6430. "required": true
  6431. },
  6432. {
  6433. "description": "需要删除的标签 ID",
  6434. "name": "req",
  6435. "in": "body",
  6436. "required": true,
  6437. "schema": {
  6438. "$ref": "#/definitions/md.DeleteTagReq"
  6439. }
  6440. }
  6441. ],
  6442. "responses": {
  6443. "200": {
  6444. "description": "成功删除标签用户数",
  6445. "schema": {
  6446. "type": "int"
  6447. }
  6448. },
  6449. "400": {
  6450. "description": "具体错误",
  6451. "schema": {
  6452. "$ref": "#/definitions/md.Response"
  6453. }
  6454. }
  6455. }
  6456. }
  6457. },
  6458. "/api/memberCenter/tagManagement/getTagList": {
  6459. "get": {
  6460. "description": "标签管理(获取)",
  6461. "consumes": [
  6462. "application/json"
  6463. ],
  6464. "produces": [
  6465. "application/json"
  6466. ],
  6467. "tags": [
  6468. "会员中心"
  6469. ],
  6470. "summary": "制度中心-会员中心-标签管理(获取)",
  6471. "parameters": [
  6472. {
  6473. "type": "string",
  6474. "description": "验证参数Bearer和token空格拼接",
  6475. "name": "Authorization",
  6476. "in": "header",
  6477. "required": true
  6478. },
  6479. {
  6480. "type": "integer",
  6481. "description": "每页大小",
  6482. "name": "limit",
  6483. "in": "query",
  6484. "required": true
  6485. },
  6486. {
  6487. "type": "integer",
  6488. "description": "页数",
  6489. "name": "page",
  6490. "in": "query",
  6491. "required": true
  6492. }
  6493. ],
  6494. "responses": {
  6495. "200": {
  6496. "description": "具体数据",
  6497. "schema": {
  6498. "$ref": "#/definitions/md.GetTagListResp"
  6499. }
  6500. },
  6501. "400": {
  6502. "description": "具体错误",
  6503. "schema": {
  6504. "$ref": "#/definitions/md.Response"
  6505. }
  6506. }
  6507. }
  6508. }
  6509. },
  6510. "/api/memberCenter/tagManagement/updateTag": {
  6511. "post": {
  6512. "description": "标签管理(更新)",
  6513. "consumes": [
  6514. "application/json"
  6515. ],
  6516. "produces": [
  6517. "application/json"
  6518. ],
  6519. "tags": [
  6520. "会员中心"
  6521. ],
  6522. "summary": "制度中心-会员中心-标签管理(更新)",
  6523. "parameters": [
  6524. {
  6525. "type": "string",
  6526. "description": "验证参数Bearer和token空格拼接",
  6527. "name": "Authorization",
  6528. "in": "header",
  6529. "required": true
  6530. },
  6531. {
  6532. "description": "需要修改的标签信息",
  6533. "name": "req",
  6534. "in": "body",
  6535. "required": true,
  6536. "schema": {
  6537. "$ref": "#/definitions/md.UpdateTagReq"
  6538. }
  6539. }
  6540. ],
  6541. "responses": {
  6542. "200": {
  6543. "description": "成功修改数据条数",
  6544. "schema": {
  6545. "type": "int"
  6546. }
  6547. },
  6548. "400": {
  6549. "description": "具体错误",
  6550. "schema": {
  6551. "$ref": "#/definitions/md.Response"
  6552. }
  6553. }
  6554. }
  6555. }
  6556. },
  6557. "/api/memberCenter/userManagement/balanceDetail": {
  6558. "get": {
  6559. "description": "会员明细(余额获取)",
  6560. "consumes": [
  6561. "application/json"
  6562. ],
  6563. "produces": [
  6564. "application/json"
  6565. ],
  6566. "tags": [
  6567. "会员中心"
  6568. ],
  6569. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6570. "parameters": [
  6571. {
  6572. "type": "string",
  6573. "description": "验证参数Bearer和token空格拼接",
  6574. "name": "Authorization",
  6575. "in": "header",
  6576. "required": true
  6577. },
  6578. {
  6579. "type": "string",
  6580. "description": "用户 ID",
  6581. "name": "uid",
  6582. "in": "query",
  6583. "required": true
  6584. },
  6585. {
  6586. "type": "string",
  6587. "description": "每页大小",
  6588. "name": "limit",
  6589. "in": "query",
  6590. "required": true
  6591. },
  6592. {
  6593. "type": "string",
  6594. "description": "页数",
  6595. "name": "page",
  6596. "in": "query",
  6597. "required": true
  6598. }
  6599. ],
  6600. "responses": {
  6601. "200": {
  6602. "description": "具体数据",
  6603. "schema": {
  6604. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6605. }
  6606. },
  6607. "400": {
  6608. "description": "具体错误",
  6609. "schema": {
  6610. "$ref": "#/definitions/md.Response"
  6611. }
  6612. }
  6613. }
  6614. }
  6615. },
  6616. "/api/memberCenter/userManagement/getFans": {
  6617. "get": {
  6618. "description": "会员明细粉丝情况(获取)",
  6619. "consumes": [
  6620. "application/json"
  6621. ],
  6622. "produces": [
  6623. "application/json"
  6624. ],
  6625. "tags": [
  6626. "会员中心"
  6627. ],
  6628. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6629. "parameters": [
  6630. {
  6631. "type": "string",
  6632. "description": "验证参数Bearer和token空格拼接",
  6633. "name": "Authorization",
  6634. "in": "header",
  6635. "required": true
  6636. },
  6637. {
  6638. "type": "string",
  6639. "description": "用户 ID",
  6640. "name": "uid",
  6641. "in": "query",
  6642. "required": true
  6643. },
  6644. {
  6645. "type": "string",
  6646. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6647. "name": "type",
  6648. "in": "query",
  6649. "required": true
  6650. },
  6651. {
  6652. "type": "string",
  6653. "description": "每页大小",
  6654. "name": "limit",
  6655. "in": "query",
  6656. "required": true
  6657. },
  6658. {
  6659. "type": "string",
  6660. "description": "页数",
  6661. "name": "page",
  6662. "in": "query",
  6663. "required": true
  6664. }
  6665. ],
  6666. "responses": {
  6667. "200": {
  6668. "description": "具体数据",
  6669. "schema": {
  6670. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6671. }
  6672. },
  6673. "400": {
  6674. "description": "具体错误",
  6675. "schema": {
  6676. "$ref": "#/definitions/md.Response"
  6677. }
  6678. }
  6679. }
  6680. }
  6681. },
  6682. "/api/memberCenter/userManagement/getUserList": {
  6683. "post": {
  6684. "description": "用户信息管理(获取)",
  6685. "consumes": [
  6686. "application/json"
  6687. ],
  6688. "produces": [
  6689. "application/json"
  6690. ],
  6691. "tags": [
  6692. "会员中心"
  6693. ],
  6694. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6695. "parameters": [
  6696. {
  6697. "type": "string",
  6698. "description": "验证参数Bearer和token空格拼接",
  6699. "name": "Authorization",
  6700. "in": "header",
  6701. "required": true
  6702. },
  6703. {
  6704. "description": "分页信息必填",
  6705. "name": "req",
  6706. "in": "body",
  6707. "required": true,
  6708. "schema": {
  6709. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6710. }
  6711. }
  6712. ],
  6713. "responses": {
  6714. "200": {
  6715. "description": "具体数据",
  6716. "schema": {
  6717. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6718. }
  6719. },
  6720. "400": {
  6721. "description": "具体错误",
  6722. "schema": {
  6723. "$ref": "#/definitions/md.Response"
  6724. }
  6725. }
  6726. }
  6727. }
  6728. },
  6729. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6730. "get": {
  6731. "description": "会员明细(积分明细获取)",
  6732. "consumes": [
  6733. "application/json"
  6734. ],
  6735. "produces": [
  6736. "application/json"
  6737. ],
  6738. "tags": [
  6739. "会员中心"
  6740. ],
  6741. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6742. "parameters": [
  6743. {
  6744. "type": "string",
  6745. "description": "验证参数Bearer和token空格拼接",
  6746. "name": "Authorization",
  6747. "in": "header",
  6748. "required": true
  6749. },
  6750. {
  6751. "type": "string",
  6752. "description": "用户 ID",
  6753. "name": "uid",
  6754. "in": "query",
  6755. "required": true
  6756. },
  6757. {
  6758. "type": "string",
  6759. "description": "货币 ID",
  6760. "name": "coinId",
  6761. "in": "query",
  6762. "required": true
  6763. },
  6764. {
  6765. "type": "string",
  6766. "description": "每页大小",
  6767. "name": "limit",
  6768. "in": "query",
  6769. "required": true
  6770. },
  6771. {
  6772. "type": "string",
  6773. "description": "页数",
  6774. "name": "page",
  6775. "in": "query",
  6776. "required": true
  6777. }
  6778. ],
  6779. "responses": {
  6780. "200": {
  6781. "description": "具体数据",
  6782. "schema": {
  6783. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6784. }
  6785. },
  6786. "400": {
  6787. "description": "具体错误",
  6788. "schema": {
  6789. "$ref": "#/definitions/md.Response"
  6790. }
  6791. }
  6792. }
  6793. }
  6794. },
  6795. "/api/memberCenter/userManagement/updateUserInfo": {
  6796. "post": {
  6797. "description": "用户信息管理(更新)",
  6798. "consumes": [
  6799. "application/json"
  6800. ],
  6801. "produces": [
  6802. "application/json"
  6803. ],
  6804. "tags": [
  6805. "会员中心"
  6806. ],
  6807. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6808. "parameters": [
  6809. {
  6810. "type": "string",
  6811. "description": "验证参数Bearer和token空格拼接",
  6812. "name": "Authorization",
  6813. "in": "header",
  6814. "required": true
  6815. },
  6816. {
  6817. "description": "用户ID 必传",
  6818. "name": "req",
  6819. "in": "body",
  6820. "required": true,
  6821. "schema": {
  6822. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6823. }
  6824. }
  6825. ],
  6826. "responses": {
  6827. "200": {
  6828. "description": "修改数据行数",
  6829. "schema": {
  6830. "type": "int"
  6831. }
  6832. },
  6833. "400": {
  6834. "description": "具体错误",
  6835. "schema": {
  6836. "$ref": "#/definitions/md.Response"
  6837. }
  6838. }
  6839. }
  6840. }
  6841. },
  6842. "/api/memberCenter/userManagement/userData": {
  6843. "get": {
  6844. "description": "会员明细概况(获取)",
  6845. "consumes": [
  6846. "application/json"
  6847. ],
  6848. "produces": [
  6849. "application/json"
  6850. ],
  6851. "tags": [
  6852. "会员中心"
  6853. ],
  6854. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6855. "parameters": [
  6856. {
  6857. "type": "string",
  6858. "description": "验证参数Bearer和token空格拼接",
  6859. "name": "Authorization",
  6860. "in": "header",
  6861. "required": true
  6862. },
  6863. {
  6864. "type": "string",
  6865. "description": "用户 ID",
  6866. "name": "uid",
  6867. "in": "query",
  6868. "required": true
  6869. }
  6870. ],
  6871. "responses": {
  6872. "200": {
  6873. "description": "会员明细概况具体数据",
  6874. "schema": {
  6875. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6876. }
  6877. },
  6878. "400": {
  6879. "description": "具体错误",
  6880. "schema": {
  6881. "$ref": "#/definitions/md.Response"
  6882. }
  6883. }
  6884. }
  6885. }
  6886. },
  6887. "/api/memberCenter/userManagement/userDelete": {
  6888. "post": {
  6889. "description": "删除到回收站",
  6890. "consumes": [
  6891. "application/json"
  6892. ],
  6893. "produces": [
  6894. "application/json"
  6895. ],
  6896. "tags": [
  6897. "会员中心"
  6898. ],
  6899. "summary": "会员中心-用户管理-永久删除",
  6900. "parameters": [
  6901. {
  6902. "type": "string",
  6903. "description": "验证参数Bearer和token空格拼接",
  6904. "name": "Authorization",
  6905. "in": "header",
  6906. "required": true
  6907. },
  6908. {
  6909. "description": "用户ID 必传",
  6910. "name": "req",
  6911. "in": "body",
  6912. "required": true,
  6913. "schema": {
  6914. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  6915. }
  6916. }
  6917. ],
  6918. "responses": {
  6919. "200": {
  6920. "description": "修改数据行数",
  6921. "schema": {
  6922. "type": "int"
  6923. }
  6924. },
  6925. "400": {
  6926. "description": "具体错误",
  6927. "schema": {
  6928. "$ref": "#/definitions/md.Response"
  6929. }
  6930. }
  6931. }
  6932. }
  6933. },
  6934. "/api/memberCenter/userManagement/userRecycle": {
  6935. "post": {
  6936. "description": "删除到回收站",
  6937. "consumes": [
  6938. "application/json"
  6939. ],
  6940. "produces": [
  6941. "application/json"
  6942. ],
  6943. "tags": [
  6944. "会员中心"
  6945. ],
  6946. "summary": "会员中心-用户管理-删除到回收站",
  6947. "parameters": [
  6948. {
  6949. "type": "string",
  6950. "description": "验证参数Bearer和token空格拼接",
  6951. "name": "Authorization",
  6952. "in": "header",
  6953. "required": true
  6954. },
  6955. {
  6956. "description": "用户ID 必传",
  6957. "name": "req",
  6958. "in": "body",
  6959. "required": true,
  6960. "schema": {
  6961. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  6962. }
  6963. }
  6964. ],
  6965. "responses": {
  6966. "200": {
  6967. "description": "修改数据行数",
  6968. "schema": {
  6969. "type": "int"
  6970. }
  6971. },
  6972. "400": {
  6973. "description": "具体错误",
  6974. "schema": {
  6975. "$ref": "#/definitions/md.Response"
  6976. }
  6977. }
  6978. }
  6979. }
  6980. },
  6981. "/api/memberCenter/userManagement/userRecycleCancel": {
  6982. "post": {
  6983. "description": "恢复到会员列表",
  6984. "consumes": [
  6985. "application/json"
  6986. ],
  6987. "produces": [
  6988. "application/json"
  6989. ],
  6990. "tags": [
  6991. "会员中心"
  6992. ],
  6993. "summary": "会员中心-用户管理-恢复到会员列表",
  6994. "parameters": [
  6995. {
  6996. "type": "string",
  6997. "description": "验证参数Bearer和token空格拼接",
  6998. "name": "Authorization",
  6999. "in": "header",
  7000. "required": true
  7001. },
  7002. {
  7003. "description": "用户ID 必传",
  7004. "name": "req",
  7005. "in": "body",
  7006. "required": true,
  7007. "schema": {
  7008. "$ref": "#/definitions/md.UserManagementUserInfoCancelReq"
  7009. }
  7010. }
  7011. ],
  7012. "responses": {
  7013. "200": {
  7014. "description": "修改数据行数",
  7015. "schema": {
  7016. "type": "int"
  7017. }
  7018. },
  7019. "400": {
  7020. "description": "具体错误",
  7021. "schema": {
  7022. "$ref": "#/definitions/md.Response"
  7023. }
  7024. }
  7025. }
  7026. }
  7027. },
  7028. "/api/memberCenter/userManagement/userRecycleList": {
  7029. "post": {
  7030. "description": "回收站列表",
  7031. "consumes": [
  7032. "application/json"
  7033. ],
  7034. "produces": [
  7035. "application/json"
  7036. ],
  7037. "tags": [
  7038. "会员中心"
  7039. ],
  7040. "summary": "会员中心-用户管理-回收站列表",
  7041. "parameters": [
  7042. {
  7043. "type": "string",
  7044. "description": "验证参数Bearer和token空格拼接",
  7045. "name": "Authorization",
  7046. "in": "header",
  7047. "required": true
  7048. },
  7049. {
  7050. "description": "分页信息必填",
  7051. "name": "req",
  7052. "in": "body",
  7053. "required": true,
  7054. "schema": {
  7055. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  7056. }
  7057. }
  7058. ],
  7059. "responses": {
  7060. "200": {
  7061. "description": "具体数据",
  7062. "schema": {
  7063. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  7064. }
  7065. },
  7066. "400": {
  7067. "description": "具体错误",
  7068. "schema": {
  7069. "$ref": "#/definitions/md.Response"
  7070. }
  7071. }
  7072. }
  7073. }
  7074. },
  7075. "/api/notice/aliyunSms/file/phone": {
  7076. "post": {
  7077. "description": "短信推送记录-通知模板",
  7078. "consumes": [
  7079. "application/json"
  7080. ],
  7081. "produces": [
  7082. "application/json"
  7083. ],
  7084. "tags": [
  7085. "消息中心"
  7086. ],
  7087. "summary": "消息中心-短信推送记录-通知模板",
  7088. "parameters": [
  7089. {
  7090. "type": "string",
  7091. "description": "验证参数Bearer和token空格拼接",
  7092. "name": "Authorization",
  7093. "in": "header",
  7094. "required": true
  7095. },
  7096. {
  7097. "type": "string",
  7098. "description": "参数 file-----文件上传格式",
  7099. "name": "file",
  7100. "in": "formData",
  7101. "required": true
  7102. }
  7103. ],
  7104. "responses": {
  7105. "200": {
  7106. "description": "phone 一个数组",
  7107. "schema": {
  7108. "type": "string"
  7109. }
  7110. },
  7111. "400": {
  7112. "description": "具体错误",
  7113. "schema": {
  7114. "$ref": "#/definitions/md.Response"
  7115. }
  7116. }
  7117. }
  7118. }
  7119. },
  7120. "/api/notice/aliyunSms/getLevelList": {
  7121. "get": {
  7122. "description": "等级管理(获取)",
  7123. "consumes": [
  7124. "application/json"
  7125. ],
  7126. "produces": [
  7127. "application/json"
  7128. ],
  7129. "tags": [
  7130. "消息中心"
  7131. ],
  7132. "summary": "消息中心-短信推送记录-等级管理(获取)",
  7133. "parameters": [
  7134. {
  7135. "type": "string",
  7136. "description": "验证参数Bearer和token空格拼接",
  7137. "name": "Authorization",
  7138. "in": "header",
  7139. "required": true
  7140. },
  7141. {
  7142. "type": "integer",
  7143. "description": "每页大小",
  7144. "name": "limit",
  7145. "in": "query",
  7146. "required": true
  7147. },
  7148. {
  7149. "type": "integer",
  7150. "description": "页数",
  7151. "name": "page",
  7152. "in": "query",
  7153. "required": true
  7154. }
  7155. ],
  7156. "responses": {
  7157. "200": {
  7158. "description": "具体数据",
  7159. "schema": {
  7160. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  7161. }
  7162. },
  7163. "400": {
  7164. "description": "具体错误",
  7165. "schema": {
  7166. "$ref": "#/definitions/md.Response"
  7167. }
  7168. }
  7169. }
  7170. }
  7171. },
  7172. "/api/notice/aliyunSms/getTagList": {
  7173. "get": {
  7174. "description": "标签管理(获取)",
  7175. "consumes": [
  7176. "application/json"
  7177. ],
  7178. "produces": [
  7179. "application/json"
  7180. ],
  7181. "tags": [
  7182. "消息中心"
  7183. ],
  7184. "summary": "消息中心-短信推送记录-标签管理(获取)",
  7185. "parameters": [
  7186. {
  7187. "type": "string",
  7188. "description": "验证参数Bearer和token空格拼接",
  7189. "name": "Authorization",
  7190. "in": "header",
  7191. "required": true
  7192. },
  7193. {
  7194. "type": "integer",
  7195. "description": "每页大小",
  7196. "name": "limit",
  7197. "in": "query",
  7198. "required": true
  7199. },
  7200. {
  7201. "type": "integer",
  7202. "description": "页数",
  7203. "name": "page",
  7204. "in": "query",
  7205. "required": true
  7206. }
  7207. ],
  7208. "responses": {
  7209. "200": {
  7210. "description": "具体数据",
  7211. "schema": {
  7212. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  7213. }
  7214. },
  7215. "400": {
  7216. "description": "具体错误",
  7217. "schema": {
  7218. "$ref": "#/definitions/md.Response"
  7219. }
  7220. }
  7221. }
  7222. }
  7223. },
  7224. "/api/notice/aliyunSms/getUserList": {
  7225. "post": {
  7226. "description": "获取用户信息",
  7227. "consumes": [
  7228. "application/json"
  7229. ],
  7230. "produces": [
  7231. "application/json"
  7232. ],
  7233. "tags": [
  7234. "消息中心"
  7235. ],
  7236. "summary": "消息中心-短信推送记录-获取用户信息",
  7237. "parameters": [
  7238. {
  7239. "type": "string",
  7240. "description": "验证参数Bearer和token空格拼接",
  7241. "name": "Authorization",
  7242. "in": "header",
  7243. "required": true
  7244. },
  7245. {
  7246. "description": "(分页信息必填)",
  7247. "name": "req",
  7248. "in": "body",
  7249. "required": true,
  7250. "schema": {
  7251. "$ref": "#/definitions/md.JPushGetUserListReq"
  7252. }
  7253. }
  7254. ],
  7255. "responses": {
  7256. "200": {
  7257. "description": "具体数据",
  7258. "schema": {
  7259. "type": "Object"
  7260. }
  7261. },
  7262. "400": {
  7263. "description": "具体错误",
  7264. "schema": {
  7265. "$ref": "#/definitions/md.Response"
  7266. }
  7267. }
  7268. }
  7269. }
  7270. },
  7271. "/api/notice/aliyunSms/push/list": {
  7272. "post": {
  7273. "description": "短信推送记录-推送记录列表",
  7274. "consumes": [
  7275. "application/json"
  7276. ],
  7277. "produces": [
  7278. "application/json"
  7279. ],
  7280. "tags": [
  7281. "消息中心"
  7282. ],
  7283. "summary": "消息中心-短信推送记录-推送记录列表",
  7284. "parameters": [
  7285. {
  7286. "type": "string",
  7287. "description": "验证参数Bearer和token空格拼接",
  7288. "name": "Authorization",
  7289. "in": "header",
  7290. "required": true
  7291. },
  7292. {
  7293. "description": "(分页信息必填)",
  7294. "name": "req",
  7295. "in": "body",
  7296. "required": true,
  7297. "schema": {
  7298. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  7299. }
  7300. }
  7301. ],
  7302. "responses": {
  7303. "200": {
  7304. "description": "具体数据",
  7305. "schema": {
  7306. "$ref": "#/definitions/md.NoticePushListResp"
  7307. }
  7308. },
  7309. "400": {
  7310. "description": "具体错误",
  7311. "schema": {
  7312. "$ref": "#/definitions/md.Response"
  7313. }
  7314. }
  7315. }
  7316. }
  7317. },
  7318. "/api/notice/aliyunSms/push/save": {
  7319. "post": {
  7320. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  7321. "consumes": [
  7322. "application/json"
  7323. ],
  7324. "produces": [
  7325. "application/json"
  7326. ],
  7327. "tags": [
  7328. "消息中心"
  7329. ],
  7330. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  7331. "parameters": [
  7332. {
  7333. "type": "string",
  7334. "description": "验证参数Bearer和token空格拼接",
  7335. "name": "Authorization",
  7336. "in": "header",
  7337. "required": true
  7338. },
  7339. {
  7340. "description": "(分页信息必填)",
  7341. "name": "req",
  7342. "in": "body",
  7343. "required": true,
  7344. "schema": {
  7345. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  7346. }
  7347. }
  7348. ],
  7349. "responses": {
  7350. "200": {
  7351. "description": "具体数据",
  7352. "schema": {
  7353. "type": "string"
  7354. }
  7355. },
  7356. "400": {
  7357. "description": "具体错误",
  7358. "schema": {
  7359. "$ref": "#/definitions/md.Response"
  7360. }
  7361. }
  7362. }
  7363. }
  7364. },
  7365. "/api/notice/aliyunSms/sale/base": {
  7366. "get": {
  7367. "description": "短信推送记录-营销短信-通知模板",
  7368. "consumes": [
  7369. "application/json"
  7370. ],
  7371. "produces": [
  7372. "application/json"
  7373. ],
  7374. "tags": [
  7375. "消息中心"
  7376. ],
  7377. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  7378. "parameters": [
  7379. {
  7380. "type": "string",
  7381. "description": "验证参数Bearer和token空格拼接",
  7382. "name": "Authorization",
  7383. "in": "header",
  7384. "required": true
  7385. }
  7386. ],
  7387. "responses": {
  7388. "200": {
  7389. "description": "具体数据",
  7390. "schema": {
  7391. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  7392. }
  7393. },
  7394. "400": {
  7395. "description": "具体错误",
  7396. "schema": {
  7397. "$ref": "#/definitions/md.Response"
  7398. }
  7399. }
  7400. }
  7401. }
  7402. },
  7403. "/api/notice/aliyunSms/sale/save": {
  7404. "post": {
  7405. "description": "短信推送记录-营销短信-通知模板添加编辑",
  7406. "consumes": [
  7407. "application/json"
  7408. ],
  7409. "produces": [
  7410. "application/json"
  7411. ],
  7412. "tags": [
  7413. "消息中心"
  7414. ],
  7415. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  7416. "parameters": [
  7417. {
  7418. "type": "string",
  7419. "description": "验证参数Bearer和token空格拼接",
  7420. "name": "Authorization",
  7421. "in": "header",
  7422. "required": true
  7423. },
  7424. {
  7425. "description": "数组 把列表的数组传过来",
  7426. "name": "req",
  7427. "in": "body",
  7428. "required": true,
  7429. "schema": {
  7430. "type": "string"
  7431. }
  7432. }
  7433. ],
  7434. "responses": {
  7435. "200": {
  7436. "description": "具体数据",
  7437. "schema": {
  7438. "type": "string"
  7439. }
  7440. },
  7441. "400": {
  7442. "description": "具体错误",
  7443. "schema": {
  7444. "$ref": "#/definitions/md.Response"
  7445. }
  7446. }
  7447. }
  7448. }
  7449. },
  7450. "/api/notice/base/del": {
  7451. "post": {
  7452. "description": "基本配置-通知模板删除",
  7453. "consumes": [
  7454. "application/json"
  7455. ],
  7456. "produces": [
  7457. "application/json"
  7458. ],
  7459. "tags": [
  7460. "消息中心"
  7461. ],
  7462. "summary": "消息中心-基本配置-通知模板删除",
  7463. "parameters": [
  7464. {
  7465. "type": "string",
  7466. "description": "验证参数Bearer和token空格拼接",
  7467. "name": "Authorization",
  7468. "in": "header",
  7469. "required": true
  7470. },
  7471. {
  7472. "description": "(分页信息必填)",
  7473. "name": "req",
  7474. "in": "body",
  7475. "required": true,
  7476. "schema": {
  7477. "$ref": "#/definitions/md.NoticeDelReq"
  7478. }
  7479. }
  7480. ],
  7481. "responses": {
  7482. "200": {
  7483. "description": "具体数据",
  7484. "schema": {
  7485. "type": "string"
  7486. }
  7487. },
  7488. "400": {
  7489. "description": "具体错误",
  7490. "schema": {
  7491. "$ref": "#/definitions/md.Response"
  7492. }
  7493. }
  7494. }
  7495. }
  7496. },
  7497. "/api/notice/base/list": {
  7498. "post": {
  7499. "description": "基本配置-通知模板",
  7500. "consumes": [
  7501. "application/json"
  7502. ],
  7503. "produces": [
  7504. "application/json"
  7505. ],
  7506. "tags": [
  7507. "消息中心"
  7508. ],
  7509. "summary": "消息中心-基本配置-通知模板",
  7510. "parameters": [
  7511. {
  7512. "type": "string",
  7513. "description": "验证参数Bearer和token空格拼接",
  7514. "name": "Authorization",
  7515. "in": "header",
  7516. "required": true
  7517. },
  7518. {
  7519. "description": "(分页信息必填)",
  7520. "name": "req",
  7521. "in": "body",
  7522. "required": true,
  7523. "schema": {
  7524. "$ref": "#/definitions/md.NoticeListReq"
  7525. }
  7526. }
  7527. ],
  7528. "responses": {
  7529. "200": {
  7530. "description": "具体数据",
  7531. "schema": {
  7532. "$ref": "#/definitions/md.NoticeListResp"
  7533. }
  7534. },
  7535. "400": {
  7536. "description": "具体错误",
  7537. "schema": {
  7538. "$ref": "#/definitions/md.Response"
  7539. }
  7540. }
  7541. }
  7542. }
  7543. },
  7544. "/api/notice/base/save": {
  7545. "post": {
  7546. "description": "基本配置-通知模板添加编辑",
  7547. "consumes": [
  7548. "application/json"
  7549. ],
  7550. "produces": [
  7551. "application/json"
  7552. ],
  7553. "tags": [
  7554. "消息中心"
  7555. ],
  7556. "summary": "消息中心-基本配置-通知模板添加编辑",
  7557. "parameters": [
  7558. {
  7559. "type": "string",
  7560. "description": "验证参数Bearer和token空格拼接",
  7561. "name": "Authorization",
  7562. "in": "header",
  7563. "required": true
  7564. },
  7565. {
  7566. "description": "(分页信息必填)",
  7567. "name": "req",
  7568. "in": "body",
  7569. "required": true,
  7570. "schema": {
  7571. "$ref": "#/definitions/md.NoticeSaveReq"
  7572. }
  7573. }
  7574. ],
  7575. "responses": {
  7576. "200": {
  7577. "description": "具体数据",
  7578. "schema": {
  7579. "type": "string"
  7580. }
  7581. },
  7582. "400": {
  7583. "description": "具体错误",
  7584. "schema": {
  7585. "$ref": "#/definitions/md.Response"
  7586. }
  7587. }
  7588. }
  7589. }
  7590. },
  7591. "/api/notice/jPush/getLevelList": {
  7592. "get": {
  7593. "description": "等级管理(获取)",
  7594. "consumes": [
  7595. "application/json"
  7596. ],
  7597. "produces": [
  7598. "application/json"
  7599. ],
  7600. "tags": [
  7601. "消息中心"
  7602. ],
  7603. "summary": "消息中心-基本配置-等级管理(获取)",
  7604. "parameters": [
  7605. {
  7606. "type": "string",
  7607. "description": "验证参数Bearer和token空格拼接",
  7608. "name": "Authorization",
  7609. "in": "header",
  7610. "required": true
  7611. },
  7612. {
  7613. "type": "integer",
  7614. "description": "每页大小",
  7615. "name": "limit",
  7616. "in": "query",
  7617. "required": true
  7618. },
  7619. {
  7620. "type": "integer",
  7621. "description": "页数",
  7622. "name": "page",
  7623. "in": "query",
  7624. "required": true
  7625. }
  7626. ],
  7627. "responses": {
  7628. "200": {
  7629. "description": "具体数据",
  7630. "schema": {
  7631. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7632. }
  7633. },
  7634. "400": {
  7635. "description": "具体错误",
  7636. "schema": {
  7637. "$ref": "#/definitions/md.Response"
  7638. }
  7639. }
  7640. }
  7641. }
  7642. },
  7643. "/api/notice/jPush/getTagList": {
  7644. "get": {
  7645. "description": "标签管理(获取)",
  7646. "consumes": [
  7647. "application/json"
  7648. ],
  7649. "produces": [
  7650. "application/json"
  7651. ],
  7652. "tags": [
  7653. "消息中心"
  7654. ],
  7655. "summary": "消息中心-基本配置-标签管理(获取)",
  7656. "parameters": [
  7657. {
  7658. "type": "string",
  7659. "description": "验证参数Bearer和token空格拼接",
  7660. "name": "Authorization",
  7661. "in": "header",
  7662. "required": true
  7663. },
  7664. {
  7665. "type": "integer",
  7666. "description": "每页大小",
  7667. "name": "limit",
  7668. "in": "query",
  7669. "required": true
  7670. },
  7671. {
  7672. "type": "integer",
  7673. "description": "页数",
  7674. "name": "page",
  7675. "in": "query",
  7676. "required": true
  7677. }
  7678. ],
  7679. "responses": {
  7680. "200": {
  7681. "description": "具体数据",
  7682. "schema": {
  7683. "$ref": "#/definitions/md.JPushGetTagListResp"
  7684. }
  7685. },
  7686. "400": {
  7687. "description": "具体错误",
  7688. "schema": {
  7689. "$ref": "#/definitions/md.Response"
  7690. }
  7691. }
  7692. }
  7693. }
  7694. },
  7695. "/api/notice/jPush/getUserList": {
  7696. "post": {
  7697. "description": "获取用户信息",
  7698. "consumes": [
  7699. "application/json"
  7700. ],
  7701. "produces": [
  7702. "application/json"
  7703. ],
  7704. "tags": [
  7705. "消息中心"
  7706. ],
  7707. "summary": "消息中心-基本配置-获取用户信息",
  7708. "parameters": [
  7709. {
  7710. "type": "string",
  7711. "description": "验证参数Bearer和token空格拼接",
  7712. "name": "Authorization",
  7713. "in": "header",
  7714. "required": true
  7715. },
  7716. {
  7717. "description": "(分页信息必填)",
  7718. "name": "req",
  7719. "in": "body",
  7720. "required": true,
  7721. "schema": {
  7722. "$ref": "#/definitions/md.JPushGetUserListReq"
  7723. }
  7724. }
  7725. ],
  7726. "responses": {
  7727. "200": {
  7728. "description": "具体数据",
  7729. "schema": {
  7730. "type": "Object"
  7731. }
  7732. },
  7733. "400": {
  7734. "description": "具体错误",
  7735. "schema": {
  7736. "$ref": "#/definitions/md.Response"
  7737. }
  7738. }
  7739. }
  7740. }
  7741. },
  7742. "/api/notice/jPush/push/list": {
  7743. "post": {
  7744. "description": "基本配置-推送记录列表",
  7745. "consumes": [
  7746. "application/json"
  7747. ],
  7748. "produces": [
  7749. "application/json"
  7750. ],
  7751. "tags": [
  7752. "消息中心"
  7753. ],
  7754. "summary": "消息中心-基本配置-推送记录列表",
  7755. "parameters": [
  7756. {
  7757. "type": "string",
  7758. "description": "验证参数Bearer和token空格拼接",
  7759. "name": "Authorization",
  7760. "in": "header",
  7761. "required": true
  7762. },
  7763. {
  7764. "description": "(分页信息必填)",
  7765. "name": "req",
  7766. "in": "body",
  7767. "required": true,
  7768. "schema": {
  7769. "$ref": "#/definitions/md.NoticeListReq"
  7770. }
  7771. }
  7772. ],
  7773. "responses": {
  7774. "200": {
  7775. "description": "具体数据",
  7776. "schema": {
  7777. "$ref": "#/definitions/md.NoticePushListResp"
  7778. }
  7779. },
  7780. "400": {
  7781. "description": "具体错误",
  7782. "schema": {
  7783. "$ref": "#/definitions/md.Response"
  7784. }
  7785. }
  7786. }
  7787. }
  7788. },
  7789. "/api/notice/jPush/push/save": {
  7790. "post": {
  7791. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7792. "consumes": [
  7793. "application/json"
  7794. ],
  7795. "produces": [
  7796. "application/json"
  7797. ],
  7798. "tags": [
  7799. "消息中心"
  7800. ],
  7801. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7802. "parameters": [
  7803. {
  7804. "type": "string",
  7805. "description": "验证参数Bearer和token空格拼接",
  7806. "name": "Authorization",
  7807. "in": "header",
  7808. "required": true
  7809. },
  7810. {
  7811. "description": "(分页信息必填)",
  7812. "name": "req",
  7813. "in": "body",
  7814. "required": true,
  7815. "schema": {
  7816. "$ref": "#/definitions/md.NoticePushSaveReq"
  7817. }
  7818. }
  7819. ],
  7820. "responses": {
  7821. "200": {
  7822. "description": "具体数据",
  7823. "schema": {
  7824. "type": "string"
  7825. }
  7826. },
  7827. "400": {
  7828. "description": "具体错误",
  7829. "schema": {
  7830. "$ref": "#/definitions/md.Response"
  7831. }
  7832. }
  7833. }
  7834. }
  7835. },
  7836. "/api/role/addAdmin": {
  7837. "post": {
  7838. "description": "权限管理-新增管理员",
  7839. "consumes": [
  7840. "application/json"
  7841. ],
  7842. "produces": [
  7843. "application/json"
  7844. ],
  7845. "tags": [
  7846. "权限管理"
  7847. ],
  7848. "summary": "新增管理员",
  7849. "parameters": [
  7850. {
  7851. "type": "string",
  7852. "description": "验证参数Bearer和token空格拼接",
  7853. "name": "Authorization",
  7854. "in": "header",
  7855. "required": true
  7856. },
  7857. {
  7858. "description": "请求参数",
  7859. "name": "args",
  7860. "in": "body",
  7861. "required": true,
  7862. "schema": {
  7863. "$ref": "#/definitions/md.AddAdminReq"
  7864. }
  7865. }
  7866. ],
  7867. "responses": {
  7868. "200": {
  7869. "description": "success",
  7870. "schema": {
  7871. "type": "string"
  7872. }
  7873. },
  7874. "400": {
  7875. "description": "具体错误",
  7876. "schema": {
  7877. "$ref": "#/definitions/md.Response"
  7878. }
  7879. }
  7880. }
  7881. }
  7882. },
  7883. "/api/role/addRole": {
  7884. "post": {
  7885. "description": "权限管理-添加角色",
  7886. "consumes": [
  7887. "application/json"
  7888. ],
  7889. "produces": [
  7890. "application/json"
  7891. ],
  7892. "tags": [
  7893. "权限管理"
  7894. ],
  7895. "summary": "添加角色",
  7896. "parameters": [
  7897. {
  7898. "type": "string",
  7899. "description": "验证参数Bearer和token空格拼接",
  7900. "name": "Authorization",
  7901. "in": "header",
  7902. "required": true
  7903. },
  7904. {
  7905. "description": "请求参数",
  7906. "name": "args",
  7907. "in": "body",
  7908. "required": true,
  7909. "schema": {
  7910. "$ref": "#/definitions/md.AddRoleReq"
  7911. }
  7912. }
  7913. ],
  7914. "responses": {
  7915. "200": {
  7916. "description": "success",
  7917. "schema": {
  7918. "type": "string"
  7919. }
  7920. },
  7921. "400": {
  7922. "description": "具体错误",
  7923. "schema": {
  7924. "$ref": "#/definitions/md.Response"
  7925. }
  7926. }
  7927. }
  7928. }
  7929. },
  7930. "/api/role/adminInfo": {
  7931. "get": {
  7932. "description": "权限管理-管理员信息",
  7933. "consumes": [
  7934. "application/json"
  7935. ],
  7936. "produces": [
  7937. "application/json"
  7938. ],
  7939. "tags": [
  7940. "权限管理"
  7941. ],
  7942. "summary": "管理员信息",
  7943. "parameters": [
  7944. {
  7945. "type": "string",
  7946. "description": "验证参数Bearer和token空格拼接",
  7947. "name": "Authorization",
  7948. "in": "header",
  7949. "required": true
  7950. },
  7951. {
  7952. "type": "string",
  7953. "description": "管理员id",
  7954. "name": "adm_id",
  7955. "in": "query",
  7956. "required": true
  7957. }
  7958. ],
  7959. "responses": {
  7960. "200": {
  7961. "description": "具体看返回内容",
  7962. "schema": {
  7963. "type": "string"
  7964. }
  7965. },
  7966. "400": {
  7967. "description": "具体错误",
  7968. "schema": {
  7969. "$ref": "#/definitions/md.Response"
  7970. }
  7971. }
  7972. }
  7973. }
  7974. },
  7975. "/api/role/adminList": {
  7976. "post": {
  7977. "description": "权限管理-管理员列表",
  7978. "consumes": [
  7979. "application/json"
  7980. ],
  7981. "produces": [
  7982. "application/json"
  7983. ],
  7984. "tags": [
  7985. "权限管理"
  7986. ],
  7987. "summary": "管理员列表",
  7988. "parameters": [
  7989. {
  7990. "type": "string",
  7991. "description": "验证参数Bearer和token空格拼接",
  7992. "name": "Authorization",
  7993. "in": "header",
  7994. "required": true
  7995. },
  7996. {
  7997. "description": "请求参数",
  7998. "name": "args",
  7999. "in": "body",
  8000. "required": true,
  8001. "schema": {
  8002. "$ref": "#/definitions/md.AdminListReq"
  8003. }
  8004. }
  8005. ],
  8006. "responses": {
  8007. "200": {
  8008. "description": "具体看返回内容",
  8009. "schema": {
  8010. "type": "string"
  8011. }
  8012. },
  8013. "400": {
  8014. "description": "具体错误",
  8015. "schema": {
  8016. "$ref": "#/definitions/md.Response"
  8017. }
  8018. }
  8019. }
  8020. }
  8021. },
  8022. "/api/role/bindAdminRole": {
  8023. "post": {
  8024. "description": "权限管理-管理员绑定角色",
  8025. "consumes": [
  8026. "application/json"
  8027. ],
  8028. "produces": [
  8029. "application/json"
  8030. ],
  8031. "tags": [
  8032. "权限管理"
  8033. ],
  8034. "summary": "管理员绑定角色",
  8035. "parameters": [
  8036. {
  8037. "type": "string",
  8038. "description": "验证参数Bearer和token空格拼接",
  8039. "name": "Authorization",
  8040. "in": "header",
  8041. "required": true
  8042. },
  8043. {
  8044. "description": "请求参数",
  8045. "name": "args",
  8046. "in": "body",
  8047. "required": true,
  8048. "schema": {
  8049. "$ref": "#/definitions/md.BindAdminRoleReq"
  8050. }
  8051. }
  8052. ],
  8053. "responses": {
  8054. "200": {
  8055. "description": "success",
  8056. "schema": {
  8057. "type": "string"
  8058. }
  8059. },
  8060. "400": {
  8061. "description": "具体错误",
  8062. "schema": {
  8063. "$ref": "#/definitions/md.Response"
  8064. }
  8065. }
  8066. }
  8067. }
  8068. },
  8069. "/api/role/deleteAdmin/{$adm_id}": {
  8070. "delete": {
  8071. "description": "权限管理-删除管理员",
  8072. "consumes": [
  8073. "application/json"
  8074. ],
  8075. "produces": [
  8076. "application/json"
  8077. ],
  8078. "tags": [
  8079. "权限管理"
  8080. ],
  8081. "summary": "删除管理员",
  8082. "parameters": [
  8083. {
  8084. "type": "string",
  8085. "description": "验证参数Bearer和token空格拼接",
  8086. "name": "Authorization",
  8087. "in": "header",
  8088. "required": true
  8089. }
  8090. ],
  8091. "responses": {
  8092. "200": {
  8093. "description": "success",
  8094. "schema": {
  8095. "type": "string"
  8096. }
  8097. },
  8098. "400": {
  8099. "description": "具体错误",
  8100. "schema": {
  8101. "$ref": "#/definitions/md.Response"
  8102. }
  8103. }
  8104. }
  8105. }
  8106. },
  8107. "/api/role/deleteRole/{$id}": {
  8108. "delete": {
  8109. "description": "权限管理-删除角色",
  8110. "consumes": [
  8111. "application/json"
  8112. ],
  8113. "produces": [
  8114. "application/json"
  8115. ],
  8116. "tags": [
  8117. "权限管理"
  8118. ],
  8119. "summary": "删除角色",
  8120. "parameters": [
  8121. {
  8122. "type": "string",
  8123. "description": "验证参数Bearer和token空格拼接",
  8124. "name": "Authorization",
  8125. "in": "header",
  8126. "required": true
  8127. },
  8128. {
  8129. "description": "请求参数",
  8130. "name": "args",
  8131. "in": "body",
  8132. "required": true,
  8133. "schema": {
  8134. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8135. }
  8136. }
  8137. ],
  8138. "responses": {
  8139. "200": {
  8140. "description": "success",
  8141. "schema": {
  8142. "type": "string"
  8143. }
  8144. },
  8145. "400": {
  8146. "description": "具体错误",
  8147. "schema": {
  8148. "$ref": "#/definitions/md.Response"
  8149. }
  8150. }
  8151. }
  8152. }
  8153. },
  8154. "/api/role/permissionGroupList": {
  8155. "get": {
  8156. "description": "权限管理-权限组列表",
  8157. "consumes": [
  8158. "application/json"
  8159. ],
  8160. "produces": [
  8161. "application/json"
  8162. ],
  8163. "tags": [
  8164. "权限管理"
  8165. ],
  8166. "summary": "权限组列表",
  8167. "parameters": [
  8168. {
  8169. "type": "string",
  8170. "description": "验证参数Bearer和token空格拼接",
  8171. "name": "Authorization",
  8172. "in": "header",
  8173. "required": true
  8174. },
  8175. {
  8176. "type": "string",
  8177. "description": "管理员id",
  8178. "name": "adm_id",
  8179. "in": "query",
  8180. "required": true
  8181. }
  8182. ],
  8183. "responses": {
  8184. "200": {
  8185. "description": "具体看返回内容",
  8186. "schema": {
  8187. "type": "string"
  8188. }
  8189. },
  8190. "400": {
  8191. "description": "具体错误",
  8192. "schema": {
  8193. "$ref": "#/definitions/md.Response"
  8194. }
  8195. }
  8196. }
  8197. }
  8198. },
  8199. "/api/role/roleBindPermissionGroup": {
  8200. "post": {
  8201. "description": "权限管理-角色绑定权限组",
  8202. "consumes": [
  8203. "application/json"
  8204. ],
  8205. "produces": [
  8206. "application/json"
  8207. ],
  8208. "tags": [
  8209. "权限管理"
  8210. ],
  8211. "summary": "角色绑定权限组",
  8212. "parameters": [
  8213. {
  8214. "type": "string",
  8215. "description": "验证参数Bearer和token空格拼接",
  8216. "name": "Authorization",
  8217. "in": "header",
  8218. "required": true
  8219. },
  8220. {
  8221. "description": "请求参数",
  8222. "name": "args",
  8223. "in": "body",
  8224. "required": true,
  8225. "schema": {
  8226. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  8227. }
  8228. }
  8229. ],
  8230. "responses": {
  8231. "200": {
  8232. "description": "success",
  8233. "schema": {
  8234. "type": "string"
  8235. }
  8236. },
  8237. "400": {
  8238. "description": "具体错误",
  8239. "schema": {
  8240. "$ref": "#/definitions/md.Response"
  8241. }
  8242. }
  8243. }
  8244. }
  8245. },
  8246. "/api/role/roleList": {
  8247. "get": {
  8248. "description": "权限管理-角色列表",
  8249. "consumes": [
  8250. "application/json"
  8251. ],
  8252. "produces": [
  8253. "application/json"
  8254. ],
  8255. "tags": [
  8256. "权限管理"
  8257. ],
  8258. "summary": "角色列表",
  8259. "parameters": [
  8260. {
  8261. "type": "string",
  8262. "description": "验证参数Bearer和token空格拼接",
  8263. "name": "Authorization",
  8264. "in": "header",
  8265. "required": true
  8266. }
  8267. ],
  8268. "responses": {
  8269. "200": {
  8270. "description": "具体看返回内容",
  8271. "schema": {
  8272. "type": "string"
  8273. }
  8274. },
  8275. "400": {
  8276. "description": "具体错误",
  8277. "schema": {
  8278. "$ref": "#/definitions/md.Response"
  8279. }
  8280. }
  8281. }
  8282. }
  8283. },
  8284. "/api/role/updateAdmin": {
  8285. "post": {
  8286. "description": "权限管理-修改管理员信息",
  8287. "consumes": [
  8288. "application/json"
  8289. ],
  8290. "produces": [
  8291. "application/json"
  8292. ],
  8293. "tags": [
  8294. "权限管理"
  8295. ],
  8296. "summary": "修改管理员信息",
  8297. "parameters": [
  8298. {
  8299. "type": "string",
  8300. "description": "验证参数Bearer和token空格拼接",
  8301. "name": "Authorization",
  8302. "in": "header",
  8303. "required": true
  8304. },
  8305. {
  8306. "description": "请求参数",
  8307. "name": "args",
  8308. "in": "body",
  8309. "required": true,
  8310. "schema": {
  8311. "$ref": "#/definitions/md.UpdateAdminReq"
  8312. }
  8313. }
  8314. ],
  8315. "responses": {
  8316. "200": {
  8317. "description": "success",
  8318. "schema": {
  8319. "type": "string"
  8320. }
  8321. },
  8322. "400": {
  8323. "description": "具体错误",
  8324. "schema": {
  8325. "$ref": "#/definitions/md.Response"
  8326. }
  8327. }
  8328. }
  8329. }
  8330. },
  8331. "/api/role/updateAdminState": {
  8332. "post": {
  8333. "description": "权限管理-修改管理员状态",
  8334. "consumes": [
  8335. "application/json"
  8336. ],
  8337. "produces": [
  8338. "application/json"
  8339. ],
  8340. "tags": [
  8341. "权限管理"
  8342. ],
  8343. "summary": "修改管理员状态",
  8344. "parameters": [
  8345. {
  8346. "type": "string",
  8347. "description": "验证参数Bearer和token空格拼接",
  8348. "name": "Authorization",
  8349. "in": "header",
  8350. "required": true
  8351. },
  8352. {
  8353. "description": "请求参数",
  8354. "name": "args",
  8355. "in": "body",
  8356. "required": true,
  8357. "schema": {
  8358. "$ref": "#/definitions/md.UpdateAdminStateReq"
  8359. }
  8360. }
  8361. ],
  8362. "responses": {
  8363. "200": {
  8364. "description": "success",
  8365. "schema": {
  8366. "type": "string"
  8367. }
  8368. },
  8369. "400": {
  8370. "description": "具体错误",
  8371. "schema": {
  8372. "$ref": "#/definitions/md.Response"
  8373. }
  8374. }
  8375. }
  8376. }
  8377. },
  8378. "/api/role/updateRole": {
  8379. "post": {
  8380. "description": "权限管理-修改角色",
  8381. "consumes": [
  8382. "application/json"
  8383. ],
  8384. "produces": [
  8385. "application/json"
  8386. ],
  8387. "tags": [
  8388. "权限管理"
  8389. ],
  8390. "summary": "修改角色",
  8391. "parameters": [
  8392. {
  8393. "type": "string",
  8394. "description": "验证参数Bearer和token空格拼接",
  8395. "name": "Authorization",
  8396. "in": "header",
  8397. "required": true
  8398. },
  8399. {
  8400. "description": "请求参数",
  8401. "name": "args",
  8402. "in": "body",
  8403. "required": true,
  8404. "schema": {
  8405. "$ref": "#/definitions/md.UpdateRoleReq"
  8406. }
  8407. }
  8408. ],
  8409. "responses": {
  8410. "200": {
  8411. "description": "success",
  8412. "schema": {
  8413. "type": "string"
  8414. }
  8415. },
  8416. "400": {
  8417. "description": "具体错误",
  8418. "schema": {
  8419. "$ref": "#/definitions/md.Response"
  8420. }
  8421. }
  8422. }
  8423. }
  8424. },
  8425. "/api/role/updateRoleState": {
  8426. "post": {
  8427. "description": "权限管理-修改角色状态",
  8428. "consumes": [
  8429. "application/json"
  8430. ],
  8431. "produces": [
  8432. "application/json"
  8433. ],
  8434. "tags": [
  8435. "权限管理"
  8436. ],
  8437. "summary": "修改角色状态",
  8438. "parameters": [
  8439. {
  8440. "type": "string",
  8441. "description": "验证参数Bearer和token空格拼接",
  8442. "name": "Authorization",
  8443. "in": "header",
  8444. "required": true
  8445. },
  8446. {
  8447. "description": "请求参数",
  8448. "name": "args",
  8449. "in": "body",
  8450. "required": true,
  8451. "schema": {
  8452. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8453. }
  8454. }
  8455. ],
  8456. "responses": {
  8457. "200": {
  8458. "description": "success",
  8459. "schema": {
  8460. "type": "string"
  8461. }
  8462. },
  8463. "400": {
  8464. "description": "具体错误",
  8465. "schema": {
  8466. "$ref": "#/definitions/md.Response"
  8467. }
  8468. }
  8469. }
  8470. }
  8471. },
  8472. "/api/settCenter/oss/aliYun/getBasic": {
  8473. "get": {
  8474. "description": "对象存储设置(获取)",
  8475. "consumes": [
  8476. "application/json"
  8477. ],
  8478. "produces": [
  8479. "application/json"
  8480. ],
  8481. "tags": [
  8482. "对象存储"
  8483. ],
  8484. "summary": "设置中心-对象存储-对象存储设置(获取)",
  8485. "parameters": [
  8486. {
  8487. "type": "string",
  8488. "description": "验证参数Bearer和token空格拼接",
  8489. "name": "Authorization",
  8490. "in": "header",
  8491. "required": true
  8492. }
  8493. ],
  8494. "responses": {
  8495. "200": {
  8496. "description": "设置列表",
  8497. "schema": {
  8498. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8499. }
  8500. },
  8501. "400": {
  8502. "description": "具体错误",
  8503. "schema": {
  8504. "$ref": "#/definitions/md.Response"
  8505. }
  8506. }
  8507. }
  8508. }
  8509. },
  8510. "/api/settCenter/oss/aliYun/setBasic": {
  8511. "post": {
  8512. "description": "对象存储设置(更新)",
  8513. "consumes": [
  8514. "application/json"
  8515. ],
  8516. "produces": [
  8517. "application/json"
  8518. ],
  8519. "tags": [
  8520. "对象存储"
  8521. ],
  8522. "summary": "设置中心-对象存储-对象存储设置(更新)",
  8523. "parameters": [
  8524. {
  8525. "type": "string",
  8526. "description": "验证参数Bearer和token空格拼接",
  8527. "name": "Authorization",
  8528. "in": "header",
  8529. "required": true
  8530. },
  8531. {
  8532. "description": "上传需要修改的信息",
  8533. "name": "req",
  8534. "in": "body",
  8535. "required": true,
  8536. "schema": {
  8537. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  8538. }
  8539. }
  8540. ],
  8541. "responses": {
  8542. "200": {
  8543. "description": "success",
  8544. "schema": {
  8545. "type": "string"
  8546. }
  8547. },
  8548. "400": {
  8549. "description": "具体错误",
  8550. "schema": {
  8551. "$ref": "#/definitions/md.Response"
  8552. }
  8553. }
  8554. }
  8555. }
  8556. },
  8557. "/api/settCenter/web/getBasic": {
  8558. "get": {
  8559. "description": "网站信息-基本设置(获取)",
  8560. "consumes": [
  8561. "application/json"
  8562. ],
  8563. "produces": [
  8564. "application/json"
  8565. ],
  8566. "tags": [
  8567. "基础设置"
  8568. ],
  8569. "summary": "基础设置-网站信息-基本设置(获取)",
  8570. "parameters": [
  8571. {
  8572. "type": "string",
  8573. "description": "验证参数Bearer和token空格拼接",
  8574. "name": "Authorization",
  8575. "in": "header",
  8576. "required": true
  8577. }
  8578. ],
  8579. "responses": {
  8580. "200": {
  8581. "description": "设置列表",
  8582. "schema": {
  8583. "$ref": "#/definitions/setCenter.WebBasicResp"
  8584. }
  8585. },
  8586. "400": {
  8587. "description": "具体错误",
  8588. "schema": {
  8589. "$ref": "#/definitions/md.Response"
  8590. }
  8591. }
  8592. }
  8593. }
  8594. },
  8595. "/api/settCenter/web/setBasic": {
  8596. "post": {
  8597. "description": "基本设置(更新)",
  8598. "consumes": [
  8599. "application/json"
  8600. ],
  8601. "produces": [
  8602. "application/json"
  8603. ],
  8604. "tags": [
  8605. "基础设置"
  8606. ],
  8607. "summary": "基础设置-网站信息-基本设置(更新)",
  8608. "parameters": [
  8609. {
  8610. "type": "string",
  8611. "description": "验证参数Bearer和token空格拼接",
  8612. "name": "Authorization",
  8613. "in": "header",
  8614. "required": true
  8615. },
  8616. {
  8617. "description": "上传需要修改的信息",
  8618. "name": "req",
  8619. "in": "body",
  8620. "required": true,
  8621. "schema": {
  8622. "$ref": "#/definitions/setCenter.WebBasicReq"
  8623. }
  8624. }
  8625. ],
  8626. "responses": {
  8627. "200": {
  8628. "description": "success",
  8629. "schema": {
  8630. "type": "string"
  8631. }
  8632. },
  8633. "400": {
  8634. "description": "具体错误",
  8635. "schema": {
  8636. "$ref": "#/definitions/md.Response"
  8637. }
  8638. }
  8639. }
  8640. }
  8641. },
  8642. "/api/userFeedback/cate/list": {
  8643. "post": {
  8644. "description": "分类列表",
  8645. "consumes": [
  8646. "application/json"
  8647. ],
  8648. "produces": [
  8649. "application/json"
  8650. ],
  8651. "tags": [
  8652. "消息中心"
  8653. ],
  8654. "summary": "反馈列表-分类列表",
  8655. "parameters": [
  8656. {
  8657. "type": "string",
  8658. "description": "验证参数Bearer和token空格拼接",
  8659. "name": "Authorization",
  8660. "in": "header",
  8661. "required": true
  8662. },
  8663. {
  8664. "description": "(分页信息必填)",
  8665. "name": "req",
  8666. "in": "body",
  8667. "required": true,
  8668. "schema": {
  8669. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  8670. }
  8671. }
  8672. ],
  8673. "responses": {
  8674. "200": {
  8675. "description": "具体数据",
  8676. "schema": {
  8677. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  8678. }
  8679. },
  8680. "400": {
  8681. "description": "具体错误",
  8682. "schema": {
  8683. "$ref": "#/definitions/md.Response"
  8684. }
  8685. }
  8686. }
  8687. }
  8688. },
  8689. "/api/userFeedback/content/change/state": {
  8690. "post": {
  8691. "description": "反馈列表-修改状态",
  8692. "consumes": [
  8693. "application/json"
  8694. ],
  8695. "produces": [
  8696. "application/json"
  8697. ],
  8698. "tags": [
  8699. "消息中心"
  8700. ],
  8701. "summary": "用户反馈-反馈列表-修改状态",
  8702. "parameters": [
  8703. {
  8704. "type": "string",
  8705. "description": "验证参数Bearer和token空格拼接",
  8706. "name": "Authorization",
  8707. "in": "header",
  8708. "required": true
  8709. },
  8710. {
  8711. "description": "(分页信息必填)",
  8712. "name": "req",
  8713. "in": "body",
  8714. "required": true,
  8715. "schema": {
  8716. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  8717. }
  8718. }
  8719. ],
  8720. "responses": {
  8721. "200": {
  8722. "description": "具体数据",
  8723. "schema": {
  8724. "type": "string"
  8725. }
  8726. },
  8727. "400": {
  8728. "description": "具体错误",
  8729. "schema": {
  8730. "$ref": "#/definitions/md.Response"
  8731. }
  8732. }
  8733. }
  8734. }
  8735. },
  8736. "/api/userFeedback/content/del": {
  8737. "post": {
  8738. "description": "反馈列表-反馈删除",
  8739. "consumes": [
  8740. "application/json"
  8741. ],
  8742. "produces": [
  8743. "application/json"
  8744. ],
  8745. "tags": [
  8746. "消息中心"
  8747. ],
  8748. "summary": "用户反馈-反馈列表-反馈删除",
  8749. "parameters": [
  8750. {
  8751. "type": "string",
  8752. "description": "验证参数Bearer和token空格拼接",
  8753. "name": "Authorization",
  8754. "in": "header",
  8755. "required": true
  8756. },
  8757. {
  8758. "description": "(分页信息必填)",
  8759. "name": "req",
  8760. "in": "body",
  8761. "required": true,
  8762. "schema": {
  8763. "$ref": "#/definitions/md.UserFeedbackDelReq"
  8764. }
  8765. }
  8766. ],
  8767. "responses": {
  8768. "200": {
  8769. "description": "具体数据",
  8770. "schema": {
  8771. "type": "string"
  8772. }
  8773. },
  8774. "400": {
  8775. "description": "具体错误",
  8776. "schema": {
  8777. "$ref": "#/definitions/md.Response"
  8778. }
  8779. }
  8780. }
  8781. }
  8782. },
  8783. "/api/userFeedback/content/list": {
  8784. "post": {
  8785. "description": "反馈列表",
  8786. "consumes": [
  8787. "application/json"
  8788. ],
  8789. "produces": [
  8790. "application/json"
  8791. ],
  8792. "tags": [
  8793. "消息中心"
  8794. ],
  8795. "summary": "用户反馈-反馈列表",
  8796. "parameters": [
  8797. {
  8798. "type": "string",
  8799. "description": "验证参数Bearer和token空格拼接",
  8800. "name": "Authorization",
  8801. "in": "header",
  8802. "required": true
  8803. },
  8804. {
  8805. "description": "(分页信息必填)",
  8806. "name": "req",
  8807. "in": "body",
  8808. "required": true,
  8809. "schema": {
  8810. "$ref": "#/definitions/md.UserFeedbackListReq"
  8811. }
  8812. }
  8813. ],
  8814. "responses": {
  8815. "200": {
  8816. "description": "具体数据",
  8817. "schema": {
  8818. "$ref": "#/definitions/md.UserFeedbackListResp"
  8819. }
  8820. },
  8821. "400": {
  8822. "description": "具体错误",
  8823. "schema": {
  8824. "$ref": "#/definitions/md.Response"
  8825. }
  8826. }
  8827. }
  8828. }
  8829. },
  8830. "/api/userFeedback/content/record/list": {
  8831. "post": {
  8832. "description": "反馈列表-沟通记录",
  8833. "consumes": [
  8834. "application/json"
  8835. ],
  8836. "produces": [
  8837. "application/json"
  8838. ],
  8839. "tags": [
  8840. "消息中心"
  8841. ],
  8842. "summary": "用户反馈-反馈列表-沟通记录",
  8843. "parameters": [
  8844. {
  8845. "type": "string",
  8846. "description": "验证参数Bearer和token空格拼接",
  8847. "name": "Authorization",
  8848. "in": "header",
  8849. "required": true
  8850. },
  8851. {
  8852. "description": "(分页信息必填)",
  8853. "name": "req",
  8854. "in": "body",
  8855. "required": true,
  8856. "schema": {
  8857. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  8858. }
  8859. }
  8860. ],
  8861. "responses": {
  8862. "200": {
  8863. "description": "具体数据",
  8864. "schema": {
  8865. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  8866. }
  8867. },
  8868. "400": {
  8869. "description": "具体错误",
  8870. "schema": {
  8871. "$ref": "#/definitions/md.Response"
  8872. }
  8873. }
  8874. }
  8875. }
  8876. },
  8877. "/api/userFeedback/content/say": {
  8878. "post": {
  8879. "description": "反馈列表-沟通发送",
  8880. "consumes": [
  8881. "application/json"
  8882. ],
  8883. "produces": [
  8884. "application/json"
  8885. ],
  8886. "tags": [
  8887. "消息中心"
  8888. ],
  8889. "summary": "用户反馈-反馈列表-沟通发送",
  8890. "parameters": [
  8891. {
  8892. "type": "string",
  8893. "description": "验证参数Bearer和token空格拼接",
  8894. "name": "Authorization",
  8895. "in": "header",
  8896. "required": true
  8897. },
  8898. {
  8899. "description": "(分页信息必填)",
  8900. "name": "req",
  8901. "in": "body",
  8902. "required": true,
  8903. "schema": {
  8904. "$ref": "#/definitions/md.UserFeedbackSayReq"
  8905. }
  8906. }
  8907. ],
  8908. "responses": {
  8909. "200": {
  8910. "description": "具体数据",
  8911. "schema": {
  8912. "type": "string"
  8913. }
  8914. },
  8915. "400": {
  8916. "description": "具体错误",
  8917. "schema": {
  8918. "$ref": "#/definitions/md.Response"
  8919. }
  8920. }
  8921. }
  8922. }
  8923. },
  8924. "/api/userRealName/base": {
  8925. "get": {
  8926. "description": "基本设置-实名认证",
  8927. "consumes": [
  8928. "application/json"
  8929. ],
  8930. "produces": [
  8931. "application/json"
  8932. ],
  8933. "tags": [
  8934. "基本设置"
  8935. ],
  8936. "summary": "基本设置-实名认证-基本配置",
  8937. "parameters": [
  8938. {
  8939. "type": "string",
  8940. "description": "验证参数Bearer和token空格拼接",
  8941. "name": "Authorization",
  8942. "in": "header",
  8943. "required": true
  8944. }
  8945. ],
  8946. "responses": {
  8947. "200": {
  8948. "description": "具体数据",
  8949. "schema": {
  8950. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8951. }
  8952. },
  8953. "400": {
  8954. "description": "具体错误",
  8955. "schema": {
  8956. "$ref": "#/definitions/md.Response"
  8957. }
  8958. }
  8959. }
  8960. }
  8961. },
  8962. "/api/userRealName/base/save": {
  8963. "post": {
  8964. "description": "基本设置-实名认证-基本配置保存",
  8965. "consumes": [
  8966. "application/json"
  8967. ],
  8968. "produces": [
  8969. "application/json"
  8970. ],
  8971. "tags": [
  8972. "基本设置"
  8973. ],
  8974. "summary": "基本设置-实名认证-基本配置保存",
  8975. "parameters": [
  8976. {
  8977. "type": "string",
  8978. "description": "验证参数Bearer和token空格拼接",
  8979. "name": "Authorization",
  8980. "in": "header",
  8981. "required": true
  8982. },
  8983. {
  8984. "description": "(分页信息必填)",
  8985. "name": "req",
  8986. "in": "body",
  8987. "required": true,
  8988. "schema": {
  8989. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8990. }
  8991. }
  8992. ],
  8993. "responses": {
  8994. "200": {
  8995. "description": "具体数据",
  8996. "schema": {
  8997. "type": "string"
  8998. }
  8999. },
  9000. "400": {
  9001. "description": "具体错误",
  9002. "schema": {
  9003. "$ref": "#/definitions/md.Response"
  9004. }
  9005. }
  9006. }
  9007. }
  9008. },
  9009. "/api/userRealName/list": {
  9010. "post": {
  9011. "description": "基本设置-实名认证列表",
  9012. "consumes": [
  9013. "application/json"
  9014. ],
  9015. "produces": [
  9016. "application/json"
  9017. ],
  9018. "tags": [
  9019. "基本设置"
  9020. ],
  9021. "summary": "基本设置-实名认证列表",
  9022. "parameters": [
  9023. {
  9024. "type": "string",
  9025. "description": "验证参数Bearer和token空格拼接",
  9026. "name": "Authorization",
  9027. "in": "header",
  9028. "required": true
  9029. },
  9030. {
  9031. "description": "(分页信息必填)",
  9032. "name": "req",
  9033. "in": "body",
  9034. "required": true,
  9035. "schema": {
  9036. "$ref": "#/definitions/md.UserRealNameReq"
  9037. }
  9038. }
  9039. ],
  9040. "responses": {
  9041. "200": {
  9042. "description": "具体数据",
  9043. "schema": {
  9044. "$ref": "#/definitions/md.UserRealNameResp"
  9045. }
  9046. },
  9047. "400": {
  9048. "description": "具体错误",
  9049. "schema": {
  9050. "$ref": "#/definitions/md.Response"
  9051. }
  9052. }
  9053. }
  9054. }
  9055. },
  9056. "/api/userRealName/save": {
  9057. "post": {
  9058. "description": "基本设置-修改认证状态",
  9059. "consumes": [
  9060. "application/json"
  9061. ],
  9062. "produces": [
  9063. "application/json"
  9064. ],
  9065. "tags": [
  9066. "基本设置"
  9067. ],
  9068. "summary": "基本设置-实名认证-修改认证状态",
  9069. "parameters": [
  9070. {
  9071. "type": "string",
  9072. "description": "验证参数Bearer和token空格拼接",
  9073. "name": "Authorization",
  9074. "in": "header",
  9075. "required": true
  9076. },
  9077. {
  9078. "description": "(分页信息必填)",
  9079. "name": "req",
  9080. "in": "body",
  9081. "required": true,
  9082. "schema": {
  9083. "$ref": "#/definitions/md.UserRealNameSaveReq"
  9084. }
  9085. }
  9086. ],
  9087. "responses": {
  9088. "200": {
  9089. "description": "具体数据",
  9090. "schema": {
  9091. "type": "string"
  9092. }
  9093. },
  9094. "400": {
  9095. "description": "具体错误",
  9096. "schema": {
  9097. "$ref": "#/definitions/md.Response"
  9098. }
  9099. }
  9100. }
  9101. }
  9102. },
  9103. "/api/user_feedback/cate/del": {
  9104. "post": {
  9105. "description": "分类列表-分类删除",
  9106. "consumes": [
  9107. "application/json"
  9108. ],
  9109. "produces": [
  9110. "application/json"
  9111. ],
  9112. "tags": [
  9113. "消息中心"
  9114. ],
  9115. "summary": "反馈列表-分类列表-分类删除",
  9116. "parameters": [
  9117. {
  9118. "type": "string",
  9119. "description": "验证参数Bearer和token空格拼接",
  9120. "name": "Authorization",
  9121. "in": "header",
  9122. "required": true
  9123. },
  9124. {
  9125. "description": "(分页信息必填)",
  9126. "name": "req",
  9127. "in": "body",
  9128. "required": true,
  9129. "schema": {
  9130. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  9131. }
  9132. }
  9133. ],
  9134. "responses": {
  9135. "200": {
  9136. "description": "具体数据",
  9137. "schema": {
  9138. "type": "string"
  9139. }
  9140. },
  9141. "400": {
  9142. "description": "具体错误",
  9143. "schema": {
  9144. "$ref": "#/definitions/md.Response"
  9145. }
  9146. }
  9147. }
  9148. }
  9149. },
  9150. "/api/user_feedback/cate/save": {
  9151. "post": {
  9152. "description": "分类列表-分类保存",
  9153. "consumes": [
  9154. "application/json"
  9155. ],
  9156. "produces": [
  9157. "application/json"
  9158. ],
  9159. "tags": [
  9160. "消息中心"
  9161. ],
  9162. "summary": "反馈列表-分类列表-分类保存",
  9163. "parameters": [
  9164. {
  9165. "type": "string",
  9166. "description": "验证参数Bearer和token空格拼接",
  9167. "name": "Authorization",
  9168. "in": "header",
  9169. "required": true
  9170. },
  9171. {
  9172. "description": "(分页信息必填)",
  9173. "name": "req",
  9174. "in": "body",
  9175. "required": true,
  9176. "schema": {
  9177. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  9178. }
  9179. }
  9180. ],
  9181. "responses": {
  9182. "200": {
  9183. "description": "具体数据",
  9184. "schema": {
  9185. "type": "string"
  9186. }
  9187. },
  9188. "400": {
  9189. "description": "具体错误",
  9190. "schema": {
  9191. "$ref": "#/definitions/md.Response"
  9192. }
  9193. }
  9194. }
  9195. }
  9196. },
  9197. "/api/website/certificate": {
  9198. "post": {
  9199. "description": "证书查询",
  9200. "consumes": [
  9201. "application/json"
  9202. ],
  9203. "produces": [
  9204. "application/json"
  9205. ],
  9206. "tags": [
  9207. "官网"
  9208. ],
  9209. "summary": "证书查询",
  9210. "parameters": [
  9211. {
  9212. "type": "string",
  9213. "description": "验证参数Bearer和token空格拼接",
  9214. "name": "Authorization",
  9215. "in": "header",
  9216. "required": true
  9217. },
  9218. {
  9219. "description": "(分页信息必填)",
  9220. "name": "req",
  9221. "in": "body",
  9222. "required": true,
  9223. "schema": {
  9224. "$ref": "#/definitions/md.CertificateReq"
  9225. }
  9226. }
  9227. ],
  9228. "responses": {
  9229. "200": {
  9230. "description": "具体数据",
  9231. "schema": {
  9232. "$ref": "#/definitions/md.CertificateResp"
  9233. }
  9234. },
  9235. "400": {
  9236. "description": "具体错误",
  9237. "schema": {
  9238. "$ref": "#/definitions/md.Response"
  9239. }
  9240. }
  9241. }
  9242. }
  9243. },
  9244. "/api/website/getModuleSetting": {
  9245. "get": {
  9246. "description": "页面样式",
  9247. "consumes": [
  9248. "application/json"
  9249. ],
  9250. "produces": [
  9251. "application/json"
  9252. ],
  9253. "tags": [
  9254. "官网"
  9255. ],
  9256. "summary": "页面样式",
  9257. "parameters": [
  9258. {
  9259. "type": "string",
  9260. "description": "验证参数Bearer和token空格拼接",
  9261. "name": "Authorization",
  9262. "in": "header",
  9263. "required": true
  9264. },
  9265. {
  9266. "type": "string",
  9267. "description": "页面名称类型值(15:官网 联系我们)",
  9268. "name": "mod_name_value",
  9269. "in": "query",
  9270. "required": true
  9271. }
  9272. ],
  9273. "responses": {
  9274. "200": {
  9275. "description": "具体数据",
  9276. "schema": {
  9277. "$ref": "#/definitions/md.GetModuleSettingResp"
  9278. }
  9279. },
  9280. "400": {
  9281. "description": "具体错误",
  9282. "schema": {
  9283. "$ref": "#/definitions/md.Response"
  9284. }
  9285. }
  9286. }
  9287. }
  9288. },
  9289. "/api/website/info": {
  9290. "get": {
  9291. "description": "官网-基本信息",
  9292. "consumes": [
  9293. "application/json"
  9294. ],
  9295. "produces": [
  9296. "application/json"
  9297. ],
  9298. "tags": [
  9299. "官网"
  9300. ],
  9301. "summary": "官网-基本信息",
  9302. "parameters": [
  9303. {
  9304. "type": "string",
  9305. "description": "验证参数Bearer和token空格拼接",
  9306. "name": "Authorization",
  9307. "in": "header",
  9308. "required": true
  9309. }
  9310. ],
  9311. "responses": {
  9312. "200": {
  9313. "description": "具体数据",
  9314. "schema": {
  9315. "$ref": "#/definitions/md.WebsiteInfoResp"
  9316. }
  9317. },
  9318. "400": {
  9319. "description": "具体错误",
  9320. "schema": {
  9321. "$ref": "#/definitions/md.Response"
  9322. }
  9323. }
  9324. }
  9325. }
  9326. }
  9327. },
  9328. "definitions": {
  9329. "applet_app_md.Paginate": {
  9330. "type": "object",
  9331. "properties": {
  9332. "limit": {
  9333. "description": "每页大小",
  9334. "type": "integer"
  9335. },
  9336. "page": {
  9337. "description": "页数",
  9338. "type": "integer"
  9339. },
  9340. "total": {
  9341. "description": "总数据量",
  9342. "type": "integer"
  9343. }
  9344. }
  9345. },
  9346. "applet_app_md_financial_center.Paginate": {
  9347. "type": "object",
  9348. "properties": {
  9349. "limit": {
  9350. "description": "每页大小",
  9351. "type": "integer"
  9352. },
  9353. "page": {
  9354. "description": "页数",
  9355. "type": "integer"
  9356. },
  9357. "total": {
  9358. "description": "总数据量",
  9359. "type": "integer"
  9360. }
  9361. }
  9362. },
  9363. "applet_app_md_financial_center.TagNode": {
  9364. "type": "object",
  9365. "properties": {
  9366. "tag_id": {
  9367. "type": "integer"
  9368. },
  9369. "tag_name": {
  9370. "type": "string"
  9371. }
  9372. }
  9373. },
  9374. "applet_app_md_friend_circle.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_im.GetBasicResp": {
  9392. "type": "object",
  9393. "properties": {
  9394. "chat_sensitive_words": {
  9395. "type": "string",
  9396. "example": "聊天敏感词"
  9397. },
  9398. "is_allow_add_friends": {
  9399. "type": "string",
  9400. "example": "是否允许加好友"
  9401. },
  9402. "is_auto_add_friends": {
  9403. "type": "string",
  9404. "example": "是否自动加好友"
  9405. },
  9406. "prohibit_add_group_members": {
  9407. "type": "string",
  9408. "example": "是否禁止添加群成员"
  9409. },
  9410. "prohibit_remove_group_members": {
  9411. "type": "string",
  9412. "example": "是否禁止移出群成员"
  9413. },
  9414. "prohibit_update_group_name": {
  9415. "type": "string",
  9416. "example": "是否禁止修改群名称"
  9417. }
  9418. }
  9419. },
  9420. "applet_app_md_im.SetBasicReq": {
  9421. "type": "object",
  9422. "properties": {
  9423. "chat_sensitive_words": {
  9424. "type": "string",
  9425. "example": "聊天敏感词"
  9426. },
  9427. "is_allow_add_friends": {
  9428. "type": "string",
  9429. "example": "是否允许加好友"
  9430. },
  9431. "is_auto_add_friends": {
  9432. "type": "string",
  9433. "example": "是否自动加好友"
  9434. },
  9435. "prohibit_add_group_members": {
  9436. "type": "string",
  9437. "example": "是否禁止添加群成员"
  9438. },
  9439. "prohibit_remove_group_members": {
  9440. "type": "string",
  9441. "example": "是否禁止移出群成员"
  9442. },
  9443. "prohibit_update_group_name": {
  9444. "type": "string",
  9445. "example": "是否禁止修改群名称"
  9446. }
  9447. }
  9448. },
  9449. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9450. "type": "object",
  9451. "properties": {
  9452. "direct_push_reward": {
  9453. "description": "直推奖励",
  9454. "allOf": [
  9455. {
  9456. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9457. }
  9458. ]
  9459. },
  9460. "is_open": {
  9461. "description": "是否开启(1:开启 0:关闭)",
  9462. "type": "integer"
  9463. },
  9464. "person_egg_energy_coin_id": {
  9465. "description": "个人蛋蛋能量对应虚拟币 id",
  9466. "type": "integer"
  9467. },
  9468. "person_egg_points_coin_id": {
  9469. "description": "个人蛋蛋积分对应虚拟币 id",
  9470. "type": "integer"
  9471. },
  9472. "team_egg_energy_coin_id": {
  9473. "description": "团队蛋蛋能量对应虚拟币 id",
  9474. "type": "integer"
  9475. },
  9476. "team_egg_points_coin_id": {
  9477. "description": "团队蛋蛋积分对应虚拟币 id",
  9478. "type": "integer"
  9479. }
  9480. }
  9481. },
  9482. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9483. "type": "object",
  9484. "properties": {
  9485. "limit": {
  9486. "description": "每页大小",
  9487. "type": "integer"
  9488. },
  9489. "page": {
  9490. "description": "页数",
  9491. "type": "integer"
  9492. },
  9493. "total": {
  9494. "description": "总数据量",
  9495. "type": "integer"
  9496. }
  9497. }
  9498. },
  9499. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9500. "type": "object",
  9501. "properties": {
  9502. "id": {
  9503. "type": "integer"
  9504. },
  9505. "is_open": {
  9506. "description": "是否开启(1:开启 0:关闭)",
  9507. "type": "integer"
  9508. },
  9509. "is_self_active_get_team_revenue": {
  9510. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9511. "type": "integer"
  9512. },
  9513. "originator_uid": {
  9514. "description": "创始人uid",
  9515. "type": "integer"
  9516. },
  9517. "several_rows": {
  9518. "description": "几排",
  9519. "type": "integer"
  9520. },
  9521. "several_times": {
  9522. "description": "几乘",
  9523. "type": "integer"
  9524. },
  9525. "system_punish_replace": {
  9526. "description": "是否位置滑落 被新用户替换 0否 1是",
  9527. "type": "integer"
  9528. },
  9529. "system_punish_replace_value": {
  9530. "description": "xx天未活跃,处罚滑落",
  9531. "type": "integer"
  9532. }
  9533. }
  9534. },
  9535. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9536. "type": "object",
  9537. "properties": {
  9538. "limit": {
  9539. "description": "每页大小",
  9540. "type": "integer"
  9541. },
  9542. "page": {
  9543. "description": "页数",
  9544. "type": "integer"
  9545. },
  9546. "total": {
  9547. "description": "总数据量",
  9548. "type": "integer"
  9549. }
  9550. }
  9551. },
  9552. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  9553. "type": "object",
  9554. "properties": {
  9555. "limit": {
  9556. "type": "integer"
  9557. },
  9558. "page": {
  9559. "type": "integer"
  9560. },
  9561. "total": {
  9562. "type": "integer"
  9563. }
  9564. }
  9565. },
  9566. "applet_app_md_member_center.Paginate": {
  9567. "type": "object",
  9568. "properties": {
  9569. "limit": {
  9570. "description": "每页大小",
  9571. "type": "integer"
  9572. },
  9573. "page": {
  9574. "description": "页数",
  9575. "type": "integer"
  9576. },
  9577. "total": {
  9578. "description": "总数据量",
  9579. "type": "integer"
  9580. }
  9581. }
  9582. },
  9583. "applet_app_md_member_center.TagNode": {
  9584. "type": "object",
  9585. "properties": {
  9586. "tag_id": {
  9587. "description": "标签 ID",
  9588. "type": "integer"
  9589. },
  9590. "tag_name": {
  9591. "description": "标签名称",
  9592. "type": "string"
  9593. }
  9594. }
  9595. },
  9596. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  9597. "type": "object",
  9598. "properties": {
  9599. "oss_access_key_id": {
  9600. "type": "string",
  9601. "example": "oss访问秘钥id"
  9602. },
  9603. "oss_access_key_secret": {
  9604. "type": "string",
  9605. "example": "oss访问秘钥"
  9606. },
  9607. "oss_assume_arn": {
  9608. "type": "string",
  9609. "example": "oss RAM角色ARN"
  9610. },
  9611. "oss_assume_role_access_key_id": {
  9612. "type": "string",
  9613. "example": "oss RAM角色访问秘钥id"
  9614. },
  9615. "oss_assume_role_access_key_secret": {
  9616. "type": "string",
  9617. "example": "oss RAM角色访问秘钥"
  9618. },
  9619. "oss_bucket_name": {
  9620. "type": "string",
  9621. "example": "oss存储桶名称"
  9622. },
  9623. "oss_bucket_scheme": {
  9624. "type": "string",
  9625. "example": "oss上传方式"
  9626. },
  9627. "oss_endpoint": {
  9628. "type": "string",
  9629. "example": "oss地域节点"
  9630. },
  9631. "oss_object_domain": {
  9632. "type": "string",
  9633. "example": "oss域名"
  9634. },
  9635. "oss_option": {
  9636. "type": "string",
  9637. "example": "oss上传文件类型选项,以逗号分割"
  9638. }
  9639. }
  9640. },
  9641. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  9642. "type": "object",
  9643. "properties": {
  9644. "oss_access_key_id": {
  9645. "type": "string",
  9646. "example": "oss访问秘钥id"
  9647. },
  9648. "oss_access_key_secret": {
  9649. "type": "string",
  9650. "example": "oss访问秘钥"
  9651. },
  9652. "oss_assume_arn": {
  9653. "type": "string",
  9654. "example": "oss RAM角色ARN"
  9655. },
  9656. "oss_assume_role_access_key_id": {
  9657. "type": "string",
  9658. "example": "oss RAM角色访问秘钥id"
  9659. },
  9660. "oss_assume_role_access_key_secret": {
  9661. "type": "string",
  9662. "example": "oss RAM角色访问秘钥"
  9663. },
  9664. "oss_bucket_name": {
  9665. "type": "string",
  9666. "example": "oss存储桶名称"
  9667. },
  9668. "oss_bucket_scheme": {
  9669. "type": "string",
  9670. "example": "oss上传方式"
  9671. },
  9672. "oss_endpoint": {
  9673. "type": "string",
  9674. "example": "oss地域节点"
  9675. },
  9676. "oss_object_domain": {
  9677. "type": "string",
  9678. "example": "oss域名"
  9679. },
  9680. "oss_option": {
  9681. "type": "string",
  9682. "example": "oss上传文件类型选项,以逗号分割"
  9683. }
  9684. }
  9685. },
  9686. "client.AssumeRoleResponseBodyCredentials": {
  9687. "type": "object",
  9688. "properties": {
  9689. "AccessKeyId": {
  9690. "description": "The AccessKey ID.",
  9691. "type": "string"
  9692. },
  9693. "AccessKeySecret": {
  9694. "description": "The AccessKey secret.",
  9695. "type": "string"
  9696. },
  9697. "Expiration": {
  9698. "description": "The time when the STS token expires. The time is displayed in UTC.",
  9699. "type": "string"
  9700. },
  9701. "SecurityToken": {
  9702. "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.",
  9703. "type": "string"
  9704. }
  9705. }
  9706. },
  9707. "comm.GetAdminInfoResp": {
  9708. "type": "object",
  9709. "properties": {
  9710. "adm_id": {
  9711. "description": "管理员id",
  9712. "type": "integer"
  9713. },
  9714. "is_super_administrator": {
  9715. "description": "是否为超级管理员(0:否 1:是)",
  9716. "type": "integer"
  9717. },
  9718. "memo": {
  9719. "description": "备注信息",
  9720. "type": "string"
  9721. },
  9722. "state": {
  9723. "description": "状态(1:正常 2:冻结)",
  9724. "type": "integer"
  9725. },
  9726. "username": {
  9727. "description": "用户名",
  9728. "type": "string"
  9729. }
  9730. }
  9731. },
  9732. "comm.GetSTSVoucherResp": {
  9733. "type": "object",
  9734. "properties": {
  9735. "bucket": {
  9736. "description": "oss 桶名称",
  9737. "type": "string"
  9738. },
  9739. "region": {
  9740. "description": "所在地域",
  9741. "type": "string"
  9742. },
  9743. "sts_token": {
  9744. "description": "STS 凭证",
  9745. "allOf": [
  9746. {
  9747. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  9748. }
  9749. ]
  9750. }
  9751. }
  9752. },
  9753. "comm.ImgReqUploadReq": {
  9754. "type": "object",
  9755. "required": [
  9756. "content_type",
  9757. "file_name"
  9758. ],
  9759. "properties": {
  9760. "content_type": {
  9761. "type": "string",
  9762. "example": "image/jpeg"
  9763. },
  9764. "file_name": {
  9765. "type": "string",
  9766. "example": "文件名"
  9767. }
  9768. }
  9769. },
  9770. "hdl.GetActiveDataResp": {
  9771. "type": "object",
  9772. "properties": {
  9773. "today": {
  9774. "description": "今日数据",
  9775. "allOf": [
  9776. {
  9777. "$ref": "#/definitions/model.PlatformActiveData"
  9778. }
  9779. ]
  9780. },
  9781. "yesterday": {
  9782. "description": "昨日数据",
  9783. "allOf": [
  9784. {
  9785. "$ref": "#/definitions/model.PlatformActiveData"
  9786. }
  9787. ]
  9788. }
  9789. }
  9790. },
  9791. "hdl.TotalDataResp": {
  9792. "type": "object",
  9793. "properties": {
  9794. "month": {
  9795. "description": "月份",
  9796. "type": "string"
  9797. },
  9798. "no_sign_in_user_count": {
  9799. "description": "未签到用户数",
  9800. "type": "integer"
  9801. },
  9802. "total_user_count": {
  9803. "description": "平台总用户数",
  9804. "type": "integer"
  9805. },
  9806. "total_withdraw_amount": {
  9807. "description": "已提现累计金额",
  9808. "type": "string"
  9809. },
  9810. "verified_user_count": {
  9811. "description": "已认证用户数",
  9812. "type": "integer"
  9813. },
  9814. "year": {
  9815. "description": "年份",
  9816. "type": "string"
  9817. }
  9818. }
  9819. },
  9820. "md.ActivePointsWalletNode": {
  9821. "type": "object",
  9822. "properties": {
  9823. "amount": {
  9824. "type": "string",
  9825. "example": "账户余额"
  9826. },
  9827. "uid": {
  9828. "description": "用户 ID",
  9829. "type": "integer"
  9830. },
  9831. "user_name": {
  9832. "type": "string",
  9833. "example": "用户名"
  9834. },
  9835. "user_phone": {
  9836. "type": "string",
  9837. "example": "手机号"
  9838. }
  9839. }
  9840. },
  9841. "md.AddAdminReq": {
  9842. "type": "object",
  9843. "required": [
  9844. "password",
  9845. "username"
  9846. ],
  9847. "properties": {
  9848. "memo": {
  9849. "type": "string"
  9850. },
  9851. "password": {
  9852. "type": "string"
  9853. },
  9854. "username": {
  9855. "type": "string"
  9856. }
  9857. }
  9858. },
  9859. "md.AddBlackListReq": {
  9860. "type": "object",
  9861. "properties": {
  9862. "memo": {
  9863. "description": "备注",
  9864. "type": "string"
  9865. },
  9866. "uid": {
  9867. "description": "用户 id",
  9868. "type": "integer"
  9869. }
  9870. }
  9871. },
  9872. "md.AddCommunityDividendsReq": {
  9873. "type": "object",
  9874. "properties": {
  9875. "amount": {
  9876. "description": "社区分红数量",
  9877. "type": "string"
  9878. },
  9879. "name": {
  9880. "type": "string",
  9881. "example": "社区分红名称"
  9882. }
  9883. }
  9884. },
  9885. "md.AddCommunityDividendsWithUserReq": {
  9886. "type": "object",
  9887. "properties": {
  9888. "memo": {
  9889. "type": "string",
  9890. "example": "备注"
  9891. },
  9892. "uid": {
  9893. "description": "新增社区长用户 ID",
  9894. "type": "integer"
  9895. }
  9896. }
  9897. },
  9898. "md.AddCustomerServiceReq": {
  9899. "type": "object",
  9900. "properties": {
  9901. "memo": {
  9902. "description": "备注",
  9903. "type": "string",
  9904. "example": "备注"
  9905. },
  9906. "phone": {
  9907. "type": "string",
  9908. "example": "手机号"
  9909. },
  9910. "weight": {
  9911. "description": "权重",
  9912. "type": "integer"
  9913. }
  9914. }
  9915. },
  9916. "md.AddEmoticonReq": {
  9917. "type": "object",
  9918. "properties": {
  9919. "img_url": {
  9920. "type": "string",
  9921. "example": "图片地址"
  9922. },
  9923. "memo": {
  9924. "description": "备注",
  9925. "type": "string",
  9926. "example": "备注"
  9927. },
  9928. "name": {
  9929. "type": "string",
  9930. "example": "名称"
  9931. },
  9932. "sort": {
  9933. "description": "排序",
  9934. "type": "integer"
  9935. }
  9936. }
  9937. },
  9938. "md.AddFreePublishUserReq": {
  9939. "type": "object",
  9940. "properties": {
  9941. "uid": {
  9942. "type": "integer"
  9943. }
  9944. }
  9945. },
  9946. "md.AddFundDataReq": {
  9947. "type": "object",
  9948. "properties": {
  9949. "frequency": {
  9950. "description": "频率(分钟)",
  9951. "type": "integer"
  9952. },
  9953. "hours": {
  9954. "description": "时长(小时)",
  9955. "type": "integer"
  9956. },
  9957. "kind": {
  9958. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9959. "type": "integer"
  9960. },
  9961. "memo": {
  9962. "type": "string",
  9963. "example": "备注"
  9964. },
  9965. "total_amount": {
  9966. "description": "金额",
  9967. "type": "string"
  9968. }
  9969. }
  9970. },
  9971. "md.AddLevelReq": {
  9972. "type": "object",
  9973. "properties": {
  9974. "auto_update": {
  9975. "description": "自动升级 0关闭 1开启",
  9976. "type": "string"
  9977. },
  9978. "choosable_num": {
  9979. "description": "可选任务数量",
  9980. "type": "string"
  9981. },
  9982. "is_use": {
  9983. "description": "是否开启(0.否, 1.是)",
  9984. "type": "string"
  9985. },
  9986. "level_name": {
  9987. "description": "等级名称",
  9988. "type": "string"
  9989. },
  9990. "level_weight": {
  9991. "description": "等级权重",
  9992. "type": "string"
  9993. },
  9994. "memo": {
  9995. "description": "备注",
  9996. "type": "string"
  9997. },
  9998. "user_level_tasks": {
  9999. "description": "需要新增的任务",
  10000. "type": "array",
  10001. "items": {
  10002. "$ref": "#/definitions/md.LevelTaskNode"
  10003. }
  10004. }
  10005. }
  10006. },
  10007. "md.AddPlatformRevenueReq": {
  10008. "type": "object",
  10009. "properties": {
  10010. "frequency": {
  10011. "description": "频率(分钟)",
  10012. "type": "integer"
  10013. },
  10014. "hours": {
  10015. "description": "时长(小时)",
  10016. "type": "integer"
  10017. },
  10018. "kind": {
  10019. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10020. "type": "integer"
  10021. },
  10022. "memo": {
  10023. "type": "string",
  10024. "example": "备注"
  10025. },
  10026. "total_amount": {
  10027. "description": "金额",
  10028. "type": "string"
  10029. }
  10030. }
  10031. },
  10032. "md.AddRoleReq": {
  10033. "type": "object",
  10034. "required": [
  10035. "memo",
  10036. "name"
  10037. ],
  10038. "properties": {
  10039. "memo": {
  10040. "type": "string"
  10041. },
  10042. "name": {
  10043. "type": "string"
  10044. }
  10045. }
  10046. },
  10047. "md.AddTagReq": {
  10048. "type": "object",
  10049. "properties": {
  10050. "is_punish": {
  10051. "description": "是否为处罚标签(0:否 1:是)",
  10052. "type": "string"
  10053. },
  10054. "memo": {
  10055. "description": "备注",
  10056. "type": "string"
  10057. },
  10058. "name": {
  10059. "description": "标签名称",
  10060. "type": "string"
  10061. }
  10062. }
  10063. },
  10064. "md.AddVirtualCoinNode": {
  10065. "type": "object",
  10066. "properties": {
  10067. "exchange_ratio": {
  10068. "description": "兑换比例(与金额)",
  10069. "type": "string"
  10070. },
  10071. "is_use": {
  10072. "description": "是否开启:0否 1是",
  10073. "type": "integer"
  10074. },
  10075. "name": {
  10076. "description": "名称",
  10077. "type": "string"
  10078. }
  10079. }
  10080. },
  10081. "md.AdminListReq": {
  10082. "type": "object",
  10083. "properties": {
  10084. "limit": {
  10085. "type": "integer"
  10086. },
  10087. "page": {
  10088. "type": "integer"
  10089. },
  10090. "state": {
  10091. "type": "integer"
  10092. },
  10093. "username": {
  10094. "type": "string"
  10095. }
  10096. }
  10097. },
  10098. "md.AdminLogList": {
  10099. "type": "object",
  10100. "properties": {
  10101. "admin_id": {
  10102. "type": "string"
  10103. },
  10104. "id": {
  10105. "type": "string"
  10106. },
  10107. "ip": {
  10108. "type": "string"
  10109. },
  10110. "memo": {
  10111. "type": "string"
  10112. },
  10113. "phone": {
  10114. "type": "string"
  10115. },
  10116. "time": {
  10117. "type": "string"
  10118. },
  10119. "type": {
  10120. "type": "string"
  10121. }
  10122. }
  10123. },
  10124. "md.AdminLogListReq": {
  10125. "type": "object",
  10126. "properties": {
  10127. "end_time": {
  10128. "type": "string"
  10129. },
  10130. "limit": {
  10131. "description": "每页大小",
  10132. "type": "string"
  10133. },
  10134. "memo": {
  10135. "type": "string"
  10136. },
  10137. "page": {
  10138. "description": "页数",
  10139. "type": "string"
  10140. },
  10141. "start_time": {
  10142. "type": "string"
  10143. },
  10144. "type": {
  10145. "type": "string"
  10146. }
  10147. }
  10148. },
  10149. "md.AdminLogListResp": {
  10150. "type": "object",
  10151. "properties": {
  10152. "list": {
  10153. "type": "array",
  10154. "items": {
  10155. "$ref": "#/definitions/md.AdminLogList"
  10156. }
  10157. },
  10158. "total": {
  10159. "type": "integer"
  10160. },
  10161. "type_list": {
  10162. "type": "array",
  10163. "items": {
  10164. "type": "object",
  10165. "additionalProperties": true
  10166. }
  10167. }
  10168. }
  10169. },
  10170. "md.AdvertisingBase": {
  10171. "type": "object",
  10172. "properties": {
  10173. "android_ad_is_open": {
  10174. "type": "string",
  10175. "example": "安卓广告是否开启(1:开启 0:不开启)"
  10176. },
  10177. "android_open_ad_is_open": {
  10178. "type": "string",
  10179. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  10180. },
  10181. "info": {
  10182. "type": "string",
  10183. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  10184. },
  10185. "ios_ad_is_open": {
  10186. "type": "string",
  10187. "example": "ios广告是否开启(1:开启 0:不开启)"
  10188. },
  10189. "ios_open_ad_is_open": {
  10190. "type": "string",
  10191. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  10192. },
  10193. "voice": {
  10194. "type": "string",
  10195. "example": "领取奖励声音"
  10196. },
  10197. "voice_url": {
  10198. "type": "string"
  10199. }
  10200. }
  10201. },
  10202. "md.AdvertisingBaseResp": {
  10203. "type": "object",
  10204. "properties": {
  10205. "advertising_base": {
  10206. "$ref": "#/definitions/md.AdvertisingBase"
  10207. },
  10208. "select_data": {
  10209. "type": "array",
  10210. "items": {
  10211. "type": "object",
  10212. "additionalProperties": {
  10213. "type": "string"
  10214. }
  10215. }
  10216. }
  10217. }
  10218. },
  10219. "md.AdvertisingDelReq": {
  10220. "type": "object",
  10221. "properties": {
  10222. "id": {
  10223. "type": "array",
  10224. "items": {
  10225. "type": "string"
  10226. }
  10227. }
  10228. }
  10229. },
  10230. "md.AdvertisingFunctionList": {
  10231. "type": "object",
  10232. "properties": {
  10233. "ad_id": {
  10234. "type": "string",
  10235. "example": "广告id"
  10236. },
  10237. "id": {
  10238. "type": "string"
  10239. },
  10240. "type": {
  10241. "type": "string",
  10242. "example": "类型"
  10243. }
  10244. }
  10245. },
  10246. "md.AdvertisingFunctionListReq": {
  10247. "type": "object",
  10248. "properties": {
  10249. "limit": {
  10250. "type": "string"
  10251. },
  10252. "page": {
  10253. "type": "string"
  10254. }
  10255. }
  10256. },
  10257. "md.AdvertisingFunctionListResp": {
  10258. "type": "object",
  10259. "properties": {
  10260. "adv_data": {
  10261. "type": "array",
  10262. "items": {
  10263. "type": "object",
  10264. "additionalProperties": {
  10265. "type": "string"
  10266. }
  10267. }
  10268. },
  10269. "list": {
  10270. "type": "array",
  10271. "items": {
  10272. "$ref": "#/definitions/md.AdvertisingFunctionList"
  10273. }
  10274. },
  10275. "select_data": {
  10276. "type": "array",
  10277. "items": {
  10278. "type": "object",
  10279. "additionalProperties": {
  10280. "type": "string"
  10281. }
  10282. }
  10283. },
  10284. "total": {
  10285. "type": "integer"
  10286. }
  10287. }
  10288. },
  10289. "md.AdvertisingLimit": {
  10290. "type": "object",
  10291. "properties": {
  10292. "imei_num": {
  10293. "type": "string",
  10294. "example": "设备数量"
  10295. },
  10296. "minute": {
  10297. "type": "string",
  10298. "example": "分钟"
  10299. },
  10300. "public_img": {
  10301. "type": "string",
  10302. "example": "公共弹窗图"
  10303. },
  10304. "public_img_url": {
  10305. "type": "string",
  10306. "example": "公共弹窗图"
  10307. },
  10308. "public_str": {
  10309. "type": "string",
  10310. "example": "公共弹窗文字"
  10311. },
  10312. "tip": {
  10313. "type": "string",
  10314. "example": "限制提示"
  10315. },
  10316. "withdraw_img": {
  10317. "type": "string",
  10318. "example": "提现弹窗图"
  10319. },
  10320. "withdraw_img_url": {
  10321. "type": "string",
  10322. "example": "提现弹窗图"
  10323. },
  10324. "withdraw_str": {
  10325. "type": "string",
  10326. "example": "提现弹窗文字"
  10327. }
  10328. }
  10329. },
  10330. "md.AdvertisingList": {
  10331. "type": "object",
  10332. "properties": {
  10333. "counting_down": {
  10334. "type": "string",
  10335. "example": "倒计时 单位秒"
  10336. },
  10337. "id": {
  10338. "type": "string"
  10339. },
  10340. "info": {
  10341. "type": "string",
  10342. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10343. },
  10344. "kind": {
  10345. "type": "string",
  10346. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10347. },
  10348. "name": {
  10349. "type": "string",
  10350. "example": "名称"
  10351. }
  10352. }
  10353. },
  10354. "md.AdvertisingListReq": {
  10355. "type": "object",
  10356. "properties": {
  10357. "kind": {
  10358. "type": "string"
  10359. },
  10360. "limit": {
  10361. "type": "string"
  10362. },
  10363. "name": {
  10364. "type": "string"
  10365. },
  10366. "page": {
  10367. "type": "string"
  10368. }
  10369. }
  10370. },
  10371. "md.AdvertisingListResp": {
  10372. "type": "object",
  10373. "properties": {
  10374. "adv_data": {
  10375. "type": "array",
  10376. "items": {
  10377. "type": "object",
  10378. "additionalProperties": {
  10379. "type": "string"
  10380. }
  10381. }
  10382. },
  10383. "list": {
  10384. "type": "array",
  10385. "items": {
  10386. "$ref": "#/definitions/md.AdvertisingList"
  10387. }
  10388. },
  10389. "select_data": {
  10390. "type": "array",
  10391. "items": {
  10392. "type": "object",
  10393. "additionalProperties": {
  10394. "type": "string"
  10395. }
  10396. }
  10397. },
  10398. "total": {
  10399. "type": "integer"
  10400. }
  10401. }
  10402. },
  10403. "md.AdvertisingSaveReq": {
  10404. "type": "object",
  10405. "properties": {
  10406. "counting_down": {
  10407. "type": "string",
  10408. "example": "倒计时 单位秒"
  10409. },
  10410. "id": {
  10411. "type": "string"
  10412. },
  10413. "info": {
  10414. "type": "string",
  10415. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10416. },
  10417. "kind": {
  10418. "type": "string",
  10419. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10420. },
  10421. "name": {
  10422. "type": "string",
  10423. "example": "名称"
  10424. }
  10425. }
  10426. },
  10427. "md.AliyunSmsGetLevelListResp": {
  10428. "type": "object",
  10429. "properties": {
  10430. "list": {
  10431. "type": "array",
  10432. "items": {
  10433. "$ref": "#/definitions/md.LevelListNode"
  10434. }
  10435. },
  10436. "paginate": {
  10437. "$ref": "#/definitions/applet_app_md.Paginate"
  10438. }
  10439. }
  10440. },
  10441. "md.AliyunSmsGetTagListResp": {
  10442. "type": "object",
  10443. "properties": {
  10444. "list": {
  10445. "type": "array",
  10446. "items": {
  10447. "$ref": "#/definitions/md.TagListNode"
  10448. }
  10449. },
  10450. "paginate": {
  10451. "$ref": "#/definitions/applet_app_md.Paginate"
  10452. }
  10453. }
  10454. },
  10455. "md.ArticleCateDelReq": {
  10456. "type": "object",
  10457. "properties": {
  10458. "id": {
  10459. "type": "array",
  10460. "items": {
  10461. "type": "string"
  10462. }
  10463. }
  10464. }
  10465. },
  10466. "md.ArticleCateList": {
  10467. "type": "object",
  10468. "properties": {
  10469. "id": {
  10470. "type": "string"
  10471. },
  10472. "is_show": {
  10473. "type": "string"
  10474. },
  10475. "name": {
  10476. "type": "string"
  10477. },
  10478. "pid": {
  10479. "type": "string"
  10480. },
  10481. "sort": {
  10482. "type": "string"
  10483. }
  10484. }
  10485. },
  10486. "md.ArticleCateListReq": {
  10487. "type": "object",
  10488. "properties": {
  10489. "limit": {
  10490. "description": "每页大小",
  10491. "type": "string"
  10492. },
  10493. "page": {
  10494. "description": "页数",
  10495. "type": "string"
  10496. }
  10497. }
  10498. },
  10499. "md.ArticleCateListResp": {
  10500. "type": "object",
  10501. "properties": {
  10502. "list": {
  10503. "type": "array",
  10504. "items": {
  10505. "$ref": "#/definitions/md.ArticleCateList"
  10506. }
  10507. },
  10508. "select_data": {
  10509. "type": "array",
  10510. "items": {
  10511. "type": "object",
  10512. "additionalProperties": {
  10513. "type": "string"
  10514. }
  10515. }
  10516. },
  10517. "total": {
  10518. "type": "integer"
  10519. }
  10520. }
  10521. },
  10522. "md.ArticleCateSaveReq": {
  10523. "type": "object",
  10524. "properties": {
  10525. "id": {
  10526. "type": "string"
  10527. },
  10528. "is_show": {
  10529. "type": "string"
  10530. },
  10531. "name": {
  10532. "type": "string"
  10533. },
  10534. "pid": {
  10535. "type": "string"
  10536. },
  10537. "sort": {
  10538. "type": "string"
  10539. }
  10540. }
  10541. },
  10542. "md.ArticleDelReq": {
  10543. "type": "object",
  10544. "properties": {
  10545. "id": {
  10546. "type": "array",
  10547. "items": {
  10548. "type": "string"
  10549. }
  10550. }
  10551. }
  10552. },
  10553. "md.ArticleList": {
  10554. "type": "object",
  10555. "properties": {
  10556. "cate_id": {
  10557. "type": "string",
  10558. "example": "二级分类id"
  10559. },
  10560. "content": {
  10561. "type": "string"
  10562. },
  10563. "cover": {
  10564. "type": "string",
  10565. "example": "一级分类id=4 显示 封面图"
  10566. },
  10567. "cover_url": {
  10568. "type": "string"
  10569. },
  10570. "id": {
  10571. "type": "string"
  10572. },
  10573. "is_show": {
  10574. "type": "string"
  10575. },
  10576. "pid": {
  10577. "type": "string",
  10578. "example": "一级分类id"
  10579. },
  10580. "sort": {
  10581. "type": "string"
  10582. },
  10583. "title": {
  10584. "type": "string"
  10585. },
  10586. "url": {
  10587. "type": "string"
  10588. }
  10589. }
  10590. },
  10591. "md.ArticleListReq": {
  10592. "type": "object",
  10593. "properties": {
  10594. "limit": {
  10595. "description": "每页大小",
  10596. "type": "string"
  10597. },
  10598. "page": {
  10599. "description": "页数",
  10600. "type": "string"
  10601. }
  10602. }
  10603. },
  10604. "md.ArticleListResp": {
  10605. "type": "object",
  10606. "properties": {
  10607. "cate_data": {
  10608. "type": "array",
  10609. "items": {
  10610. "type": "object",
  10611. "additionalProperties": true
  10612. }
  10613. },
  10614. "list": {
  10615. "type": "array",
  10616. "items": {
  10617. "$ref": "#/definitions/md.ArticleList"
  10618. }
  10619. },
  10620. "select_data": {
  10621. "type": "array",
  10622. "items": {
  10623. "type": "object",
  10624. "additionalProperties": true
  10625. }
  10626. },
  10627. "total": {
  10628. "type": "integer"
  10629. }
  10630. }
  10631. },
  10632. "md.ArticleSaveReq": {
  10633. "type": "object",
  10634. "properties": {
  10635. "cate_id": {
  10636. "type": "string",
  10637. "example": "二级分类id"
  10638. },
  10639. "content": {
  10640. "type": "string"
  10641. },
  10642. "cover": {
  10643. "type": "string",
  10644. "example": "一级分类id=4 显示 封面图"
  10645. },
  10646. "id": {
  10647. "type": "string"
  10648. },
  10649. "is_show": {
  10650. "type": "string"
  10651. },
  10652. "pid": {
  10653. "type": "string",
  10654. "example": "一级分类id"
  10655. },
  10656. "sort": {
  10657. "type": "string"
  10658. },
  10659. "title": {
  10660. "type": "string"
  10661. }
  10662. }
  10663. },
  10664. "md.AuditClearReq": {
  10665. "type": "object",
  10666. "properties": {
  10667. "os": {
  10668. "type": "string",
  10669. "example": "1-安卓 2-ios"
  10670. }
  10671. }
  10672. },
  10673. "md.BalanceDetailNode": {
  10674. "type": "object",
  10675. "properties": {
  10676. "after_amount": {
  10677. "description": "变更后余额",
  10678. "type": "string"
  10679. },
  10680. "amount": {
  10681. "description": "变更数量",
  10682. "type": "string"
  10683. },
  10684. "before_amount": {
  10685. "description": "变更前余额",
  10686. "type": "string"
  10687. },
  10688. "create_at": {
  10689. "description": "创建时间",
  10690. "type": "string"
  10691. },
  10692. "id": {
  10693. "description": "记录ID",
  10694. "type": "integer"
  10695. },
  10696. "kind": {
  10697. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  10698. "type": "string"
  10699. }
  10700. }
  10701. },
  10702. "md.BasicInfoNode": {
  10703. "type": "object",
  10704. "properties": {
  10705. "avatar": {
  10706. "description": "头像",
  10707. "type": "string"
  10708. },
  10709. "levelId": {
  10710. "description": "会员等级 ID",
  10711. "type": "integer"
  10712. },
  10713. "level_name": {
  10714. "description": "会员等级名称",
  10715. "type": "string"
  10716. },
  10717. "memo": {
  10718. "description": "备注",
  10719. "type": "string"
  10720. },
  10721. "nickname": {
  10722. "description": "用户名称",
  10723. "type": "string"
  10724. },
  10725. "parent_name": {
  10726. "description": "推荐人名称",
  10727. "type": "string"
  10728. },
  10729. "parent_phone": {
  10730. "description": "推荐人手机号",
  10731. "type": "string"
  10732. },
  10733. "parent_uid": {
  10734. "description": "推荐人",
  10735. "type": "integer"
  10736. },
  10737. "password": {
  10738. "description": "登录密码",
  10739. "type": "string"
  10740. },
  10741. "phone": {
  10742. "description": "手机号",
  10743. "type": "string"
  10744. },
  10745. "sex": {
  10746. "description": "性别",
  10747. "type": "integer"
  10748. },
  10749. "state": {
  10750. "description": "账号状态 1正常,2冻结",
  10751. "type": "integer"
  10752. },
  10753. "tag": {
  10754. "description": "标签名称",
  10755. "type": "array",
  10756. "items": {
  10757. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  10758. }
  10759. },
  10760. "union_id": {
  10761. "description": "微信号",
  10762. "type": "string"
  10763. }
  10764. }
  10765. },
  10766. "md.BatchAddVirtualCoinsReq": {
  10767. "type": "object",
  10768. "properties": {
  10769. "list": {
  10770. "description": "新增的货币列表",
  10771. "type": "array",
  10772. "items": {
  10773. "$ref": "#/definitions/md.AddVirtualCoinNode"
  10774. }
  10775. }
  10776. }
  10777. },
  10778. "md.BatchSendGroupMessageReq": {
  10779. "type": "object",
  10780. "properties": {
  10781. "content": {
  10782. "description": "消息内容",
  10783. "type": "string"
  10784. },
  10785. "kind": {
  10786. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10787. "type": "integer"
  10788. },
  10789. "not_condition": {
  10790. "description": "不发送条件 群 ID 以\";\"分割",
  10791. "type": "string"
  10792. },
  10793. "send_condition": {
  10794. "description": "发送条件 群 ID 以\";\"分割",
  10795. "type": "string"
  10796. },
  10797. "send_kind": {
  10798. "description": "发送模式(1:指定群组 2:所有群组)",
  10799. "type": "integer"
  10800. }
  10801. }
  10802. },
  10803. "md.BatchSendUserMessageReq": {
  10804. "type": "object",
  10805. "properties": {
  10806. "content": {
  10807. "description": "消息内容",
  10808. "type": "string"
  10809. },
  10810. "kind": {
  10811. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10812. "type": "integer"
  10813. },
  10814. "not_condition": {
  10815. "description": "不发送条件 用户手机号 以\";\"分割",
  10816. "type": "string"
  10817. },
  10818. "send_condition": {
  10819. "description": "发送条件 用户手机号 以\";\"分割",
  10820. "type": "string"
  10821. },
  10822. "send_kind": {
  10823. "description": "发送模式(1:所有用户 2:指定用户)",
  10824. "type": "integer"
  10825. }
  10826. }
  10827. },
  10828. "md.BindAdminRoleReq": {
  10829. "type": "object",
  10830. "required": [
  10831. "adm_id"
  10832. ],
  10833. "properties": {
  10834. "adm_id": {
  10835. "type": "integer"
  10836. },
  10837. "role_ids": {
  10838. "type": "array",
  10839. "items": {
  10840. "type": "integer"
  10841. }
  10842. }
  10843. }
  10844. },
  10845. "md.CertificateDelReq": {
  10846. "type": "object",
  10847. "properties": {
  10848. "id": {
  10849. "type": "array",
  10850. "items": {
  10851. "type": "string"
  10852. }
  10853. }
  10854. }
  10855. },
  10856. "md.CertificateList": {
  10857. "type": "object",
  10858. "properties": {
  10859. "bg_img": {
  10860. "type": "string",
  10861. "example": "背景图"
  10862. },
  10863. "end_time": {
  10864. "type": "string",
  10865. "example": "结束时间"
  10866. },
  10867. "id": {
  10868. "type": "string"
  10869. },
  10870. "logo": {
  10871. "type": "string",
  10872. "example": "logo"
  10873. },
  10874. "medal": {
  10875. "type": "string",
  10876. "example": "勋章"
  10877. },
  10878. "name": {
  10879. "type": "string",
  10880. "example": "姓名"
  10881. },
  10882. "name_icon": {
  10883. "type": "string",
  10884. "example": "蛋蛋星球文字图"
  10885. },
  10886. "no": {
  10887. "type": "string",
  10888. "example": "编号"
  10889. },
  10890. "phone": {
  10891. "type": "string"
  10892. },
  10893. "seal": {
  10894. "type": "string",
  10895. "example": "印章"
  10896. },
  10897. "start_time": {
  10898. "type": "string",
  10899. "example": "开始时间"
  10900. },
  10901. "uid": {
  10902. "type": "string"
  10903. }
  10904. }
  10905. },
  10906. "md.CertificateListReq": {
  10907. "type": "object",
  10908. "properties": {
  10909. "limit": {
  10910. "type": "string"
  10911. },
  10912. "page": {
  10913. "type": "string"
  10914. },
  10915. "phone": {
  10916. "type": "string"
  10917. },
  10918. "uid": {
  10919. "type": "string"
  10920. }
  10921. }
  10922. },
  10923. "md.CertificateListResp": {
  10924. "type": "object",
  10925. "properties": {
  10926. "list": {
  10927. "type": "array",
  10928. "items": {
  10929. "$ref": "#/definitions/md.CertificateList"
  10930. }
  10931. },
  10932. "total": {
  10933. "type": "integer"
  10934. }
  10935. }
  10936. },
  10937. "md.CertificateReq": {
  10938. "type": "object",
  10939. "properties": {
  10940. "no": {
  10941. "type": "string",
  10942. "example": "DD123"
  10943. }
  10944. }
  10945. },
  10946. "md.CertificateResp": {
  10947. "type": "object",
  10948. "properties": {
  10949. "bg_img": {
  10950. "type": "string",
  10951. "example": "背景图"
  10952. },
  10953. "end_time": {
  10954. "type": "string",
  10955. "example": "结束时间"
  10956. },
  10957. "logo": {
  10958. "type": "string",
  10959. "example": "logo"
  10960. },
  10961. "medal": {
  10962. "type": "string",
  10963. "example": "勋章"
  10964. },
  10965. "name": {
  10966. "type": "string",
  10967. "example": "姓名"
  10968. },
  10969. "name_icon": {
  10970. "type": "string",
  10971. "example": "蛋蛋星球文字图"
  10972. },
  10973. "no": {
  10974. "type": "string",
  10975. "example": "编号"
  10976. },
  10977. "seal": {
  10978. "type": "string",
  10979. "example": "印章"
  10980. },
  10981. "start_time": {
  10982. "type": "string",
  10983. "example": "开始时间"
  10984. }
  10985. }
  10986. },
  10987. "md.CertificateSave": {
  10988. "type": "object",
  10989. "properties": {
  10990. "end_time": {
  10991. "type": "string",
  10992. "example": "结束时间"
  10993. },
  10994. "id": {
  10995. "type": "string"
  10996. },
  10997. "name": {
  10998. "type": "string",
  10999. "example": "姓名"
  11000. },
  11001. "no": {
  11002. "type": "string",
  11003. "example": "编号"
  11004. },
  11005. "start_time": {
  11006. "type": "string",
  11007. "example": "开始时间"
  11008. },
  11009. "uid": {
  11010. "type": "string"
  11011. }
  11012. }
  11013. },
  11014. "md.CloudBundleBaseResp": {
  11015. "type": "object",
  11016. "properties": {
  11017. "android_logo": {
  11018. "type": "string"
  11019. },
  11020. "ios_logo": {
  11021. "type": "string"
  11022. },
  11023. "launch_screen": {
  11024. "type": "object",
  11025. "additionalProperties": {
  11026. "type": "string"
  11027. }
  11028. }
  11029. }
  11030. },
  11031. "md.CloudBundleBuildReq": {
  11032. "type": "object",
  11033. "properties": {
  11034. "bit": {
  11035. "type": "array",
  11036. "items": {
  11037. "type": "string"
  11038. }
  11039. },
  11040. "isCombine": {
  11041. "type": "string"
  11042. },
  11043. "memo": {
  11044. "type": "string"
  11045. },
  11046. "os": {
  11047. "type": "string"
  11048. },
  11049. "platform": {
  11050. "type": "array",
  11051. "items": {
  11052. "type": "string"
  11053. }
  11054. },
  11055. "version": {
  11056. "type": "string"
  11057. }
  11058. }
  11059. },
  11060. "md.CloudBundleDelReq": {
  11061. "type": "object",
  11062. "properties": {
  11063. "ids": {
  11064. "type": "array",
  11065. "items": {
  11066. "type": "string"
  11067. }
  11068. }
  11069. }
  11070. },
  11071. "md.CloudBundleImgResp": {
  11072. "type": "object",
  11073. "properties": {
  11074. "android_logo": {
  11075. "type": "string"
  11076. },
  11077. "android_logo_url": {
  11078. "type": "string"
  11079. },
  11080. "build_1080_2280": {
  11081. "type": "string"
  11082. },
  11083. "build_1080_2280_url": {
  11084. "type": "string"
  11085. },
  11086. "build_1125_2436": {
  11087. "type": "string"
  11088. },
  11089. "build_1125_2436_url": {
  11090. "type": "string"
  11091. },
  11092. "build_1242_2208": {
  11093. "type": "string"
  11094. },
  11095. "build_1242_2208_url": {
  11096. "type": "string"
  11097. },
  11098. "build_640_1136": {
  11099. "type": "string"
  11100. },
  11101. "build_640_1136_url": {
  11102. "type": "string"
  11103. },
  11104. "build_640_960": {
  11105. "type": "string"
  11106. },
  11107. "build_640_960_url": {
  11108. "type": "string"
  11109. },
  11110. "build_720_1280": {
  11111. "type": "string"
  11112. },
  11113. "build_720_1280_url": {
  11114. "type": "string"
  11115. },
  11116. "build_750_1334": {
  11117. "type": "string"
  11118. },
  11119. "build_750_1334_url": {
  11120. "type": "string"
  11121. },
  11122. "guide": {
  11123. "type": "array",
  11124. "items": {
  11125. "$ref": "#/definitions/md.Guide"
  11126. }
  11127. },
  11128. "ios_logo": {
  11129. "type": "string"
  11130. },
  11131. "ios_logo_url": {
  11132. "type": "string"
  11133. }
  11134. }
  11135. },
  11136. "md.CloudBundleList": {
  11137. "type": "object",
  11138. "properties": {
  11139. "apply_at": {
  11140. "type": "string"
  11141. },
  11142. "bit": {
  11143. "type": "string"
  11144. },
  11145. "build_id": {
  11146. "type": "string"
  11147. },
  11148. "finish_at": {
  11149. "type": "string"
  11150. },
  11151. "id": {
  11152. "type": "string"
  11153. },
  11154. "is_auditing": {
  11155. "type": "string"
  11156. },
  11157. "is_combine": {
  11158. "type": "string"
  11159. },
  11160. "memo": {
  11161. "type": "string"
  11162. },
  11163. "os": {
  11164. "type": "string"
  11165. },
  11166. "platform": {
  11167. "type": "string"
  11168. },
  11169. "src": {
  11170. "type": "string"
  11171. },
  11172. "state": {
  11173. "type": "string"
  11174. },
  11175. "version": {
  11176. "type": "string"
  11177. }
  11178. }
  11179. },
  11180. "md.CloudBundleReq": {
  11181. "type": "object",
  11182. "properties": {
  11183. "limit": {
  11184. "description": "每页大小",
  11185. "type": "string"
  11186. },
  11187. "page": {
  11188. "description": "页数",
  11189. "type": "string"
  11190. }
  11191. }
  11192. },
  11193. "md.CloudBundleResp": {
  11194. "type": "object",
  11195. "properties": {
  11196. "last_android": {
  11197. "type": "string"
  11198. },
  11199. "last_bit": {
  11200. "type": "string"
  11201. },
  11202. "last_is_combine": {
  11203. "type": "string"
  11204. },
  11205. "last_platform": {
  11206. "type": "array",
  11207. "items": {
  11208. "type": "string"
  11209. }
  11210. },
  11211. "list": {
  11212. "type": "array",
  11213. "items": {
  11214. "$ref": "#/definitions/md.CloudBundleList"
  11215. }
  11216. },
  11217. "list_ios": {
  11218. "type": "string"
  11219. },
  11220. "select_data": {
  11221. "type": "array",
  11222. "items": {
  11223. "$ref": "#/definitions/md.CloudBundleVersionMap"
  11224. }
  11225. },
  11226. "total": {
  11227. "type": "integer"
  11228. }
  11229. }
  11230. },
  11231. "md.CloudBundleUpdateStateReq": {
  11232. "type": "object",
  11233. "properties": {
  11234. "build_id": {
  11235. "type": "string"
  11236. },
  11237. "build_number": {
  11238. "type": "string"
  11239. },
  11240. "error_msg": {
  11241. "type": "string"
  11242. },
  11243. "id": {
  11244. "type": "string"
  11245. },
  11246. "src": {
  11247. "type": "string"
  11248. },
  11249. "state": {
  11250. "type": "string"
  11251. }
  11252. }
  11253. },
  11254. "md.CloudBundleVersion": {
  11255. "type": "object",
  11256. "properties": {
  11257. "content": {
  11258. "type": "string"
  11259. },
  11260. "img": {
  11261. "type": "string"
  11262. },
  11263. "img_url": {
  11264. "type": "string"
  11265. },
  11266. "is_must": {
  11267. "type": "string"
  11268. },
  11269. "name": {
  11270. "type": "string"
  11271. },
  11272. "type": {
  11273. "type": "string"
  11274. },
  11275. "url": {
  11276. "type": "string"
  11277. },
  11278. "version": {
  11279. "type": "string"
  11280. }
  11281. }
  11282. },
  11283. "md.CloudBundleVersionMap": {
  11284. "type": "object",
  11285. "properties": {
  11286. "img": {
  11287. "type": "string"
  11288. },
  11289. "name": {
  11290. "type": "string"
  11291. },
  11292. "type": {
  11293. "type": "string"
  11294. }
  11295. }
  11296. },
  11297. "md.CloudBundleVersionResp": {
  11298. "type": "object",
  11299. "properties": {
  11300. "version": {
  11301. "type": "array",
  11302. "items": {
  11303. "$ref": "#/definitions/md.CloudBundleVersion"
  11304. }
  11305. }
  11306. }
  11307. },
  11308. "md.CommReq": {
  11309. "type": "object",
  11310. "properties": {
  11311. "id": {
  11312. "type": "string"
  11313. }
  11314. }
  11315. },
  11316. "md.ConfigResp": {
  11317. "type": "object",
  11318. "properties": {
  11319. "oss_url": {
  11320. "type": "string",
  11321. "example": "阿里云图片链接"
  11322. }
  11323. }
  11324. },
  11325. "md.DailyActivityAnalysisTopData": {
  11326. "type": "object",
  11327. "properties": {
  11328. "activity_count": {
  11329. "description": "子节点活跃天数",
  11330. "type": "integer"
  11331. },
  11332. "team_activity_user_count": {
  11333. "description": "子节点活跃人数",
  11334. "type": "integer"
  11335. },
  11336. "team_user_count": {
  11337. "description": "团队人数",
  11338. "type": "integer"
  11339. }
  11340. }
  11341. },
  11342. "md.DataSetting": {
  11343. "type": "object",
  11344. "properties": {
  11345. "total_angel_investor": {
  11346. "description": "天使投资人",
  11347. "type": "string",
  11348. "example": "天使投资人"
  11349. },
  11350. "total_ecological_development": {
  11351. "description": "生态建设",
  11352. "type": "string",
  11353. "example": "当前价格"
  11354. },
  11355. "total_issuance_amount": {
  11356. "description": "总发行量",
  11357. "type": "string",
  11358. "example": "总发行量"
  11359. },
  11360. "total_operate_fund": {
  11361. "description": "运营资金",
  11362. "type": "string",
  11363. "example": "运营资金"
  11364. },
  11365. "total_team_dividends": {
  11366. "description": "团队分红",
  11367. "type": "string",
  11368. "example": "团队分红"
  11369. },
  11370. "total_technology_team": {
  11371. "description": "技术团队",
  11372. "type": "string",
  11373. "example": "技术团队"
  11374. },
  11375. "total_user_for_person": {
  11376. "description": "个人区域",
  11377. "type": "string",
  11378. "example": "个人区域"
  11379. },
  11380. "total_user_for_team": {
  11381. "description": "团队区域",
  11382. "type": "string",
  11383. "example": "团队区域"
  11384. }
  11385. }
  11386. },
  11387. "md.DeleteBlackListReq": {
  11388. "type": "object",
  11389. "properties": {
  11390. "id": {
  11391. "description": "黑名单 id",
  11392. "type": "integer"
  11393. }
  11394. }
  11395. },
  11396. "md.DeleteDynamicReq": {
  11397. "type": "object",
  11398. "properties": {
  11399. "index_id": {
  11400. "description": "动态id",
  11401. "type": "string"
  11402. }
  11403. }
  11404. },
  11405. "md.DeleteEmoticonReq": {
  11406. "type": "object",
  11407. "properties": {
  11408. "id": {
  11409. "description": "拥有用户数量",
  11410. "type": "integer"
  11411. }
  11412. }
  11413. },
  11414. "md.DeleteFreePublishUserReq": {
  11415. "type": "object",
  11416. "properties": {
  11417. "uid": {
  11418. "type": "string"
  11419. }
  11420. }
  11421. },
  11422. "md.DeleteLevelReq": {
  11423. "type": "object",
  11424. "properties": {
  11425. "level_id": {
  11426. "type": "string"
  11427. }
  11428. }
  11429. },
  11430. "md.DeleteTagReq": {
  11431. "type": "object",
  11432. "properties": {
  11433. "tag_id": {
  11434. "description": "标签 ID",
  11435. "type": "string"
  11436. }
  11437. }
  11438. },
  11439. "md.DeleteTaskReq": {
  11440. "type": "object",
  11441. "properties": {
  11442. "task_id": {
  11443. "type": "string"
  11444. }
  11445. }
  11446. },
  11447. "md.DestructionSettingStruct": {
  11448. "type": "object",
  11449. "properties": {
  11450. "community_dividends": {
  11451. "description": "社区分红百分比",
  11452. "type": "string"
  11453. },
  11454. "destruction_quantity": {
  11455. "description": "销毁百分比",
  11456. "type": "string"
  11457. },
  11458. "development_committee": {
  11459. "description": "发展委员会百分比",
  11460. "type": "string"
  11461. },
  11462. "marketplace_merchant": {
  11463. "description": "市商数量百分比",
  11464. "type": "string"
  11465. },
  11466. "public_welfare_and_charity": {
  11467. "description": "公益慈善百分比",
  11468. "type": "string"
  11469. },
  11470. "star_level_dividends": {
  11471. "description": "星级分红百分比",
  11472. "type": "string"
  11473. }
  11474. }
  11475. },
  11476. "md.DirectPushRewardSettingStruct": {
  11477. "type": "object",
  11478. "properties": {
  11479. "member_self_is_open_get_team_reward": {
  11480. "description": "会员是否活跃得到团队奖励",
  11481. "type": "string"
  11482. },
  11483. "reward_rate_value": {
  11484. "description": "奖励百分比",
  11485. "type": "string"
  11486. }
  11487. }
  11488. },
  11489. "md.DynamicDataFlowListReq": {
  11490. "type": "object",
  11491. "properties": {
  11492. "end_at": {
  11493. "description": "结束时间",
  11494. "type": "string",
  11495. "example": "结束时间"
  11496. },
  11497. "kind": {
  11498. "description": "持有类型",
  11499. "type": "integer"
  11500. },
  11501. "page": {
  11502. "description": "页数",
  11503. "type": "integer"
  11504. },
  11505. "page_size": {
  11506. "description": "每页大小",
  11507. "type": "integer"
  11508. },
  11509. "start_at": {
  11510. "description": "开始时间",
  11511. "type": "string",
  11512. "example": "开始时间"
  11513. }
  11514. }
  11515. },
  11516. "md.DynamicDataFlowListResp": {
  11517. "type": "object",
  11518. "properties": {
  11519. "kind_list": {
  11520. "description": "类型列表",
  11521. "type": "array",
  11522. "items": {
  11523. "type": "object",
  11524. "additionalProperties": true
  11525. }
  11526. },
  11527. "list": {
  11528. "description": "动态数据流水列表",
  11529. "type": "array",
  11530. "items": {
  11531. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  11532. }
  11533. },
  11534. "paginate": {
  11535. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11536. }
  11537. }
  11538. },
  11539. "md.DynamicRespNode": {
  11540. "type": "object",
  11541. "properties": {
  11542. "content": {
  11543. "description": "文本内容",
  11544. "type": "string"
  11545. },
  11546. "created_at": {
  11547. "type": "string"
  11548. },
  11549. "image": {
  11550. "description": "图片",
  11551. "type": "array",
  11552. "items": {
  11553. "type": "string"
  11554. }
  11555. },
  11556. "index_id": {
  11557. "description": "动态id",
  11558. "type": "string"
  11559. },
  11560. "is_praise": {
  11561. "description": "是否被表扬(1:是 2:否)",
  11562. "type": "integer"
  11563. },
  11564. "is_top_up": {
  11565. "description": "是否置顶(1:是 2:否)",
  11566. "type": "integer"
  11567. },
  11568. "kind": {
  11569. "description": "类型(1:普通 2:官方)",
  11570. "type": "integer"
  11571. },
  11572. "state": {
  11573. "description": "状态(1:正常 2:隐藏)",
  11574. "type": "integer"
  11575. },
  11576. "uid": {
  11577. "description": "用户id",
  11578. "type": "integer"
  11579. },
  11580. "updated_at": {
  11581. "type": "string"
  11582. },
  11583. "username": {
  11584. "description": "用户名称",
  11585. "type": "string"
  11586. },
  11587. "video": {
  11588. "description": "视频",
  11589. "type": "array",
  11590. "items": {
  11591. "type": "string"
  11592. }
  11593. }
  11594. }
  11595. },
  11596. "md.EggEnergyAvailableEnergyFlow": {
  11597. "type": "object",
  11598. "properties": {
  11599. "after_community_dividends": {
  11600. "description": "变更后-社区分红区块币数量",
  11601. "type": "string"
  11602. },
  11603. "after_destruction_quantity_values": {
  11604. "description": "变更后-销毁区块币数量",
  11605. "type": "string"
  11606. },
  11607. "after_development_committee_values": {
  11608. "description": "变更后-发展委员会区块币数量",
  11609. "type": "string"
  11610. },
  11611. "after_marketplace_merchant_fund_values": {
  11612. "description": "变更后-市商资金值",
  11613. "type": "string"
  11614. },
  11615. "after_marketplace_merchant_values": {
  11616. "description": "变更后-市商区块币数量",
  11617. "type": "string"
  11618. },
  11619. "after_now_energy_total_nums": {
  11620. "description": "变更后-现行总量",
  11621. "type": "string"
  11622. },
  11623. "after_planet_total_value": {
  11624. "description": "变更后-星球总价值",
  11625. "type": "string"
  11626. },
  11627. "after_price": {
  11628. "description": "变更后-价格",
  11629. "type": "string"
  11630. },
  11631. "after_public_welfare_and_charity_values": {
  11632. "description": "变更后-公益慈善区块币数量",
  11633. "type": "string"
  11634. },
  11635. "after_star_level_dividends_values": {
  11636. "description": "变更后-星级分红区块币数量",
  11637. "type": "string"
  11638. },
  11639. "amount": {
  11640. "description": "变更数量",
  11641. "type": "string"
  11642. },
  11643. "before_community_dividends": {
  11644. "description": "变更前-社区分红区块币数量",
  11645. "type": "string"
  11646. },
  11647. "before_destruction_quantity_values": {
  11648. "description": "变更前-销毁区块币数量",
  11649. "type": "string"
  11650. },
  11651. "before_development_committee_values": {
  11652. "description": "变更前-发展委员会区块币数量",
  11653. "type": "string"
  11654. },
  11655. "before_marketplace_merchant_fund_values": {
  11656. "description": "变更前-市商资金值",
  11657. "type": "string"
  11658. },
  11659. "before_marketplace_merchant_values": {
  11660. "description": "变更前-市商区块币数量",
  11661. "type": "string"
  11662. },
  11663. "before_now_energy_total_nums": {
  11664. "description": "变更前-现行总量",
  11665. "type": "string"
  11666. },
  11667. "before_planet_total_value": {
  11668. "description": "变更前-星球总价值",
  11669. "type": "string"
  11670. },
  11671. "before_price": {
  11672. "description": "变更前-价格",
  11673. "type": "string"
  11674. },
  11675. "before_public_welfare_and_charity_values": {
  11676. "description": "变更前-公益慈善区块币数量",
  11677. "type": "string"
  11678. },
  11679. "before_star_level_dividends_values": {
  11680. "description": "变更前-星级分红区块币数量",
  11681. "type": "string"
  11682. },
  11683. "create_time": {
  11684. "description": "创建时间",
  11685. "type": "string"
  11686. },
  11687. "id": {
  11688. "type": "integer"
  11689. },
  11690. "kind": {
  11691. "description": "种类",
  11692. "type": "integer"
  11693. },
  11694. "title": {
  11695. "description": "标题",
  11696. "type": "string"
  11697. }
  11698. }
  11699. },
  11700. "md.EggEnergyCommunityDividends": {
  11701. "type": "object",
  11702. "properties": {
  11703. "amount": {
  11704. "description": "分红数量",
  11705. "type": "string"
  11706. },
  11707. "coin_id": {
  11708. "description": "虚拟币 id",
  11709. "type": "integer"
  11710. },
  11711. "create_at": {
  11712. "description": "分红时间",
  11713. "type": "string"
  11714. },
  11715. "id": {
  11716. "type": "integer"
  11717. },
  11718. "is_over": {
  11719. "description": "是否分红完毕",
  11720. "type": "integer"
  11721. },
  11722. "name": {
  11723. "type": "string",
  11724. "example": "名称"
  11725. },
  11726. "persons_num": {
  11727. "description": "分红人数",
  11728. "type": "integer"
  11729. },
  11730. "update_at": {
  11731. "type": "string"
  11732. }
  11733. }
  11734. },
  11735. "md.EggEnergyCommunityDividendsWithUser": {
  11736. "type": "object",
  11737. "properties": {
  11738. "id": {
  11739. "type": "integer"
  11740. },
  11741. "memo": {
  11742. "type": "string",
  11743. "example": "备注"
  11744. },
  11745. "nickname": {
  11746. "type": "string"
  11747. },
  11748. "phone": {
  11749. "type": "string"
  11750. },
  11751. "uid": {
  11752. "type": "integer"
  11753. }
  11754. }
  11755. },
  11756. "md.EggPointCoefficientBatchAddReq": {
  11757. "type": "object",
  11758. "properties": {
  11759. "list": {
  11760. "description": "系数管理列表",
  11761. "type": "array",
  11762. "items": {
  11763. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11764. }
  11765. }
  11766. }
  11767. },
  11768. "md.EggPointCoefficientDelReq": {
  11769. "type": "object",
  11770. "required": [
  11771. "id"
  11772. ],
  11773. "properties": {
  11774. "id": {
  11775. "description": "需要删除范围的id",
  11776. "type": "string"
  11777. }
  11778. }
  11779. },
  11780. "md.EggPointCoefficientGetResp": {
  11781. "type": "object",
  11782. "properties": {
  11783. "list": {
  11784. "type": "array",
  11785. "items": {
  11786. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11787. }
  11788. }
  11789. }
  11790. },
  11791. "md.EggPointCoefficientNode": {
  11792. "type": "object",
  11793. "properties": {
  11794. "coefficient": {
  11795. "description": "系数",
  11796. "type": "string"
  11797. },
  11798. "end_score": {
  11799. "description": "截止分值",
  11800. "type": "string"
  11801. },
  11802. "id": {
  11803. "type": "integer"
  11804. },
  11805. "start_score": {
  11806. "description": "起始分值",
  11807. "type": "string"
  11808. }
  11809. }
  11810. },
  11811. "md.EggPointCoefficientUpdateReq": {
  11812. "type": "object",
  11813. "required": [
  11814. "id"
  11815. ],
  11816. "properties": {
  11817. "coefficient": {
  11818. "description": "系数",
  11819. "type": "string"
  11820. },
  11821. "end_score": {
  11822. "description": "截止分值",
  11823. "type": "string"
  11824. },
  11825. "id": {
  11826. "description": "需要修改范围的id",
  11827. "type": "string"
  11828. },
  11829. "start_score": {
  11830. "description": "起始分值",
  11831. "type": "string"
  11832. }
  11833. }
  11834. },
  11835. "md.ExchangeRulesStruct": {
  11836. "type": "object",
  11837. "properties": {
  11838. "auto_exchange_nums_by_person": {
  11839. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  11840. "type": "string"
  11841. },
  11842. "auto_exchange_nums_by_team": {
  11843. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  11844. "type": "string"
  11845. },
  11846. "auto_exchange_rate_by_person": {
  11847. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  11848. "type": "string"
  11849. },
  11850. "auto_exchange_rate_by_team": {
  11851. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  11852. "type": "string"
  11853. }
  11854. }
  11855. },
  11856. "md.ExchangeUserPositionReq": {
  11857. "type": "object",
  11858. "properties": {
  11859. "position_1": {
  11860. "description": "位置1,具体值取返回数据中的 system_id",
  11861. "type": "integer"
  11862. },
  11863. "position_2": {
  11864. "description": "位置2,具体值取返回数据中的 system_id",
  11865. "type": "integer"
  11866. }
  11867. }
  11868. },
  11869. "md.FansNode": {
  11870. "type": "object",
  11871. "properties": {
  11872. "amount": {
  11873. "description": "可提现余额",
  11874. "type": "string"
  11875. },
  11876. "id": {
  11877. "description": "用户ID",
  11878. "type": "integer"
  11879. },
  11880. "level_total": {
  11881. "description": "所属代数",
  11882. "type": "integer"
  11883. },
  11884. "nickname": {
  11885. "type": "string",
  11886. "example": "用户昵称"
  11887. },
  11888. "phone": {
  11889. "type": "string",
  11890. "example": "手机号"
  11891. },
  11892. "register_at": {
  11893. "description": "注册时间",
  11894. "type": "string"
  11895. },
  11896. "total_income": {
  11897. "description": "累计收益",
  11898. "type": "string"
  11899. }
  11900. }
  11901. },
  11902. "md.FindSubUserRelationshipMapResp": {
  11903. "type": "object",
  11904. "properties": {
  11905. "basic_setting": {
  11906. "description": "公排设置",
  11907. "allOf": [
  11908. {
  11909. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  11910. }
  11911. ]
  11912. },
  11913. "search_uid": {
  11914. "description": "查找的用户 ID",
  11915. "type": "string"
  11916. },
  11917. "sub_user": {
  11918. "description": "上级用户信息",
  11919. "allOf": [
  11920. {
  11921. "$ref": "#/definitions/md.SubUser"
  11922. }
  11923. ]
  11924. }
  11925. }
  11926. },
  11927. "md.FirstWithdrawSet": {
  11928. "type": "object",
  11929. "properties": {
  11930. "first_withdraw_amount_limit": {
  11931. "description": "不需要实名时 最大提现金额",
  11932. "type": "string"
  11933. },
  11934. "is_need_real_name": {
  11935. "description": "是否需要实名(0:不需要,1:需要)",
  11936. "type": "integer"
  11937. }
  11938. }
  11939. },
  11940. "md.FreePublishUserNode": {
  11941. "type": "object",
  11942. "properties": {
  11943. "nickname": {
  11944. "type": "string",
  11945. "example": "昵称"
  11946. },
  11947. "phone": {
  11948. "type": "string",
  11949. "example": "手机号"
  11950. },
  11951. "uid": {
  11952. "type": "integer"
  11953. }
  11954. }
  11955. },
  11956. "md.FundDataNode": {
  11957. "type": "object",
  11958. "properties": {
  11959. "balance_amount": {
  11960. "description": "余额",
  11961. "type": "string"
  11962. },
  11963. "balance_times": {
  11964. "description": "剩余执行次数",
  11965. "type": "integer"
  11966. },
  11967. "create_at": {
  11968. "description": "创建时间",
  11969. "type": "string"
  11970. },
  11971. "hours": {
  11972. "description": "时长",
  11973. "type": "integer"
  11974. },
  11975. "kind": {
  11976. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  11977. "type": "integer"
  11978. },
  11979. "memo": {
  11980. "description": "备注",
  11981. "type": "string"
  11982. },
  11983. "system_id": {
  11984. "type": "integer"
  11985. },
  11986. "total_amount": {
  11987. "description": "金额",
  11988. "type": "string"
  11989. }
  11990. }
  11991. },
  11992. "md.FundDataRecordNode": {
  11993. "type": "object",
  11994. "properties": {
  11995. "after_planet_total_value": {
  11996. "description": "执行后-星球价值",
  11997. "type": "string"
  11998. },
  11999. "after_price": {
  12000. "description": "执行后-价格",
  12001. "type": "string"
  12002. },
  12003. "balance_amount": {
  12004. "description": "余额",
  12005. "type": "string"
  12006. },
  12007. "balance_times": {
  12008. "description": "剩余执行次数",
  12009. "type": "integer"
  12010. },
  12011. "before_planet_total_value": {
  12012. "description": "执行前-星球价值",
  12013. "type": "string"
  12014. },
  12015. "before_price": {
  12016. "description": "执行前-价格",
  12017. "type": "string"
  12018. },
  12019. "create_at": {
  12020. "type": "string"
  12021. },
  12022. "total_amount": {
  12023. "description": "金额",
  12024. "type": "string"
  12025. }
  12026. }
  12027. },
  12028. "md.GetActivePointsUserCoinFlowListReq": {
  12029. "type": "object",
  12030. "properties": {
  12031. "coin_id": {
  12032. "description": "货币类型 ID",
  12033. "type": "integer"
  12034. },
  12035. "direction": {
  12036. "description": "流水方向:1收入 2支出",
  12037. "type": "integer"
  12038. },
  12039. "end_at": {
  12040. "description": "结束时间",
  12041. "type": "string"
  12042. },
  12043. "page": {
  12044. "description": "页数",
  12045. "type": "integer"
  12046. },
  12047. "page_size": {
  12048. "description": "每页大小",
  12049. "type": "integer"
  12050. },
  12051. "start_at": {
  12052. "description": "开始时间",
  12053. "type": "string"
  12054. },
  12055. "uid": {
  12056. "description": "用户 ID",
  12057. "type": "integer"
  12058. }
  12059. }
  12060. },
  12061. "md.GetActivePointsUserCoinFlowListResp": {
  12062. "type": "object",
  12063. "properties": {
  12064. "list": {
  12065. "description": "流水信息",
  12066. "type": "array",
  12067. "items": {
  12068. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12069. }
  12070. },
  12071. "paginate": {
  12072. "description": "分页信息",
  12073. "allOf": [
  12074. {
  12075. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12076. }
  12077. ]
  12078. },
  12079. "select_data": {
  12080. "description": "流水类型",
  12081. "allOf": [
  12082. {
  12083. "$ref": "#/definitions/md.SelectData"
  12084. }
  12085. ]
  12086. }
  12087. }
  12088. },
  12089. "md.GetActivePointsUserCoinListReq": {
  12090. "type": "object",
  12091. "properties": {
  12092. "end_coin": {
  12093. "type": "string",
  12094. "example": "最大金额"
  12095. },
  12096. "kind": {
  12097. "description": "虚拟币种类编号",
  12098. "type": "integer"
  12099. },
  12100. "page": {
  12101. "description": "页数",
  12102. "type": "integer"
  12103. },
  12104. "page_size": {
  12105. "description": "单页大小",
  12106. "type": "integer"
  12107. },
  12108. "start_coin": {
  12109. "type": "string",
  12110. "example": "最小金额"
  12111. },
  12112. "uid": {
  12113. "description": "指定查询用户 ID",
  12114. "type": "integer"
  12115. },
  12116. "user_name": {
  12117. "type": "string",
  12118. "example": "用户名称"
  12119. },
  12120. "user_phone": {
  12121. "type": "string",
  12122. "example": "手机号"
  12123. }
  12124. }
  12125. },
  12126. "md.GetActivePointsUserCoinListResp": {
  12127. "type": "object",
  12128. "properties": {
  12129. "kind_list": {
  12130. "description": "货币类型集合",
  12131. "type": "array",
  12132. "items": {
  12133. "$ref": "#/definitions/md.VirtualCoinListNode"
  12134. }
  12135. },
  12136. "list": {
  12137. "description": "余额集合",
  12138. "type": "array",
  12139. "items": {
  12140. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12141. }
  12142. },
  12143. "sum_user_amount": {
  12144. "description": "用户持有总数",
  12145. "type": "number"
  12146. },
  12147. "total": {
  12148. "description": "持有该类型用户数",
  12149. "type": "integer"
  12150. }
  12151. }
  12152. },
  12153. "md.GetBlackListNode": {
  12154. "type": "object",
  12155. "properties": {
  12156. "admin_id": {
  12157. "description": "管理员 id",
  12158. "type": "integer"
  12159. },
  12160. "admin_nickname": {
  12161. "description": "管理员名称",
  12162. "type": "string"
  12163. },
  12164. "black_list_id": {
  12165. "description": "黑名单 id",
  12166. "type": "integer"
  12167. },
  12168. "created_at": {
  12169. "description": "添加时间",
  12170. "type": "string"
  12171. },
  12172. "memo": {
  12173. "description": "备注",
  12174. "type": "string"
  12175. },
  12176. "uid": {
  12177. "description": "用户 id",
  12178. "type": "integer"
  12179. },
  12180. "user_nickname": {
  12181. "description": "用户名称",
  12182. "type": "string"
  12183. }
  12184. }
  12185. },
  12186. "md.GetBlackListResp": {
  12187. "type": "object",
  12188. "properties": {
  12189. "list": {
  12190. "description": "具体信息",
  12191. "type": "array",
  12192. "items": {
  12193. "$ref": "#/definitions/md.GetBlackListNode"
  12194. }
  12195. },
  12196. "paginate": {
  12197. "description": "分页信息",
  12198. "allOf": [
  12199. {
  12200. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12201. }
  12202. ]
  12203. }
  12204. }
  12205. },
  12206. "md.GetContributionValueBasicSettingResp": {
  12207. "type": "object",
  12208. "properties": {
  12209. "hand_out_red_package": {
  12210. "description": "发红包获得x点",
  12211. "type": "integer"
  12212. },
  12213. "id": {
  12214. "type": "integer"
  12215. },
  12216. "posting_comment_liked": {
  12217. "description": "发布评论被官方点赞获得x点",
  12218. "type": "integer"
  12219. },
  12220. "posting_dynamic_liked": {
  12221. "description": "发布动态被官方点赞获得x点",
  12222. "type": "integer"
  12223. },
  12224. "publish_creation": {
  12225. "description": "发布创作获得x点",
  12226. "type": "integer"
  12227. }
  12228. }
  12229. },
  12230. "md.GetDynamicReq": {
  12231. "type": "object",
  12232. "properties": {
  12233. "begin_at": {
  12234. "description": "开始时间",
  12235. "type": "string"
  12236. },
  12237. "end_at": {
  12238. "description": "结束时间",
  12239. "type": "string"
  12240. },
  12241. "limit": {
  12242. "description": "页面大小",
  12243. "type": "integer"
  12244. },
  12245. "nickname": {
  12246. "description": "创建人名称",
  12247. "type": "string"
  12248. },
  12249. "page": {
  12250. "description": "页数",
  12251. "type": "integer"
  12252. },
  12253. "uid": {
  12254. "description": "创建人id",
  12255. "type": "string"
  12256. }
  12257. }
  12258. },
  12259. "md.GetDynamicResp": {
  12260. "type": "object",
  12261. "properties": {
  12262. "list": {
  12263. "type": "array",
  12264. "items": {
  12265. "$ref": "#/definitions/md.DynamicRespNode"
  12266. }
  12267. },
  12268. "paginate": {
  12269. "description": "分页信息",
  12270. "allOf": [
  12271. {
  12272. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12273. }
  12274. ]
  12275. }
  12276. }
  12277. },
  12278. "md.GetEggCoreDataListResp": {
  12279. "type": "object",
  12280. "properties": {
  12281. "now_energy_total_nums": {
  12282. "description": "现行总量",
  12283. "type": "string",
  12284. "example": "现行总量"
  12285. },
  12286. "now_price": {
  12287. "description": "当前价格",
  12288. "type": "string",
  12289. "example": "当前价格"
  12290. },
  12291. "planet_total_value": {
  12292. "description": "星球价值",
  12293. "type": "string",
  12294. "example": "星球价值"
  12295. },
  12296. "user_hold_total_nums": {
  12297. "description": "用户持有总量",
  12298. "type": "string"
  12299. }
  12300. }
  12301. },
  12302. "md.GetEggEnergyBasicResp": {
  12303. "type": "object",
  12304. "properties": {
  12305. "basic_setting": {
  12306. "description": "基础设置",
  12307. "allOf": [
  12308. {
  12309. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12310. }
  12311. ]
  12312. },
  12313. "data_setting": {
  12314. "description": "数据设置",
  12315. "allOf": [
  12316. {
  12317. "$ref": "#/definitions/md.DataSetting"
  12318. }
  12319. ]
  12320. },
  12321. "destruction_setting": {
  12322. "description": "销毁设置",
  12323. "allOf": [
  12324. {
  12325. "$ref": "#/definitions/md.DestructionSettingStruct"
  12326. }
  12327. ]
  12328. },
  12329. "exchange_rules": {
  12330. "description": "兑换规则",
  12331. "allOf": [
  12332. {
  12333. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12334. }
  12335. ]
  12336. },
  12337. "new_user_incentive_rules": {
  12338. "description": "新用户奖励规则",
  12339. "allOf": [
  12340. {
  12341. "$ref": "#/definitions/md.NewUserRewardRules"
  12342. }
  12343. ]
  12344. },
  12345. "price_setting": {
  12346. "description": "价格设置",
  12347. "allOf": [
  12348. {
  12349. "$ref": "#/definitions/md.PriceSettingStruct"
  12350. }
  12351. ]
  12352. },
  12353. "reward_system": {
  12354. "description": "圈层奖励",
  12355. "type": "array",
  12356. "items": {
  12357. "$ref": "#/definitions/md.RewardSystemStruct"
  12358. }
  12359. },
  12360. "system_id": {
  12361. "description": "该设置系统 ID",
  12362. "type": "integer"
  12363. },
  12364. "video_reward_setting": {
  12365. "description": "视频奖励",
  12366. "allOf": [
  12367. {
  12368. "$ref": "#/definitions/md.VideoRewardSetting"
  12369. }
  12370. ]
  12371. }
  12372. }
  12373. },
  12374. "md.GetEggEnergyCoreDataResp": {
  12375. "type": "object",
  12376. "properties": {
  12377. "community_dividends": {
  12378. "description": "社区分红",
  12379. "type": "string"
  12380. },
  12381. "development_committee": {
  12382. "description": "发展委员会",
  12383. "type": "string"
  12384. },
  12385. "id": {
  12386. "type": "integer"
  12387. },
  12388. "marketplace_merchant_funds": {
  12389. "description": "市商资金",
  12390. "type": "string"
  12391. },
  12392. "marketplace_merchant_nums": {
  12393. "description": "市商数量",
  12394. "type": "string"
  12395. },
  12396. "now_energy_total_nums": {
  12397. "description": "现行总量",
  12398. "type": "string"
  12399. },
  12400. "now_price": {
  12401. "description": "当前价格",
  12402. "type": "string"
  12403. },
  12404. "planet_total_value": {
  12405. "description": "星球总价值",
  12406. "type": "string"
  12407. },
  12408. "public_welfare_and_charity": {
  12409. "description": "公益慈善",
  12410. "type": "string"
  12411. },
  12412. "star_level_dividends": {
  12413. "description": "星级分红",
  12414. "type": "string"
  12415. }
  12416. }
  12417. },
  12418. "md.GetEggEnergyVipSettingResp": {
  12419. "type": "object",
  12420. "properties": {
  12421. "level_list": {
  12422. "description": "会员等级列表",
  12423. "type": "array",
  12424. "items": {
  12425. "type": "object",
  12426. "additionalProperties": true
  12427. }
  12428. },
  12429. "list": {
  12430. "description": "会员权益设置",
  12431. "type": "array",
  12432. "items": {
  12433. "$ref": "#/definitions/md.VipEquitySettingNode"
  12434. }
  12435. }
  12436. }
  12437. },
  12438. "md.GetFreePublishUserReq": {
  12439. "type": "object",
  12440. "properties": {
  12441. "limit": {
  12442. "description": "每页大小",
  12443. "type": "integer"
  12444. },
  12445. "page": {
  12446. "description": "当前页数",
  12447. "type": "integer"
  12448. },
  12449. "uid": {
  12450. "description": "筛选的用户 ID",
  12451. "type": "integer"
  12452. }
  12453. }
  12454. },
  12455. "md.GetFreePublishUserResp": {
  12456. "type": "object",
  12457. "properties": {
  12458. "list": {
  12459. "description": "免罚用户列表",
  12460. "type": "array",
  12461. "items": {
  12462. "$ref": "#/definitions/md.FreePublishUserNode"
  12463. }
  12464. },
  12465. "paginate": {
  12466. "description": "分页信息",
  12467. "allOf": [
  12468. {
  12469. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12470. }
  12471. ]
  12472. }
  12473. }
  12474. },
  12475. "md.GetFriendCircleBasicSettingsResp": {
  12476. "type": "object",
  12477. "properties": {
  12478. "comment_is_real_name": {
  12479. "description": "评论是否需要实名认证(1:是 2:否)",
  12480. "type": "integer"
  12481. },
  12482. "comment_nums_every_day": {
  12483. "description": "评论每天次数",
  12484. "type": "integer"
  12485. },
  12486. "id": {
  12487. "type": "integer"
  12488. },
  12489. "publish_is_real_name": {
  12490. "description": "发布是否需要实名认证(1:是 2:否)",
  12491. "type": "integer"
  12492. },
  12493. "publish_nums_every_day": {
  12494. "description": "发布每天次数",
  12495. "type": "integer"
  12496. }
  12497. }
  12498. },
  12499. "md.GetFundDataListReq": {
  12500. "type": "object",
  12501. "properties": {
  12502. "end_at": {
  12503. "type": "string",
  12504. "example": "结束时间"
  12505. },
  12506. "kind": {
  12507. "description": "数据类型",
  12508. "type": "integer"
  12509. },
  12510. "limit": {
  12511. "description": "每页大小",
  12512. "type": "integer"
  12513. },
  12514. "page": {
  12515. "description": "页数",
  12516. "type": "integer"
  12517. },
  12518. "start_at": {
  12519. "type": "string",
  12520. "example": "开始时间"
  12521. }
  12522. }
  12523. },
  12524. "md.GetFundDataListResp": {
  12525. "type": "object",
  12526. "properties": {
  12527. "kind_list": {
  12528. "description": "类型列表",
  12529. "type": "array",
  12530. "items": {
  12531. "type": "object",
  12532. "additionalProperties": true
  12533. }
  12534. },
  12535. "list": {
  12536. "description": "数据列表",
  12537. "type": "array",
  12538. "items": {
  12539. "$ref": "#/definitions/md.FundDataNode"
  12540. }
  12541. },
  12542. "paginate": {
  12543. "description": "分页数据",
  12544. "allOf": [
  12545. {
  12546. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12547. }
  12548. ]
  12549. }
  12550. }
  12551. },
  12552. "md.GetFundDataRecordListReq": {
  12553. "type": "object",
  12554. "properties": {
  12555. "limit": {
  12556. "description": "页面大小",
  12557. "type": "integer"
  12558. },
  12559. "page": {
  12560. "description": "页数",
  12561. "type": "integer"
  12562. },
  12563. "system_id": {
  12564. "description": "数据在系统中的 ID",
  12565. "type": "integer"
  12566. }
  12567. }
  12568. },
  12569. "md.GetFundDataRecordListResp": {
  12570. "type": "object",
  12571. "properties": {
  12572. "list": {
  12573. "type": "array",
  12574. "items": {
  12575. "$ref": "#/definitions/md.FundDataRecordNode"
  12576. }
  12577. },
  12578. "paginate": {
  12579. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12580. }
  12581. }
  12582. },
  12583. "md.GetGreenEnergyUserCoinFlowListReq": {
  12584. "type": "object",
  12585. "properties": {
  12586. "coin_id": {
  12587. "description": "货币类型 ID",
  12588. "type": "integer"
  12589. },
  12590. "direction": {
  12591. "description": "流水方向:1收入 2支出",
  12592. "type": "integer"
  12593. },
  12594. "end_at": {
  12595. "description": "结束时间",
  12596. "type": "string"
  12597. },
  12598. "page": {
  12599. "description": "页数",
  12600. "type": "integer"
  12601. },
  12602. "page_size": {
  12603. "description": "每页大小",
  12604. "type": "integer"
  12605. },
  12606. "start_at": {
  12607. "description": "开始时间",
  12608. "type": "string"
  12609. },
  12610. "uid": {
  12611. "description": "用户 ID",
  12612. "type": "integer"
  12613. }
  12614. }
  12615. },
  12616. "md.GetGreenEnergyUserCoinFlowListResp": {
  12617. "type": "object",
  12618. "properties": {
  12619. "list": {
  12620. "description": "流水信息",
  12621. "type": "array",
  12622. "items": {
  12623. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12624. }
  12625. },
  12626. "paginate": {
  12627. "description": "分页信息",
  12628. "allOf": [
  12629. {
  12630. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12631. }
  12632. ]
  12633. },
  12634. "select_data": {
  12635. "description": "流水类型",
  12636. "allOf": [
  12637. {
  12638. "$ref": "#/definitions/md.SelectData"
  12639. }
  12640. ]
  12641. }
  12642. }
  12643. },
  12644. "md.GetGreenEnergyUserCoinListReq": {
  12645. "type": "object",
  12646. "properties": {
  12647. "end_coin": {
  12648. "type": "string",
  12649. "example": "最大金额"
  12650. },
  12651. "kind": {
  12652. "description": "虚拟币种类编号",
  12653. "type": "integer"
  12654. },
  12655. "page": {
  12656. "description": "页数",
  12657. "type": "integer"
  12658. },
  12659. "page_size": {
  12660. "description": "单页大小",
  12661. "type": "integer"
  12662. },
  12663. "start_coin": {
  12664. "type": "string",
  12665. "example": "最小金额"
  12666. },
  12667. "uid": {
  12668. "description": "指定查询用户 ID",
  12669. "type": "integer"
  12670. },
  12671. "user_name": {
  12672. "type": "string",
  12673. "example": "用户名称"
  12674. },
  12675. "user_phone": {
  12676. "type": "string",
  12677. "example": "手机号"
  12678. }
  12679. }
  12680. },
  12681. "md.GetGreenEnergyUserCoinListResp": {
  12682. "type": "object",
  12683. "properties": {
  12684. "kind_list": {
  12685. "description": "货币类型集合",
  12686. "type": "array",
  12687. "items": {
  12688. "$ref": "#/definitions/md.VirtualCoinListNode"
  12689. }
  12690. },
  12691. "list": {
  12692. "description": "余额集合",
  12693. "type": "array",
  12694. "items": {
  12695. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12696. }
  12697. },
  12698. "sum_user_amount": {
  12699. "description": "用户持有总数",
  12700. "type": "number"
  12701. },
  12702. "total": {
  12703. "description": "持有该类型用户数",
  12704. "type": "integer"
  12705. }
  12706. }
  12707. },
  12708. "md.GetLevelListResp": {
  12709. "type": "object",
  12710. "properties": {
  12711. "list": {
  12712. "type": "array",
  12713. "items": {
  12714. "$ref": "#/definitions/md.LevelListNode"
  12715. }
  12716. },
  12717. "paginate": {
  12718. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12719. }
  12720. }
  12721. },
  12722. "md.GetModuleSettingResp": {
  12723. "type": "object",
  12724. "properties": {
  12725. "data": {
  12726. "description": "内容"
  12727. },
  12728. "mod_name": {
  12729. "description": "模块名称",
  12730. "type": "string"
  12731. },
  12732. "position": {
  12733. "description": "位置",
  12734. "type": "string"
  12735. },
  12736. "skip_identifier": {
  12737. "description": "跳转标识",
  12738. "type": "string"
  12739. },
  12740. "subtitle": {
  12741. "description": "副标题",
  12742. "type": "string"
  12743. },
  12744. "title": {
  12745. "description": "标题",
  12746. "type": "string"
  12747. }
  12748. }
  12749. },
  12750. "md.GetOneLevelResp": {
  12751. "type": "object",
  12752. "properties": {
  12753. "auto_update": {
  12754. "description": "自动升级 0关闭,1开启",
  12755. "type": "integer"
  12756. },
  12757. "choosable_num": {
  12758. "description": "可选任务数量",
  12759. "type": "integer"
  12760. },
  12761. "is_use": {
  12762. "description": "是否开启(0.否, 1.是)",
  12763. "type": "integer"
  12764. },
  12765. "level_id": {
  12766. "description": "等级 ID",
  12767. "type": "integer"
  12768. },
  12769. "level_name": {
  12770. "description": "等级名称",
  12771. "type": "string"
  12772. },
  12773. "level_weight": {
  12774. "description": "等级权重",
  12775. "type": "integer"
  12776. },
  12777. "memo": {
  12778. "description": "备注",
  12779. "type": "string"
  12780. },
  12781. "task_type": {
  12782. "description": "任务类型关系",
  12783. "type": "array",
  12784. "items": {
  12785. "type": "object",
  12786. "additionalProperties": true
  12787. }
  12788. },
  12789. "user_level_tasks": {
  12790. "type": "array",
  12791. "items": {
  12792. "$ref": "#/definitions/model.UserLevelTask"
  12793. }
  12794. }
  12795. }
  12796. },
  12797. "md.GetPriceCurveResp": {
  12798. "type": "object",
  12799. "properties": {
  12800. "x_data": {
  12801. "type": "array",
  12802. "items": {}
  12803. },
  12804. "y_data": {
  12805. "type": "array",
  12806. "items": {}
  12807. }
  12808. }
  12809. },
  12810. "md.GetPublicPlatoonBasicResp": {
  12811. "type": "object",
  12812. "properties": {
  12813. "is_open": {
  12814. "description": "是否开启(1:开启 0:关闭)",
  12815. "type": "integer"
  12816. },
  12817. "is_self_active_get_team_revenue": {
  12818. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12819. "type": "integer"
  12820. },
  12821. "originator_name": {
  12822. "description": "创始人名称",
  12823. "type": "string"
  12824. },
  12825. "originator_uid": {
  12826. "description": "创始人uid",
  12827. "type": "integer"
  12828. },
  12829. "several_rows": {
  12830. "description": "几排",
  12831. "type": "integer"
  12832. },
  12833. "several_times": {
  12834. "description": "几乘",
  12835. "type": "integer"
  12836. },
  12837. "system_punish_replace": {
  12838. "description": "是否位置滑落 被新用户替换 0否 1是",
  12839. "type": "integer"
  12840. },
  12841. "system_punish_replace_value": {
  12842. "description": "xx天未活跃,处罚滑落",
  12843. "type": "integer"
  12844. }
  12845. }
  12846. },
  12847. "md.GetTagListResp": {
  12848. "type": "object",
  12849. "properties": {
  12850. "list": {
  12851. "type": "array",
  12852. "items": {
  12853. "$ref": "#/definitions/md.TagListNode"
  12854. }
  12855. },
  12856. "paginate": {
  12857. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12858. }
  12859. }
  12860. },
  12861. "md.GetVideoRewardResp": {
  12862. "type": "object",
  12863. "properties": {
  12864. "ecpm": {
  12865. "description": "当前 Ecpm 值",
  12866. "type": "string"
  12867. },
  12868. "unit_price": {
  12869. "description": "单价",
  12870. "type": "string"
  12871. }
  12872. }
  12873. },
  12874. "md.GetWithdrawApplyListNode": {
  12875. "type": "object",
  12876. "properties": {
  12877. "actual_receipt": {
  12878. "description": "实际到账",
  12879. "type": "string"
  12880. },
  12881. "ali_pay_account": {
  12882. "description": "支付宝账号",
  12883. "type": "string"
  12884. },
  12885. "ali_pay_name": {
  12886. "description": "支付宝昵称",
  12887. "type": "string"
  12888. },
  12889. "amount": {
  12890. "description": "提现金额",
  12891. "type": "string"
  12892. },
  12893. "apply_at": {
  12894. "description": "申请时间",
  12895. "type": "string"
  12896. },
  12897. "invite_code": {
  12898. "description": "邀请码",
  12899. "type": "string"
  12900. },
  12901. "memo": {
  12902. "description": "备注",
  12903. "type": "string"
  12904. },
  12905. "nickname": {
  12906. "description": "用户名称",
  12907. "type": "string"
  12908. },
  12909. "parentID": {
  12910. "description": "推荐人ID",
  12911. "type": "integer"
  12912. },
  12913. "parentPhone": {
  12914. "description": "推荐人手机号",
  12915. "type": "string"
  12916. },
  12917. "pay_at": {
  12918. "description": "到账时间",
  12919. "type": "string"
  12920. },
  12921. "state": {
  12922. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  12923. "type": "integer"
  12924. },
  12925. "sys_fee": {
  12926. "description": "手续费",
  12927. "type": "string"
  12928. },
  12929. "tag": {
  12930. "description": "标签",
  12931. "type": "array",
  12932. "items": {
  12933. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  12934. }
  12935. },
  12936. "user_id": {
  12937. "description": "会员 ID",
  12938. "type": "integer"
  12939. },
  12940. "wechat_pay_account": {
  12941. "description": "微信账号",
  12942. "type": "string"
  12943. },
  12944. "wechat_pay_name": {
  12945. "description": "微信昵称",
  12946. "type": "string"
  12947. },
  12948. "withdraw_apply_id": {
  12949. "description": "提现申请id",
  12950. "type": "integer"
  12951. },
  12952. "withdraw_type": {
  12953. "description": "转账平台(1:支付宝 2:微信)",
  12954. "type": "integer"
  12955. }
  12956. }
  12957. },
  12958. "md.GetWithdrawApplyListReq": {
  12959. "type": "object",
  12960. "properties": {
  12961. "amount_begin": {
  12962. "description": "最小金额",
  12963. "type": "string"
  12964. },
  12965. "amount_end": {
  12966. "description": "最大金额",
  12967. "type": "string"
  12968. },
  12969. "apply_end_at": {
  12970. "description": "申请结束时间",
  12971. "type": "string"
  12972. },
  12973. "apply_start_at": {
  12974. "description": "申请开始时间",
  12975. "type": "string"
  12976. },
  12977. "examine_end_at": {
  12978. "description": "审核结束时间",
  12979. "type": "string"
  12980. },
  12981. "examine_start_at": {
  12982. "description": "审核开始时间",
  12983. "type": "string"
  12984. },
  12985. "is_first": {
  12986. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  12987. "type": "string"
  12988. },
  12989. "level": {
  12990. "description": "会员等级",
  12991. "type": "string"
  12992. },
  12993. "limit": {
  12994. "description": "页面大小",
  12995. "type": "integer"
  12996. },
  12997. "nickname": {
  12998. "description": "用户昵称",
  12999. "type": "string"
  13000. },
  13001. "page": {
  13002. "description": "页数",
  13003. "type": "integer"
  13004. },
  13005. "parent_id": {
  13006. "description": "推荐人 ID",
  13007. "type": "string"
  13008. },
  13009. "payment_type": {
  13010. "description": "打款类型 1:手动;2:自动",
  13011. "type": "string"
  13012. },
  13013. "phone": {
  13014. "description": "用户手机号",
  13015. "type": "string"
  13016. },
  13017. "state": {
  13018. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13019. "type": "string"
  13020. },
  13021. "uid": {
  13022. "description": "用户 ID",
  13023. "type": "string"
  13024. },
  13025. "withdraw_account": {
  13026. "description": "支付宝/微信昵称",
  13027. "type": "string"
  13028. },
  13029. "withdraw_name": {
  13030. "description": "支付宝姓名",
  13031. "type": "string"
  13032. },
  13033. "withdraw_type": {
  13034. "description": "提现方式(1:支付宝 2:微信)",
  13035. "type": "string"
  13036. }
  13037. }
  13038. },
  13039. "md.GetWithdrawApplyListResp": {
  13040. "type": "object",
  13041. "properties": {
  13042. "levels_list": {
  13043. "description": "等级列表",
  13044. "type": "array",
  13045. "items": {
  13046. "type": "object",
  13047. "additionalProperties": true
  13048. }
  13049. },
  13050. "list": {
  13051. "type": "array",
  13052. "items": {
  13053. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  13054. }
  13055. },
  13056. "paginate": {
  13057. "description": "分页信息",
  13058. "allOf": [
  13059. {
  13060. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  13061. }
  13062. ]
  13063. },
  13064. "pay_failed_amount": {
  13065. "description": "打款失败金额",
  13066. "type": "string"
  13067. },
  13068. "pay_succeed_amount": {
  13069. "description": "打款成功金额",
  13070. "type": "string"
  13071. },
  13072. "pending_amount": {
  13073. "description": "处理中金额",
  13074. "type": "string"
  13075. },
  13076. "reason_list": {
  13077. "description": "审核失败(驳回理由)",
  13078. "type": "array",
  13079. "items": {
  13080. "type": "object",
  13081. "additionalProperties": true
  13082. }
  13083. },
  13084. "tags_list": {
  13085. "description": "标签列表",
  13086. "type": "array",
  13087. "items": {
  13088. "type": "object",
  13089. "additionalProperties": true
  13090. }
  13091. },
  13092. "under_review": {
  13093. "description": "审核中金额",
  13094. "type": "string"
  13095. }
  13096. }
  13097. },
  13098. "md.GetWithdrawSettingResp": {
  13099. "type": "object",
  13100. "properties": {
  13101. "condition_is_open": {
  13102. "description": "提现条件是否开启(0:关闭, 1:开启)",
  13103. "type": "integer"
  13104. },
  13105. "first_withdraw_set": {
  13106. "description": "首次提现设置",
  13107. "allOf": [
  13108. {
  13109. "$ref": "#/definitions/md.FirstWithdrawSet"
  13110. }
  13111. ]
  13112. },
  13113. "frequency_set": {
  13114. "description": "频率设置(0:日 1:周 2:月 3:年)",
  13115. "allOf": [
  13116. {
  13117. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  13118. }
  13119. ]
  13120. },
  13121. "id": {
  13122. "type": "integer"
  13123. },
  13124. "is_auto": {
  13125. "description": "是否开启自动提现(0:否 1:是)",
  13126. "type": "integer"
  13127. },
  13128. "is_auto_amount_limit": {
  13129. "description": "自动提现金额限制",
  13130. "type": "string"
  13131. },
  13132. "is_real_name": {
  13133. "description": "是否实名(0:否 1:是)",
  13134. "type": "integer"
  13135. },
  13136. "is_support_decimal_point": {
  13137. "description": "是否支持小数点(0:否 1:是)",
  13138. "type": "integer"
  13139. },
  13140. "level_list": {
  13141. "description": "会员等级列表",
  13142. "type": "array",
  13143. "items": {
  13144. "type": "object",
  13145. "additionalProperties": true
  13146. }
  13147. },
  13148. "pending_orders_is_can_apply": {
  13149. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  13150. "type": "integer"
  13151. },
  13152. "tips": {
  13153. "description": "提示",
  13154. "type": "string"
  13155. },
  13156. "vip_level_limit": {
  13157. "description": "提现等级限制",
  13158. "type": "integer"
  13159. },
  13160. "withdraw_amount_limit": {
  13161. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  13162. "type": "string"
  13163. },
  13164. "withdraw_fee_set": {
  13165. "description": "提现手续费设置",
  13166. "allOf": [
  13167. {
  13168. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  13169. }
  13170. ]
  13171. },
  13172. "withdraw_multiple_limit": {
  13173. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  13174. "type": "string"
  13175. },
  13176. "withdraw_nums_limit": {
  13177. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  13178. "type": "integer"
  13179. },
  13180. "withdraw_time_interval": {
  13181. "description": "提现时段",
  13182. "allOf": [
  13183. {
  13184. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  13185. }
  13186. ]
  13187. },
  13188. "withdraw_type": {
  13189. "description": "提现方式(1:支付宝 2:微信)",
  13190. "type": "integer"
  13191. }
  13192. }
  13193. },
  13194. "md.GroupListReq": {
  13195. "type": "object",
  13196. "properties": {
  13197. "group_admin": {
  13198. "description": "群主",
  13199. "type": "string"
  13200. },
  13201. "name": {
  13202. "description": "群名称",
  13203. "type": "string"
  13204. },
  13205. "page": {
  13206. "type": "integer"
  13207. },
  13208. "page_size": {
  13209. "type": "integer"
  13210. },
  13211. "start_time_end": {
  13212. "type": "string",
  13213. "example": "创建时间-截止"
  13214. },
  13215. "start_time_start": {
  13216. "type": "string",
  13217. "example": "创建时间-起始"
  13218. }
  13219. }
  13220. },
  13221. "md.GroupListResp": {
  13222. "type": "object",
  13223. "properties": {
  13224. "list": {
  13225. "type": "array",
  13226. "items": {
  13227. "type": "object",
  13228. "properties": {
  13229. "avatarUrl": {
  13230. "description": "头像",
  13231. "type": "string"
  13232. },
  13233. "createTime": {
  13234. "description": "创建时间",
  13235. "type": "string"
  13236. },
  13237. "extra": {
  13238. "description": "附加字段",
  13239. "type": "string"
  13240. },
  13241. "id": {
  13242. "description": "群组id",
  13243. "type": "integer"
  13244. },
  13245. "introduction": {
  13246. "description": "群简介",
  13247. "type": "string"
  13248. },
  13249. "isAllAddFriend": {
  13250. "description": "是否允许加好友(1:是 2:否)",
  13251. "type": "integer"
  13252. },
  13253. "isAllMemberBanned": {
  13254. "description": "是否全员禁言(1:是 2:否)",
  13255. "type": "integer"
  13256. },
  13257. "name": {
  13258. "description": "组名",
  13259. "type": "string"
  13260. },
  13261. "nickname": {
  13262. "description": "群主昵称",
  13263. "type": "string"
  13264. },
  13265. "phoneNumber": {
  13266. "description": "群主账号",
  13267. "type": "string"
  13268. },
  13269. "updateTime": {
  13270. "description": "更新时间",
  13271. "type": "string"
  13272. },
  13273. "userNum": {
  13274. "description": "群组人数",
  13275. "type": "integer"
  13276. }
  13277. }
  13278. }
  13279. },
  13280. "page": {
  13281. "type": "integer"
  13282. },
  13283. "page_size": {
  13284. "type": "integer"
  13285. },
  13286. "total": {
  13287. "type": "integer"
  13288. }
  13289. }
  13290. },
  13291. "md.Guide": {
  13292. "type": "object",
  13293. "properties": {
  13294. "bg_image": {
  13295. "type": "string"
  13296. },
  13297. "bg_image_url": {
  13298. "type": "string"
  13299. },
  13300. "content_image": {
  13301. "type": "string"
  13302. },
  13303. "content_image_url": {
  13304. "type": "string"
  13305. }
  13306. }
  13307. },
  13308. "md.JPushGetLevelListResp": {
  13309. "type": "object",
  13310. "properties": {
  13311. "list": {
  13312. "type": "array",
  13313. "items": {
  13314. "$ref": "#/definitions/md.LevelListNode"
  13315. }
  13316. },
  13317. "paginate": {
  13318. "$ref": "#/definitions/applet_app_md.Paginate"
  13319. }
  13320. }
  13321. },
  13322. "md.JPushGetTagListResp": {
  13323. "type": "object",
  13324. "properties": {
  13325. "list": {
  13326. "type": "array",
  13327. "items": {
  13328. "$ref": "#/definitions/md.TagListNode"
  13329. }
  13330. },
  13331. "paginate": {
  13332. "$ref": "#/definitions/applet_app_md.Paginate"
  13333. }
  13334. }
  13335. },
  13336. "md.JPushGetUserListReq": {
  13337. "type": "object",
  13338. "properties": {
  13339. "effective": {
  13340. "description": "有效会员",
  13341. "type": "integer"
  13342. },
  13343. "id": {
  13344. "description": "会员 ID",
  13345. "type": "integer"
  13346. },
  13347. "invite_code": {
  13348. "type": "string",
  13349. "example": "会员邀请码"
  13350. },
  13351. "is_real_name": {
  13352. "description": "是否实名 0.未实名,1.已实名",
  13353. "type": "integer"
  13354. },
  13355. "level": {
  13356. "description": "会员等级",
  13357. "type": "integer"
  13358. },
  13359. "limit": {
  13360. "type": "integer"
  13361. },
  13362. "login_after": {
  13363. "description": "最近登录结束时间",
  13364. "type": "string"
  13365. },
  13366. "login_before": {
  13367. "description": "最近登录开始时间",
  13368. "type": "string"
  13369. },
  13370. "memo": {
  13371. "description": "备注",
  13372. "type": "string"
  13373. },
  13374. "nickname": {
  13375. "type": "string",
  13376. "example": "会员昵称"
  13377. },
  13378. "page": {
  13379. "type": "integer"
  13380. },
  13381. "parent_invite_code": {
  13382. "type": "string",
  13383. "example": "上级邀请码"
  13384. },
  13385. "parent_phone": {
  13386. "type": "string",
  13387. "example": "上级手机号"
  13388. },
  13389. "phone": {
  13390. "type": "string",
  13391. "example": "会员手机号"
  13392. },
  13393. "recommend_id": {
  13394. "description": "推荐人 ID",
  13395. "type": "integer"
  13396. },
  13397. "register_after": {
  13398. "description": "注册时间终点",
  13399. "type": "string"
  13400. },
  13401. "register_before": {
  13402. "description": "注册时间起点",
  13403. "type": "string"
  13404. },
  13405. "register_type": {
  13406. "description": "注册类型(1:APP注册、2:H5注册)",
  13407. "type": "integer"
  13408. },
  13409. "sex": {
  13410. "description": "性别(0:未知 1:男 2:女)",
  13411. "type": "integer"
  13412. },
  13413. "state": {
  13414. "description": "状态",
  13415. "type": "integer"
  13416. },
  13417. "tag": {
  13418. "description": "标签 id",
  13419. "type": "integer"
  13420. },
  13421. "union_id": {
  13422. "type": "string",
  13423. "example": "微信号"
  13424. }
  13425. }
  13426. },
  13427. "md.LevelListNode": {
  13428. "type": "object",
  13429. "properties": {
  13430. "count": {
  13431. "description": "等级人数",
  13432. "type": "string"
  13433. },
  13434. "create_at": {
  13435. "description": "创建时间",
  13436. "type": "string"
  13437. },
  13438. "is_use": {
  13439. "description": "是否开启(0.否, 1.是)",
  13440. "type": "integer"
  13441. },
  13442. "level_id": {
  13443. "description": "等级 ID",
  13444. "type": "integer"
  13445. },
  13446. "level_name": {
  13447. "description": "等级名称",
  13448. "type": "string"
  13449. },
  13450. "level_weight": {
  13451. "description": "等级权重",
  13452. "type": "integer"
  13453. },
  13454. "memo": {
  13455. "description": "备注",
  13456. "type": "string"
  13457. }
  13458. }
  13459. },
  13460. "md.LevelTaskNode": {
  13461. "type": "object",
  13462. "properties": {
  13463. "active_days": {
  13464. "description": "活跃多少天",
  13465. "type": "string"
  13466. },
  13467. "finish_count": {
  13468. "description": "多少天内完成的指标",
  13469. "type": "string"
  13470. },
  13471. "is_must_task": {
  13472. "description": "是否必做(0,1)",
  13473. "type": "string"
  13474. },
  13475. "task_type": {
  13476. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  13477. "type": "string"
  13478. },
  13479. "task_type_level_id": {
  13480. "description": "会员等级 ID (task_type=3时生效)",
  13481. "type": "string"
  13482. },
  13483. "within_days": {
  13484. "description": "多少天内完成",
  13485. "type": "string"
  13486. }
  13487. }
  13488. },
  13489. "md.ListCommunityDividendsReq": {
  13490. "type": "object",
  13491. "properties": {
  13492. "end_at": {
  13493. "description": "结束时间",
  13494. "type": "string"
  13495. },
  13496. "end_nums": {
  13497. "description": "分红总量上限",
  13498. "type": "integer"
  13499. },
  13500. "limit": {
  13501. "description": "每页大小",
  13502. "type": "integer"
  13503. },
  13504. "page": {
  13505. "description": "页数",
  13506. "type": "integer"
  13507. },
  13508. "start_at": {
  13509. "description": "开始时间",
  13510. "type": "string"
  13511. },
  13512. "start_nums": {
  13513. "description": "分红总量下限",
  13514. "type": "integer"
  13515. }
  13516. }
  13517. },
  13518. "md.ListCommunityDividendsResp": {
  13519. "type": "object",
  13520. "properties": {
  13521. "list": {
  13522. "type": "array",
  13523. "items": {
  13524. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  13525. }
  13526. },
  13527. "paginate": {
  13528. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13529. }
  13530. }
  13531. },
  13532. "md.ListCommunityDividendsWithUserReq": {
  13533. "type": "object",
  13534. "properties": {
  13535. "limit": {
  13536. "type": "integer"
  13537. },
  13538. "page": {
  13539. "type": "integer"
  13540. },
  13541. "phone": {
  13542. "type": "string"
  13543. },
  13544. "uid": {
  13545. "type": "integer"
  13546. }
  13547. }
  13548. },
  13549. "md.ListCommunityDividendsWithUserResp": {
  13550. "type": "object",
  13551. "properties": {
  13552. "list": {
  13553. "type": "array",
  13554. "items": {
  13555. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  13556. }
  13557. },
  13558. "paginate": {
  13559. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13560. }
  13561. }
  13562. },
  13563. "md.ListPlatformRevenueReq": {
  13564. "type": "object",
  13565. "properties": {
  13566. "end_at": {
  13567. "type": "string",
  13568. "example": "结束时间"
  13569. },
  13570. "kind": {
  13571. "description": "数据类型",
  13572. "type": "integer"
  13573. },
  13574. "limit": {
  13575. "description": "每页大小",
  13576. "type": "integer"
  13577. },
  13578. "page": {
  13579. "description": "页数",
  13580. "type": "integer"
  13581. },
  13582. "start_at": {
  13583. "type": "string",
  13584. "example": "开始时间"
  13585. }
  13586. }
  13587. },
  13588. "md.ListPlatformRevenueResp": {
  13589. "type": "object",
  13590. "properties": {
  13591. "kind_list": {
  13592. "description": "类型列表",
  13593. "type": "array",
  13594. "items": {
  13595. "type": "object",
  13596. "additionalProperties": true
  13597. }
  13598. },
  13599. "list": {
  13600. "description": "数据列表",
  13601. "type": "array",
  13602. "items": {
  13603. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  13604. }
  13605. },
  13606. "paginate": {
  13607. "description": "分页数据",
  13608. "allOf": [
  13609. {
  13610. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13611. }
  13612. ]
  13613. }
  13614. }
  13615. },
  13616. "md.LoginReq": {
  13617. "type": "object",
  13618. "required": [
  13619. "password",
  13620. "username"
  13621. ],
  13622. "properties": {
  13623. "code": {
  13624. "type": "string",
  13625. "example": "验证码"
  13626. },
  13627. "password": {
  13628. "type": "string",
  13629. "example": "登录密码"
  13630. },
  13631. "username": {
  13632. "type": "string",
  13633. "example": "登录账号"
  13634. }
  13635. }
  13636. },
  13637. "md.LoginResponse": {
  13638. "type": "object",
  13639. "properties": {
  13640. "token": {
  13641. "type": "string"
  13642. }
  13643. }
  13644. },
  13645. "md.ManualScoreReq": {
  13646. "type": "object",
  13647. "properties": {
  13648. "index_id": {
  13649. "description": "文档id",
  13650. "type": "string"
  13651. },
  13652. "score": {
  13653. "type": "string",
  13654. "example": "分数"
  13655. }
  13656. }
  13657. },
  13658. "md.ModuleSettingGetResp": {
  13659. "type": "object",
  13660. "properties": {
  13661. "data": {
  13662. "description": "内容"
  13663. },
  13664. "mod_name": {
  13665. "description": "模块名称",
  13666. "type": "string"
  13667. },
  13668. "mod_name_list": {
  13669. "description": "模块名称对照",
  13670. "type": "array",
  13671. "items": {
  13672. "type": "object",
  13673. "additionalProperties": true
  13674. }
  13675. },
  13676. "position": {
  13677. "description": "位置",
  13678. "type": "string"
  13679. },
  13680. "skip_identifier": {
  13681. "description": "跳转标识",
  13682. "type": "string"
  13683. },
  13684. "subtitle": {
  13685. "description": "副标题",
  13686. "type": "string"
  13687. },
  13688. "title": {
  13689. "description": "标题",
  13690. "type": "string"
  13691. }
  13692. }
  13693. },
  13694. "md.ModuleSettingUpdateReq": {
  13695. "type": "object",
  13696. "properties": {
  13697. "data": {
  13698. "description": "内容",
  13699. "type": "object",
  13700. "additionalProperties": true
  13701. },
  13702. "mod_name_value": {
  13703. "description": "模块类型值",
  13704. "type": "string"
  13705. },
  13706. "position": {
  13707. "description": "位置",
  13708. "type": "string"
  13709. },
  13710. "skip_identifier": {
  13711. "description": "跳转标识",
  13712. "type": "string"
  13713. },
  13714. "subtitle": {
  13715. "description": "副标题",
  13716. "type": "string"
  13717. },
  13718. "title": {
  13719. "description": "标题",
  13720. "type": "string"
  13721. }
  13722. }
  13723. },
  13724. "md.NewUserRedPackageGetBasicResp": {
  13725. "type": "object",
  13726. "properties": {
  13727. "create_at": {
  13728. "type": "string"
  13729. },
  13730. "days": {
  13731. "description": "天数",
  13732. "type": "integer"
  13733. },
  13734. "is_double": {
  13735. "description": "是否翻倍",
  13736. "type": "integer"
  13737. },
  13738. "is_open": {
  13739. "description": "是否开启(1:开启 0:关闭)",
  13740. "type": "integer"
  13741. },
  13742. "total_amount": {
  13743. "type": "string",
  13744. "example": "总金额"
  13745. },
  13746. "update_at": {
  13747. "type": "string"
  13748. }
  13749. }
  13750. },
  13751. "md.NewUserRedPackageRecordFlowListReq": {
  13752. "type": "object",
  13753. "properties": {
  13754. "end_at": {
  13755. "description": "结束时间",
  13756. "type": "string"
  13757. },
  13758. "limit": {
  13759. "description": "每页大小",
  13760. "type": "integer"
  13761. },
  13762. "page": {
  13763. "description": "页数",
  13764. "type": "integer"
  13765. },
  13766. "start_at": {
  13767. "description": "开始时间",
  13768. "type": "string"
  13769. },
  13770. "uid": {
  13771. "description": "用户 ID",
  13772. "type": "integer"
  13773. }
  13774. }
  13775. },
  13776. "md.NewUserRedPackageRecordFlowListResp": {
  13777. "type": "object",
  13778. "properties": {
  13779. "list": {
  13780. "type": "array",
  13781. "items": {
  13782. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  13783. }
  13784. },
  13785. "paginate": {
  13786. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13787. }
  13788. }
  13789. },
  13790. "md.NewUserRedPackageRecordFlowNode": {
  13791. "type": "object",
  13792. "properties": {
  13793. "balance_amount": {
  13794. "description": "剩余金额",
  13795. "type": "string"
  13796. },
  13797. "balance_days": {
  13798. "description": "剩余天数",
  13799. "type": "integer"
  13800. },
  13801. "basic_amount": {
  13802. "description": "基础金额",
  13803. "type": "string"
  13804. },
  13805. "create_at": {
  13806. "description": "创建时间",
  13807. "type": "string"
  13808. },
  13809. "day_num": {
  13810. "description": "第x天",
  13811. "type": "integer"
  13812. },
  13813. "double_rate": {
  13814. "description": "倍率",
  13815. "type": "string"
  13816. },
  13817. "id": {
  13818. "description": "流水 ID",
  13819. "type": "integer"
  13820. },
  13821. "is_double": {
  13822. "description": "是否翻倍",
  13823. "type": "integer"
  13824. },
  13825. "receive_days": {
  13826. "description": "领取天数",
  13827. "type": "integer"
  13828. },
  13829. "total_amount": {
  13830. "description": "实际金额",
  13831. "type": "string"
  13832. },
  13833. "uid": {
  13834. "description": "用户 ID",
  13835. "type": "integer"
  13836. }
  13837. }
  13838. },
  13839. "md.NewUserRedPackageRecordListReq": {
  13840. "type": "object",
  13841. "properties": {
  13842. "end_at": {
  13843. "description": "结束时间",
  13844. "type": "string"
  13845. },
  13846. "limit": {
  13847. "description": "每页大小",
  13848. "type": "integer"
  13849. },
  13850. "page": {
  13851. "description": "页数",
  13852. "type": "integer"
  13853. },
  13854. "start_at": {
  13855. "description": "开始时间",
  13856. "type": "string"
  13857. },
  13858. "uid": {
  13859. "description": "用户 ID",
  13860. "type": "integer"
  13861. }
  13862. }
  13863. },
  13864. "md.NewUserRedPackageRecordListResp": {
  13865. "type": "object",
  13866. "properties": {
  13867. "list": {
  13868. "type": "array",
  13869. "items": {
  13870. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  13871. }
  13872. },
  13873. "paginate": {
  13874. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13875. }
  13876. }
  13877. },
  13878. "md.NewUserRedPackageRecordNode": {
  13879. "type": "object",
  13880. "properties": {
  13881. "balance_amount": {
  13882. "description": "剩余金额",
  13883. "type": "string"
  13884. },
  13885. "balance_days": {
  13886. "description": "剩余天数",
  13887. "type": "integer"
  13888. },
  13889. "create_at": {
  13890. "description": "创建时间",
  13891. "type": "string"
  13892. },
  13893. "days": {
  13894. "description": "天数",
  13895. "type": "integer"
  13896. },
  13897. "receive_days": {
  13898. "description": "领取天数",
  13899. "type": "integer"
  13900. },
  13901. "state": {
  13902. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  13903. "type": "integer"
  13904. },
  13905. "system_id": {
  13906. "description": "系统中记录的 ID",
  13907. "type": "integer"
  13908. },
  13909. "total_amount": {
  13910. "description": "金额",
  13911. "type": "string"
  13912. },
  13913. "uid": {
  13914. "description": "用户 ID",
  13915. "type": "integer"
  13916. },
  13917. "update_at": {
  13918. "description": "修改时间",
  13919. "type": "string"
  13920. }
  13921. }
  13922. },
  13923. "md.NewUserRedPackageUpdateBasicReq": {
  13924. "type": "object",
  13925. "properties": {
  13926. "days": {
  13927. "description": "天数",
  13928. "type": "integer"
  13929. },
  13930. "is_double": {
  13931. "description": "是否翻倍",
  13932. "type": "integer"
  13933. },
  13934. "is_open": {
  13935. "description": "是否开启(1:开启 0:关闭)",
  13936. "type": "integer"
  13937. },
  13938. "total_amount": {
  13939. "type": "string",
  13940. "example": "总金额"
  13941. }
  13942. }
  13943. },
  13944. "md.NewUserRewardRules": {
  13945. "type": "object",
  13946. "properties": {
  13947. "continue_days": {
  13948. "description": "连续x天",
  13949. "type": "integer"
  13950. },
  13951. "invite_user_reward_value": {
  13952. "description": "拉新用户奖励x个活跃积分",
  13953. "type": "integer"
  13954. },
  13955. "reward_coefficient": {
  13956. "description": "奖励系数",
  13957. "type": "number"
  13958. }
  13959. }
  13960. },
  13961. "md.NoticeAliyunSmsList": {
  13962. "type": "object",
  13963. "properties": {
  13964. "content": {
  13965. "type": "string",
  13966. "example": "这是 填短信模板id"
  13967. },
  13968. "day": {
  13969. "type": "string",
  13970. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13971. },
  13972. "id": {
  13973. "type": "string"
  13974. },
  13975. "is_show": {
  13976. "type": "string"
  13977. },
  13978. "notice_day": {
  13979. "type": "string",
  13980. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13981. },
  13982. "title": {
  13983. "type": "string"
  13984. },
  13985. "type": {
  13986. "type": "string"
  13987. }
  13988. }
  13989. },
  13990. "md.NoticeAliyunSmsListReq": {
  13991. "type": "object",
  13992. "properties": {
  13993. "limit": {
  13994. "description": "每页大小",
  13995. "type": "string"
  13996. },
  13997. "page": {
  13998. "description": "页数",
  13999. "type": "string"
  14000. }
  14001. }
  14002. },
  14003. "md.NoticeAliyunSmsListResp": {
  14004. "type": "object",
  14005. "properties": {
  14006. "list": {
  14007. "type": "array",
  14008. "items": {
  14009. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  14010. }
  14011. },
  14012. "select_data": {
  14013. "type": "array",
  14014. "items": {
  14015. "type": "object",
  14016. "additionalProperties": {
  14017. "type": "string"
  14018. }
  14019. }
  14020. },
  14021. "total": {
  14022. "type": "integer"
  14023. }
  14024. }
  14025. },
  14026. "md.NoticeAliyunSmsSaveReq": {
  14027. "type": "object",
  14028. "properties": {
  14029. "content": {
  14030. "type": "string"
  14031. },
  14032. "day": {
  14033. "type": "string",
  14034. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14035. },
  14036. "id": {
  14037. "type": "string"
  14038. },
  14039. "is_show": {
  14040. "type": "string"
  14041. },
  14042. "notice_day": {
  14043. "type": "string",
  14044. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14045. },
  14046. "title": {
  14047. "type": "string"
  14048. },
  14049. "type": {
  14050. "type": "string"
  14051. }
  14052. }
  14053. },
  14054. "md.NoticeDelReq": {
  14055. "type": "object",
  14056. "properties": {
  14057. "id": {
  14058. "type": "array",
  14059. "items": {
  14060. "type": "string"
  14061. }
  14062. }
  14063. }
  14064. },
  14065. "md.NoticeList": {
  14066. "type": "object",
  14067. "properties": {
  14068. "content": {
  14069. "type": "string"
  14070. },
  14071. "day": {
  14072. "type": "string",
  14073. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14074. },
  14075. "id": {
  14076. "type": "string"
  14077. },
  14078. "jpush_open": {
  14079. "type": "string",
  14080. "example": "app推送开启 0关 1开"
  14081. },
  14082. "notice_day": {
  14083. "type": "string",
  14084. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14085. },
  14086. "sms_code": {
  14087. "type": "string",
  14088. "example": "短信模板id"
  14089. },
  14090. "sms_open": {
  14091. "type": "string",
  14092. "example": "短信推送开启 0关 1开"
  14093. },
  14094. "title": {
  14095. "type": "string"
  14096. },
  14097. "type": {
  14098. "type": "string"
  14099. }
  14100. }
  14101. },
  14102. "md.NoticeListReq": {
  14103. "type": "object",
  14104. "properties": {
  14105. "limit": {
  14106. "description": "每页大小",
  14107. "type": "string"
  14108. },
  14109. "page": {
  14110. "description": "页数",
  14111. "type": "string"
  14112. }
  14113. }
  14114. },
  14115. "md.NoticeListResp": {
  14116. "type": "object",
  14117. "properties": {
  14118. "change_data": {
  14119. "type": "array",
  14120. "items": {
  14121. "type": "object",
  14122. "additionalProperties": {
  14123. "type": "string"
  14124. }
  14125. }
  14126. },
  14127. "list": {
  14128. "type": "array",
  14129. "items": {
  14130. "$ref": "#/definitions/md.NoticeList"
  14131. }
  14132. },
  14133. "select_data": {
  14134. "type": "array",
  14135. "items": {
  14136. "type": "object",
  14137. "additionalProperties": {
  14138. "type": "string"
  14139. }
  14140. }
  14141. },
  14142. "total": {
  14143. "type": "integer"
  14144. }
  14145. }
  14146. },
  14147. "md.NoticePushList": {
  14148. "type": "object",
  14149. "properties": {
  14150. "content": {
  14151. "type": "string"
  14152. },
  14153. "id": {
  14154. "type": "string"
  14155. },
  14156. "platform": {
  14157. "type": "string"
  14158. },
  14159. "send_end_time": {
  14160. "type": "string",
  14161. "example": "如 2024-11-25 11:56:00"
  14162. },
  14163. "send_start_time": {
  14164. "type": "string",
  14165. "example": "如 2024-11-25 11:56:00"
  14166. },
  14167. "send_type": {
  14168. "type": "string",
  14169. "example": "0立即推送 1定时推送"
  14170. },
  14171. "state": {
  14172. "type": "string",
  14173. "example": "0待发送 1发送成功"
  14174. },
  14175. "target": {
  14176. "type": "string"
  14177. },
  14178. "title": {
  14179. "type": "string"
  14180. }
  14181. }
  14182. },
  14183. "md.NoticePushListResp": {
  14184. "type": "object",
  14185. "properties": {
  14186. "list": {
  14187. "type": "array",
  14188. "items": {
  14189. "$ref": "#/definitions/md.NoticePushList"
  14190. }
  14191. },
  14192. "platform_data": {
  14193. "type": "array",
  14194. "items": {
  14195. "type": "object",
  14196. "additionalProperties": {
  14197. "type": "string"
  14198. }
  14199. }
  14200. },
  14201. "target_data": {
  14202. "type": "array",
  14203. "items": {
  14204. "type": "object",
  14205. "additionalProperties": {
  14206. "type": "string"
  14207. }
  14208. }
  14209. },
  14210. "total": {
  14211. "type": "integer"
  14212. }
  14213. }
  14214. },
  14215. "md.NoticePushSaveReq": {
  14216. "type": "object",
  14217. "properties": {
  14218. "content": {
  14219. "type": "string"
  14220. },
  14221. "id": {
  14222. "type": "string"
  14223. },
  14224. "level": {
  14225. "type": "array",
  14226. "items": {
  14227. "type": "string"
  14228. }
  14229. },
  14230. "platform": {
  14231. "type": "string"
  14232. },
  14233. "send_end_time": {
  14234. "type": "string"
  14235. },
  14236. "send_start_time": {
  14237. "type": "string"
  14238. },
  14239. "send_type": {
  14240. "type": "string"
  14241. },
  14242. "tag_list": {
  14243. "type": "array",
  14244. "items": {
  14245. "type": "string"
  14246. }
  14247. },
  14248. "target": {
  14249. "type": "string"
  14250. },
  14251. "title": {
  14252. "type": "string"
  14253. },
  14254. "user_list": {
  14255. "type": "array",
  14256. "items": {
  14257. "type": "string"
  14258. }
  14259. }
  14260. }
  14261. },
  14262. "md.NoticeSaveReq": {
  14263. "type": "object",
  14264. "properties": {
  14265. "content": {
  14266. "type": "string"
  14267. },
  14268. "day": {
  14269. "type": "string",
  14270. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14271. },
  14272. "id": {
  14273. "type": "string"
  14274. },
  14275. "jpush_open": {
  14276. "type": "string",
  14277. "example": "app推送开启 0关 1开"
  14278. },
  14279. "notice_day": {
  14280. "type": "string",
  14281. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14282. },
  14283. "sms_code": {
  14284. "type": "string",
  14285. "example": "短信模板id"
  14286. },
  14287. "sms_open": {
  14288. "type": "string",
  14289. "example": "短信推送开启 0关 1开"
  14290. },
  14291. "title": {
  14292. "type": "string"
  14293. },
  14294. "type": {
  14295. "type": "string"
  14296. }
  14297. }
  14298. },
  14299. "md.OtherNode": {
  14300. "type": "object",
  14301. "properties": {
  14302. "create_at": {
  14303. "description": "注册时间",
  14304. "type": "string"
  14305. },
  14306. "last_login_at": {
  14307. "description": "最近登录时间",
  14308. "type": "string"
  14309. },
  14310. "last_login_ip": {
  14311. "description": "最后登录 IP",
  14312. "type": "string"
  14313. }
  14314. }
  14315. },
  14316. "md.PageCustomerServiceReq": {
  14317. "type": "object",
  14318. "properties": {
  14319. "memo": {
  14320. "type": "string",
  14321. "example": "备注"
  14322. },
  14323. "page": {
  14324. "type": "integer"
  14325. },
  14326. "page_size": {
  14327. "type": "integer"
  14328. },
  14329. "phone": {
  14330. "description": "手机号",
  14331. "type": "string"
  14332. },
  14333. "state": {
  14334. "description": "状态",
  14335. "type": "integer"
  14336. }
  14337. }
  14338. },
  14339. "md.PageEmoticonReq": {
  14340. "type": "object",
  14341. "properties": {
  14342. "memo": {
  14343. "type": "string",
  14344. "example": "备注"
  14345. },
  14346. "name": {
  14347. "description": "表情名称",
  14348. "type": "string"
  14349. },
  14350. "page": {
  14351. "type": "integer"
  14352. },
  14353. "page_size": {
  14354. "type": "integer"
  14355. },
  14356. "state": {
  14357. "description": "状态",
  14358. "type": "integer"
  14359. }
  14360. }
  14361. },
  14362. "md.PageSendRedPackageOrdReq": {
  14363. "type": "object",
  14364. "properties": {
  14365. "invite_code": {
  14366. "description": "邀请码",
  14367. "type": "string",
  14368. "example": "邀请码"
  14369. },
  14370. "nickname": {
  14371. "description": "昵称",
  14372. "type": "string",
  14373. "example": "昵称"
  14374. },
  14375. "ord_no": {
  14376. "description": "订单号",
  14377. "type": "string",
  14378. "example": "订单号"
  14379. },
  14380. "page": {
  14381. "type": "integer"
  14382. },
  14383. "page_size": {
  14384. "type": "integer"
  14385. },
  14386. "phone": {
  14387. "description": "手机号",
  14388. "type": "string",
  14389. "example": "手机号"
  14390. },
  14391. "red_packet_type": {
  14392. "description": "红包类型",
  14393. "type": "integer"
  14394. },
  14395. "start_time_end": {
  14396. "type": "string",
  14397. "example": "发送时间-截止"
  14398. },
  14399. "start_time_start": {
  14400. "type": "string",
  14401. "example": "发送时间-起始"
  14402. },
  14403. "state": {
  14404. "description": "状态",
  14405. "type": "integer"
  14406. },
  14407. "uid": {
  14408. "type": "integer"
  14409. }
  14410. }
  14411. },
  14412. "md.PlatformRevenueDataNode": {
  14413. "type": "object",
  14414. "properties": {
  14415. "balance_amount": {
  14416. "description": "余额",
  14417. "type": "string"
  14418. },
  14419. "balance_times": {
  14420. "description": "剩余执行次数",
  14421. "type": "integer"
  14422. },
  14423. "create_at": {
  14424. "description": "创建时间",
  14425. "type": "string"
  14426. },
  14427. "hours": {
  14428. "description": "时长",
  14429. "type": "integer"
  14430. },
  14431. "kind": {
  14432. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  14433. "type": "integer"
  14434. },
  14435. "memo": {
  14436. "description": "备注",
  14437. "type": "string"
  14438. },
  14439. "system_id": {
  14440. "type": "integer"
  14441. },
  14442. "total_amount": {
  14443. "description": "金额",
  14444. "type": "string"
  14445. }
  14446. }
  14447. },
  14448. "md.PlayletBaseData": {
  14449. "type": "object",
  14450. "properties": {
  14451. "day_one_count": {
  14452. "type": "string",
  14453. "example": "每天每个短剧解锁次数"
  14454. },
  14455. "first_count": {
  14456. "type": "string",
  14457. "example": "首次可观看集数"
  14458. },
  14459. "reward": {
  14460. "type": "string",
  14461. "example": "单次奖励"
  14462. },
  14463. "second_count": {
  14464. "type": "string",
  14465. "example": "看一次广告解锁集数"
  14466. },
  14467. "total": {
  14468. "type": "string",
  14469. "example": "可领取总次数"
  14470. }
  14471. }
  14472. },
  14473. "md.PlayletIncentiveBaseData": {
  14474. "type": "object",
  14475. "properties": {
  14476. "android_adv_id": {
  14477. "type": "string",
  14478. "example": "安卓激励视频广告位"
  14479. },
  14480. "android_adv_secret": {
  14481. "type": "string",
  14482. "example": "安卓激励视频秘钥"
  14483. },
  14484. "ios_adv_id": {
  14485. "type": "string",
  14486. "example": "iOS激励视频广告位"
  14487. },
  14488. "ios_adv_secret": {
  14489. "type": "string",
  14490. "example": "iOS激励视频秘钥"
  14491. }
  14492. }
  14493. },
  14494. "md.PriceSettingStruct": {
  14495. "type": "object",
  14496. "properties": {
  14497. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  14498. "description": "市商资金单笔x元自动兑换",
  14499. "type": "string"
  14500. },
  14501. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  14502. "description": "市商数量单笔x数量自动兑换",
  14503. "type": "string"
  14504. },
  14505. "price_below_value": {
  14506. "description": "低于x元",
  14507. "type": "string"
  14508. },
  14509. "price_higher_than_value": {
  14510. "description": "高于x元",
  14511. "type": "string"
  14512. }
  14513. }
  14514. },
  14515. "md.ReleaseDynamicReq": {
  14516. "type": "object",
  14517. "properties": {
  14518. "content": {
  14519. "description": "文本内容",
  14520. "type": "string"
  14521. },
  14522. "image": {
  14523. "description": "图片",
  14524. "type": "array",
  14525. "items": {
  14526. "type": "string"
  14527. }
  14528. },
  14529. "is_praise": {
  14530. "description": "是否被表扬(1:是 2:否)",
  14531. "type": "integer"
  14532. },
  14533. "is_top_up": {
  14534. "description": "是否置顶(1:是 2:否)",
  14535. "type": "integer"
  14536. },
  14537. "kind": {
  14538. "description": "类型(1:普通 2:官方)",
  14539. "type": "integer"
  14540. },
  14541. "state": {
  14542. "description": "状态(1:正常 2:隐藏)",
  14543. "type": "integer"
  14544. },
  14545. "video": {
  14546. "description": "视频",
  14547. "type": "array",
  14548. "items": {
  14549. "type": "string"
  14550. }
  14551. }
  14552. }
  14553. },
  14554. "md.Response": {
  14555. "type": "object",
  14556. "properties": {
  14557. "code": {
  14558. "type": "string",
  14559. "example": "响应码"
  14560. },
  14561. "data": {
  14562. "description": "内容"
  14563. },
  14564. "msg": {
  14565. "type": "string",
  14566. "example": "具体错误原因"
  14567. }
  14568. }
  14569. },
  14570. "md.RewardSystemStruct": {
  14571. "type": "object",
  14572. "properties": {
  14573. "level": {
  14574. "description": "圈层",
  14575. "type": "integer"
  14576. },
  14577. "reward_condition": {
  14578. "description": "奖励条件",
  14579. "type": "string"
  14580. },
  14581. "reward_value": {
  14582. "description": "奖励值",
  14583. "type": "string"
  14584. }
  14585. }
  14586. },
  14587. "md.RoleBindPermissionGroupReq": {
  14588. "type": "object",
  14589. "required": [
  14590. "role_id"
  14591. ],
  14592. "properties": {
  14593. "permission_ids": {
  14594. "type": "array",
  14595. "items": {
  14596. "type": "integer"
  14597. }
  14598. },
  14599. "role_id": {
  14600. "type": "integer"
  14601. }
  14602. }
  14603. },
  14604. "md.SelectData": {
  14605. "type": "object",
  14606. "properties": {
  14607. "direction": {
  14608. "type": "array",
  14609. "items": {
  14610. "type": "object",
  14611. "additionalProperties": {
  14612. "type": "string"
  14613. }
  14614. }
  14615. }
  14616. }
  14617. },
  14618. "md.SelectMemberNode": {
  14619. "type": "object",
  14620. "properties": {
  14621. "avatar": {
  14622. "description": "会员头像",
  14623. "type": "string"
  14624. },
  14625. "level": {
  14626. "description": "会员等级",
  14627. "type": "string"
  14628. },
  14629. "nickname": {
  14630. "description": "会员昵称",
  14631. "type": "string"
  14632. },
  14633. "phone": {
  14634. "description": "会员手机号",
  14635. "type": "string"
  14636. },
  14637. "uid": {
  14638. "description": "会员 ID",
  14639. "type": "integer"
  14640. }
  14641. }
  14642. },
  14643. "md.SelectMemberReq": {
  14644. "type": "object",
  14645. "properties": {
  14646. "level": {
  14647. "description": "会员等级",
  14648. "type": "integer"
  14649. },
  14650. "limit": {
  14651. "description": "每页大小",
  14652. "type": "integer"
  14653. },
  14654. "nickname": {
  14655. "description": "会员昵称",
  14656. "type": "string"
  14657. },
  14658. "page": {
  14659. "description": "页数",
  14660. "type": "integer"
  14661. },
  14662. "phone": {
  14663. "description": "会员手机号",
  14664. "type": "string"
  14665. },
  14666. "uid": {
  14667. "description": "会员 ID",
  14668. "type": "integer"
  14669. }
  14670. }
  14671. },
  14672. "md.SelectMemberResp": {
  14673. "type": "object",
  14674. "properties": {
  14675. "level_list": {
  14676. "description": "会员等级列表",
  14677. "type": "array",
  14678. "items": {
  14679. "type": "object",
  14680. "additionalProperties": true
  14681. }
  14682. },
  14683. "list": {
  14684. "description": "会员数据",
  14685. "type": "array",
  14686. "items": {
  14687. "$ref": "#/definitions/md.SelectMemberNode"
  14688. }
  14689. },
  14690. "paginate": {
  14691. "description": "分页信息",
  14692. "allOf": [
  14693. {
  14694. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14695. }
  14696. ]
  14697. }
  14698. }
  14699. },
  14700. "md.SetCustomerServiceStateReq": {
  14701. "type": "object",
  14702. "properties": {
  14703. "id": {
  14704. "description": "拥有用户数量",
  14705. "type": "integer"
  14706. },
  14707. "state": {
  14708. "description": "状态",
  14709. "type": "integer"
  14710. }
  14711. }
  14712. },
  14713. "md.SetEmoticonStateReq": {
  14714. "type": "object",
  14715. "properties": {
  14716. "id": {
  14717. "description": "拥有用户数量",
  14718. "type": "integer"
  14719. },
  14720. "state": {
  14721. "description": "状态",
  14722. "type": "integer"
  14723. }
  14724. }
  14725. },
  14726. "md.SetVideoRewardReq": {
  14727. "type": "object",
  14728. "properties": {
  14729. "ecpm": {
  14730. "description": "当前 Ecpm 值",
  14731. "type": "string"
  14732. },
  14733. "unit_price": {
  14734. "description": "单价",
  14735. "type": "string"
  14736. }
  14737. }
  14738. },
  14739. "md.SonUserDailyActivityAnalysisNode": {
  14740. "type": "object",
  14741. "properties": {
  14742. "activity_day_nums": {
  14743. "description": "活跃子节点活跃天数",
  14744. "type": "integer"
  14745. },
  14746. "nickname": {
  14747. "type": "string",
  14748. "example": "昵称"
  14749. },
  14750. "phone": {
  14751. "type": "string",
  14752. "example": "手机号"
  14753. },
  14754. "uid": {
  14755. "description": "查询用户活跃子节点 ID",
  14756. "type": "integer"
  14757. }
  14758. }
  14759. },
  14760. "md.StatisticsEggPointReq": {
  14761. "type": "object",
  14762. "properties": {
  14763. "week": {
  14764. "type": "string",
  14765. "example": "周份"
  14766. },
  14767. "year": {
  14768. "type": "string",
  14769. "example": "年份"
  14770. }
  14771. }
  14772. },
  14773. "md.StatisticsEggPointResp": {
  14774. "type": "object",
  14775. "properties": {
  14776. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  14777. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  14778. "type": "array",
  14779. "items": {
  14780. "type": "object",
  14781. "additionalProperties": {
  14782. "type": "string"
  14783. }
  14784. }
  14785. },
  14786. "statistics_user_egg_browse_interface_nums_range": {
  14787. "description": "统计用户\"浏览界面次数\"范围",
  14788. "type": "array",
  14789. "items": {
  14790. "type": "object",
  14791. "additionalProperties": {
  14792. "type": "string"
  14793. }
  14794. }
  14795. },
  14796. "statistics_user_egg_college_learning_nums_range": {
  14797. "description": "统计用户\"学院学习次数\"范围",
  14798. "type": "array",
  14799. "items": {
  14800. "type": "object",
  14801. "additionalProperties": {
  14802. "type": "string"
  14803. }
  14804. }
  14805. },
  14806. "statistics_user_egg_ecpm_range": {
  14807. "description": "统计用户\"ecpm\"范围",
  14808. "type": "array",
  14809. "items": {
  14810. "type": "object",
  14811. "additionalProperties": {
  14812. "type": "string"
  14813. }
  14814. }
  14815. },
  14816. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  14817. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  14818. "type": "array",
  14819. "items": {
  14820. "type": "object",
  14821. "additionalProperties": {
  14822. "type": "string"
  14823. }
  14824. }
  14825. },
  14826. "statistics_user_egg_forum_comments_nums_range": {
  14827. "description": "统计用户\"论坛评论次数\"范围",
  14828. "type": "array",
  14829. "items": {
  14830. "type": "object",
  14831. "additionalProperties": {
  14832. "type": "string"
  14833. }
  14834. }
  14835. },
  14836. "statistics_user_egg_invite_user_nums_range": {
  14837. "description": "统计用户\"拉新人数\"范围",
  14838. "type": "array",
  14839. "items": {
  14840. "type": "object",
  14841. "additionalProperties": {
  14842. "type": "string"
  14843. }
  14844. }
  14845. },
  14846. "statistics_user_egg_person_add_activity_value_range": {
  14847. "description": "统计用户\"个人活跃积分增量值\"范围",
  14848. "type": "array",
  14849. "items": {
  14850. "type": "object",
  14851. "additionalProperties": {
  14852. "type": "string"
  14853. }
  14854. }
  14855. },
  14856. "statistics_user_egg_send_circle_of_friend_nums_range": {
  14857. "description": "统计用户\"发朋友圈次数\"范围",
  14858. "type": "array",
  14859. "items": {
  14860. "type": "object",
  14861. "additionalProperties": {
  14862. "type": "string"
  14863. }
  14864. }
  14865. },
  14866. "statistics_user_egg_send_red_package_nums_range": {
  14867. "description": "统计用户\"发红包次数\"范围",
  14868. "type": "array",
  14869. "items": {
  14870. "type": "object",
  14871. "additionalProperties": {
  14872. "type": "string"
  14873. }
  14874. }
  14875. },
  14876. "statistics_user_egg_sign_in_nums_range": {
  14877. "description": "统计用户\"签到次数\"范围",
  14878. "type": "array",
  14879. "items": {
  14880. "type": "object",
  14881. "additionalProperties": {
  14882. "type": "string"
  14883. }
  14884. }
  14885. },
  14886. "statistics_user_egg_team_activity_nums_range": {
  14887. "description": "统计用户\"团队活跃次数\"范围",
  14888. "type": "array",
  14889. "items": {
  14890. "type": "object",
  14891. "additionalProperties": {
  14892. "type": "string"
  14893. }
  14894. }
  14895. },
  14896. "statistics_user_egg_violate_nums_range": {
  14897. "description": "统计用户\"违规次数\"范围",
  14898. "type": "array",
  14899. "items": {
  14900. "type": "object",
  14901. "additionalProperties": {
  14902. "type": "string"
  14903. }
  14904. }
  14905. },
  14906. "week": {
  14907. "type": "string",
  14908. "example": "周份"
  14909. },
  14910. "year": {
  14911. "type": "string",
  14912. "example": "年份"
  14913. },
  14914. "year_list": {
  14915. "description": "年份\u0026\u0026周份列表",
  14916. "type": "object",
  14917. "additionalProperties": {
  14918. "type": "array",
  14919. "items": {
  14920. "type": "string"
  14921. }
  14922. }
  14923. }
  14924. }
  14925. },
  14926. "md.SubUser": {
  14927. "type": "object",
  14928. "properties": {
  14929. "avatar_url": {
  14930. "type": "string",
  14931. "example": "头像"
  14932. },
  14933. "level": {
  14934. "description": "整个系统中的等级",
  14935. "type": "integer"
  14936. },
  14937. "nickname": {
  14938. "type": "string",
  14939. "example": "昵称"
  14940. },
  14941. "phone": {
  14942. "type": "string",
  14943. "example": "手机号"
  14944. },
  14945. "pid": {
  14946. "type": "integer"
  14947. },
  14948. "position": {
  14949. "description": "以pid1为创始人中网的位置",
  14950. "type": "integer"
  14951. },
  14952. "uid": {
  14953. "type": "integer"
  14954. }
  14955. }
  14956. },
  14957. "md.TagListNode": {
  14958. "type": "object",
  14959. "properties": {
  14960. "count": {
  14961. "description": "标签人数",
  14962. "type": "string"
  14963. },
  14964. "create_at": {
  14965. "description": "创建时间",
  14966. "type": "string"
  14967. },
  14968. "is_punish": {
  14969. "description": "是否处罚",
  14970. "type": "integer"
  14971. },
  14972. "memo": {
  14973. "description": "备注",
  14974. "type": "string"
  14975. },
  14976. "name": {
  14977. "description": "名称",
  14978. "type": "string"
  14979. },
  14980. "tag_id": {
  14981. "description": "标签 ID",
  14982. "type": "string"
  14983. }
  14984. }
  14985. },
  14986. "md.TreeNode": {
  14987. "type": "object",
  14988. "properties": {
  14989. "avatar_url": {
  14990. "type": "string",
  14991. "example": "头像"
  14992. },
  14993. "level": {
  14994. "type": "integer"
  14995. },
  14996. "nickname": {
  14997. "type": "string",
  14998. "example": "昵称"
  14999. },
  15000. "phone": {
  15001. "type": "string",
  15002. "example": "手机号"
  15003. },
  15004. "pid": {
  15005. "type": "integer"
  15006. },
  15007. "position": {
  15008. "type": "integer"
  15009. },
  15010. "son": {
  15011. "type": "array",
  15012. "items": {
  15013. "$ref": "#/definitions/md.TreeNode"
  15014. }
  15015. },
  15016. "system_id": {
  15017. "description": "公排网中id",
  15018. "type": "integer"
  15019. },
  15020. "uid": {
  15021. "type": "integer"
  15022. }
  15023. }
  15024. },
  15025. "md.UpdateAdminReq": {
  15026. "type": "object",
  15027. "required": [
  15028. "adm_id",
  15029. "password",
  15030. "username"
  15031. ],
  15032. "properties": {
  15033. "adm_id": {
  15034. "type": "integer"
  15035. },
  15036. "memo": {
  15037. "type": "string"
  15038. },
  15039. "password": {
  15040. "type": "string"
  15041. },
  15042. "username": {
  15043. "type": "string"
  15044. }
  15045. }
  15046. },
  15047. "md.UpdateAdminStateReq": {
  15048. "type": "object",
  15049. "required": [
  15050. "adm_id",
  15051. "state"
  15052. ],
  15053. "properties": {
  15054. "adm_id": {
  15055. "type": "integer"
  15056. },
  15057. "state": {
  15058. "type": "integer"
  15059. }
  15060. }
  15061. },
  15062. "md.UpdateContributionValueBasicSettingReq": {
  15063. "type": "object",
  15064. "properties": {
  15065. "hand_out_red_package": {
  15066. "description": "发红包获得x点",
  15067. "type": "string"
  15068. },
  15069. "id": {
  15070. "type": "string"
  15071. },
  15072. "posting_comment_liked": {
  15073. "description": "发布评论被官方点赞获得x点",
  15074. "type": "string"
  15075. },
  15076. "posting_dynamic_liked": {
  15077. "description": "发布动态被官方点赞获得x点",
  15078. "type": "string"
  15079. },
  15080. "publish_creation": {
  15081. "description": "发布创作获得x点",
  15082. "type": "string"
  15083. }
  15084. }
  15085. },
  15086. "md.UpdateCustomerServiceMemoReq": {
  15087. "type": "object",
  15088. "properties": {
  15089. "id": {
  15090. "description": "拥有用户数量",
  15091. "type": "integer"
  15092. },
  15093. "memo": {
  15094. "description": "备注",
  15095. "type": "string",
  15096. "example": "备注"
  15097. }
  15098. }
  15099. },
  15100. "md.UpdateDynamicReq": {
  15101. "type": "object",
  15102. "required": [
  15103. "index_id"
  15104. ],
  15105. "properties": {
  15106. "index_id": {
  15107. "description": "动态id",
  15108. "type": "string"
  15109. },
  15110. "is_praise": {
  15111. "description": "是否被表扬(1:是 2:否)",
  15112. "type": "integer"
  15113. },
  15114. "is_top_up": {
  15115. "description": "是否置顶(1:是 2:否)",
  15116. "type": "integer"
  15117. },
  15118. "state": {
  15119. "description": "状态(1:正常 2:隐藏)",
  15120. "type": "integer"
  15121. }
  15122. }
  15123. },
  15124. "md.UpdateEggEnergyBasicReq": {
  15125. "type": "object",
  15126. "properties": {
  15127. "basic_setting": {
  15128. "description": "基础设置",
  15129. "allOf": [
  15130. {
  15131. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  15132. }
  15133. ]
  15134. },
  15135. "data_setting": {
  15136. "description": "数据设置",
  15137. "allOf": [
  15138. {
  15139. "$ref": "#/definitions/md.DataSetting"
  15140. }
  15141. ]
  15142. },
  15143. "destruction_setting": {
  15144. "description": "销毁设置",
  15145. "allOf": [
  15146. {
  15147. "$ref": "#/definitions/md.DestructionSettingStruct"
  15148. }
  15149. ]
  15150. },
  15151. "exchange_rules": {
  15152. "description": "兑换规则",
  15153. "allOf": [
  15154. {
  15155. "$ref": "#/definitions/md.ExchangeRulesStruct"
  15156. }
  15157. ]
  15158. },
  15159. "new_user_incentive_rules": {
  15160. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  15161. "allOf": [
  15162. {
  15163. "$ref": "#/definitions/md.NewUserRewardRules"
  15164. }
  15165. ]
  15166. },
  15167. "price_setting": {
  15168. "description": "价格设置",
  15169. "allOf": [
  15170. {
  15171. "$ref": "#/definitions/md.PriceSettingStruct"
  15172. }
  15173. ]
  15174. },
  15175. "reward_system": {
  15176. "description": "圈层奖励",
  15177. "type": "array",
  15178. "items": {
  15179. "$ref": "#/definitions/md.RewardSystemStruct"
  15180. }
  15181. },
  15182. "system_id": {
  15183. "description": "该设置系统 ID",
  15184. "type": "integer"
  15185. },
  15186. "video_reward_setting": {
  15187. "description": "视频奖励",
  15188. "allOf": [
  15189. {
  15190. "$ref": "#/definitions/md.VideoRewardSetting"
  15191. }
  15192. ]
  15193. }
  15194. }
  15195. },
  15196. "md.UpdateEggEnergyCoreDataReq": {
  15197. "type": "object",
  15198. "properties": {
  15199. "community_dividends": {
  15200. "description": "社区分红",
  15201. "type": "string"
  15202. },
  15203. "development_committee": {
  15204. "description": "发展委员会",
  15205. "type": "string"
  15206. },
  15207. "id": {
  15208. "type": "integer"
  15209. },
  15210. "marketplace_merchant_funds": {
  15211. "description": "市商资金",
  15212. "type": "string"
  15213. },
  15214. "marketplace_merchant_nums": {
  15215. "description": "市商数量",
  15216. "type": "string"
  15217. },
  15218. "now_energy_total_nums": {
  15219. "description": "现行总量",
  15220. "type": "string"
  15221. },
  15222. "now_price": {
  15223. "description": "当前价格",
  15224. "type": "string"
  15225. },
  15226. "planet_total_value": {
  15227. "description": "星球总价值",
  15228. "type": "string"
  15229. },
  15230. "public_welfare_and_charity": {
  15231. "description": "公益慈善",
  15232. "type": "string"
  15233. },
  15234. "star_level_dividends": {
  15235. "description": "星级分红",
  15236. "type": "string"
  15237. }
  15238. }
  15239. },
  15240. "md.UpdateEggEnergyVipSettingReq": {
  15241. "type": "object",
  15242. "properties": {
  15243. "list": {
  15244. "description": "更新后数据",
  15245. "type": "array",
  15246. "items": {
  15247. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  15248. }
  15249. }
  15250. }
  15251. },
  15252. "md.UpdateEmoticonReq": {
  15253. "type": "object",
  15254. "properties": {
  15255. "id": {
  15256. "description": "拥有用户数量",
  15257. "type": "integer"
  15258. },
  15259. "img_url": {
  15260. "type": "string",
  15261. "example": "图片地址"
  15262. },
  15263. "memo": {
  15264. "description": "备注",
  15265. "type": "string",
  15266. "example": "备注"
  15267. },
  15268. "name": {
  15269. "type": "string",
  15270. "example": "名称"
  15271. },
  15272. "sort": {
  15273. "description": "排序",
  15274. "type": "integer"
  15275. }
  15276. }
  15277. },
  15278. "md.UpdateFriendCircleBasicSettingsReq": {
  15279. "type": "object",
  15280. "properties": {
  15281. "comment_is_real_name": {
  15282. "description": "评论是否需要实名认证(1:是 2:否)",
  15283. "type": "integer"
  15284. },
  15285. "comment_nums_every_day": {
  15286. "description": "评论每天次数",
  15287. "type": "integer"
  15288. },
  15289. "id": {
  15290. "type": "integer"
  15291. },
  15292. "publish_is_real_name": {
  15293. "description": "发布是否需要实名认证(1:是 2:否)",
  15294. "type": "integer"
  15295. },
  15296. "publish_nums_every_day": {
  15297. "description": "发布每天次数",
  15298. "type": "integer"
  15299. }
  15300. }
  15301. },
  15302. "md.UpdateLevelReq": {
  15303. "type": "object",
  15304. "properties": {
  15305. "auto_update": {
  15306. "description": "自动升级 0关闭 1开启",
  15307. "type": "string"
  15308. },
  15309. "choosable_num": {
  15310. "description": "可选任务数量",
  15311. "type": "string"
  15312. },
  15313. "is_use": {
  15314. "description": "是否开启(0.否, 1.是)",
  15315. "type": "string"
  15316. },
  15317. "level_id": {
  15318. "type": "string"
  15319. },
  15320. "level_name": {
  15321. "description": "等级名称",
  15322. "type": "string"
  15323. },
  15324. "level_weight": {
  15325. "description": "等级权重",
  15326. "type": "string"
  15327. },
  15328. "memo": {
  15329. "description": "备注",
  15330. "type": "string"
  15331. },
  15332. "user_level_tasks": {
  15333. "description": "完整的任务列表",
  15334. "type": "array",
  15335. "items": {
  15336. "$ref": "#/definitions/md.LevelTaskNode"
  15337. }
  15338. }
  15339. }
  15340. },
  15341. "md.UpdatePublicPlatoonBasicReq": {
  15342. "type": "object",
  15343. "properties": {
  15344. "is_open": {
  15345. "description": "是否开启(1:开启 0:关闭)",
  15346. "type": "integer"
  15347. },
  15348. "is_self_active_get_team_revenue": {
  15349. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  15350. "type": "integer"
  15351. },
  15352. "originator_uid": {
  15353. "description": "创始人uid",
  15354. "type": "integer"
  15355. },
  15356. "several_rows": {
  15357. "description": "几排",
  15358. "type": "integer"
  15359. },
  15360. "several_times": {
  15361. "description": "几乘",
  15362. "type": "integer"
  15363. },
  15364. "system_punish_replace": {
  15365. "description": "是否位置滑落 被新用户替换 0否 1是",
  15366. "type": "integer"
  15367. },
  15368. "system_punish_replace_value": {
  15369. "description": "xx天未活跃,处罚滑落",
  15370. "type": "integer"
  15371. }
  15372. }
  15373. },
  15374. "md.UpdateRoleReq": {
  15375. "type": "object",
  15376. "required": [
  15377. "memo",
  15378. "name",
  15379. "role_id"
  15380. ],
  15381. "properties": {
  15382. "memo": {
  15383. "type": "string"
  15384. },
  15385. "name": {
  15386. "type": "string"
  15387. },
  15388. "role_id": {
  15389. "type": "integer"
  15390. }
  15391. }
  15392. },
  15393. "md.UpdateRoleStateReq": {
  15394. "type": "object",
  15395. "required": [
  15396. "role_id",
  15397. "state"
  15398. ],
  15399. "properties": {
  15400. "role_id": {
  15401. "type": "integer"
  15402. },
  15403. "state": {
  15404. "type": "integer"
  15405. }
  15406. }
  15407. },
  15408. "md.UpdateTagReq": {
  15409. "type": "object",
  15410. "properties": {
  15411. "is_punish": {
  15412. "description": "是否是惩罚标签",
  15413. "type": "integer"
  15414. },
  15415. "memo": {
  15416. "description": "备注",
  15417. "type": "string"
  15418. },
  15419. "name": {
  15420. "description": "标签名称",
  15421. "type": "string"
  15422. },
  15423. "tag_id": {
  15424. "description": "标签 ID",
  15425. "type": "string"
  15426. }
  15427. }
  15428. },
  15429. "md.UpdateVipEquitySettingNode": {
  15430. "type": "object",
  15431. "properties": {
  15432. "dividend_ratio": {
  15433. "description": "分红比例",
  15434. "type": "string"
  15435. },
  15436. "exchange_account_balance_fee": {
  15437. "description": "兑换余额手续费",
  15438. "type": "string"
  15439. },
  15440. "vip_level_id": {
  15441. "description": "会员等级ID",
  15442. "type": "string"
  15443. }
  15444. }
  15445. },
  15446. "md.UpdateVirtualCoinReq": {
  15447. "type": "object",
  15448. "properties": {
  15449. "exchange_ratio": {
  15450. "description": "兑换比例(与金额)",
  15451. "type": "string"
  15452. },
  15453. "id": {
  15454. "type": "integer"
  15455. },
  15456. "is_use": {
  15457. "description": "是否开启:0否 1是",
  15458. "type": "integer"
  15459. },
  15460. "name": {
  15461. "description": "名称",
  15462. "type": "string"
  15463. }
  15464. }
  15465. },
  15466. "md.UpdateWithdrawSettingReq": {
  15467. "type": "object",
  15468. "properties": {
  15469. "condition_is_open": {
  15470. "description": "提现条件是否开启(0:关闭, 1:开启)",
  15471. "type": "integer"
  15472. },
  15473. "first_withdraw_set": {
  15474. "description": "首次提现设置",
  15475. "allOf": [
  15476. {
  15477. "$ref": "#/definitions/md.FirstWithdrawSet"
  15478. }
  15479. ]
  15480. },
  15481. "frequency_set": {
  15482. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  15483. "allOf": [
  15484. {
  15485. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  15486. }
  15487. ]
  15488. },
  15489. "id": {
  15490. "type": "integer"
  15491. },
  15492. "is_auto": {
  15493. "description": "是否开启自动提现(0:否 1:是)",
  15494. "type": "integer"
  15495. },
  15496. "is_auto_amount_limit": {
  15497. "description": "自动提现金额限制",
  15498. "type": "string"
  15499. },
  15500. "is_real_name": {
  15501. "description": "是否实名(0:否 1:是)",
  15502. "type": "integer"
  15503. },
  15504. "is_support_decimal_point": {
  15505. "description": "是否支持小数点(0:否 1:是)",
  15506. "type": "integer"
  15507. },
  15508. "pending_orders_is_can_apply": {
  15509. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  15510. "type": "integer"
  15511. },
  15512. "tips": {
  15513. "description": "提示",
  15514. "type": "string"
  15515. },
  15516. "vip_level_limit": {
  15517. "description": "提现等级限制",
  15518. "type": "integer"
  15519. },
  15520. "withdraw_amount_limit": {
  15521. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  15522. "type": "string"
  15523. },
  15524. "withdraw_fee_set": {
  15525. "description": "提现手续费设置",
  15526. "allOf": [
  15527. {
  15528. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  15529. }
  15530. ]
  15531. },
  15532. "withdraw_multiple_limit": {
  15533. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  15534. "type": "string"
  15535. },
  15536. "withdraw_nums_limit": {
  15537. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  15538. "type": "integer"
  15539. },
  15540. "withdraw_time_interval": {
  15541. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  15542. "allOf": [
  15543. {
  15544. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  15545. }
  15546. ]
  15547. },
  15548. "withdraw_type": {
  15549. "description": "提现方式(1:支付宝 2:微信)",
  15550. "type": "integer"
  15551. }
  15552. }
  15553. },
  15554. "md.UserDailyActivityAnalysisReq": {
  15555. "type": "object",
  15556. "properties": {
  15557. "end_date": {
  15558. "type": "string",
  15559. "example": "结束日期"
  15560. },
  15561. "page": {
  15562. "description": "页数",
  15563. "type": "integer"
  15564. },
  15565. "page_size": {
  15566. "description": "每页大小",
  15567. "type": "integer"
  15568. },
  15569. "start_date": {
  15570. "type": "string",
  15571. "example": "开始日期"
  15572. },
  15573. "uid": {
  15574. "description": "查询用户 ID",
  15575. "type": "integer"
  15576. }
  15577. }
  15578. },
  15579. "md.UserDailyActivityAnalysisResp": {
  15580. "type": "object",
  15581. "properties": {
  15582. "son_user_data": {
  15583. "description": "被查询用户子节点信息",
  15584. "type": "array",
  15585. "items": {
  15586. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  15587. }
  15588. },
  15589. "top_data": {
  15590. "description": "统计信息",
  15591. "allOf": [
  15592. {
  15593. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  15594. }
  15595. ]
  15596. }
  15597. }
  15598. },
  15599. "md.UserEggFlowReq": {
  15600. "type": "object",
  15601. "properties": {
  15602. "account_balance_exchange_egg_energy_nums_end": {
  15603. "type": "string",
  15604. "example": "余额兑换蛋蛋能量数量-结束值"
  15605. },
  15606. "account_balance_exchange_egg_energy_nums_start": {
  15607. "type": "string",
  15608. "example": "余额兑换蛋蛋能量数量-起始值"
  15609. },
  15610. "browse_interface_nums_end": {
  15611. "type": "string",
  15612. "example": "浏览界面次数-结束值"
  15613. },
  15614. "browse_interface_nums_start": {
  15615. "type": "string",
  15616. "example": "浏览界面次数-起始值"
  15617. },
  15618. "college_learning_nums_end": {
  15619. "type": "string",
  15620. "example": "学院学习次数-结束值"
  15621. },
  15622. "college_learning_nums_start": {
  15623. "type": "string",
  15624. "example": "学院学习次数-起始值"
  15625. },
  15626. "ecpm_end": {
  15627. "type": "string",
  15628. "example": "ecpm-结束值"
  15629. },
  15630. "ecpm_start": {
  15631. "type": "string",
  15632. "example": "ecpm-起始值"
  15633. },
  15634. "egg_energy_exchange_account_balance_end": {
  15635. "type": "string",
  15636. "example": "蛋蛋能量兑换余额数量-结束值"
  15637. },
  15638. "egg_energy_exchange_account_balance_start": {
  15639. "type": "string",
  15640. "example": "蛋蛋能量兑换余额数量-起始值"
  15641. },
  15642. "forum_comments_nums_end": {
  15643. "type": "string",
  15644. "example": "论坛评论次数-结束值"
  15645. },
  15646. "forum_comments_nums_start": {
  15647. "type": "string",
  15648. "example": "论坛评论次数-起始值"
  15649. },
  15650. "im_activity_nums_end": {
  15651. "type": "string",
  15652. "example": "im活跃次数-结束值"
  15653. },
  15654. "im_activity_nums_start": {
  15655. "type": "string",
  15656. "example": "im活跃次数-起始值"
  15657. },
  15658. "invite_user_nums_end": {
  15659. "type": "string",
  15660. "example": "拉新人数-结束值"
  15661. },
  15662. "invite_user_nums_start": {
  15663. "type": "string",
  15664. "example": "拉新人数-起始值"
  15665. },
  15666. "page": {
  15667. "description": "页数",
  15668. "type": "integer"
  15669. },
  15670. "page_size": {
  15671. "description": "每页大小",
  15672. "type": "integer"
  15673. },
  15674. "person_add_activity_value_end": {
  15675. "type": "string",
  15676. "example": "个人活跃积分-结束值"
  15677. },
  15678. "person_add_activity_value_start": {
  15679. "type": "string",
  15680. "example": "个人活跃积分-起始值"
  15681. },
  15682. "score_value_end": {
  15683. "type": "string",
  15684. "example": "蛋蛋分-结束值"
  15685. },
  15686. "score_value_kind": {
  15687. "description": "评分类型(0:未知 1:人工 2:系统)",
  15688. "type": "integer"
  15689. },
  15690. "score_value_start": {
  15691. "type": "string",
  15692. "example": "蛋蛋分-起始值"
  15693. },
  15694. "send_circle_of_friend_nums_end": {
  15695. "type": "string",
  15696. "example": "发朋友圈次数-结束值"
  15697. },
  15698. "send_circle_of_friend_nums_start": {
  15699. "type": "string",
  15700. "example": "发朋友圈次数-起始值"
  15701. },
  15702. "send_red_package_nums_end": {
  15703. "type": "string",
  15704. "example": "发红包次数-结束值"
  15705. },
  15706. "send_red_package_nums_start": {
  15707. "type": "string",
  15708. "example": "发红包次数-起始值"
  15709. },
  15710. "sign_in_nums_end": {
  15711. "type": "string",
  15712. "example": "签到次数-结束值"
  15713. },
  15714. "sign_in_nums_start": {
  15715. "type": "string",
  15716. "example": "签到次数-起始值"
  15717. },
  15718. "team-activity-nums-end": {
  15719. "type": "string",
  15720. "example": "团队活跃次数-结束值"
  15721. },
  15722. "team_activity_nums_start": {
  15723. "type": "string",
  15724. "example": "团队活跃次数-起始值"
  15725. },
  15726. "violate_nums_end": {
  15727. "type": "string",
  15728. "example": "违规次数-结束值"
  15729. },
  15730. "violate_nums_start": {
  15731. "type": "string",
  15732. "example": "违规次数-起始值"
  15733. },
  15734. "week": {
  15735. "type": "string",
  15736. "example": "周份"
  15737. },
  15738. "year": {
  15739. "type": "string",
  15740. "example": "年份"
  15741. }
  15742. }
  15743. },
  15744. "md.UserEggFlowReqResp": {
  15745. "type": "object",
  15746. "properties": {
  15747. "list": {
  15748. "type": "array",
  15749. "items": {
  15750. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  15751. }
  15752. },
  15753. "page": {
  15754. "description": "页数",
  15755. "type": "integer"
  15756. },
  15757. "page_size": {
  15758. "description": "每页大小",
  15759. "type": "integer"
  15760. },
  15761. "score_value_kind_map": {
  15762. "description": "评分类型(0:未知 1:人工 2:系统)",
  15763. "type": "array",
  15764. "items": {
  15765. "type": "object",
  15766. "additionalProperties": true
  15767. }
  15768. },
  15769. "total": {
  15770. "description": "总数量",
  15771. "type": "integer"
  15772. },
  15773. "week": {
  15774. "type": "string",
  15775. "example": "周份"
  15776. },
  15777. "year": {
  15778. "type": "string",
  15779. "example": "年份"
  15780. }
  15781. }
  15782. },
  15783. "md.UserEggFlowReqRespList": {
  15784. "type": "object",
  15785. "properties": {
  15786. "account_balance_exchange_egg_energy_nums": {
  15787. "description": "余额兑换蛋蛋能量数量",
  15788. "type": "integer"
  15789. },
  15790. "browse_interface_nums": {
  15791. "description": "浏览界面次数",
  15792. "type": "integer"
  15793. },
  15794. "college_learning_nums": {
  15795. "description": "学院学习次数",
  15796. "type": "integer"
  15797. },
  15798. "ecpm": {
  15799. "description": "ecpm",
  15800. "type": "number"
  15801. },
  15802. "egg_energy_exchange_account_balance": {
  15803. "description": "蛋蛋能量兑换余额数量",
  15804. "type": "integer"
  15805. },
  15806. "forum_comments_nums": {
  15807. "description": "论坛评论次数",
  15808. "type": "integer"
  15809. },
  15810. "im_activity_nums": {
  15811. "description": "im活跃次数",
  15812. "type": "integer"
  15813. },
  15814. "index_id": {
  15815. "description": "文档id",
  15816. "type": "string"
  15817. },
  15818. "invite_user_nums": {
  15819. "description": "拉新人数",
  15820. "type": "integer"
  15821. },
  15822. "person_add_activity_value": {
  15823. "description": "个人活跃积分",
  15824. "type": "integer"
  15825. },
  15826. "score_value": {
  15827. "description": "蛋蛋分-起始值",
  15828. "type": "number"
  15829. },
  15830. "score_value_kind": {
  15831. "description": "评分类型(0:未知 1:人工 2:系统)",
  15832. "type": "integer"
  15833. },
  15834. "send_circle_of_friend_nums": {
  15835. "description": "发朋友圈次数",
  15836. "type": "integer"
  15837. },
  15838. "send_red_package_nums": {
  15839. "description": "发红包次数",
  15840. "type": "integer"
  15841. },
  15842. "sign_in_nums": {
  15843. "description": "签到次数",
  15844. "type": "integer"
  15845. },
  15846. "team_activity_nums": {
  15847. "description": "团队活跃次数",
  15848. "type": "integer"
  15849. },
  15850. "violate_nums": {
  15851. "description": "违规次数",
  15852. "type": "integer"
  15853. }
  15854. }
  15855. },
  15856. "md.UserEggIndexReq": {
  15857. "type": "object",
  15858. "properties": {
  15859. "week": {
  15860. "type": "string",
  15861. "example": "周份"
  15862. },
  15863. "year": {
  15864. "type": "string",
  15865. "example": "年份"
  15866. }
  15867. }
  15868. },
  15869. "md.UserEggIndexResp": {
  15870. "type": "object",
  15871. "properties": {
  15872. "egg_energy_user_egg_index_weight": {
  15873. "description": "蛋蛋分系数权重",
  15874. "allOf": [
  15875. {
  15876. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  15877. }
  15878. ]
  15879. },
  15880. "statistics_user_egg_kind_proportion": {
  15881. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  15882. "type": "array",
  15883. "items": {
  15884. "type": "object",
  15885. "additionalProperties": true
  15886. }
  15887. },
  15888. "statistics_user_egg_score_value_range": {
  15889. "description": "统计用户蛋蛋分范围",
  15890. "type": "array",
  15891. "items": {
  15892. "type": "object",
  15893. "additionalProperties": {
  15894. "type": "string"
  15895. }
  15896. }
  15897. },
  15898. "week": {
  15899. "type": "string",
  15900. "example": "周份"
  15901. },
  15902. "year": {
  15903. "type": "string",
  15904. "example": "年份"
  15905. },
  15906. "year_list": {
  15907. "description": "年份\u0026\u0026周份列表",
  15908. "type": "object",
  15909. "additionalProperties": {
  15910. "type": "array",
  15911. "items": {
  15912. "type": "string"
  15913. }
  15914. }
  15915. }
  15916. }
  15917. },
  15918. "md.UserFeedbackCateDelReq": {
  15919. "type": "object",
  15920. "properties": {
  15921. "id": {
  15922. "type": "array",
  15923. "items": {
  15924. "type": "string"
  15925. }
  15926. }
  15927. }
  15928. },
  15929. "md.UserFeedbackCateList": {
  15930. "type": "object",
  15931. "properties": {
  15932. "id": {
  15933. "type": "string"
  15934. },
  15935. "name": {
  15936. "type": "string"
  15937. },
  15938. "sort": {
  15939. "type": "string"
  15940. }
  15941. }
  15942. },
  15943. "md.UserFeedbackCateListReq": {
  15944. "type": "object",
  15945. "properties": {
  15946. "limit": {
  15947. "description": "每页大小",
  15948. "type": "string"
  15949. },
  15950. "page": {
  15951. "description": "页数",
  15952. "type": "string"
  15953. }
  15954. }
  15955. },
  15956. "md.UserFeedbackCateListResp": {
  15957. "type": "object",
  15958. "properties": {
  15959. "list": {
  15960. "type": "array",
  15961. "items": {
  15962. "$ref": "#/definitions/md.UserFeedbackCateList"
  15963. }
  15964. },
  15965. "total": {
  15966. "type": "integer"
  15967. }
  15968. }
  15969. },
  15970. "md.UserFeedbackCateSaveReq": {
  15971. "type": "object",
  15972. "properties": {
  15973. "id": {
  15974. "type": "string"
  15975. },
  15976. "name": {
  15977. "type": "string"
  15978. },
  15979. "sort": {
  15980. "type": "string"
  15981. }
  15982. }
  15983. },
  15984. "md.UserFeedbackChangeStateReq": {
  15985. "type": "object",
  15986. "properties": {
  15987. "id": {
  15988. "type": "string"
  15989. },
  15990. "state": {
  15991. "type": "string",
  15992. "example": "0待解决 1处理中 2已解决"
  15993. }
  15994. }
  15995. },
  15996. "md.UserFeedbackDelReq": {
  15997. "type": "object",
  15998. "properties": {
  15999. "id": {
  16000. "type": "array",
  16001. "items": {
  16002. "type": "string"
  16003. }
  16004. }
  16005. }
  16006. },
  16007. "md.UserFeedbackList": {
  16008. "type": "object",
  16009. "properties": {
  16010. "content": {
  16011. "type": "string"
  16012. },
  16013. "create_at": {
  16014. "type": "string"
  16015. },
  16016. "id": {
  16017. "type": "string"
  16018. },
  16019. "img": {
  16020. "type": "array",
  16021. "items": {
  16022. "type": "string"
  16023. }
  16024. },
  16025. "phone": {
  16026. "type": "string"
  16027. },
  16028. "platform": {
  16029. "type": "string"
  16030. },
  16031. "state": {
  16032. "type": "string",
  16033. "example": "0待解决 1处理中 2已解决"
  16034. },
  16035. "title": {
  16036. "type": "string"
  16037. },
  16038. "type": {
  16039. "type": "string"
  16040. },
  16041. "version": {
  16042. "type": "string"
  16043. }
  16044. }
  16045. },
  16046. "md.UserFeedbackListReq": {
  16047. "type": "object",
  16048. "properties": {
  16049. "cid": {
  16050. "type": "string"
  16051. },
  16052. "limit": {
  16053. "description": "每页大小",
  16054. "type": "string"
  16055. },
  16056. "page": {
  16057. "description": "页数",
  16058. "type": "string"
  16059. },
  16060. "phone": {
  16061. "type": "string"
  16062. },
  16063. "uid": {
  16064. "type": "string"
  16065. }
  16066. }
  16067. },
  16068. "md.UserFeedbackListResp": {
  16069. "type": "object",
  16070. "properties": {
  16071. "list": {
  16072. "type": "array",
  16073. "items": {
  16074. "$ref": "#/definitions/md.UserFeedbackList"
  16075. }
  16076. },
  16077. "select_data": {
  16078. "type": "array",
  16079. "items": {
  16080. "type": "object",
  16081. "additionalProperties": true
  16082. }
  16083. },
  16084. "total": {
  16085. "type": "integer"
  16086. }
  16087. }
  16088. },
  16089. "md.UserFeedbackRecordListReq": {
  16090. "type": "object",
  16091. "properties": {
  16092. "id": {
  16093. "type": "string"
  16094. },
  16095. "limit": {
  16096. "description": "每页大小",
  16097. "type": "string"
  16098. },
  16099. "page": {
  16100. "description": "页数",
  16101. "type": "string"
  16102. }
  16103. }
  16104. },
  16105. "md.UserFeedbackRecordListResp": {
  16106. "type": "object",
  16107. "properties": {
  16108. "content": {
  16109. "type": "string"
  16110. },
  16111. "create_at": {
  16112. "type": "string"
  16113. },
  16114. "head_img": {
  16115. "type": "string"
  16116. },
  16117. "nickname": {
  16118. "type": "string"
  16119. },
  16120. "type": {
  16121. "type": "string"
  16122. }
  16123. }
  16124. },
  16125. "md.UserFeedbackSayReq": {
  16126. "type": "object",
  16127. "properties": {
  16128. "content": {
  16129. "type": "string"
  16130. },
  16131. "id": {
  16132. "type": "string"
  16133. }
  16134. }
  16135. },
  16136. "md.UserManagementGetBalanceDetailResp": {
  16137. "type": "object",
  16138. "properties": {
  16139. "list": {
  16140. "type": "array",
  16141. "items": {
  16142. "$ref": "#/definitions/md.BalanceDetailNode"
  16143. }
  16144. },
  16145. "paginate": {
  16146. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16147. }
  16148. }
  16149. },
  16150. "md.UserManagementGetFansResp": {
  16151. "type": "object",
  16152. "properties": {
  16153. "list": {
  16154. "description": "用户数据",
  16155. "type": "array",
  16156. "items": {
  16157. "$ref": "#/definitions/md.FansNode"
  16158. }
  16159. },
  16160. "paginate": {
  16161. "description": "分页信息",
  16162. "allOf": [
  16163. {
  16164. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16165. }
  16166. ]
  16167. }
  16168. }
  16169. },
  16170. "md.UserManagementGetOneBasicResp": {
  16171. "type": "object",
  16172. "properties": {
  16173. "basic_info": {
  16174. "description": "基本信息",
  16175. "allOf": [
  16176. {
  16177. "$ref": "#/definitions/md.BasicInfoNode"
  16178. }
  16179. ]
  16180. },
  16181. "levels_list": {
  16182. "description": "等级列表",
  16183. "type": "array",
  16184. "items": {
  16185. "type": "object",
  16186. "additionalProperties": true
  16187. }
  16188. },
  16189. "other_info": {
  16190. "description": "其他信息",
  16191. "allOf": [
  16192. {
  16193. "$ref": "#/definitions/md.OtherNode"
  16194. }
  16195. ]
  16196. },
  16197. "tags_list": {
  16198. "description": "标签列表",
  16199. "type": "array",
  16200. "items": {
  16201. "type": "object",
  16202. "additionalProperties": true
  16203. }
  16204. }
  16205. }
  16206. },
  16207. "md.UserManagementGetUserListNode": {
  16208. "type": "object",
  16209. "properties": {
  16210. "avatar": {
  16211. "description": "头像",
  16212. "type": "string"
  16213. },
  16214. "id": {
  16215. "description": "会员 ID",
  16216. "type": "integer"
  16217. },
  16218. "invite_code": {
  16219. "type": "string",
  16220. "example": "会员邀请码"
  16221. },
  16222. "is_real_name": {
  16223. "description": "是否实名 0.未实名,1.已实名",
  16224. "type": "integer"
  16225. },
  16226. "last_login_at": {
  16227. "description": "最后登录时间",
  16228. "type": "string"
  16229. },
  16230. "level_name": {
  16231. "description": "会员等级",
  16232. "type": "string"
  16233. },
  16234. "memo": {
  16235. "description": "备注",
  16236. "type": "string"
  16237. },
  16238. "nickname": {
  16239. "description": "昵称",
  16240. "type": "string"
  16241. },
  16242. "parent_id": {
  16243. "description": "推荐人 ID",
  16244. "type": "integer"
  16245. },
  16246. "parent_invite_code": {
  16247. "type": "string",
  16248. "example": "推荐人邀请码"
  16249. },
  16250. "parent_phone": {
  16251. "type": "string",
  16252. "example": "推荐人手机号"
  16253. },
  16254. "phone": {
  16255. "description": "手机号",
  16256. "type": "string"
  16257. },
  16258. "register_time": {
  16259. "description": "注册时间",
  16260. "type": "string"
  16261. },
  16262. "register_type": {
  16263. "description": "注册类型",
  16264. "type": "integer"
  16265. },
  16266. "sex": {
  16267. "description": "性别(0:未知 1:男 2:女)",
  16268. "type": "integer"
  16269. },
  16270. "state": {
  16271. "description": "状态",
  16272. "type": "integer"
  16273. },
  16274. "tag": {
  16275. "description": "会员标签",
  16276. "type": "array",
  16277. "items": {
  16278. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  16279. }
  16280. },
  16281. "wechat": {
  16282. "description": "微信号",
  16283. "type": "string"
  16284. }
  16285. }
  16286. },
  16287. "md.UserManagementGetUserListReq": {
  16288. "type": "object",
  16289. "properties": {
  16290. "effective": {
  16291. "description": "有效会员",
  16292. "type": "integer"
  16293. },
  16294. "id": {
  16295. "description": "会员 ID",
  16296. "type": "integer"
  16297. },
  16298. "invite_code": {
  16299. "type": "string",
  16300. "example": "会员邀请码"
  16301. },
  16302. "is_real_name": {
  16303. "description": "是否实名 0.未实名,1.已实名",
  16304. "type": "integer"
  16305. },
  16306. "is_recycle": {
  16307. "type": "string"
  16308. },
  16309. "level": {
  16310. "description": "会员等级",
  16311. "type": "integer"
  16312. },
  16313. "limit": {
  16314. "type": "integer"
  16315. },
  16316. "login_after": {
  16317. "description": "最近登录结束时间",
  16318. "type": "string"
  16319. },
  16320. "login_before": {
  16321. "description": "最近登录开始时间",
  16322. "type": "string"
  16323. },
  16324. "memo": {
  16325. "description": "备注",
  16326. "type": "string"
  16327. },
  16328. "nickname": {
  16329. "type": "string",
  16330. "example": "会员昵称"
  16331. },
  16332. "page": {
  16333. "type": "integer"
  16334. },
  16335. "parent_invite_code": {
  16336. "type": "string",
  16337. "example": "上级邀请码"
  16338. },
  16339. "parent_phone": {
  16340. "type": "string",
  16341. "example": "上级手机号"
  16342. },
  16343. "phone": {
  16344. "type": "string",
  16345. "example": "会员手机号"
  16346. },
  16347. "recommend_id": {
  16348. "description": "推荐人 ID",
  16349. "type": "integer"
  16350. },
  16351. "register_after": {
  16352. "description": "注册时间终点",
  16353. "type": "string"
  16354. },
  16355. "register_before": {
  16356. "description": "注册时间起点",
  16357. "type": "string"
  16358. },
  16359. "register_type": {
  16360. "description": "注册类型(1:APP注册、2:H5注册)",
  16361. "type": "integer"
  16362. },
  16363. "sex": {
  16364. "description": "性别(0:未知 1:男 2:女)",
  16365. "type": "integer"
  16366. },
  16367. "state": {
  16368. "description": "状态",
  16369. "type": "integer"
  16370. },
  16371. "tag": {
  16372. "description": "标签 id",
  16373. "type": "integer"
  16374. },
  16375. "union_id": {
  16376. "type": "string",
  16377. "example": "微信号"
  16378. }
  16379. }
  16380. },
  16381. "md.UserManagementGetUserListResp": {
  16382. "type": "object",
  16383. "properties": {
  16384. "levels_list": {
  16385. "description": "等级列表",
  16386. "type": "array",
  16387. "items": {
  16388. "type": "object",
  16389. "additionalProperties": true
  16390. }
  16391. },
  16392. "list": {
  16393. "type": "array",
  16394. "items": {
  16395. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  16396. }
  16397. },
  16398. "paginate": {
  16399. "description": "分页信息",
  16400. "allOf": [
  16401. {
  16402. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16403. }
  16404. ]
  16405. },
  16406. "state_list": {
  16407. "description": "状态列表",
  16408. "type": "array",
  16409. "items": {
  16410. "type": "object",
  16411. "additionalProperties": true
  16412. }
  16413. },
  16414. "tags_list": {
  16415. "description": "标签列表",
  16416. "type": "array",
  16417. "items": {
  16418. "type": "object",
  16419. "additionalProperties": true
  16420. }
  16421. }
  16422. }
  16423. },
  16424. "md.UserManagementGetVirtualCoinDetailResp": {
  16425. "type": "object",
  16426. "properties": {
  16427. "coin_list": {
  16428. "type": "array",
  16429. "items": {
  16430. "type": "object",
  16431. "additionalProperties": true
  16432. }
  16433. },
  16434. "list": {
  16435. "type": "array",
  16436. "items": {
  16437. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  16438. }
  16439. },
  16440. "paginate": {
  16441. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16442. }
  16443. }
  16444. },
  16445. "md.UserManagementUpdateUserInfoReq": {
  16446. "type": "object",
  16447. "properties": {
  16448. "avatar": {
  16449. "description": "头像",
  16450. "type": "string"
  16451. },
  16452. "last_login_ip": {
  16453. "description": "用户最后登录 IP",
  16454. "type": "string"
  16455. },
  16456. "level": {
  16457. "description": "会员等级 ID",
  16458. "type": "string"
  16459. },
  16460. "memo": {
  16461. "type": "string",
  16462. "example": "备注"
  16463. },
  16464. "nickname": {
  16465. "description": "用户名",
  16466. "type": "string"
  16467. },
  16468. "parent_uid": {
  16469. "description": "邀请人 ID",
  16470. "type": "string"
  16471. },
  16472. "password": {
  16473. "description": "登录密码",
  16474. "type": "string"
  16475. },
  16476. "phone": {
  16477. "description": "手机号",
  16478. "type": "string"
  16479. },
  16480. "sex": {
  16481. "description": "性别(0:未知 1:男 2:女)",
  16482. "type": "string"
  16483. },
  16484. "state": {
  16485. "description": "账号状态 1正常,2冻结",
  16486. "type": "string"
  16487. },
  16488. "tag": {
  16489. "description": "用户标签 ID列表",
  16490. "type": "string"
  16491. },
  16492. "uid": {
  16493. "type": "integer"
  16494. },
  16495. "union_id": {
  16496. "description": "微信号",
  16497. "type": "string"
  16498. }
  16499. }
  16500. },
  16501. "md.UserManagementUserInfoCancelReq": {
  16502. "type": "object",
  16503. "properties": {
  16504. "uid": {
  16505. "type": "string",
  16506. "example": "多个逗号隔开"
  16507. }
  16508. }
  16509. },
  16510. "md.UserManagementUserInfoReq": {
  16511. "type": "object",
  16512. "properties": {
  16513. "parent_uid": {
  16514. "type": "string",
  16515. "example": "参考下智莺 保留关系时候的选择用户"
  16516. },
  16517. "uid": {
  16518. "type": "string",
  16519. "example": "多个逗号隔开"
  16520. }
  16521. }
  16522. },
  16523. "md.UserRealName": {
  16524. "type": "object",
  16525. "properties": {
  16526. "create_time": {
  16527. "type": "string"
  16528. },
  16529. "id": {
  16530. "type": "string"
  16531. },
  16532. "id_no": {
  16533. "type": "string"
  16534. },
  16535. "name": {
  16536. "type": "string"
  16537. },
  16538. "pay_state": {
  16539. "type": "string",
  16540. "example": "0未支付 1已支付"
  16541. },
  16542. "phone": {
  16543. "type": "string"
  16544. },
  16545. "state": {
  16546. "type": "string",
  16547. "example": "0未申请 1申请通过 3申请失败"
  16548. },
  16549. "uid": {
  16550. "type": "string"
  16551. }
  16552. }
  16553. },
  16554. "md.UserRealNameBaseResp": {
  16555. "type": "object",
  16556. "properties": {
  16557. "user_real_name_money": {
  16558. "type": "string",
  16559. "example": "实名认证费用"
  16560. },
  16561. "user_real_name_rule": {
  16562. "type": "string",
  16563. "example": "实名认证说明"
  16564. }
  16565. }
  16566. },
  16567. "md.UserRealNameReq": {
  16568. "type": "object",
  16569. "properties": {
  16570. "id_no": {
  16571. "type": "string"
  16572. },
  16573. "limit": {
  16574. "type": "string"
  16575. },
  16576. "name": {
  16577. "type": "string"
  16578. },
  16579. "page": {
  16580. "type": "string"
  16581. },
  16582. "phone": {
  16583. "type": "string"
  16584. },
  16585. "state": {
  16586. "type": "string"
  16587. },
  16588. "uid": {
  16589. "type": "string"
  16590. }
  16591. }
  16592. },
  16593. "md.UserRealNameResp": {
  16594. "type": "object",
  16595. "properties": {
  16596. "list": {
  16597. "type": "array",
  16598. "items": {
  16599. "$ref": "#/definitions/md.UserRealName"
  16600. }
  16601. },
  16602. "select_data": {
  16603. "type": "array",
  16604. "items": {
  16605. "type": "object",
  16606. "additionalProperties": {
  16607. "type": "string"
  16608. }
  16609. }
  16610. },
  16611. "total": {
  16612. "type": "integer"
  16613. }
  16614. }
  16615. },
  16616. "md.UserRealNameSaveReq": {
  16617. "type": "object",
  16618. "properties": {
  16619. "id": {
  16620. "type": "string"
  16621. },
  16622. "state": {
  16623. "type": "string"
  16624. }
  16625. }
  16626. },
  16627. "md.UserVirtualCoinFlow": {
  16628. "type": "object",
  16629. "properties": {
  16630. "after_amount": {
  16631. "type": "string",
  16632. "example": "变更后数量"
  16633. },
  16634. "amount": {
  16635. "type": "string",
  16636. "example": "变更数量"
  16637. },
  16638. "before_amount": {
  16639. "type": "string",
  16640. "example": "变更前数量"
  16641. },
  16642. "coin_id": {
  16643. "description": "虚拟币 ID",
  16644. "type": "integer"
  16645. },
  16646. "create_at": {
  16647. "type": "string",
  16648. "example": "创建时间"
  16649. },
  16650. "direction": {
  16651. "description": "方向:1收入 2支出",
  16652. "type": "integer"
  16653. },
  16654. "id": {
  16655. "type": "integer"
  16656. },
  16657. "sys_fee": {
  16658. "type": "string",
  16659. "example": "手续费"
  16660. },
  16661. "title": {
  16662. "type": "string",
  16663. "example": "标题"
  16664. },
  16665. "transfer_type": {
  16666. "description": "转账类型",
  16667. "type": "integer"
  16668. },
  16669. "uid": {
  16670. "description": "用户 ID",
  16671. "type": "integer"
  16672. },
  16673. "update_at": {
  16674. "type": "string",
  16675. "example": "更新时间"
  16676. }
  16677. }
  16678. },
  16679. "md.VideoBaseData": {
  16680. "type": "object",
  16681. "properties": {
  16682. "interval": {
  16683. "type": "string",
  16684. "example": "领取间隔 秒"
  16685. },
  16686. "reward": {
  16687. "type": "string",
  16688. "example": "单次奖励"
  16689. },
  16690. "timer": {
  16691. "type": "string",
  16692. "example": "观看X秒奖励"
  16693. },
  16694. "total": {
  16695. "type": "string",
  16696. "example": "可领取总次数"
  16697. }
  16698. }
  16699. },
  16700. "md.VideoRewardSetting": {
  16701. "type": "object",
  16702. "properties": {
  16703. "video_reward_is_open": {
  16704. "description": "视频奖励是否开启(1:开启 0:关闭)",
  16705. "type": "integer"
  16706. },
  16707. "video_reward_system": {
  16708. "description": "视频奖励机制",
  16709. "allOf": [
  16710. {
  16711. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  16712. }
  16713. ]
  16714. }
  16715. }
  16716. },
  16717. "md.VideoRewardSystemStruct": {
  16718. "type": "object",
  16719. "properties": {
  16720. "each_round_hour": {
  16721. "description": "每一轮X个小时",
  16722. "type": "string"
  16723. },
  16724. "interval_minutes": {
  16725. "description": "间隔X秒",
  16726. "type": "string"
  16727. },
  16728. "reward_total_num": {
  16729. "description": "一共X个奖励视屏",
  16730. "type": "string"
  16731. },
  16732. "reward_value": {
  16733. "description": "奖励X个活跃积分",
  16734. "type": "string"
  16735. }
  16736. }
  16737. },
  16738. "md.VipEquitySettingNode": {
  16739. "type": "object",
  16740. "properties": {
  16741. "dividend_ratio": {
  16742. "description": "分红比例",
  16743. "type": "string"
  16744. },
  16745. "exchange_account_balance_fee": {
  16746. "description": "兑换余额手续费",
  16747. "type": "string"
  16748. },
  16749. "vip_level_id": {
  16750. "description": "会员等级ID",
  16751. "type": "string"
  16752. },
  16753. "vip_level_name": {
  16754. "description": "会员等级名称",
  16755. "type": "string"
  16756. }
  16757. }
  16758. },
  16759. "md.VirtualCoin": {
  16760. "type": "object",
  16761. "properties": {
  16762. "create_at": {
  16763. "type": "string"
  16764. },
  16765. "exchange_ratio": {
  16766. "description": "兑换比例(与金额)",
  16767. "type": "string",
  16768. "example": "兑换比例(与金额)"
  16769. },
  16770. "id": {
  16771. "type": "integer"
  16772. },
  16773. "is_use": {
  16774. "description": "是否开启: 0否 1是",
  16775. "type": "integer"
  16776. },
  16777. "name": {
  16778. "description": "名称",
  16779. "type": "string"
  16780. },
  16781. "update_at": {
  16782. "type": "string"
  16783. }
  16784. }
  16785. },
  16786. "md.VirtualCoinDetailNode": {
  16787. "type": "object",
  16788. "properties": {
  16789. "after_amount": {
  16790. "description": "变更后积分余额",
  16791. "type": "string"
  16792. },
  16793. "amount": {
  16794. "description": "变更数量",
  16795. "type": "string"
  16796. },
  16797. "create_at": {
  16798. "description": "创建时间",
  16799. "type": "string"
  16800. },
  16801. "direction": {
  16802. "description": "类型 1.收入 2.支出",
  16803. "type": "integer"
  16804. },
  16805. "uid": {
  16806. "description": "用户 ID",
  16807. "type": "integer"
  16808. }
  16809. }
  16810. },
  16811. "md.VirtualCoinListNode": {
  16812. "type": "object",
  16813. "properties": {
  16814. "coin_id": {
  16815. "description": "货币类型 ID",
  16816. "type": "integer"
  16817. },
  16818. "kind": {
  16819. "description": "货币序号",
  16820. "type": "integer"
  16821. },
  16822. "name": {
  16823. "type": "string",
  16824. "example": "货币类型名称"
  16825. }
  16826. }
  16827. },
  16828. "md.WebsiteInfoResp": {
  16829. "type": "object",
  16830. "properties": {
  16831. "android_down_url": {
  16832. "type": "string"
  16833. },
  16834. "ios_down_url": {
  16835. "type": "string"
  16836. },
  16837. "seo_logo": {
  16838. "type": "string"
  16839. },
  16840. "seo_title": {
  16841. "type": "string",
  16842. "example": "seo"
  16843. },
  16844. "web_logo": {
  16845. "type": "string"
  16846. }
  16847. }
  16848. },
  16849. "md.WithdrawApplyAuditReq": {
  16850. "type": "object",
  16851. "required": [
  16852. "audit_state",
  16853. "reason",
  16854. "withdraw_apply_id"
  16855. ],
  16856. "properties": {
  16857. "audit_state": {
  16858. "description": "审核状态(1:同意 2:拒绝)",
  16859. "type": "integer"
  16860. },
  16861. "reason": {
  16862. "description": "审核失败(驳回理由)",
  16863. "type": "integer"
  16864. },
  16865. "withdraw_apply_id": {
  16866. "description": "提现申请id",
  16867. "type": "integer"
  16868. }
  16869. }
  16870. },
  16871. "md.WithdrawFeeSetStruct": {
  16872. "type": "object",
  16873. "properties": {
  16874. "duration": {
  16875. "description": "类型 (1.固定金额 2.固定比例)",
  16876. "type": "integer"
  16877. },
  16878. "value": {
  16879. "description": "具体值",
  16880. "type": "integer"
  16881. }
  16882. }
  16883. },
  16884. "md.WithdrawFrequencySettingStruct": {
  16885. "type": "object",
  16886. "properties": {
  16887. "duration": {
  16888. "description": "周期 (1.天 2.周 3.月)",
  16889. "type": "integer"
  16890. },
  16891. "num": {
  16892. "description": "周期数",
  16893. "type": "array",
  16894. "items": {
  16895. "type": "string"
  16896. }
  16897. }
  16898. }
  16899. },
  16900. "md.WithdrawTimeIntervalStruct": {
  16901. "type": "object",
  16902. "properties": {
  16903. "end_at": {
  16904. "type": "string"
  16905. },
  16906. "start_at": {
  16907. "type": "string"
  16908. }
  16909. }
  16910. },
  16911. "model.EggEnergyUserEggIndexWeight": {
  16912. "type": "object",
  16913. "properties": {
  16914. "account_balance_exchange_egg_energy_nums": {
  16915. "type": "string"
  16916. },
  16917. "browse_interface_nums": {
  16918. "type": "string"
  16919. },
  16920. "college_learning_nums": {
  16921. "type": "string"
  16922. },
  16923. "create_at": {
  16924. "type": "string"
  16925. },
  16926. "ecpm": {
  16927. "type": "string"
  16928. },
  16929. "egg_energy_exchange_account_balance": {
  16930. "type": "string"
  16931. },
  16932. "forum_comments_nums": {
  16933. "type": "string"
  16934. },
  16935. "id": {
  16936. "type": "integer"
  16937. },
  16938. "im_activity_nums": {
  16939. "type": "string"
  16940. },
  16941. "invite_user_nums": {
  16942. "type": "string"
  16943. },
  16944. "person_add_activity_value": {
  16945. "type": "string"
  16946. },
  16947. "send_circle_of_friend_nums": {
  16948. "type": "string"
  16949. },
  16950. "send_red_package_nums": {
  16951. "type": "string"
  16952. },
  16953. "sign_in_nums": {
  16954. "type": "string"
  16955. },
  16956. "team_activity_nums": {
  16957. "type": "string"
  16958. },
  16959. "update_at": {
  16960. "type": "string"
  16961. },
  16962. "violate_nums": {
  16963. "type": "string"
  16964. }
  16965. }
  16966. },
  16967. "model.PlatformActiveData": {
  16968. "type": "object",
  16969. "properties": {
  16970. "date": {
  16971. "type": "string"
  16972. },
  16973. "id": {
  16974. "type": "integer"
  16975. },
  16976. "new_user_count": {
  16977. "type": "integer"
  16978. },
  16979. "user_sign_in_count": {
  16980. "type": "integer"
  16981. },
  16982. "withdraw_amount_count": {
  16983. "type": "string"
  16984. },
  16985. "withdraw_user_count": {
  16986. "type": "integer"
  16987. }
  16988. }
  16989. },
  16990. "model.UserLevelTask": {
  16991. "type": "object",
  16992. "properties": {
  16993. "active_days": {
  16994. "type": "integer"
  16995. },
  16996. "create_at": {
  16997. "type": "string"
  16998. },
  16999. "finish_count": {
  17000. "type": "integer"
  17001. },
  17002. "id": {
  17003. "type": "integer"
  17004. },
  17005. "is_must_task": {
  17006. "type": "integer"
  17007. },
  17008. "level_id": {
  17009. "type": "integer"
  17010. },
  17011. "task_type": {
  17012. "type": "integer"
  17013. },
  17014. "task_type_level_id": {
  17015. "type": "integer"
  17016. },
  17017. "update_at": {
  17018. "type": "string"
  17019. },
  17020. "within_days": {
  17021. "type": "integer"
  17022. }
  17023. }
  17024. },
  17025. "setCenter.WebBasicReq": {
  17026. "type": "object",
  17027. "properties": {
  17028. "android_down_url": {
  17029. "type": "string"
  17030. },
  17031. "ios_down_url": {
  17032. "type": "string"
  17033. },
  17034. "seo_logo": {
  17035. "type": "string"
  17036. },
  17037. "seo_title": {
  17038. "type": "string"
  17039. },
  17040. "wap_host": {
  17041. "type": "string",
  17042. "example": "h5域名"
  17043. },
  17044. "web_logo": {
  17045. "type": "string"
  17046. }
  17047. }
  17048. },
  17049. "setCenter.WebBasicResp": {
  17050. "type": "object",
  17051. "properties": {
  17052. "android_down_url": {
  17053. "type": "string"
  17054. },
  17055. "ios_down_url": {
  17056. "type": "string"
  17057. },
  17058. "seo_logo": {
  17059. "type": "string"
  17060. },
  17061. "seo_logo_url": {
  17062. "type": "string"
  17063. },
  17064. "seo_title": {
  17065. "type": "string"
  17066. },
  17067. "wap_host": {
  17068. "type": "string",
  17069. "example": "h5域名"
  17070. },
  17071. "web_logo": {
  17072. "type": "string"
  17073. },
  17074. "web_logo_url": {
  17075. "type": "string"
  17076. }
  17077. }
  17078. }
  17079. },
  17080. "securityDefinitions": {
  17081. "MasterID": {
  17082. "type": "apiKey",
  17083. "name": "MasterID",
  17084. "in": "header"
  17085. }
  17086. }
  17087. }