蛋蛋星球 后台端
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 

15886 Zeilen
542 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/advertising/del": {
  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.AdvertisingDelReq"
  48. }
  49. }
  50. ],
  51. "responses": {
  52. "200": {
  53. "description": "具体数据",
  54. "schema": {
  55. "type": "string"
  56. }
  57. },
  58. "400": {
  59. "description": "具体错误",
  60. "schema": {
  61. "$ref": "#/definitions/md.Response"
  62. }
  63. }
  64. }
  65. }
  66. },
  67. "/api/advertising/function/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/list": {
  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.AdvertisingFunctionListReq"
  142. }
  143. }
  144. ],
  145. "responses": {
  146. "200": {
  147. "description": "具体数据",
  148. "schema": {
  149. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  150. }
  151. },
  152. "400": {
  153. "description": "具体错误",
  154. "schema": {
  155. "$ref": "#/definitions/md.Response"
  156. }
  157. }
  158. }
  159. }
  160. },
  161. "/api/advertising/function/save": {
  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.AdvertisingFunctionList"
  189. }
  190. }
  191. ],
  192. "responses": {
  193. "200": {
  194. "description": "具体数据",
  195. "schema": {
  196. "type": "string"
  197. }
  198. },
  199. "400": {
  200. "description": "具体错误",
  201. "schema": {
  202. "$ref": "#/definitions/md.Response"
  203. }
  204. }
  205. }
  206. }
  207. },
  208. "/api/advertising/getBasic": {
  209. "get": {
  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. "responses": {
  231. "200": {
  232. "description": "具体数据",
  233. "schema": {
  234. "$ref": "#/definitions/md.AdvertisingBaseResp"
  235. }
  236. },
  237. "400": {
  238. "description": "具体错误",
  239. "schema": {
  240. "$ref": "#/definitions/md.Response"
  241. }
  242. }
  243. }
  244. }
  245. },
  246. "/api/advertising/getLimit": {
  247. "get": {
  248. "description": "广告管理-广告设置-信息",
  249. "consumes": [
  250. "application/json"
  251. ],
  252. "produces": [
  253. "application/json"
  254. ],
  255. "tags": [
  256. "广告管理"
  257. ],
  258. "summary": "广告管理-广告设置-信息",
  259. "parameters": [
  260. {
  261. "type": "string",
  262. "description": "验证参数Bearer和token空格拼接",
  263. "name": "Authorization",
  264. "in": "header",
  265. "required": true
  266. }
  267. ],
  268. "responses": {
  269. "200": {
  270. "description": "具体数据",
  271. "schema": {
  272. "$ref": "#/definitions/md.AdvertisingLimit"
  273. }
  274. },
  275. "400": {
  276. "description": "具体错误",
  277. "schema": {
  278. "$ref": "#/definitions/md.Response"
  279. }
  280. }
  281. }
  282. }
  283. },
  284. "/api/advertising/list": {
  285. "post": {
  286. "description": "广告管理-广告列表",
  287. "consumes": [
  288. "application/json"
  289. ],
  290. "produces": [
  291. "application/json"
  292. ],
  293. "tags": [
  294. "广告管理"
  295. ],
  296. "summary": "广告管理-广告列表",
  297. "parameters": [
  298. {
  299. "type": "string",
  300. "description": "验证参数Bearer和token空格拼接",
  301. "name": "Authorization",
  302. "in": "header",
  303. "required": true
  304. },
  305. {
  306. "description": "(分页信息必填)",
  307. "name": "req",
  308. "in": "body",
  309. "required": true,
  310. "schema": {
  311. "$ref": "#/definitions/md.AdvertisingListReq"
  312. }
  313. }
  314. ],
  315. "responses": {
  316. "200": {
  317. "description": "具体数据",
  318. "schema": {
  319. "$ref": "#/definitions/md.AdvertisingListResp"
  320. }
  321. },
  322. "400": {
  323. "description": "具体错误",
  324. "schema": {
  325. "$ref": "#/definitions/md.Response"
  326. }
  327. }
  328. }
  329. }
  330. },
  331. "/api/advertising/save": {
  332. "post": {
  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. "description": "(分页信息必填)",
  354. "name": "req",
  355. "in": "body",
  356. "required": true,
  357. "schema": {
  358. "$ref": "#/definitions/md.AdvertisingSaveReq"
  359. }
  360. }
  361. ],
  362. "responses": {
  363. "200": {
  364. "description": "具体数据",
  365. "schema": {
  366. "type": "string"
  367. }
  368. },
  369. "400": {
  370. "description": "具体错误",
  371. "schema": {
  372. "$ref": "#/definitions/md.Response"
  373. }
  374. }
  375. }
  376. }
  377. },
  378. "/api/advertising/setBasic": {
  379. "post": {
  380. "description": "广告管理-基础设置-信息保存",
  381. "consumes": [
  382. "application/json"
  383. ],
  384. "produces": [
  385. "application/json"
  386. ],
  387. "tags": [
  388. "广告管理"
  389. ],
  390. "summary": "广告管理-基础设置-信息保存",
  391. "parameters": [
  392. {
  393. "type": "string",
  394. "description": "验证参数Bearer和token空格拼接",
  395. "name": "Authorization",
  396. "in": "header",
  397. "required": true
  398. },
  399. {
  400. "description": "(分页信息必填)",
  401. "name": "req",
  402. "in": "body",
  403. "required": true,
  404. "schema": {
  405. "$ref": "#/definitions/md.AdvertisingBase"
  406. }
  407. }
  408. ],
  409. "responses": {
  410. "200": {
  411. "description": "具体数据",
  412. "schema": {
  413. "type": "string"
  414. }
  415. },
  416. "400": {
  417. "description": "具体错误",
  418. "schema": {
  419. "$ref": "#/definitions/md.Response"
  420. }
  421. }
  422. }
  423. }
  424. },
  425. "/api/advertising/setLimit": {
  426. "post": {
  427. "description": "广告管理-广告设置-信息保存",
  428. "consumes": [
  429. "application/json"
  430. ],
  431. "produces": [
  432. "application/json"
  433. ],
  434. "tags": [
  435. "广告管理"
  436. ],
  437. "summary": "广告管理-广告设置-信息保存",
  438. "parameters": [
  439. {
  440. "type": "string",
  441. "description": "验证参数Bearer和token空格拼接",
  442. "name": "Authorization",
  443. "in": "header",
  444. "required": true
  445. },
  446. {
  447. "description": "(分页信息必填)",
  448. "name": "req",
  449. "in": "body",
  450. "required": true,
  451. "schema": {
  452. "$ref": "#/definitions/md.AdvertisingLimit"
  453. }
  454. }
  455. ],
  456. "responses": {
  457. "200": {
  458. "description": "具体数据",
  459. "schema": {
  460. "type": "string"
  461. }
  462. },
  463. "400": {
  464. "description": "具体错误",
  465. "schema": {
  466. "$ref": "#/definitions/md.Response"
  467. }
  468. }
  469. }
  470. }
  471. },
  472. "/api/article/cate/del": {
  473. "post": {
  474. "description": "分类列表-分类删除",
  475. "consumes": [
  476. "application/json"
  477. ],
  478. "produces": [
  479. "application/json"
  480. ],
  481. "tags": [
  482. "文章资讯"
  483. ],
  484. "summary": "文章资讯-分类列表-分类删除",
  485. "parameters": [
  486. {
  487. "type": "string",
  488. "description": "验证参数Bearer和token空格拼接",
  489. "name": "Authorization",
  490. "in": "header",
  491. "required": true
  492. },
  493. {
  494. "description": "(分页信息必填)",
  495. "name": "req",
  496. "in": "body",
  497. "required": true,
  498. "schema": {
  499. "$ref": "#/definitions/md.ArticleCateDelReq"
  500. }
  501. }
  502. ],
  503. "responses": {
  504. "200": {
  505. "description": "具体数据",
  506. "schema": {
  507. "type": "string"
  508. }
  509. },
  510. "400": {
  511. "description": "具体错误",
  512. "schema": {
  513. "$ref": "#/definitions/md.Response"
  514. }
  515. }
  516. }
  517. }
  518. },
  519. "/api/article/cate/list": {
  520. "post": {
  521. "description": "分类列表",
  522. "consumes": [
  523. "application/json"
  524. ],
  525. "produces": [
  526. "application/json"
  527. ],
  528. "tags": [
  529. "文章资讯"
  530. ],
  531. "summary": "文章资讯-分类列表",
  532. "parameters": [
  533. {
  534. "type": "string",
  535. "description": "验证参数Bearer和token空格拼接",
  536. "name": "Authorization",
  537. "in": "header",
  538. "required": true
  539. },
  540. {
  541. "description": "(分页信息必填)",
  542. "name": "req",
  543. "in": "body",
  544. "required": true,
  545. "schema": {
  546. "$ref": "#/definitions/md.ArticleCateListReq"
  547. }
  548. }
  549. ],
  550. "responses": {
  551. "200": {
  552. "description": "具体数据",
  553. "schema": {
  554. "$ref": "#/definitions/md.ArticleCateListResp"
  555. }
  556. },
  557. "400": {
  558. "description": "具体错误",
  559. "schema": {
  560. "$ref": "#/definitions/md.Response"
  561. }
  562. }
  563. }
  564. }
  565. },
  566. "/api/article/cate/save": {
  567. "post": {
  568. "description": "分类列表-分类保存",
  569. "consumes": [
  570. "application/json"
  571. ],
  572. "produces": [
  573. "application/json"
  574. ],
  575. "tags": [
  576. "文章资讯"
  577. ],
  578. "summary": "文章资讯-分类列表-分类保存",
  579. "parameters": [
  580. {
  581. "type": "string",
  582. "description": "验证参数Bearer和token空格拼接",
  583. "name": "Authorization",
  584. "in": "header",
  585. "required": true
  586. },
  587. {
  588. "description": "(分页信息必填)",
  589. "name": "req",
  590. "in": "body",
  591. "required": true,
  592. "schema": {
  593. "$ref": "#/definitions/md.ArticleCateSaveReq"
  594. }
  595. }
  596. ],
  597. "responses": {
  598. "200": {
  599. "description": "具体数据",
  600. "schema": {
  601. "type": "string"
  602. }
  603. },
  604. "400": {
  605. "description": "具体错误",
  606. "schema": {
  607. "$ref": "#/definitions/md.Response"
  608. }
  609. }
  610. }
  611. }
  612. },
  613. "/api/article/content/del": {
  614. "post": {
  615. "description": "文章列表-文章删除",
  616. "consumes": [
  617. "application/json"
  618. ],
  619. "produces": [
  620. "application/json"
  621. ],
  622. "tags": [
  623. "文章资讯"
  624. ],
  625. "summary": "文章资讯-文章列表-文章删除",
  626. "parameters": [
  627. {
  628. "type": "string",
  629. "description": "验证参数Bearer和token空格拼接",
  630. "name": "Authorization",
  631. "in": "header",
  632. "required": true
  633. },
  634. {
  635. "description": "(分页信息必填)",
  636. "name": "req",
  637. "in": "body",
  638. "required": true,
  639. "schema": {
  640. "$ref": "#/definitions/md.ArticleDelReq"
  641. }
  642. }
  643. ],
  644. "responses": {
  645. "200": {
  646. "description": "具体数据",
  647. "schema": {
  648. "type": "string"
  649. }
  650. },
  651. "400": {
  652. "description": "具体错误",
  653. "schema": {
  654. "$ref": "#/definitions/md.Response"
  655. }
  656. }
  657. }
  658. }
  659. },
  660. "/api/article/content/list": {
  661. "post": {
  662. "description": "文章列表",
  663. "consumes": [
  664. "application/json"
  665. ],
  666. "produces": [
  667. "application/json"
  668. ],
  669. "tags": [
  670. "文章资讯"
  671. ],
  672. "summary": "文章资讯-文章列表",
  673. "parameters": [
  674. {
  675. "type": "string",
  676. "description": "验证参数Bearer和token空格拼接",
  677. "name": "Authorization",
  678. "in": "header",
  679. "required": true
  680. },
  681. {
  682. "description": "(分页信息必填)",
  683. "name": "req",
  684. "in": "body",
  685. "required": true,
  686. "schema": {
  687. "$ref": "#/definitions/md.ArticleListReq"
  688. }
  689. }
  690. ],
  691. "responses": {
  692. "200": {
  693. "description": "具体数据",
  694. "schema": {
  695. "$ref": "#/definitions/md.ArticleListResp"
  696. }
  697. },
  698. "400": {
  699. "description": "具体错误",
  700. "schema": {
  701. "$ref": "#/definitions/md.Response"
  702. }
  703. }
  704. }
  705. }
  706. },
  707. "/api/article/content/save": {
  708. "post": {
  709. "description": "文章列表-文章保存",
  710. "consumes": [
  711. "application/json"
  712. ],
  713. "produces": [
  714. "application/json"
  715. ],
  716. "tags": [
  717. "文章资讯"
  718. ],
  719. "summary": "文章资讯-文章列表-文章保存",
  720. "parameters": [
  721. {
  722. "type": "string",
  723. "description": "验证参数Bearer和token空格拼接",
  724. "name": "Authorization",
  725. "in": "header",
  726. "required": true
  727. },
  728. {
  729. "description": "(分页信息必填)",
  730. "name": "req",
  731. "in": "body",
  732. "required": true,
  733. "schema": {
  734. "$ref": "#/definitions/md.ArticleSaveReq"
  735. }
  736. }
  737. ],
  738. "responses": {
  739. "200": {
  740. "description": "具体数据",
  741. "schema": {
  742. "type": "string"
  743. }
  744. },
  745. "400": {
  746. "description": "具体错误",
  747. "schema": {
  748. "$ref": "#/definitions/md.Response"
  749. }
  750. }
  751. }
  752. }
  753. },
  754. "/api/cloudBundle/audit/clear": {
  755. "post": {
  756. "description": "云打包-云打包-清除审核模板",
  757. "consumes": [
  758. "application/json"
  759. ],
  760. "produces": [
  761. "application/json"
  762. ],
  763. "tags": [
  764. "云打包"
  765. ],
  766. "summary": "云打包-云打包-清除审核模板",
  767. "parameters": [
  768. {
  769. "type": "string",
  770. "description": "验证参数Bearer和token空格拼接",
  771. "name": "Authorization",
  772. "in": "header",
  773. "required": true
  774. },
  775. {
  776. "description": "(分页信息必填)",
  777. "name": "req",
  778. "in": "body",
  779. "required": true,
  780. "schema": {
  781. "$ref": "#/definitions/md.AuditClearReq"
  782. }
  783. }
  784. ],
  785. "responses": {
  786. "200": {
  787. "description": "具体数据",
  788. "schema": {
  789. "type": "string"
  790. }
  791. },
  792. "400": {
  793. "description": "具体错误",
  794. "schema": {
  795. "$ref": "#/definitions/md.Response"
  796. }
  797. }
  798. }
  799. }
  800. },
  801. "/api/cloudBundle/audit/set": {
  802. "post": {
  803. "description": "云打包-云打包-设置为审核模板",
  804. "consumes": [
  805. "application/json"
  806. ],
  807. "produces": [
  808. "application/json"
  809. ],
  810. "tags": [
  811. "云打包"
  812. ],
  813. "summary": "云打包-云打包-设置为审核模板",
  814. "parameters": [
  815. {
  816. "type": "string",
  817. "description": "验证参数Bearer和token空格拼接",
  818. "name": "Authorization",
  819. "in": "header",
  820. "required": true
  821. },
  822. {
  823. "description": "(分页信息必填)",
  824. "name": "req",
  825. "in": "body",
  826. "required": true,
  827. "schema": {
  828. "$ref": "#/definitions/md.CommReq"
  829. }
  830. }
  831. ],
  832. "responses": {
  833. "200": {
  834. "description": "具体数据",
  835. "schema": {
  836. "type": "string"
  837. }
  838. },
  839. "400": {
  840. "description": "具体错误",
  841. "schema": {
  842. "$ref": "#/definitions/md.Response"
  843. }
  844. }
  845. }
  846. }
  847. },
  848. "/api/cloudBundle/base": {
  849. "get": {
  850. "description": "打包机使用-云打包基本信息",
  851. "consumes": [
  852. "application/json"
  853. ],
  854. "produces": [
  855. "application/json"
  856. ],
  857. "tags": [
  858. "打包机使用"
  859. ],
  860. "summary": "打包机使用-云打包基本信息",
  861. "parameters": [
  862. {
  863. "type": "string",
  864. "description": "验证参数Bearer和token空格拼接",
  865. "name": "Authorization",
  866. "in": "header",
  867. "required": true
  868. }
  869. ],
  870. "responses": {
  871. "200": {
  872. "description": "具体数据",
  873. "schema": {
  874. "$ref": "#/definitions/md.CloudBundleBaseResp"
  875. }
  876. },
  877. "400": {
  878. "description": "具体错误",
  879. "schema": {
  880. "$ref": "#/definitions/md.Response"
  881. }
  882. }
  883. }
  884. }
  885. },
  886. "/api/cloudBundle/build": {
  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.CloudBundleBuildReq"
  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/del": {
  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.CloudBundleDelReq"
  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/img/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.CloudBundleImgResp"
  1007. }
  1008. },
  1009. "400": {
  1010. "description": "具体错误",
  1011. "schema": {
  1012. "$ref": "#/definitions/md.Response"
  1013. }
  1014. }
  1015. }
  1016. }
  1017. },
  1018. "/api/cloudBundle/img/base/save": {
  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.CloudBundleImgResp"
  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/list": {
  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.CloudBundleReq"
  1093. }
  1094. }
  1095. ],
  1096. "responses": {
  1097. "200": {
  1098. "description": "具体数据",
  1099. "schema": {
  1100. "$ref": "#/definitions/md.CloudBundleResp"
  1101. }
  1102. },
  1103. "400": {
  1104. "description": "具体错误",
  1105. "schema": {
  1106. "$ref": "#/definitions/md.Response"
  1107. }
  1108. }
  1109. }
  1110. }
  1111. },
  1112. "/api/cloudBundle/update/state": {
  1113. "post": {
  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. "description": "(分页信息必填)",
  1135. "name": "req",
  1136. "in": "body",
  1137. "required": true,
  1138. "schema": {
  1139. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  1140. }
  1141. }
  1142. ],
  1143. "responses": {
  1144. "200": {
  1145. "description": "具体数据",
  1146. "schema": {
  1147. "type": "string"
  1148. }
  1149. },
  1150. "400": {
  1151. "description": "具体错误",
  1152. "schema": {
  1153. "$ref": "#/definitions/md.Response"
  1154. }
  1155. }
  1156. }
  1157. }
  1158. },
  1159. "/api/cloudBundle/upload": {
  1160. "post": {
  1161. "description": "打包机使用-云打包-上传许可链接(获取)",
  1162. "consumes": [
  1163. "application/json"
  1164. ],
  1165. "produces": [
  1166. "application/json"
  1167. ],
  1168. "tags": [
  1169. "打包机使用"
  1170. ],
  1171. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1172. "parameters": [
  1173. {
  1174. "type": "string",
  1175. "description": "验证参数Bearer和token空格拼接",
  1176. "name": "Authorization",
  1177. "in": "header",
  1178. "required": true
  1179. },
  1180. {
  1181. "description": "签名上传url",
  1182. "name": "req",
  1183. "in": "body",
  1184. "required": true,
  1185. "schema": {
  1186. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1187. }
  1188. }
  1189. ],
  1190. "responses": {
  1191. "200": {
  1192. "description": "许可链接",
  1193. "schema": {
  1194. "type": "string"
  1195. }
  1196. },
  1197. "400": {
  1198. "description": "具体错误",
  1199. "schema": {
  1200. "$ref": "#/definitions/md.Response"
  1201. }
  1202. }
  1203. }
  1204. }
  1205. },
  1206. "/api/cloudBundle/version/base": {
  1207. "get": {
  1208. "description": "云打包-图片配置",
  1209. "consumes": [
  1210. "application/json"
  1211. ],
  1212. "produces": [
  1213. "application/json"
  1214. ],
  1215. "tags": [
  1216. "云打包"
  1217. ],
  1218. "summary": "云打包-云打包-图片配置",
  1219. "parameters": [
  1220. {
  1221. "type": "string",
  1222. "description": "验证参数Bearer和token空格拼接",
  1223. "name": "Authorization",
  1224. "in": "header",
  1225. "required": true
  1226. }
  1227. ],
  1228. "responses": {
  1229. "200": {
  1230. "description": "具体数据",
  1231. "schema": {
  1232. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1233. }
  1234. },
  1235. "400": {
  1236. "description": "具体错误",
  1237. "schema": {
  1238. "$ref": "#/definitions/md.Response"
  1239. }
  1240. }
  1241. }
  1242. }
  1243. },
  1244. "/api/cloudBundle/version/base/save": {
  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.CloudBundleVersion"
  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/comm/adminInfo": {
  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. "responses": {
  1314. "200": {
  1315. "description": "管理员信息",
  1316. "schema": {
  1317. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1318. }
  1319. },
  1320. "400": {
  1321. "description": "具体错误",
  1322. "schema": {
  1323. "$ref": "#/definitions/md.Response"
  1324. }
  1325. }
  1326. }
  1327. }
  1328. },
  1329. "/api/comm/getMenuList": {
  1330. "post": {
  1331. "description": "菜单栏列表(获取)",
  1332. "consumes": [
  1333. "application/json"
  1334. ],
  1335. "produces": [
  1336. "application/json"
  1337. ],
  1338. "tags": [
  1339. "权限列表"
  1340. ],
  1341. "summary": "通用请求-权限列表-菜单栏列表(获取)",
  1342. "parameters": [
  1343. {
  1344. "type": "string",
  1345. "description": "验证参数Bearer和token空格拼接",
  1346. "name": "Authorization",
  1347. "in": "header",
  1348. "required": true
  1349. }
  1350. ],
  1351. "responses": {
  1352. "200": {
  1353. "description": "具体路由",
  1354. "schema": {
  1355. "type": "object",
  1356. "additionalProperties": true
  1357. }
  1358. },
  1359. "400": {
  1360. "description": "具体错误",
  1361. "schema": {
  1362. "$ref": "#/definitions/md.Response"
  1363. }
  1364. }
  1365. }
  1366. }
  1367. },
  1368. "/api/comm/getOssUrl": {
  1369. "post": {
  1370. "description": "上传许可链接(获取)",
  1371. "consumes": [
  1372. "application/json"
  1373. ],
  1374. "produces": [
  1375. "application/json"
  1376. ],
  1377. "tags": [
  1378. "对象存储"
  1379. ],
  1380. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1381. "parameters": [
  1382. {
  1383. "type": "string",
  1384. "description": "验证参数Bearer和token空格拼接",
  1385. "name": "Authorization",
  1386. "in": "header",
  1387. "required": true
  1388. },
  1389. {
  1390. "description": "签名上传url",
  1391. "name": "req",
  1392. "in": "body",
  1393. "required": true,
  1394. "schema": {
  1395. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1396. }
  1397. }
  1398. ],
  1399. "responses": {
  1400. "200": {
  1401. "description": "许可链接",
  1402. "schema": {
  1403. "type": "string"
  1404. }
  1405. },
  1406. "400": {
  1407. "description": "具体错误",
  1408. "schema": {
  1409. "$ref": "#/definitions/md.Response"
  1410. }
  1411. }
  1412. }
  1413. }
  1414. },
  1415. "/api/config": {
  1416. "get": {
  1417. "description": "基本配置",
  1418. "consumes": [
  1419. "application/json"
  1420. ],
  1421. "produces": [
  1422. "application/json"
  1423. ],
  1424. "tags": [
  1425. "基本配置"
  1426. ],
  1427. "summary": "基本配置",
  1428. "parameters": [
  1429. {
  1430. "type": "string",
  1431. "description": "验证参数Bearer和token空格拼接",
  1432. "name": "Authorization",
  1433. "in": "header",
  1434. "required": true
  1435. }
  1436. ],
  1437. "responses": {
  1438. "200": {
  1439. "description": "具体数据",
  1440. "schema": {
  1441. "$ref": "#/definitions/md.ConfigResp"
  1442. }
  1443. },
  1444. "400": {
  1445. "description": "具体错误",
  1446. "schema": {
  1447. "$ref": "#/definitions/md.Response"
  1448. }
  1449. }
  1450. }
  1451. }
  1452. },
  1453. "/api/demo": {
  1454. "post": {
  1455. "description": "Demo样例测试",
  1456. "consumes": [
  1457. "application/json"
  1458. ],
  1459. "produces": [
  1460. "application/json"
  1461. ],
  1462. "tags": [
  1463. "Demo"
  1464. ],
  1465. "summary": "Demo测试",
  1466. "parameters": [
  1467. {
  1468. "description": "用户名密码",
  1469. "name": "req",
  1470. "in": "body",
  1471. "required": true,
  1472. "schema": {}
  1473. }
  1474. ],
  1475. "responses": {
  1476. "200": {
  1477. "description": "token",
  1478. "schema": {
  1479. "type": "object",
  1480. "additionalProperties": true
  1481. }
  1482. },
  1483. "400": {
  1484. "description": "具体错误",
  1485. "schema": {
  1486. "$ref": "#/definitions/md.Response"
  1487. }
  1488. }
  1489. }
  1490. }
  1491. },
  1492. "/api/financialCenter/withdraw/applyList": {
  1493. "post": {
  1494. "description": "提现申请列表(获取)",
  1495. "consumes": [
  1496. "application/json"
  1497. ],
  1498. "produces": [
  1499. "application/json"
  1500. ],
  1501. "tags": [
  1502. "提现"
  1503. ],
  1504. "summary": "财务中心-提现-提现申请列表(获取)",
  1505. "parameters": [
  1506. {
  1507. "type": "string",
  1508. "description": "验证参数Bearer和token空格拼接",
  1509. "name": "Authorization",
  1510. "in": "header",
  1511. "required": true
  1512. },
  1513. {
  1514. "description": "筛选条件",
  1515. "name": "req",
  1516. "in": "body",
  1517. "schema": {
  1518. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1519. }
  1520. }
  1521. ],
  1522. "responses": {
  1523. "200": {
  1524. "description": "具体数据",
  1525. "schema": {
  1526. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1527. }
  1528. },
  1529. "400": {
  1530. "description": "具体错误",
  1531. "schema": {
  1532. "$ref": "#/definitions/md.Response"
  1533. }
  1534. }
  1535. }
  1536. }
  1537. },
  1538. "/api/financialCenter/withdraw/audit": {
  1539. "post": {
  1540. "description": "提现审核",
  1541. "consumes": [
  1542. "application/json"
  1543. ],
  1544. "produces": [
  1545. "application/json"
  1546. ],
  1547. "tags": [
  1548. "提现"
  1549. ],
  1550. "summary": "财务中心-提现-审核",
  1551. "parameters": [
  1552. {
  1553. "type": "string",
  1554. "description": "验证参数Bearer和token空格拼接",
  1555. "name": "Authorization",
  1556. "in": "header",
  1557. "required": true
  1558. },
  1559. {
  1560. "description": "筛选条件",
  1561. "name": "req",
  1562. "in": "body",
  1563. "schema": {
  1564. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1565. }
  1566. }
  1567. ],
  1568. "responses": {
  1569. "200": {
  1570. "description": "success",
  1571. "schema": {
  1572. "type": "string"
  1573. }
  1574. },
  1575. "400": {
  1576. "description": "具体错误",
  1577. "schema": {
  1578. "$ref": "#/definitions/md.Response"
  1579. }
  1580. }
  1581. }
  1582. }
  1583. },
  1584. "/api/financialCenter/withdraw/setting": {
  1585. "get": {
  1586. "description": "基础设置(获取)",
  1587. "consumes": [
  1588. "application/json"
  1589. ],
  1590. "produces": [
  1591. "application/json"
  1592. ],
  1593. "tags": [
  1594. "提现"
  1595. ],
  1596. "summary": "财务中心-提现-基础设置(获取)",
  1597. "parameters": [
  1598. {
  1599. "type": "string",
  1600. "description": "验证参数Bearer和token空格拼接",
  1601. "name": "Authorization",
  1602. "in": "header",
  1603. "required": true
  1604. }
  1605. ],
  1606. "responses": {
  1607. "200": {
  1608. "description": "具体数据",
  1609. "schema": {
  1610. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1611. }
  1612. },
  1613. "400": {
  1614. "description": "具体错误",
  1615. "schema": {
  1616. "$ref": "#/definitions/md.Response"
  1617. }
  1618. }
  1619. }
  1620. }
  1621. },
  1622. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1623. "post": {
  1624. "description": "基础设置(更新)",
  1625. "consumes": [
  1626. "application/json"
  1627. ],
  1628. "produces": [
  1629. "application/json"
  1630. ],
  1631. "tags": [
  1632. "提现"
  1633. ],
  1634. "summary": "财务中心-提现-基础设置(更新)",
  1635. "parameters": [
  1636. {
  1637. "type": "string",
  1638. "description": "验证参数Bearer和token空格拼接",
  1639. "name": "Authorization",
  1640. "in": "header",
  1641. "required": true
  1642. },
  1643. {
  1644. "description": "id 必填",
  1645. "name": "req",
  1646. "in": "body",
  1647. "required": true,
  1648. "schema": {
  1649. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1650. }
  1651. }
  1652. ],
  1653. "responses": {
  1654. "200": {
  1655. "description": "修改数据条数",
  1656. "schema": {
  1657. "type": "int"
  1658. }
  1659. },
  1660. "400": {
  1661. "description": "具体错误",
  1662. "schema": {
  1663. "$ref": "#/definitions/md.Response"
  1664. }
  1665. }
  1666. }
  1667. }
  1668. },
  1669. "/api/friendCircleSettings/basic/index": {
  1670. "get": {
  1671. "description": "基础设置(获取)",
  1672. "consumes": [
  1673. "application/json"
  1674. ],
  1675. "produces": [
  1676. "application/json"
  1677. ],
  1678. "tags": [
  1679. "动态设置"
  1680. ],
  1681. "summary": "社交管理-动态设置-基础设置(获取)",
  1682. "parameters": [
  1683. {
  1684. "type": "string",
  1685. "description": "验证参数Bearer和token空格拼接",
  1686. "name": "Authorization",
  1687. "in": "header",
  1688. "required": true
  1689. }
  1690. ],
  1691. "responses": {
  1692. "200": {
  1693. "description": "具体数据",
  1694. "schema": {
  1695. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1696. }
  1697. },
  1698. "400": {
  1699. "description": "具体错误",
  1700. "schema": {
  1701. "$ref": "#/definitions/md.Response"
  1702. }
  1703. }
  1704. }
  1705. }
  1706. },
  1707. "/api/friendCircleSettings/basic/save": {
  1708. "post": {
  1709. "description": "基础设置(更新)",
  1710. "consumes": [
  1711. "application/json"
  1712. ],
  1713. "produces": [
  1714. "application/json"
  1715. ],
  1716. "tags": [
  1717. "动态设置"
  1718. ],
  1719. "summary": "社交管理-动态设置-基础设置(更新)",
  1720. "parameters": [
  1721. {
  1722. "type": "string",
  1723. "description": "验证参数Bearer和token空格拼接",
  1724. "name": "Authorization",
  1725. "in": "header",
  1726. "required": true
  1727. },
  1728. {
  1729. "description": "id 必填",
  1730. "name": "req",
  1731. "in": "body",
  1732. "required": true,
  1733. "schema": {
  1734. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1735. }
  1736. }
  1737. ],
  1738. "responses": {
  1739. "200": {
  1740. "description": "修改数据条数",
  1741. "schema": {
  1742. "type": "int"
  1743. }
  1744. },
  1745. "400": {
  1746. "description": "具体错误",
  1747. "schema": {
  1748. "$ref": "#/definitions/md.Response"
  1749. }
  1750. }
  1751. }
  1752. }
  1753. },
  1754. "/api/friendCircleSettings/blackList/add": {
  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.AddBlackListReq"
  1782. }
  1783. }
  1784. ],
  1785. "responses": {
  1786. "200": {
  1787. "description": "生成的黑名单id",
  1788. "schema": {
  1789. "type": "string"
  1790. }
  1791. },
  1792. "400": {
  1793. "description": "具体错误",
  1794. "schema": {
  1795. "$ref": "#/definitions/md.Response"
  1796. }
  1797. }
  1798. }
  1799. }
  1800. },
  1801. "/api/friendCircleSettings/blackList/del": {
  1802. "delete": {
  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. "description": "黑名单id 必填",
  1824. "name": "req",
  1825. "in": "body",
  1826. "required": true,
  1827. "schema": {
  1828. "$ref": "#/definitions/md.DeleteBlackListReq"
  1829. }
  1830. }
  1831. ],
  1832. "responses": {
  1833. "200": {
  1834. "description": "删除数据数量",
  1835. "schema": {
  1836. "type": "string"
  1837. }
  1838. },
  1839. "400": {
  1840. "description": "具体错误",
  1841. "schema": {
  1842. "$ref": "#/definitions/md.Response"
  1843. }
  1844. }
  1845. }
  1846. }
  1847. },
  1848. "/api/friendCircleSettings/blackList/index": {
  1849. "get": {
  1850. "description": "黑名单(获取)",
  1851. "consumes": [
  1852. "application/json"
  1853. ],
  1854. "produces": [
  1855. "application/json"
  1856. ],
  1857. "tags": [
  1858. "动态设置"
  1859. ],
  1860. "summary": "社交管理-动态设置-黑名单(获取)",
  1861. "parameters": [
  1862. {
  1863. "type": "string",
  1864. "description": "验证参数Bearer和token空格拼接",
  1865. "name": "Authorization",
  1866. "in": "header",
  1867. "required": true
  1868. },
  1869. {
  1870. "type": "integer",
  1871. "description": "每页大小",
  1872. "name": "limit",
  1873. "in": "query",
  1874. "required": true
  1875. },
  1876. {
  1877. "type": "integer",
  1878. "description": "页数",
  1879. "name": "page",
  1880. "in": "query",
  1881. "required": true
  1882. },
  1883. {
  1884. "type": "integer",
  1885. "description": "手机号",
  1886. "name": "phone",
  1887. "in": "query",
  1888. "required": true
  1889. },
  1890. {
  1891. "type": "integer",
  1892. "description": "用户名",
  1893. "name": "nickname",
  1894. "in": "query",
  1895. "required": true
  1896. },
  1897. {
  1898. "type": "integer",
  1899. "description": "用户id",
  1900. "name": "uid",
  1901. "in": "query",
  1902. "required": true
  1903. }
  1904. ],
  1905. "responses": {
  1906. "200": {
  1907. "description": "具体数据",
  1908. "schema": {
  1909. "$ref": "#/definitions/md.GetBlackListResp"
  1910. }
  1911. },
  1912. "400": {
  1913. "description": "具体错误",
  1914. "schema": {
  1915. "$ref": "#/definitions/md.Response"
  1916. }
  1917. }
  1918. }
  1919. }
  1920. },
  1921. "/api/friendCircleSettings/dynamic/del": {
  1922. "delete": {
  1923. "description": "动态(删除)",
  1924. "consumes": [
  1925. "application/json"
  1926. ],
  1927. "produces": [
  1928. "application/json"
  1929. ],
  1930. "tags": [
  1931. "动态设置"
  1932. ],
  1933. "summary": "社交管理-动态设置-动态(删除)",
  1934. "parameters": [
  1935. {
  1936. "type": "string",
  1937. "description": "验证参数Bearer和token空格拼接",
  1938. "name": "Authorization",
  1939. "in": "header",
  1940. "required": true
  1941. },
  1942. {
  1943. "description": "删除动态id必填",
  1944. "name": "req",
  1945. "in": "body",
  1946. "required": true,
  1947. "schema": {
  1948. "$ref": "#/definitions/md.DeleteDynamicReq"
  1949. }
  1950. }
  1951. ],
  1952. "responses": {
  1953. "200": {
  1954. "description": "success",
  1955. "schema": {
  1956. "type": "string"
  1957. }
  1958. },
  1959. "400": {
  1960. "description": "具体错误",
  1961. "schema": {
  1962. "$ref": "#/definitions/md.Response"
  1963. }
  1964. }
  1965. }
  1966. }
  1967. },
  1968. "/api/friendCircleSettings/dynamic/index": {
  1969. "post": {
  1970. "description": "动态(获取)",
  1971. "consumes": [
  1972. "application/json"
  1973. ],
  1974. "produces": [
  1975. "application/json"
  1976. ],
  1977. "tags": [
  1978. "动态设置"
  1979. ],
  1980. "summary": "社交管理-动态设置-动态(获取)",
  1981. "parameters": [
  1982. {
  1983. "type": "string",
  1984. "description": "验证参数Bearer和token空格拼接",
  1985. "name": "Authorization",
  1986. "in": "header",
  1987. "required": true
  1988. },
  1989. {
  1990. "description": "筛选条件",
  1991. "name": "req",
  1992. "in": "body",
  1993. "schema": {
  1994. "$ref": "#/definitions/md.GetDynamicReq"
  1995. }
  1996. }
  1997. ],
  1998. "responses": {
  1999. "200": {
  2000. "description": "生成的黑名单id",
  2001. "schema": {
  2002. "$ref": "#/definitions/md.GetDynamicResp"
  2003. }
  2004. },
  2005. "400": {
  2006. "description": "具体错误",
  2007. "schema": {
  2008. "$ref": "#/definitions/md.Response"
  2009. }
  2010. }
  2011. }
  2012. }
  2013. },
  2014. "/api/friendCircleSettings/dynamic/release": {
  2015. "post": {
  2016. "description": "动态(发布)",
  2017. "consumes": [
  2018. "application/json"
  2019. ],
  2020. "produces": [
  2021. "application/json"
  2022. ],
  2023. "tags": [
  2024. "动态设置"
  2025. ],
  2026. "summary": "社交管理-动态设置-动态(发布)",
  2027. "parameters": [
  2028. {
  2029. "type": "string",
  2030. "description": "验证参数Bearer和token空格拼接",
  2031. "name": "Authorization",
  2032. "in": "header",
  2033. "required": true
  2034. },
  2035. {
  2036. "description": "发布动态信息",
  2037. "name": "req",
  2038. "in": "body",
  2039. "required": true,
  2040. "schema": {
  2041. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2042. }
  2043. }
  2044. ],
  2045. "responses": {
  2046. "200": {
  2047. "description": "success",
  2048. "schema": {
  2049. "type": "string"
  2050. }
  2051. },
  2052. "400": {
  2053. "description": "具体错误",
  2054. "schema": {
  2055. "$ref": "#/definitions/md.Response"
  2056. }
  2057. }
  2058. }
  2059. }
  2060. },
  2061. "/api/friendCircleSettings/dynamic/update": {
  2062. "post": {
  2063. "description": "动态(更新)",
  2064. "consumes": [
  2065. "application/json"
  2066. ],
  2067. "produces": [
  2068. "application/json"
  2069. ],
  2070. "tags": [
  2071. "动态设置"
  2072. ],
  2073. "summary": "社交管理-动态设置-动态(更新)",
  2074. "parameters": [
  2075. {
  2076. "type": "string",
  2077. "description": "验证参数Bearer和token空格拼接",
  2078. "name": "Authorization",
  2079. "in": "header",
  2080. "required": true
  2081. },
  2082. {
  2083. "description": "更新动态id必填",
  2084. "name": "req",
  2085. "in": "body",
  2086. "required": true,
  2087. "schema": {
  2088. "$ref": "#/definitions/md.UpdateDynamicReq"
  2089. }
  2090. }
  2091. ],
  2092. "responses": {
  2093. "200": {
  2094. "description": "success",
  2095. "schema": {
  2096. "type": "string"
  2097. }
  2098. },
  2099. "400": {
  2100. "description": "具体错误",
  2101. "schema": {
  2102. "$ref": "#/definitions/md.Response"
  2103. }
  2104. }
  2105. }
  2106. }
  2107. },
  2108. "/api/getSTSVoucher": {
  2109. "get": {
  2110. "description": "STS临时访问凭证(获取)",
  2111. "consumes": [
  2112. "application/json"
  2113. ],
  2114. "produces": [
  2115. "application/json"
  2116. ],
  2117. "tags": [
  2118. "打包机使用"
  2119. ],
  2120. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2121. "parameters": [
  2122. {
  2123. "type": "string",
  2124. "description": "验证参数Bearer和token空格拼接",
  2125. "name": "Authorization",
  2126. "in": "header",
  2127. "required": true
  2128. }
  2129. ],
  2130. "responses": {
  2131. "200": {
  2132. "description": "凭证及其他信息",
  2133. "schema": {
  2134. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2135. }
  2136. },
  2137. "400": {
  2138. "description": "具体错误",
  2139. "schema": {
  2140. "$ref": "#/definitions/md.Response"
  2141. }
  2142. }
  2143. }
  2144. }
  2145. },
  2146. "/api/homePage/activeData": {
  2147. "get": {
  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. "responses": {
  2169. "200": {
  2170. "description": "具体数据",
  2171. "schema": {
  2172. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2173. }
  2174. },
  2175. "400": {
  2176. "description": "具体错误",
  2177. "schema": {
  2178. "$ref": "#/definitions/md.Response"
  2179. }
  2180. }
  2181. }
  2182. }
  2183. },
  2184. "/api/homePage/growData": {
  2185. "get": {
  2186. "description": "用户增长曲线",
  2187. "consumes": [
  2188. "application/json"
  2189. ],
  2190. "produces": [
  2191. "application/json"
  2192. ],
  2193. "tags": [
  2194. "首页"
  2195. ],
  2196. "summary": "首页-首页-用户增长曲线",
  2197. "parameters": [
  2198. {
  2199. "type": "string",
  2200. "description": "验证参数Bearer和token空格拼接",
  2201. "name": "Authorization",
  2202. "in": "header",
  2203. "required": true
  2204. },
  2205. {
  2206. "type": "string",
  2207. "description": "1:按天 2:按周 3:按小时",
  2208. "name": "kind",
  2209. "in": "query"
  2210. }
  2211. ],
  2212. "responses": {
  2213. "200": {
  2214. "description": "具体数据",
  2215. "schema": {
  2216. "$ref": "#/definitions/md.GetPriceCurveResp"
  2217. }
  2218. },
  2219. "400": {
  2220. "description": "具体错误",
  2221. "schema": {
  2222. "$ref": "#/definitions/md.Response"
  2223. }
  2224. }
  2225. }
  2226. }
  2227. },
  2228. "/api/homePage/totalData": {
  2229. "get": {
  2230. "description": "数据总览",
  2231. "consumes": [
  2232. "application/json"
  2233. ],
  2234. "produces": [
  2235. "application/json"
  2236. ],
  2237. "tags": [
  2238. "首页"
  2239. ],
  2240. "summary": "首页-首页-数据总览",
  2241. "parameters": [
  2242. {
  2243. "type": "string",
  2244. "description": "验证参数Bearer和token空格拼接",
  2245. "name": "Authorization",
  2246. "in": "header",
  2247. "required": true
  2248. },
  2249. {
  2250. "type": "string",
  2251. "description": "年",
  2252. "name": "year",
  2253. "in": "query",
  2254. "required": true
  2255. },
  2256. {
  2257. "type": "string",
  2258. "description": "月",
  2259. "name": "month",
  2260. "in": "query",
  2261. "required": true
  2262. }
  2263. ],
  2264. "responses": {
  2265. "200": {
  2266. "description": "具体数据",
  2267. "schema": {
  2268. "$ref": "#/definitions/hdl.TotalDataResp"
  2269. }
  2270. },
  2271. "400": {
  2272. "description": "具体错误",
  2273. "schema": {
  2274. "$ref": "#/definitions/md.Response"
  2275. }
  2276. }
  2277. }
  2278. }
  2279. },
  2280. "/api/im/addCustomerService": {
  2281. "post": {
  2282. "description": "客服(新增)",
  2283. "consumes": [
  2284. "application/json"
  2285. ],
  2286. "produces": [
  2287. "application/json"
  2288. ],
  2289. "tags": [
  2290. "客服"
  2291. ],
  2292. "summary": "Im-客服(新增)",
  2293. "parameters": [
  2294. {
  2295. "type": "string",
  2296. "description": "验证参数Bearer和token空格拼接",
  2297. "name": "Authorization",
  2298. "in": "header",
  2299. "required": true
  2300. },
  2301. {
  2302. "description": "相关参数",
  2303. "name": "req",
  2304. "in": "body",
  2305. "required": true,
  2306. "schema": {
  2307. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2308. }
  2309. }
  2310. ],
  2311. "responses": {
  2312. "200": {
  2313. "description": "success",
  2314. "schema": {
  2315. "type": "string"
  2316. }
  2317. },
  2318. "400": {
  2319. "description": "具体错误",
  2320. "schema": {
  2321. "$ref": "#/definitions/md.Response"
  2322. }
  2323. }
  2324. }
  2325. }
  2326. },
  2327. "/api/im/addEmoticon": {
  2328. "post": {
  2329. "description": "表情包(新增)",
  2330. "consumes": [
  2331. "application/json"
  2332. ],
  2333. "produces": [
  2334. "application/json"
  2335. ],
  2336. "tags": [
  2337. "表情包"
  2338. ],
  2339. "summary": "Im-表情包(新增)",
  2340. "parameters": [
  2341. {
  2342. "type": "string",
  2343. "description": "验证参数Bearer和token空格拼接",
  2344. "name": "Authorization",
  2345. "in": "header",
  2346. "required": true
  2347. },
  2348. {
  2349. "description": "相关参数",
  2350. "name": "req",
  2351. "in": "body",
  2352. "required": true,
  2353. "schema": {
  2354. "$ref": "#/definitions/md.AddEmoticonReq"
  2355. }
  2356. }
  2357. ],
  2358. "responses": {
  2359. "200": {
  2360. "description": "success",
  2361. "schema": {
  2362. "type": "string"
  2363. }
  2364. },
  2365. "400": {
  2366. "description": "具体错误",
  2367. "schema": {
  2368. "$ref": "#/definitions/md.Response"
  2369. }
  2370. }
  2371. }
  2372. }
  2373. },
  2374. "/api/im/batchSendGroupMessage": {
  2375. "post": {
  2376. "description": "群发发送群组消息",
  2377. "consumes": [
  2378. "application/json"
  2379. ],
  2380. "produces": [
  2381. "application/json"
  2382. ],
  2383. "tags": [
  2384. "群发发送群组消息"
  2385. ],
  2386. "summary": "Im-群发发送群组消息",
  2387. "parameters": [
  2388. {
  2389. "type": "string",
  2390. "description": "验证参数Bearer和token空格拼接",
  2391. "name": "Authorization",
  2392. "in": "header",
  2393. "required": true
  2394. },
  2395. {
  2396. "description": "相关参数",
  2397. "name": "req",
  2398. "in": "body",
  2399. "required": true,
  2400. "schema": {
  2401. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2402. }
  2403. }
  2404. ],
  2405. "responses": {
  2406. "200": {
  2407. "description": "success",
  2408. "schema": {
  2409. "type": "string"
  2410. }
  2411. },
  2412. "400": {
  2413. "description": "具体错误",
  2414. "schema": {
  2415. "$ref": "#/definitions/md.Response"
  2416. }
  2417. }
  2418. }
  2419. }
  2420. },
  2421. "/api/im/batchSendUserMessage": {
  2422. "post": {
  2423. "description": "群发发送用户消息",
  2424. "consumes": [
  2425. "application/json"
  2426. ],
  2427. "produces": [
  2428. "application/json"
  2429. ],
  2430. "tags": [
  2431. "群发发送用户消息"
  2432. ],
  2433. "summary": "Im-群发发送用户消息",
  2434. "parameters": [
  2435. {
  2436. "type": "string",
  2437. "description": "验证参数Bearer和token空格拼接",
  2438. "name": "Authorization",
  2439. "in": "header",
  2440. "required": true
  2441. },
  2442. {
  2443. "description": "相关参数",
  2444. "name": "req",
  2445. "in": "body",
  2446. "required": true,
  2447. "schema": {
  2448. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2449. }
  2450. }
  2451. ],
  2452. "responses": {
  2453. "200": {
  2454. "description": "success",
  2455. "schema": {
  2456. "type": "string"
  2457. }
  2458. },
  2459. "400": {
  2460. "description": "具体错误",
  2461. "schema": {
  2462. "$ref": "#/definitions/md.Response"
  2463. }
  2464. }
  2465. }
  2466. }
  2467. },
  2468. "/api/im/deleteEmoticon": {
  2469. "post": {
  2470. "description": "表情包(删除)",
  2471. "consumes": [
  2472. "application/json"
  2473. ],
  2474. "produces": [
  2475. "application/json"
  2476. ],
  2477. "tags": [
  2478. "表情包"
  2479. ],
  2480. "summary": "Im-表情包(删除)",
  2481. "parameters": [
  2482. {
  2483. "type": "string",
  2484. "description": "验证参数Bearer和token空格拼接",
  2485. "name": "Authorization",
  2486. "in": "header",
  2487. "required": true
  2488. },
  2489. {
  2490. "description": "相关参数",
  2491. "name": "req",
  2492. "in": "body",
  2493. "required": true,
  2494. "schema": {
  2495. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2496. }
  2497. }
  2498. ],
  2499. "responses": {
  2500. "200": {
  2501. "description": "success",
  2502. "schema": {
  2503. "type": "string"
  2504. }
  2505. },
  2506. "400": {
  2507. "description": "具体错误",
  2508. "schema": {
  2509. "$ref": "#/definitions/md.Response"
  2510. }
  2511. }
  2512. }
  2513. }
  2514. },
  2515. "/api/im/getBasic": {
  2516. "get": {
  2517. "description": "基础设置(获取)",
  2518. "consumes": [
  2519. "application/json"
  2520. ],
  2521. "produces": [
  2522. "application/json"
  2523. ],
  2524. "tags": [
  2525. "基础设置"
  2526. ],
  2527. "summary": "Im-基础设置(获取)",
  2528. "parameters": [
  2529. {
  2530. "type": "string",
  2531. "description": "验证参数Bearer和token空格拼接",
  2532. "name": "Authorization",
  2533. "in": "header",
  2534. "required": true
  2535. }
  2536. ],
  2537. "responses": {
  2538. "200": {
  2539. "description": "设置列表",
  2540. "schema": {
  2541. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2542. }
  2543. },
  2544. "400": {
  2545. "description": "具体错误",
  2546. "schema": {
  2547. "$ref": "#/definitions/md.Response"
  2548. }
  2549. }
  2550. }
  2551. }
  2552. },
  2553. "/api/im/groupList": {
  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.GroupListReq"
  2581. }
  2582. }
  2583. ],
  2584. "responses": {
  2585. "200": {
  2586. "description": "OK",
  2587. "schema": {
  2588. "$ref": "#/definitions/md.GroupListResp"
  2589. }
  2590. },
  2591. "400": {
  2592. "description": "具体错误",
  2593. "schema": {
  2594. "$ref": "#/definitions/md.Response"
  2595. }
  2596. }
  2597. }
  2598. }
  2599. },
  2600. "/api/im/pageCustomerService": {
  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.PageCustomerServiceReq"
  2628. }
  2629. }
  2630. ],
  2631. "responses": {
  2632. "200": {
  2633. "description": "设置列表",
  2634. "schema": {
  2635. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2636. }
  2637. },
  2638. "400": {
  2639. "description": "具体错误",
  2640. "schema": {
  2641. "$ref": "#/definitions/md.Response"
  2642. }
  2643. }
  2644. }
  2645. }
  2646. },
  2647. "/api/im/pageEmoticon": {
  2648. "post": {
  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. "description": "相关参数",
  2670. "name": "req",
  2671. "in": "body",
  2672. "required": true,
  2673. "schema": {
  2674. "$ref": "#/definitions/md.PageEmoticonReq"
  2675. }
  2676. }
  2677. ],
  2678. "responses": {
  2679. "200": {
  2680. "description": "设置列表",
  2681. "schema": {
  2682. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2683. }
  2684. },
  2685. "400": {
  2686. "description": "具体错误",
  2687. "schema": {
  2688. "$ref": "#/definitions/md.Response"
  2689. }
  2690. }
  2691. }
  2692. }
  2693. },
  2694. "/api/im/pageSendRedPackageOrd": {
  2695. "post": {
  2696. "description": "红包记录(列表)",
  2697. "consumes": [
  2698. "application/json"
  2699. ],
  2700. "produces": [
  2701. "application/json"
  2702. ],
  2703. "tags": [
  2704. "红包记录"
  2705. ],
  2706. "summary": "Im-红包记录(列表)",
  2707. "parameters": [
  2708. {
  2709. "type": "string",
  2710. "description": "验证参数Bearer和token空格拼接",
  2711. "name": "Authorization",
  2712. "in": "header",
  2713. "required": true
  2714. },
  2715. {
  2716. "description": "相关参数",
  2717. "name": "req",
  2718. "in": "body",
  2719. "required": true,
  2720. "schema": {
  2721. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2722. }
  2723. }
  2724. ],
  2725. "responses": {
  2726. "200": {
  2727. "description": "success",
  2728. "schema": {
  2729. "type": "string"
  2730. }
  2731. },
  2732. "400": {
  2733. "description": "具体错误",
  2734. "schema": {
  2735. "$ref": "#/definitions/md.Response"
  2736. }
  2737. }
  2738. }
  2739. }
  2740. },
  2741. "/api/im/redPackageRecordsDetail": {
  2742. "get": {
  2743. "description": "红包记录(详情)",
  2744. "consumes": [
  2745. "application/json"
  2746. ],
  2747. "produces": [
  2748. "application/json"
  2749. ],
  2750. "tags": [
  2751. "红包记录"
  2752. ],
  2753. "summary": "Im-红包记录(详情)",
  2754. "parameters": [
  2755. {
  2756. "type": "string",
  2757. "description": "验证参数Bearer和token空格拼接",
  2758. "name": "Authorization",
  2759. "in": "header",
  2760. "required": true
  2761. },
  2762. {
  2763. "type": "string",
  2764. "description": "红包id",
  2765. "name": "red_package_id",
  2766. "in": "query",
  2767. "required": true
  2768. }
  2769. ],
  2770. "responses": {
  2771. "200": {
  2772. "description": "success",
  2773. "schema": {
  2774. "type": "string"
  2775. }
  2776. },
  2777. "400": {
  2778. "description": "具体错误",
  2779. "schema": {
  2780. "$ref": "#/definitions/md.Response"
  2781. }
  2782. }
  2783. }
  2784. }
  2785. },
  2786. "/api/im/setBasic": {
  2787. "post": {
  2788. "description": "基础设置(更新)",
  2789. "consumes": [
  2790. "application/json"
  2791. ],
  2792. "produces": [
  2793. "application/json"
  2794. ],
  2795. "tags": [
  2796. "基础设置"
  2797. ],
  2798. "summary": "Im-基础设置(更新)",
  2799. "parameters": [
  2800. {
  2801. "type": "string",
  2802. "description": "验证参数Bearer和token空格拼接",
  2803. "name": "Authorization",
  2804. "in": "header",
  2805. "required": true
  2806. },
  2807. {
  2808. "description": "上传需要修改的信息",
  2809. "name": "req",
  2810. "in": "body",
  2811. "required": true,
  2812. "schema": {
  2813. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2814. }
  2815. }
  2816. ],
  2817. "responses": {
  2818. "200": {
  2819. "description": "success",
  2820. "schema": {
  2821. "type": "string"
  2822. }
  2823. },
  2824. "400": {
  2825. "description": "具体错误",
  2826. "schema": {
  2827. "$ref": "#/definitions/md.Response"
  2828. }
  2829. }
  2830. }
  2831. }
  2832. },
  2833. "/api/im/setCustomerServiceState": {
  2834. "post": {
  2835. "description": "客服(更新状态)",
  2836. "consumes": [
  2837. "application/json"
  2838. ],
  2839. "produces": [
  2840. "application/json"
  2841. ],
  2842. "tags": [
  2843. "客服"
  2844. ],
  2845. "summary": "Im-客服(更新状态)",
  2846. "parameters": [
  2847. {
  2848. "type": "string",
  2849. "description": "验证参数Bearer和token空格拼接",
  2850. "name": "Authorization",
  2851. "in": "header",
  2852. "required": true
  2853. },
  2854. {
  2855. "description": "相关参数",
  2856. "name": "req",
  2857. "in": "body",
  2858. "required": true,
  2859. "schema": {
  2860. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2861. }
  2862. }
  2863. ],
  2864. "responses": {
  2865. "200": {
  2866. "description": "success",
  2867. "schema": {
  2868. "type": "string"
  2869. }
  2870. },
  2871. "400": {
  2872. "description": "具体错误",
  2873. "schema": {
  2874. "$ref": "#/definitions/md.Response"
  2875. }
  2876. }
  2877. }
  2878. }
  2879. },
  2880. "/api/im/setEmoticonState": {
  2881. "post": {
  2882. "description": "表情包(新增)",
  2883. "consumes": [
  2884. "application/json"
  2885. ],
  2886. "produces": [
  2887. "application/json"
  2888. ],
  2889. "tags": [
  2890. "表情包"
  2891. ],
  2892. "summary": "Im-表情包(更新状态)",
  2893. "parameters": [
  2894. {
  2895. "type": "string",
  2896. "description": "验证参数Bearer和token空格拼接",
  2897. "name": "Authorization",
  2898. "in": "header",
  2899. "required": true
  2900. },
  2901. {
  2902. "description": "相关参数",
  2903. "name": "req",
  2904. "in": "body",
  2905. "required": true,
  2906. "schema": {
  2907. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2908. }
  2909. }
  2910. ],
  2911. "responses": {
  2912. "200": {
  2913. "description": "success",
  2914. "schema": {
  2915. "type": "string"
  2916. }
  2917. },
  2918. "400": {
  2919. "description": "具体错误",
  2920. "schema": {
  2921. "$ref": "#/definitions/md.Response"
  2922. }
  2923. }
  2924. }
  2925. }
  2926. },
  2927. "/api/im/updateCustomerServiceMemo": {
  2928. "post": {
  2929. "description": "客服(编辑备注)",
  2930. "consumes": [
  2931. "application/json"
  2932. ],
  2933. "produces": [
  2934. "application/json"
  2935. ],
  2936. "tags": [
  2937. "客服"
  2938. ],
  2939. "summary": "Im-客服(编辑备注)",
  2940. "parameters": [
  2941. {
  2942. "type": "string",
  2943. "description": "验证参数Bearer和token空格拼接",
  2944. "name": "Authorization",
  2945. "in": "header",
  2946. "required": true
  2947. },
  2948. {
  2949. "description": "相关参数",
  2950. "name": "req",
  2951. "in": "body",
  2952. "required": true,
  2953. "schema": {
  2954. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2955. }
  2956. }
  2957. ],
  2958. "responses": {
  2959. "200": {
  2960. "description": "success",
  2961. "schema": {
  2962. "type": "string"
  2963. }
  2964. },
  2965. "400": {
  2966. "description": "具体错误",
  2967. "schema": {
  2968. "$ref": "#/definitions/md.Response"
  2969. }
  2970. }
  2971. }
  2972. }
  2973. },
  2974. "/api/im/updateEmoticon": {
  2975. "post": {
  2976. "description": "表情包(编辑)",
  2977. "consumes": [
  2978. "application/json"
  2979. ],
  2980. "produces": [
  2981. "application/json"
  2982. ],
  2983. "tags": [
  2984. "表情包"
  2985. ],
  2986. "summary": "Im-表情包(编辑)",
  2987. "parameters": [
  2988. {
  2989. "type": "string",
  2990. "description": "验证参数Bearer和token空格拼接",
  2991. "name": "Authorization",
  2992. "in": "header",
  2993. "required": true
  2994. },
  2995. {
  2996. "description": "相关参数",
  2997. "name": "req",
  2998. "in": "body",
  2999. "required": true,
  3000. "schema": {
  3001. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3002. }
  3003. }
  3004. ],
  3005. "responses": {
  3006. "200": {
  3007. "description": "success",
  3008. "schema": {
  3009. "type": "string"
  3010. }
  3011. },
  3012. "400": {
  3013. "description": "具体错误",
  3014. "schema": {
  3015. "$ref": "#/definitions/md.Response"
  3016. }
  3017. }
  3018. }
  3019. }
  3020. },
  3021. "/api/institutionalManagement/contentReward/playlet/base": {
  3022. "get": {
  3023. "description": "制度中心-内容奖励-短剧基本信息",
  3024. "consumes": [
  3025. "application/json"
  3026. ],
  3027. "produces": [
  3028. "application/json"
  3029. ],
  3030. "tags": [
  3031. "蛋蛋能量"
  3032. ],
  3033. "summary": "制度中心-内容奖励-短剧基本信息",
  3034. "parameters": [
  3035. {
  3036. "type": "string",
  3037. "description": "验证参数Bearer和token空格拼接",
  3038. "name": "Authorization",
  3039. "in": "header",
  3040. "required": true
  3041. }
  3042. ],
  3043. "responses": {
  3044. "200": {
  3045. "description": "具体数据",
  3046. "schema": {
  3047. "$ref": "#/definitions/md.PlayletBaseData"
  3048. }
  3049. },
  3050. "400": {
  3051. "description": "具体错误",
  3052. "schema": {
  3053. "$ref": "#/definitions/md.Response"
  3054. }
  3055. }
  3056. }
  3057. }
  3058. },
  3059. "/api/institutionalManagement/contentReward/playlet/save": {
  3060. "post": {
  3061. "description": "制度中心-内容奖励-短剧基本配置保存",
  3062. "consumes": [
  3063. "application/json"
  3064. ],
  3065. "produces": [
  3066. "application/json"
  3067. ],
  3068. "tags": [
  3069. "蛋蛋能量"
  3070. ],
  3071. "summary": "制度中心-内容奖励-短剧基本配置保存",
  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.PlayletBaseData"
  3087. }
  3088. }
  3089. ],
  3090. "responses": {
  3091. "200": {
  3092. "description": "具体数据",
  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/institutionalManagement/contentReward/video/base": {
  3107. "get": {
  3108. "description": "制度中心-内容奖励-短视频基本信息",
  3109. "consumes": [
  3110. "application/json"
  3111. ],
  3112. "produces": [
  3113. "application/json"
  3114. ],
  3115. "tags": [
  3116. "蛋蛋能量"
  3117. ],
  3118. "summary": "制度中心-内容奖励-短视频基本信息",
  3119. "parameters": [
  3120. {
  3121. "type": "string",
  3122. "description": "验证参数Bearer和token空格拼接",
  3123. "name": "Authorization",
  3124. "in": "header",
  3125. "required": true
  3126. }
  3127. ],
  3128. "responses": {
  3129. "200": {
  3130. "description": "具体数据",
  3131. "schema": {
  3132. "$ref": "#/definitions/md.VideoBaseData"
  3133. }
  3134. },
  3135. "400": {
  3136. "description": "具体错误",
  3137. "schema": {
  3138. "$ref": "#/definitions/md.Response"
  3139. }
  3140. }
  3141. }
  3142. }
  3143. },
  3144. "/api/institutionalManagement/contentReward/video/save": {
  3145. "post": {
  3146. "description": "制度中心-内容奖励-短视频基本配置保存",
  3147. "consumes": [
  3148. "application/json"
  3149. ],
  3150. "produces": [
  3151. "application/json"
  3152. ],
  3153. "tags": [
  3154. "蛋蛋能量"
  3155. ],
  3156. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3157. "parameters": [
  3158. {
  3159. "type": "string",
  3160. "description": "验证参数Bearer和token空格拼接",
  3161. "name": "Authorization",
  3162. "in": "header",
  3163. "required": true
  3164. },
  3165. {
  3166. "description": "(分页信息必填)",
  3167. "name": "req",
  3168. "in": "body",
  3169. "required": true,
  3170. "schema": {
  3171. "$ref": "#/definitions/md.VideoBaseData"
  3172. }
  3173. }
  3174. ],
  3175. "responses": {
  3176. "200": {
  3177. "description": "具体数据",
  3178. "schema": {
  3179. "type": "string"
  3180. }
  3181. },
  3182. "400": {
  3183. "description": "具体错误",
  3184. "schema": {
  3185. "$ref": "#/definitions/md.Response"
  3186. }
  3187. }
  3188. }
  3189. }
  3190. },
  3191. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  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": "system_id 必填",
  3214. "name": "req",
  3215. "in": "body",
  3216. "required": true,
  3217. "schema": {
  3218. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3219. }
  3220. }
  3221. ],
  3222. "responses": {
  3223. "200": {
  3224. "description": "修改数据条数",
  3225. "schema": {
  3226. "type": "int"
  3227. }
  3228. },
  3229. "400": {
  3230. "description": "具体错误",
  3231. "schema": {
  3232. "$ref": "#/definitions/md.Response"
  3233. }
  3234. }
  3235. }
  3236. }
  3237. },
  3238. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3239. "post": {
  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. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3261. "name": "req",
  3262. "in": "body",
  3263. "required": true,
  3264. "schema": {
  3265. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3266. }
  3267. }
  3268. ],
  3269. "responses": {
  3270. "200": {
  3271. "description": "成功返回",
  3272. "schema": {
  3273. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3274. }
  3275. },
  3276. "400": {
  3277. "description": "具体错误",
  3278. "schema": {
  3279. "$ref": "#/definitions/md.Response"
  3280. }
  3281. }
  3282. }
  3283. }
  3284. },
  3285. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3286. "get": {
  3287. "description": "贡献值-基础设置(获取)",
  3288. "consumes": [
  3289. "application/json"
  3290. ],
  3291. "produces": [
  3292. "application/json"
  3293. ],
  3294. "tags": [
  3295. "贡献值"
  3296. ],
  3297. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3298. "parameters": [
  3299. {
  3300. "type": "string",
  3301. "description": "验证参数Bearer和token空格拼接",
  3302. "name": "Authorization",
  3303. "in": "header",
  3304. "required": true
  3305. }
  3306. ],
  3307. "responses": {
  3308. "200": {
  3309. "description": "具体数据",
  3310. "schema": {
  3311. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3312. }
  3313. },
  3314. "400": {
  3315. "description": "具体错误",
  3316. "schema": {
  3317. "$ref": "#/definitions/md.Response"
  3318. }
  3319. }
  3320. }
  3321. }
  3322. },
  3323. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  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": "id 必填",
  3346. "name": "req",
  3347. "in": "body",
  3348. "required": true,
  3349. "schema": {
  3350. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  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/eggPoint/manualScore": {
  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.ManualScoreReq"
  3398. }
  3399. }
  3400. ],
  3401. "responses": {
  3402. "200": {
  3403. "description": "成功返回",
  3404. "schema": {
  3405. "type": "string"
  3406. }
  3407. },
  3408. "400": {
  3409. "description": "具体错误",
  3410. "schema": {
  3411. "$ref": "#/definitions/md.Response"
  3412. }
  3413. }
  3414. }
  3415. }
  3416. },
  3417. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  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.StatisticsEggPointReq"
  3445. }
  3446. }
  3447. ],
  3448. "responses": {
  3449. "200": {
  3450. "description": "成功返回",
  3451. "schema": {
  3452. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3453. }
  3454. },
  3455. "400": {
  3456. "description": "具体错误",
  3457. "schema": {
  3458. "$ref": "#/definitions/md.Response"
  3459. }
  3460. }
  3461. }
  3462. }
  3463. },
  3464. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3465. "post": {
  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. "description": "请求参数",
  3487. "name": "req",
  3488. "in": "body",
  3489. "required": true,
  3490. "schema": {
  3491. "$ref": "#/definitions/md.UserEggFlowReq"
  3492. }
  3493. }
  3494. ],
  3495. "responses": {
  3496. "200": {
  3497. "description": "成功返回",
  3498. "schema": {
  3499. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3500. }
  3501. },
  3502. "400": {
  3503. "description": "具体错误",
  3504. "schema": {
  3505. "$ref": "#/definitions/md.Response"
  3506. }
  3507. }
  3508. }
  3509. }
  3510. },
  3511. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3512. "post": {
  3513. "description": "蛋蛋分管理(着陆页数据)",
  3514. "consumes": [
  3515. "application/json"
  3516. ],
  3517. "produces": [
  3518. "application/json"
  3519. ],
  3520. "tags": [
  3521. "蛋蛋能量"
  3522. ],
  3523. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3524. "parameters": [
  3525. {
  3526. "type": "string",
  3527. "description": "验证参数Bearer和token空格拼接",
  3528. "name": "Authorization",
  3529. "in": "header",
  3530. "required": true
  3531. },
  3532. {
  3533. "description": "请求参数",
  3534. "name": "req",
  3535. "in": "body",
  3536. "required": true,
  3537. "schema": {
  3538. "$ref": "#/definitions/md.UserEggIndexReq"
  3539. }
  3540. }
  3541. ],
  3542. "responses": {
  3543. "200": {
  3544. "description": "成功返回",
  3545. "schema": {
  3546. "$ref": "#/definitions/md.UserEggIndexResp"
  3547. }
  3548. },
  3549. "400": {
  3550. "description": "具体错误",
  3551. "schema": {
  3552. "$ref": "#/definitions/md.Response"
  3553. }
  3554. }
  3555. }
  3556. }
  3557. },
  3558. "/api/institutionalManagement/eggEnergy/getBasic": {
  3559. "get": {
  3560. "description": "基础设置(获取)",
  3561. "consumes": [
  3562. "application/json"
  3563. ],
  3564. "produces": [
  3565. "application/json"
  3566. ],
  3567. "tags": [
  3568. "蛋蛋能量"
  3569. ],
  3570. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3571. "parameters": [
  3572. {
  3573. "type": "string",
  3574. "description": "验证参数Bearer和token空格拼接",
  3575. "name": "Authorization",
  3576. "in": "header",
  3577. "required": true
  3578. }
  3579. ],
  3580. "responses": {
  3581. "200": {
  3582. "description": "具体数据",
  3583. "schema": {
  3584. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3585. }
  3586. },
  3587. "400": {
  3588. "description": "具体错误",
  3589. "schema": {
  3590. "$ref": "#/definitions/md.Response"
  3591. }
  3592. }
  3593. }
  3594. }
  3595. },
  3596. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3597. "get": {
  3598. "description": "基础会员设置(获取)",
  3599. "consumes": [
  3600. "application/json"
  3601. ],
  3602. "produces": [
  3603. "application/json"
  3604. ],
  3605. "tags": [
  3606. "蛋蛋能量"
  3607. ],
  3608. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3609. "parameters": [
  3610. {
  3611. "type": "string",
  3612. "description": "验证参数Bearer和token空格拼接",
  3613. "name": "Authorization",
  3614. "in": "header",
  3615. "required": true
  3616. }
  3617. ],
  3618. "responses": {
  3619. "200": {
  3620. "description": "具体数据",
  3621. "schema": {
  3622. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3623. }
  3624. },
  3625. "400": {
  3626. "description": "具体错误",
  3627. "schema": {
  3628. "$ref": "#/definitions/md.Response"
  3629. }
  3630. }
  3631. }
  3632. }
  3633. },
  3634. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3635. "get": {
  3636. "description": "查询所有币种(获取)",
  3637. "consumes": [
  3638. "application/json"
  3639. ],
  3640. "produces": [
  3641. "application/json"
  3642. ],
  3643. "tags": [
  3644. "蛋蛋能量"
  3645. ],
  3646. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3647. "parameters": [
  3648. {
  3649. "type": "string",
  3650. "description": "验证参数Bearer和token空格拼接",
  3651. "name": "Authorization",
  3652. "in": "header",
  3653. "required": true
  3654. }
  3655. ],
  3656. "responses": {
  3657. "200": {
  3658. "description": "成功返回",
  3659. "schema": {
  3660. "type": "array",
  3661. "items": {
  3662. "$ref": "#/definitions/md.VirtualCoin"
  3663. }
  3664. }
  3665. },
  3666. "400": {
  3667. "description": "具体错误",
  3668. "schema": {
  3669. "$ref": "#/definitions/md.Response"
  3670. }
  3671. }
  3672. }
  3673. }
  3674. },
  3675. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3676. "get": {
  3677. "description": "数据概览(获取)",
  3678. "consumes": [
  3679. "application/json"
  3680. ],
  3681. "produces": [
  3682. "application/json"
  3683. ],
  3684. "tags": [
  3685. "蛋蛋能量"
  3686. ],
  3687. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3688. "parameters": [
  3689. {
  3690. "type": "string",
  3691. "description": "验证参数Bearer和token空格拼接",
  3692. "name": "Authorization",
  3693. "in": "header",
  3694. "required": true
  3695. }
  3696. ],
  3697. "responses": {
  3698. "200": {
  3699. "description": "具体数据",
  3700. "schema": {
  3701. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  3702. }
  3703. },
  3704. "400": {
  3705. "description": "具体错误",
  3706. "schema": {
  3707. "$ref": "#/definitions/md.Response"
  3708. }
  3709. }
  3710. }
  3711. }
  3712. },
  3713. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  3714. "post": {
  3715. "description": "价值明细数据(新增)",
  3716. "consumes": [
  3717. "application/json"
  3718. ],
  3719. "produces": [
  3720. "application/json"
  3721. ],
  3722. "tags": [
  3723. "蛋蛋能量"
  3724. ],
  3725. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  3726. "parameters": [
  3727. {
  3728. "type": "string",
  3729. "description": "验证参数Bearer和token空格拼接",
  3730. "name": "Authorization",
  3731. "in": "header",
  3732. "required": true
  3733. },
  3734. {
  3735. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3736. "name": "req",
  3737. "in": "body",
  3738. "required": true,
  3739. "schema": {
  3740. "$ref": "#/definitions/md.AddFundDataReq"
  3741. }
  3742. }
  3743. ],
  3744. "responses": {
  3745. "200": {
  3746. "description": "插入数据 id",
  3747. "schema": {
  3748. "type": "int"
  3749. }
  3750. },
  3751. "400": {
  3752. "description": "具体错误",
  3753. "schema": {
  3754. "$ref": "#/definitions/md.Response"
  3755. }
  3756. }
  3757. }
  3758. }
  3759. },
  3760. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  3761. "post": {
  3762. "description": "新增数据列表(获取)",
  3763. "consumes": [
  3764. "application/json"
  3765. ],
  3766. "produces": [
  3767. "application/json"
  3768. ],
  3769. "tags": [
  3770. "蛋蛋能量"
  3771. ],
  3772. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3773. "parameters": [
  3774. {
  3775. "type": "string",
  3776. "description": "验证参数Bearer和token空格拼接",
  3777. "name": "Authorization",
  3778. "in": "header",
  3779. "required": true
  3780. },
  3781. {
  3782. "description": "分页信息必填",
  3783. "name": "req",
  3784. "in": "body",
  3785. "required": true,
  3786. "schema": {
  3787. "$ref": "#/definitions/md.GetFundDataListReq"
  3788. }
  3789. }
  3790. ],
  3791. "responses": {
  3792. "200": {
  3793. "description": "具体数据",
  3794. "schema": {
  3795. "$ref": "#/definitions/md.GetFundDataListResp"
  3796. }
  3797. },
  3798. "400": {
  3799. "description": "具体错误",
  3800. "schema": {
  3801. "$ref": "#/definitions/md.Response"
  3802. }
  3803. }
  3804. }
  3805. }
  3806. },
  3807. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3808. "post": {
  3809. "description": "新增数据列表详情(查询)",
  3810. "consumes": [
  3811. "application/json"
  3812. ],
  3813. "produces": [
  3814. "application/json"
  3815. ],
  3816. "tags": [
  3817. "蛋蛋能量"
  3818. ],
  3819. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3820. "parameters": [
  3821. {
  3822. "type": "string",
  3823. "description": "验证参数Bearer和token空格拼接",
  3824. "name": "Authorization",
  3825. "in": "header",
  3826. "required": true
  3827. },
  3828. {
  3829. "description": "获取到的 system_id 以及分页信息",
  3830. "name": "req",
  3831. "in": "body",
  3832. "required": true,
  3833. "schema": {
  3834. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3835. }
  3836. }
  3837. ],
  3838. "responses": {
  3839. "200": {
  3840. "description": "具体数据",
  3841. "schema": {
  3842. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3843. }
  3844. },
  3845. "400": {
  3846. "description": "具体错误",
  3847. "schema": {
  3848. "$ref": "#/definitions/md.Response"
  3849. }
  3850. }
  3851. }
  3852. }
  3853. },
  3854. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  3855. "get": {
  3856. "description": "价格趋势(获取)",
  3857. "consumes": [
  3858. "application/json"
  3859. ],
  3860. "produces": [
  3861. "application/json"
  3862. ],
  3863. "tags": [
  3864. "蛋蛋能量"
  3865. ],
  3866. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3867. "parameters": [
  3868. {
  3869. "type": "string",
  3870. "description": "验证参数Bearer和token空格拼接",
  3871. "name": "Authorization",
  3872. "in": "header",
  3873. "required": true
  3874. },
  3875. {
  3876. "type": "string",
  3877. "description": "1:按天 2:按小时 3:按周",
  3878. "name": "kind",
  3879. "in": "query"
  3880. }
  3881. ],
  3882. "responses": {
  3883. "200": {
  3884. "description": "具体数据",
  3885. "schema": {
  3886. "$ref": "#/definitions/md.GetPriceCurveResp"
  3887. }
  3888. },
  3889. "400": {
  3890. "description": "具体错误",
  3891. "schema": {
  3892. "$ref": "#/definitions/md.Response"
  3893. }
  3894. }
  3895. }
  3896. }
  3897. },
  3898. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3899. "post": {
  3900. "description": "激励视频(获取)",
  3901. "consumes": [
  3902. "application/json"
  3903. ],
  3904. "produces": [
  3905. "application/json"
  3906. ],
  3907. "tags": [
  3908. "蛋蛋能量"
  3909. ],
  3910. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  3911. "parameters": [
  3912. {
  3913. "type": "string",
  3914. "description": "验证参数Bearer和token空格拼接",
  3915. "name": "Authorization",
  3916. "in": "header",
  3917. "required": true
  3918. },
  3919. {
  3920. "description": "落地页不填页大小默认20条数据",
  3921. "name": "req",
  3922. "in": "body",
  3923. "required": true,
  3924. "schema": {
  3925. "$ref": "#/definitions/md.SetVideoRewardReq"
  3926. }
  3927. }
  3928. ],
  3929. "responses": {
  3930. "200": {
  3931. "description": "OK",
  3932. "schema": {
  3933. "$ref": "#/definitions/md.GetVideoRewardResp"
  3934. }
  3935. },
  3936. "400": {
  3937. "description": "具体错误",
  3938. "schema": {
  3939. "$ref": "#/definitions/md.Response"
  3940. }
  3941. }
  3942. }
  3943. }
  3944. },
  3945. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  3946. "post": {
  3947. "description": "其他广告设置数据(新增)",
  3948. "consumes": [
  3949. "application/json"
  3950. ],
  3951. "produces": [
  3952. "application/json"
  3953. ],
  3954. "tags": [
  3955. "蛋蛋能量"
  3956. ],
  3957. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  3958. "parameters": [
  3959. {
  3960. "type": "string",
  3961. "description": "验证参数Bearer和token空格拼接",
  3962. "name": "Authorization",
  3963. "in": "header",
  3964. "required": true
  3965. },
  3966. {
  3967. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3968. "name": "req",
  3969. "in": "body",
  3970. "required": true,
  3971. "schema": {
  3972. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  3973. }
  3974. }
  3975. ],
  3976. "responses": {
  3977. "200": {
  3978. "description": "插入数据 id",
  3979. "schema": {
  3980. "type": "int"
  3981. }
  3982. },
  3983. "400": {
  3984. "description": "具体错误",
  3985. "schema": {
  3986. "$ref": "#/definitions/md.Response"
  3987. }
  3988. }
  3989. }
  3990. }
  3991. },
  3992. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  3993. "post": {
  3994. "description": "其他广告设置数据(获取)",
  3995. "consumes": [
  3996. "application/json"
  3997. ],
  3998. "produces": [
  3999. "application/json"
  4000. ],
  4001. "tags": [
  4002. "蛋蛋能量"
  4003. ],
  4004. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4005. "parameters": [
  4006. {
  4007. "type": "string",
  4008. "description": "验证参数Bearer和token空格拼接",
  4009. "name": "Authorization",
  4010. "in": "header",
  4011. "required": true
  4012. },
  4013. {
  4014. "description": "分页信息必填",
  4015. "name": "req",
  4016. "in": "body",
  4017. "required": true,
  4018. "schema": {
  4019. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4020. }
  4021. }
  4022. ],
  4023. "responses": {
  4024. "200": {
  4025. "description": "具体数据",
  4026. "schema": {
  4027. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4028. }
  4029. },
  4030. "400": {
  4031. "description": "具体错误",
  4032. "schema": {
  4033. "$ref": "#/definitions/md.Response"
  4034. }
  4035. }
  4036. }
  4037. }
  4038. },
  4039. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4040. "post": {
  4041. "description": "激励视频(设置)",
  4042. "consumes": [
  4043. "application/json"
  4044. ],
  4045. "produces": [
  4046. "application/json"
  4047. ],
  4048. "tags": [
  4049. "蛋蛋能量"
  4050. ],
  4051. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4052. "parameters": [
  4053. {
  4054. "type": "string",
  4055. "description": "验证参数Bearer和token空格拼接",
  4056. "name": "Authorization",
  4057. "in": "header",
  4058. "required": true
  4059. },
  4060. {
  4061. "description": "落地页不填页大小默认20条数据",
  4062. "name": "req",
  4063. "in": "body",
  4064. "required": true,
  4065. "schema": {
  4066. "$ref": "#/definitions/md.SetVideoRewardReq"
  4067. }
  4068. }
  4069. ],
  4070. "responses": {
  4071. "200": {
  4072. "description": "success",
  4073. "schema": {
  4074. "type": "string"
  4075. }
  4076. },
  4077. "400": {
  4078. "description": "具体错误",
  4079. "schema": {
  4080. "$ref": "#/definitions/md.Response"
  4081. }
  4082. }
  4083. }
  4084. }
  4085. },
  4086. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4087. "post": {
  4088. "description": "基础设置(更新)",
  4089. "consumes": [
  4090. "application/json"
  4091. ],
  4092. "produces": [
  4093. "application/json"
  4094. ],
  4095. "tags": [
  4096. "蛋蛋能量"
  4097. ],
  4098. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4099. "parameters": [
  4100. {
  4101. "type": "string",
  4102. "description": "验证参数Bearer和token空格拼接",
  4103. "name": "Authorization",
  4104. "in": "header",
  4105. "required": true
  4106. },
  4107. {
  4108. "description": "system_id 必填",
  4109. "name": "req",
  4110. "in": "body",
  4111. "required": true,
  4112. "schema": {
  4113. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4114. }
  4115. }
  4116. ],
  4117. "responses": {
  4118. "200": {
  4119. "description": "修改数据条数",
  4120. "schema": {
  4121. "type": "int"
  4122. }
  4123. },
  4124. "400": {
  4125. "description": "具体错误",
  4126. "schema": {
  4127. "$ref": "#/definitions/md.Response"
  4128. }
  4129. }
  4130. }
  4131. }
  4132. },
  4133. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4134. "post": {
  4135. "description": "会员设置(更新)",
  4136. "consumes": [
  4137. "application/json"
  4138. ],
  4139. "produces": [
  4140. "application/json"
  4141. ],
  4142. "tags": [
  4143. "蛋蛋能量"
  4144. ],
  4145. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4146. "parameters": [
  4147. {
  4148. "type": "string",
  4149. "description": "验证参数Bearer和token空格拼接",
  4150. "name": "Authorization",
  4151. "in": "header",
  4152. "required": true
  4153. },
  4154. {
  4155. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4156. "name": "req",
  4157. "in": "body",
  4158. "required": true,
  4159. "schema": {
  4160. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4161. }
  4162. }
  4163. ],
  4164. "responses": {
  4165. "200": {
  4166. "description": "修改数据条数",
  4167. "schema": {
  4168. "type": "int"
  4169. }
  4170. },
  4171. "400": {
  4172. "description": "具体错误",
  4173. "schema": {
  4174. "$ref": "#/definitions/md.Response"
  4175. }
  4176. }
  4177. }
  4178. }
  4179. },
  4180. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4181. "post": {
  4182. "description": "蛋蛋能量流水(查询)",
  4183. "consumes": [
  4184. "application/json"
  4185. ],
  4186. "produces": [
  4187. "application/json"
  4188. ],
  4189. "tags": [
  4190. "公排管理"
  4191. ],
  4192. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4193. "parameters": [
  4194. {
  4195. "type": "string",
  4196. "description": "验证参数Bearer和token空格拼接",
  4197. "name": "Authorization",
  4198. "in": "header",
  4199. "required": true
  4200. },
  4201. {
  4202. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4203. "name": "req",
  4204. "in": "body",
  4205. "required": true,
  4206. "schema": {
  4207. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4208. }
  4209. }
  4210. ],
  4211. "responses": {
  4212. "200": {
  4213. "description": "成功返回",
  4214. "schema": {
  4215. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4216. }
  4217. },
  4218. "400": {
  4219. "description": "具体错误",
  4220. "schema": {
  4221. "$ref": "#/definitions/md.Response"
  4222. }
  4223. }
  4224. }
  4225. }
  4226. },
  4227. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4228. "post": {
  4229. "description": "蛋蛋能量明细(获取)",
  4230. "consumes": [
  4231. "application/json"
  4232. ],
  4233. "produces": [
  4234. "application/json"
  4235. ],
  4236. "tags": [
  4237. "公排管理"
  4238. ],
  4239. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4240. "parameters": [
  4241. {
  4242. "type": "string",
  4243. "description": "验证参数Bearer和token空格拼接",
  4244. "name": "Authorization",
  4245. "in": "header",
  4246. "required": true
  4247. },
  4248. {
  4249. "description": "落地页不填页大小默认20条数据",
  4250. "name": "req",
  4251. "in": "body",
  4252. "schema": {
  4253. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4254. }
  4255. }
  4256. ],
  4257. "responses": {
  4258. "200": {
  4259. "description": "成功返回",
  4260. "schema": {
  4261. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4262. }
  4263. },
  4264. "400": {
  4265. "description": "具体错误",
  4266. "schema": {
  4267. "$ref": "#/definitions/md.Response"
  4268. }
  4269. }
  4270. }
  4271. }
  4272. },
  4273. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4274. "post": {
  4275. "description": "蛋蛋积分持有者明细(获取)",
  4276. "consumes": [
  4277. "application/json"
  4278. ],
  4279. "produces": [
  4280. "application/json"
  4281. ],
  4282. "tags": [
  4283. "公排管理"
  4284. ],
  4285. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4286. "parameters": [
  4287. {
  4288. "type": "string",
  4289. "description": "验证参数Bearer和token空格拼接",
  4290. "name": "Authorization",
  4291. "in": "header",
  4292. "required": true
  4293. },
  4294. {
  4295. "description": "落地页不填页大小默认20条数据",
  4296. "name": "req",
  4297. "in": "body",
  4298. "schema": {
  4299. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4300. }
  4301. }
  4302. ],
  4303. "responses": {
  4304. "200": {
  4305. "description": "成功返回",
  4306. "schema": {
  4307. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4308. }
  4309. },
  4310. "400": {
  4311. "description": "具体错误",
  4312. "schema": {
  4313. "$ref": "#/definitions/md.Response"
  4314. }
  4315. }
  4316. }
  4317. }
  4318. },
  4319. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4320. "post": {
  4321. "description": "蛋蛋积分流水明细(查询)",
  4322. "consumes": [
  4323. "application/json"
  4324. ],
  4325. "produces": [
  4326. "application/json"
  4327. ],
  4328. "tags": [
  4329. "公排管理"
  4330. ],
  4331. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4332. "parameters": [
  4333. {
  4334. "type": "string",
  4335. "description": "验证参数Bearer和token空格拼接",
  4336. "name": "Authorization",
  4337. "in": "header",
  4338. "required": true
  4339. },
  4340. {
  4341. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4342. "name": "req",
  4343. "in": "body",
  4344. "required": true,
  4345. "schema": {
  4346. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4347. }
  4348. }
  4349. ],
  4350. "responses": {
  4351. "200": {
  4352. "description": "成功返回",
  4353. "schema": {
  4354. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4355. }
  4356. },
  4357. "400": {
  4358. "description": "具体错误",
  4359. "schema": {
  4360. "$ref": "#/definitions/md.Response"
  4361. }
  4362. }
  4363. }
  4364. }
  4365. },
  4366. "/api/institutionalManagement/eggPointCoefficient/add": {
  4367. "post": {
  4368. "description": "区间系数(新增 支持批量新增)",
  4369. "consumes": [
  4370. "application/json"
  4371. ],
  4372. "produces": [
  4373. "application/json"
  4374. ],
  4375. "tags": [
  4376. "蛋蛋分区间系数管理"
  4377. ],
  4378. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4379. "parameters": [
  4380. {
  4381. "type": "string",
  4382. "description": "验证参数Bearer和token空格拼接",
  4383. "name": "Authorization",
  4384. "in": "header",
  4385. "required": true
  4386. },
  4387. {
  4388. "description": "需要新增的内容",
  4389. "name": "req",
  4390. "in": "body",
  4391. "required": true,
  4392. "schema": {
  4393. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4394. }
  4395. }
  4396. ],
  4397. "responses": {
  4398. "200": {
  4399. "description": "新增数据条数",
  4400. "schema": {
  4401. "type": "int"
  4402. }
  4403. },
  4404. "400": {
  4405. "description": "具体错误",
  4406. "schema": {
  4407. "$ref": "#/definitions/md.Response"
  4408. }
  4409. }
  4410. }
  4411. }
  4412. },
  4413. "/api/institutionalManagement/eggPointCoefficient/del": {
  4414. "delete": {
  4415. "description": "区间系数(删除)",
  4416. "consumes": [
  4417. "application/json"
  4418. ],
  4419. "produces": [
  4420. "application/json"
  4421. ],
  4422. "tags": [
  4423. "蛋蛋分区间系数管理"
  4424. ],
  4425. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4426. "parameters": [
  4427. {
  4428. "type": "string",
  4429. "description": "验证参数Bearer和token空格拼接",
  4430. "name": "Authorization",
  4431. "in": "header",
  4432. "required": true
  4433. },
  4434. {
  4435. "description": "需要删除的数据id",
  4436. "name": "req",
  4437. "in": "body",
  4438. "required": true,
  4439. "schema": {
  4440. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4441. }
  4442. }
  4443. ],
  4444. "responses": {
  4445. "200": {
  4446. "description": "成功删除数据条数",
  4447. "schema": {
  4448. "type": "int"
  4449. }
  4450. },
  4451. "400": {
  4452. "description": "具体错误",
  4453. "schema": {
  4454. "$ref": "#/definitions/md.Response"
  4455. }
  4456. }
  4457. }
  4458. }
  4459. },
  4460. "/api/institutionalManagement/eggPointCoefficient/index": {
  4461. "get": {
  4462. "description": "区间系数(获取)",
  4463. "consumes": [
  4464. "application/json"
  4465. ],
  4466. "produces": [
  4467. "application/json"
  4468. ],
  4469. "tags": [
  4470. "蛋蛋分区间系数管理"
  4471. ],
  4472. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4473. "parameters": [
  4474. {
  4475. "type": "string",
  4476. "description": "验证参数Bearer和token空格拼接",
  4477. "name": "Authorization",
  4478. "in": "header",
  4479. "required": true
  4480. }
  4481. ],
  4482. "responses": {
  4483. "200": {
  4484. "description": "OK",
  4485. "schema": {
  4486. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4487. }
  4488. },
  4489. "400": {
  4490. "description": "具体错误",
  4491. "schema": {
  4492. "$ref": "#/definitions/md.Response"
  4493. }
  4494. }
  4495. }
  4496. }
  4497. },
  4498. "/api/institutionalManagement/eggPointCoefficient/update": {
  4499. "post": {
  4500. "description": "区间系数(更新)",
  4501. "consumes": [
  4502. "application/json"
  4503. ],
  4504. "produces": [
  4505. "application/json"
  4506. ],
  4507. "tags": [
  4508. "蛋蛋分区间系数管理"
  4509. ],
  4510. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4511. "parameters": [
  4512. {
  4513. "type": "string",
  4514. "description": "验证参数Bearer和token空格拼接",
  4515. "name": "Authorization",
  4516. "in": "header",
  4517. "required": true
  4518. },
  4519. {
  4520. "description": "需要更新的数据信息",
  4521. "name": "req",
  4522. "in": "body",
  4523. "required": true,
  4524. "schema": {
  4525. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4526. }
  4527. }
  4528. ],
  4529. "responses": {
  4530. "200": {
  4531. "description": "成功修改的数据数量",
  4532. "schema": {
  4533. "type": "int"
  4534. }
  4535. },
  4536. "400": {
  4537. "description": "具体错误",
  4538. "schema": {
  4539. "$ref": "#/definitions/md.Response"
  4540. }
  4541. }
  4542. }
  4543. }
  4544. },
  4545. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4546. "get": {
  4547. "description": "个性化设置(获取)",
  4548. "consumes": [
  4549. "application/json"
  4550. ],
  4551. "produces": [
  4552. "application/json"
  4553. ],
  4554. "tags": [
  4555. "模块设置"
  4556. ],
  4557. "summary": "制度中心-模块设置-个性化设置(获取)",
  4558. "parameters": [
  4559. {
  4560. "type": "string",
  4561. "description": "验证参数Bearer和token空格拼接",
  4562. "name": "Authorization",
  4563. "in": "header",
  4564. "required": true
  4565. },
  4566. {
  4567. "type": "string",
  4568. "description": "模块类型值",
  4569. "name": "mod_name_value",
  4570. "in": "query",
  4571. "required": true
  4572. }
  4573. ],
  4574. "responses": {
  4575. "200": {
  4576. "description": "具体数据",
  4577. "schema": {
  4578. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4579. }
  4580. },
  4581. "400": {
  4582. "description": "具体错误",
  4583. "schema": {
  4584. "$ref": "#/definitions/md.Response"
  4585. }
  4586. }
  4587. }
  4588. }
  4589. },
  4590. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4591. "post": {
  4592. "description": "个性化设置(更新)",
  4593. "consumes": [
  4594. "application/json"
  4595. ],
  4596. "produces": [
  4597. "application/json"
  4598. ],
  4599. "tags": [
  4600. "模块设置"
  4601. ],
  4602. "summary": "制度中心-模块设置-个性化设置(更新)",
  4603. "parameters": [
  4604. {
  4605. "type": "string",
  4606. "description": "验证参数Bearer和token空格拼接",
  4607. "name": "Authorization",
  4608. "in": "header",
  4609. "required": true
  4610. },
  4611. {
  4612. "description": "模块类型值必填 链接传入完整 URL",
  4613. "name": "req",
  4614. "in": "body",
  4615. "required": true,
  4616. "schema": {
  4617. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4618. }
  4619. }
  4620. ],
  4621. "responses": {
  4622. "200": {
  4623. "description": "修改数据条数",
  4624. "schema": {
  4625. "type": "int"
  4626. }
  4627. },
  4628. "400": {
  4629. "description": "具体错误",
  4630. "schema": {
  4631. "$ref": "#/definitions/md.Response"
  4632. }
  4633. }
  4634. }
  4635. }
  4636. },
  4637. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4638. "post": {
  4639. "description": "社区分红(新增)",
  4640. "consumes": [
  4641. "application/json"
  4642. ],
  4643. "produces": [
  4644. "application/json"
  4645. ],
  4646. "tags": [
  4647. "公排管理"
  4648. ],
  4649. "summary": "制度中心-公排管理-社区分红(新增)",
  4650. "parameters": [
  4651. {
  4652. "type": "string",
  4653. "description": "验证参数Bearer和token空格拼接",
  4654. "name": "Authorization",
  4655. "in": "header",
  4656. "required": true
  4657. },
  4658. {
  4659. "description": "分红名称、分红总量",
  4660. "name": "req",
  4661. "in": "body",
  4662. "required": true,
  4663. "schema": {
  4664. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  4665. }
  4666. }
  4667. ],
  4668. "responses": {
  4669. "200": {
  4670. "description": "成功",
  4671. "schema": {
  4672. "type": "success"
  4673. }
  4674. },
  4675. "400": {
  4676. "description": "具体错误",
  4677. "schema": {
  4678. "$ref": "#/definitions/md.Response"
  4679. }
  4680. }
  4681. }
  4682. }
  4683. },
  4684. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  4685. "post": {
  4686. "description": "社区分红(查询)",
  4687. "consumes": [
  4688. "application/json"
  4689. ],
  4690. "produces": [
  4691. "application/json"
  4692. ],
  4693. "tags": [
  4694. "公排管理"
  4695. ],
  4696. "summary": "制度中心-公排管理-社区分红(查询)",
  4697. "parameters": [
  4698. {
  4699. "type": "string",
  4700. "description": "验证参数Bearer和token空格拼接",
  4701. "name": "Authorization",
  4702. "in": "header",
  4703. "required": true
  4704. },
  4705. {
  4706. "description": "页数、每页大小必填 起止时间、起止数量选填",
  4707. "name": "req",
  4708. "in": "body",
  4709. "required": true,
  4710. "schema": {
  4711. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  4712. }
  4713. }
  4714. ],
  4715. "responses": {
  4716. "200": {
  4717. "description": "具体数据",
  4718. "schema": {
  4719. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  4720. }
  4721. },
  4722. "400": {
  4723. "description": "具体错误",
  4724. "schema": {
  4725. "$ref": "#/definitions/md.Response"
  4726. }
  4727. }
  4728. }
  4729. }
  4730. },
  4731. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  4732. "post": {
  4733. "description": "社区长列表(新增)",
  4734. "consumes": [
  4735. "application/json"
  4736. ],
  4737. "produces": [
  4738. "application/json"
  4739. ],
  4740. "tags": [
  4741. "公排管理"
  4742. ],
  4743. "summary": "制度中心-公排管理-社区长列表(新增)",
  4744. "parameters": [
  4745. {
  4746. "type": "string",
  4747. "description": "验证参数Bearer和token空格拼接",
  4748. "name": "Authorization",
  4749. "in": "header",
  4750. "required": true
  4751. },
  4752. {
  4753. "description": "新增社区长 ID、备注",
  4754. "name": "req",
  4755. "in": "body",
  4756. "required": true,
  4757. "schema": {
  4758. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  4759. }
  4760. }
  4761. ],
  4762. "responses": {
  4763. "200": {
  4764. "description": "插入数据 ID",
  4765. "schema": {
  4766. "type": "int"
  4767. }
  4768. },
  4769. "400": {
  4770. "description": "具体错误",
  4771. "schema": {
  4772. "$ref": "#/definitions/md.Response"
  4773. }
  4774. }
  4775. }
  4776. }
  4777. },
  4778. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  4779. "post": {
  4780. "description": "社区长列表(查询)",
  4781. "consumes": [
  4782. "application/json"
  4783. ],
  4784. "produces": [
  4785. "application/json"
  4786. ],
  4787. "tags": [
  4788. "公排管理"
  4789. ],
  4790. "summary": "制度中心-公排管理-社区长列表(查询)",
  4791. "parameters": [
  4792. {
  4793. "type": "string",
  4794. "description": "验证参数Bearer和token空格拼接",
  4795. "name": "Authorization",
  4796. "in": "header",
  4797. "required": true
  4798. },
  4799. {
  4800. "description": "页数、每页大小必填 手机号、用户ID选填",
  4801. "name": "req",
  4802. "in": "body",
  4803. "required": true,
  4804. "schema": {
  4805. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  4806. }
  4807. }
  4808. ],
  4809. "responses": {
  4810. "200": {
  4811. "description": "社区长列表",
  4812. "schema": {
  4813. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  4814. }
  4815. },
  4816. "400": {
  4817. "description": "具体错误",
  4818. "schema": {
  4819. "$ref": "#/definitions/md.Response"
  4820. }
  4821. }
  4822. }
  4823. }
  4824. },
  4825. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  4826. "post": {
  4827. "description": "关系分布图(位置转换)",
  4828. "consumes": [
  4829. "application/json"
  4830. ],
  4831. "produces": [
  4832. "application/json"
  4833. ],
  4834. "tags": [
  4835. "公排管理"
  4836. ],
  4837. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  4838. "parameters": [
  4839. {
  4840. "type": "string",
  4841. "description": "验证参数Bearer和token空格拼接",
  4842. "name": "Authorization",
  4843. "in": "header",
  4844. "required": true
  4845. },
  4846. {
  4847. "description": "需要交换的两个位置",
  4848. "name": "req",
  4849. "in": "body",
  4850. "required": true,
  4851. "schema": {
  4852. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  4853. }
  4854. }
  4855. ],
  4856. "responses": {
  4857. "200": {
  4858. "description": "成功返回",
  4859. "schema": {
  4860. "type": ""
  4861. }
  4862. },
  4863. "400": {
  4864. "description": "具体错误",
  4865. "schema": {
  4866. "$ref": "#/definitions/md.Response"
  4867. }
  4868. }
  4869. }
  4870. }
  4871. },
  4872. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  4873. "get": {
  4874. "description": "关系分布图(获取指定用户上级)",
  4875. "consumes": [
  4876. "application/json"
  4877. ],
  4878. "produces": [
  4879. "application/json"
  4880. ],
  4881. "tags": [
  4882. "公排管理"
  4883. ],
  4884. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  4885. "parameters": [
  4886. {
  4887. "type": "string",
  4888. "description": "验证参数Bearer和token空格拼接",
  4889. "name": "Authorization",
  4890. "in": "header",
  4891. "required": true
  4892. },
  4893. {
  4894. "type": "string",
  4895. "description": "用户ID",
  4896. "name": "uid",
  4897. "in": "query",
  4898. "required": true
  4899. }
  4900. ],
  4901. "responses": {
  4902. "200": {
  4903. "description": "具体数据",
  4904. "schema": {
  4905. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  4906. }
  4907. },
  4908. "400": {
  4909. "description": "具体错误",
  4910. "schema": {
  4911. "$ref": "#/definitions/md.Response"
  4912. }
  4913. }
  4914. }
  4915. }
  4916. },
  4917. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  4918. "get": {
  4919. "description": "关系分布图(获取指定用户下级)",
  4920. "consumes": [
  4921. "application/json"
  4922. ],
  4923. "produces": [
  4924. "application/json"
  4925. ],
  4926. "tags": [
  4927. "公排管理"
  4928. ],
  4929. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  4930. "parameters": [
  4931. {
  4932. "type": "string",
  4933. "description": "验证参数Bearer和token空格拼接",
  4934. "name": "Authorization",
  4935. "in": "header",
  4936. "required": true
  4937. },
  4938. {
  4939. "type": "string",
  4940. "description": "用户ID",
  4941. "name": "uid",
  4942. "in": "query",
  4943. "required": true
  4944. }
  4945. ],
  4946. "responses": {
  4947. "200": {
  4948. "description": "具体数据",
  4949. "schema": {
  4950. "$ref": "#/definitions/md.TreeNode"
  4951. }
  4952. },
  4953. "400": {
  4954. "description": "具体错误",
  4955. "schema": {
  4956. "$ref": "#/definitions/md.Response"
  4957. }
  4958. }
  4959. }
  4960. }
  4961. },
  4962. "/api/institutionalManagement/publicPlatoon/getBasic": {
  4963. "get": {
  4964. "description": "公排基础设置(获取)",
  4965. "consumes": [
  4966. "application/json"
  4967. ],
  4968. "produces": [
  4969. "application/json"
  4970. ],
  4971. "tags": [
  4972. "公排管理"
  4973. ],
  4974. "summary": "制度中心-公排管理-公排基础设置(获取)",
  4975. "parameters": [
  4976. {
  4977. "type": "string",
  4978. "description": "验证参数Bearer和token空格拼接",
  4979. "name": "Authorization",
  4980. "in": "header",
  4981. "required": true
  4982. }
  4983. ],
  4984. "responses": {
  4985. "200": {
  4986. "description": "具体数据",
  4987. "schema": {
  4988. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  4989. }
  4990. },
  4991. "400": {
  4992. "description": "具体错误",
  4993. "schema": {
  4994. "$ref": "#/definitions/md.Response"
  4995. }
  4996. }
  4997. }
  4998. }
  4999. },
  5000. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5001. "delete": {
  5002. "description": "免罚用户(删除)",
  5003. "consumes": [
  5004. "application/json"
  5005. ],
  5006. "produces": [
  5007. "application/json"
  5008. ],
  5009. "tags": [
  5010. "公排管理"
  5011. ],
  5012. "summary": "制度中心-公排管理-免罚用户(删除)",
  5013. "parameters": [
  5014. {
  5015. "type": "string",
  5016. "description": "验证参数Bearer和token空格拼接",
  5017. "name": "Authorization",
  5018. "in": "header",
  5019. "required": true
  5020. },
  5021. {
  5022. "description": "免罚用户ID",
  5023. "name": "req",
  5024. "in": "body",
  5025. "required": true,
  5026. "schema": {
  5027. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5028. }
  5029. }
  5030. ],
  5031. "responses": {
  5032. "200": {
  5033. "description": "删除数据数量",
  5034. "schema": {
  5035. "type": "int"
  5036. }
  5037. },
  5038. "400": {
  5039. "description": "具体错误",
  5040. "schema": {
  5041. "$ref": "#/definitions/md.Response"
  5042. }
  5043. }
  5044. }
  5045. }
  5046. },
  5047. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5048. "post": {
  5049. "description": "免罚用户(查询)",
  5050. "consumes": [
  5051. "application/json"
  5052. ],
  5053. "produces": [
  5054. "application/json"
  5055. ],
  5056. "tags": [
  5057. "公排管理"
  5058. ],
  5059. "summary": "制度中心-公排管理-免罚用户(查询)",
  5060. "parameters": [
  5061. {
  5062. "type": "string",
  5063. "description": "验证参数Bearer和token空格拼接",
  5064. "name": "Authorization",
  5065. "in": "header",
  5066. "required": true
  5067. },
  5068. {
  5069. "description": "页数和行数必填,uid选填",
  5070. "name": "req",
  5071. "in": "body",
  5072. "required": true,
  5073. "schema": {
  5074. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5075. }
  5076. }
  5077. ],
  5078. "responses": {
  5079. "200": {
  5080. "description": "成功返回",
  5081. "schema": {
  5082. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5083. }
  5084. },
  5085. "400": {
  5086. "description": "具体错误",
  5087. "schema": {
  5088. "$ref": "#/definitions/md.Response"
  5089. }
  5090. }
  5091. }
  5092. }
  5093. },
  5094. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5095. "post": {
  5096. "description": "免罚用户(新增)",
  5097. "consumes": [
  5098. "application/json"
  5099. ],
  5100. "produces": [
  5101. "application/json"
  5102. ],
  5103. "tags": [
  5104. "公排管理"
  5105. ],
  5106. "summary": "制度中心-公排管理-免罚用户(新增)",
  5107. "parameters": [
  5108. {
  5109. "type": "string",
  5110. "description": "验证参数Bearer和token空格拼接",
  5111. "name": "Authorization",
  5112. "in": "header",
  5113. "required": true
  5114. },
  5115. {
  5116. "description": "免罚用户ID",
  5117. "name": "req",
  5118. "in": "body",
  5119. "required": true,
  5120. "schema": {
  5121. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5122. }
  5123. }
  5124. ],
  5125. "responses": {
  5126. "200": {
  5127. "description": "插入数据 ID",
  5128. "schema": {
  5129. "type": "int"
  5130. }
  5131. },
  5132. "400": {
  5133. "description": "具体错误",
  5134. "schema": {
  5135. "$ref": "#/definitions/md.Response"
  5136. }
  5137. }
  5138. }
  5139. }
  5140. },
  5141. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5142. "get": {
  5143. "description": "关系分布图(获取)",
  5144. "consumes": [
  5145. "application/json"
  5146. ],
  5147. "produces": [
  5148. "application/json"
  5149. ],
  5150. "tags": [
  5151. "公排管理"
  5152. ],
  5153. "summary": "制度中心-公排管理-关系分布图(获取)",
  5154. "parameters": [
  5155. {
  5156. "type": "string",
  5157. "description": "验证参数Bearer和token空格拼接",
  5158. "name": "Authorization",
  5159. "in": "header",
  5160. "required": true
  5161. },
  5162. {
  5163. "type": "string",
  5164. "description": "phone",
  5165. "name": "phone",
  5166. "in": "query",
  5167. "required": true
  5168. },
  5169. {
  5170. "type": "string",
  5171. "description": "uid",
  5172. "name": "uid",
  5173. "in": "query",
  5174. "required": true
  5175. }
  5176. ],
  5177. "responses": {
  5178. "200": {
  5179. "description": "具体数据",
  5180. "schema": {
  5181. "$ref": "#/definitions/md.TreeNode"
  5182. }
  5183. },
  5184. "400": {
  5185. "description": "具体错误",
  5186. "schema": {
  5187. "$ref": "#/definitions/md.Response"
  5188. }
  5189. }
  5190. }
  5191. }
  5192. },
  5193. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5194. "post": {
  5195. "description": "公排基础设置选择会员(查询)",
  5196. "consumes": [
  5197. "application/json"
  5198. ],
  5199. "produces": [
  5200. "application/json"
  5201. ],
  5202. "tags": [
  5203. "公排管理"
  5204. ],
  5205. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5206. "parameters": [
  5207. {
  5208. "type": "string",
  5209. "description": "验证参数Bearer和token空格拼接",
  5210. "name": "Authorization",
  5211. "in": "header",
  5212. "required": true
  5213. },
  5214. {
  5215. "description": "分页信息必填",
  5216. "name": "req",
  5217. "in": "body",
  5218. "required": true,
  5219. "schema": {
  5220. "$ref": "#/definitions/md.SelectMemberReq"
  5221. }
  5222. }
  5223. ],
  5224. "responses": {
  5225. "200": {
  5226. "description": "具体数据",
  5227. "schema": {
  5228. "$ref": "#/definitions/md.SelectMemberResp"
  5229. }
  5230. },
  5231. "400": {
  5232. "description": "具体错误",
  5233. "schema": {
  5234. "$ref": "#/definitions/md.Response"
  5235. }
  5236. }
  5237. }
  5238. }
  5239. },
  5240. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5241. "put": {
  5242. "description": "公排基础设置(修改)",
  5243. "consumes": [
  5244. "application/json"
  5245. ],
  5246. "produces": [
  5247. "application/json"
  5248. ],
  5249. "tags": [
  5250. "公排管理"
  5251. ],
  5252. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5253. "parameters": [
  5254. {
  5255. "type": "string",
  5256. "description": "验证参数Bearer和token空格拼接",
  5257. "name": "Authorization",
  5258. "in": "header",
  5259. "required": true
  5260. },
  5261. {
  5262. "description": "公排设置表单内容",
  5263. "name": "req",
  5264. "in": "body",
  5265. "required": true,
  5266. "schema": {
  5267. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5268. }
  5269. }
  5270. ],
  5271. "responses": {
  5272. "200": {
  5273. "description": "success",
  5274. "schema": {
  5275. "type": "string"
  5276. }
  5277. },
  5278. "400": {
  5279. "description": "具体错误",
  5280. "schema": {
  5281. "$ref": "#/definitions/md.Response"
  5282. }
  5283. }
  5284. }
  5285. }
  5286. },
  5287. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5288. "post": {
  5289. "description": "日活分析",
  5290. "consumes": [
  5291. "application/json"
  5292. ],
  5293. "produces": [
  5294. "application/json"
  5295. ],
  5296. "tags": [
  5297. "公排管理"
  5298. ],
  5299. "summary": "制度中心-公排管理-日活分析",
  5300. "parameters": [
  5301. {
  5302. "type": "string",
  5303. "description": "验证参数Bearer和token空格拼接",
  5304. "name": "Authorization",
  5305. "in": "header",
  5306. "required": true
  5307. },
  5308. {
  5309. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5310. "name": "req",
  5311. "in": "body",
  5312. "required": true,
  5313. "schema": {
  5314. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5315. }
  5316. }
  5317. ],
  5318. "responses": {
  5319. "200": {
  5320. "description": "具体数据",
  5321. "schema": {
  5322. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5323. }
  5324. },
  5325. "400": {
  5326. "description": "具体错误",
  5327. "schema": {
  5328. "$ref": "#/definitions/md.Response"
  5329. }
  5330. }
  5331. }
  5332. }
  5333. },
  5334. "/api/login": {
  5335. "post": {
  5336. "description": "登入",
  5337. "consumes": [
  5338. "application/json"
  5339. ],
  5340. "produces": [
  5341. "application/json"
  5342. ],
  5343. "tags": [
  5344. "登录"
  5345. ],
  5346. "summary": "登陆",
  5347. "parameters": [
  5348. {
  5349. "description": "用户名密码",
  5350. "name": "req",
  5351. "in": "body",
  5352. "required": true,
  5353. "schema": {
  5354. "$ref": "#/definitions/md.LoginReq"
  5355. }
  5356. }
  5357. ],
  5358. "responses": {
  5359. "200": {
  5360. "description": "token",
  5361. "schema": {
  5362. "$ref": "#/definitions/md.LoginResponse"
  5363. }
  5364. },
  5365. "400": {
  5366. "description": "具体错误",
  5367. "schema": {
  5368. "$ref": "#/definitions/md.Response"
  5369. }
  5370. }
  5371. }
  5372. }
  5373. },
  5374. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5375. "get": {
  5376. "description": "新人红包设置(获取)",
  5377. "consumes": [
  5378. "application/json"
  5379. ],
  5380. "produces": [
  5381. "application/json"
  5382. ],
  5383. "tags": [
  5384. "营销应用"
  5385. ],
  5386. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5387. "parameters": [
  5388. {
  5389. "type": "string",
  5390. "description": "验证参数Bearer和token空格拼接",
  5391. "name": "Authorization",
  5392. "in": "header",
  5393. "required": true
  5394. }
  5395. ],
  5396. "responses": {
  5397. "200": {
  5398. "description": "具体数据",
  5399. "schema": {
  5400. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5401. }
  5402. },
  5403. "400": {
  5404. "description": "具体错误",
  5405. "schema": {
  5406. "$ref": "#/definitions/md.Response"
  5407. }
  5408. }
  5409. }
  5410. }
  5411. },
  5412. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5413. "post": {
  5414. "description": "新人红包列表明细(查询)",
  5415. "consumes": [
  5416. "application/json"
  5417. ],
  5418. "produces": [
  5419. "application/json"
  5420. ],
  5421. "tags": [
  5422. "营销应用"
  5423. ],
  5424. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5425. "parameters": [
  5426. {
  5427. "type": "string",
  5428. "description": "验证参数Bearer和token空格拼接",
  5429. "name": "Authorization",
  5430. "in": "header",
  5431. "required": true
  5432. },
  5433. {
  5434. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5435. "name": "req",
  5436. "in": "body",
  5437. "required": true,
  5438. "schema": {
  5439. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5440. }
  5441. }
  5442. ],
  5443. "responses": {
  5444. "200": {
  5445. "description": "具体数据",
  5446. "schema": {
  5447. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5448. }
  5449. },
  5450. "400": {
  5451. "description": "具体错误",
  5452. "schema": {
  5453. "$ref": "#/definitions/md.Response"
  5454. }
  5455. }
  5456. }
  5457. }
  5458. },
  5459. "/api/marketingApplications/newUserRedPackage/recordList": {
  5460. "post": {
  5461. "description": "新人红包列表(查询)",
  5462. "consumes": [
  5463. "application/json"
  5464. ],
  5465. "produces": [
  5466. "application/json"
  5467. ],
  5468. "tags": [
  5469. "营销应用"
  5470. ],
  5471. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5472. "parameters": [
  5473. {
  5474. "type": "string",
  5475. "description": "验证参数Bearer和token空格拼接",
  5476. "name": "Authorization",
  5477. "in": "header",
  5478. "required": true
  5479. },
  5480. {
  5481. "description": "新人红包列表查询条件(分页信息必填)",
  5482. "name": "req",
  5483. "in": "body",
  5484. "required": true,
  5485. "schema": {
  5486. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5487. }
  5488. }
  5489. ],
  5490. "responses": {
  5491. "200": {
  5492. "description": "具体数据",
  5493. "schema": {
  5494. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5495. }
  5496. },
  5497. "400": {
  5498. "description": "具体错误",
  5499. "schema": {
  5500. "$ref": "#/definitions/md.Response"
  5501. }
  5502. }
  5503. }
  5504. }
  5505. },
  5506. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5507. "put": {
  5508. "description": "新人红包设置(修改)",
  5509. "consumes": [
  5510. "application/json"
  5511. ],
  5512. "produces": [
  5513. "application/json"
  5514. ],
  5515. "tags": [
  5516. "营销应用"
  5517. ],
  5518. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5519. "parameters": [
  5520. {
  5521. "type": "string",
  5522. "description": "验证参数Bearer和token空格拼接",
  5523. "name": "Authorization",
  5524. "in": "header",
  5525. "required": true
  5526. },
  5527. {
  5528. "description": "新人红包设置表单",
  5529. "name": "req",
  5530. "in": "body",
  5531. "required": true,
  5532. "schema": {
  5533. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5534. }
  5535. }
  5536. ],
  5537. "responses": {
  5538. "200": {
  5539. "description": "success",
  5540. "schema": {
  5541. "type": "string"
  5542. }
  5543. },
  5544. "400": {
  5545. "description": "具体错误",
  5546. "schema": {
  5547. "$ref": "#/definitions/md.Response"
  5548. }
  5549. }
  5550. }
  5551. }
  5552. },
  5553. "/api/memberCenter/levelManagement/addLevel": {
  5554. "post": {
  5555. "description": "等级管理(新增)",
  5556. "consumes": [
  5557. "application/json"
  5558. ],
  5559. "produces": [
  5560. "application/json"
  5561. ],
  5562. "tags": [
  5563. "会员中心"
  5564. ],
  5565. "summary": "制度中心-会员中心-等级管理(新增)",
  5566. "parameters": [
  5567. {
  5568. "type": "string",
  5569. "description": "验证参数Bearer和token空格拼接",
  5570. "name": "Authorization",
  5571. "in": "header",
  5572. "required": true
  5573. },
  5574. {
  5575. "description": "需要新增的等级信息",
  5576. "name": "req",
  5577. "in": "body",
  5578. "required": true,
  5579. "schema": {
  5580. "$ref": "#/definitions/md.AddLevelReq"
  5581. }
  5582. }
  5583. ],
  5584. "responses": {
  5585. "200": {
  5586. "description": "新增等级ID",
  5587. "schema": {
  5588. "type": "int"
  5589. }
  5590. },
  5591. "400": {
  5592. "description": "具体错误",
  5593. "schema": {
  5594. "$ref": "#/definitions/md.Response"
  5595. }
  5596. }
  5597. }
  5598. }
  5599. },
  5600. "/api/memberCenter/levelManagement/deleteLevel": {
  5601. "delete": {
  5602. "description": "等级管理(删除)",
  5603. "consumes": [
  5604. "application/json"
  5605. ],
  5606. "produces": [
  5607. "application/json"
  5608. ],
  5609. "tags": [
  5610. "会员中心"
  5611. ],
  5612. "summary": "制度中心-会员中心-等级管理(删除)",
  5613. "parameters": [
  5614. {
  5615. "type": "string",
  5616. "description": "验证参数Bearer和token空格拼接",
  5617. "name": "Authorization",
  5618. "in": "header",
  5619. "required": true
  5620. },
  5621. {
  5622. "description": "需要删除的等级 ID",
  5623. "name": "req",
  5624. "in": "body",
  5625. "required": true,
  5626. "schema": {
  5627. "$ref": "#/definitions/md.DeleteLevelReq"
  5628. }
  5629. }
  5630. ],
  5631. "responses": {
  5632. "200": {
  5633. "description": "成功删除数据数量",
  5634. "schema": {
  5635. "type": "int"
  5636. }
  5637. },
  5638. "400": {
  5639. "description": "具体错误",
  5640. "schema": {
  5641. "$ref": "#/definitions/md.Response"
  5642. }
  5643. }
  5644. }
  5645. }
  5646. },
  5647. "/api/memberCenter/levelManagement/deleteLevelTask": {
  5648. "delete": {
  5649. "description": "等级任务(删除)",
  5650. "consumes": [
  5651. "application/json"
  5652. ],
  5653. "produces": [
  5654. "application/json"
  5655. ],
  5656. "tags": [
  5657. "会员中心"
  5658. ],
  5659. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  5660. "parameters": [
  5661. {
  5662. "type": "string",
  5663. "description": "验证参数Bearer和token空格拼接",
  5664. "name": "Authorization",
  5665. "in": "header",
  5666. "required": true
  5667. },
  5668. {
  5669. "description": "需要删除的等级任务ID",
  5670. "name": "req",
  5671. "in": "body",
  5672. "required": true,
  5673. "schema": {
  5674. "$ref": "#/definitions/md.DeleteTaskReq"
  5675. }
  5676. }
  5677. ],
  5678. "responses": {
  5679. "200": {
  5680. "description": "成功删除数据数量",
  5681. "schema": {
  5682. "type": "int"
  5683. }
  5684. },
  5685. "400": {
  5686. "description": "具体错误",
  5687. "schema": {
  5688. "$ref": "#/definitions/md.Response"
  5689. }
  5690. }
  5691. }
  5692. }
  5693. },
  5694. "/api/memberCenter/levelManagement/getLevelList": {
  5695. "get": {
  5696. "description": "标签管理(获取)",
  5697. "consumes": [
  5698. "application/json"
  5699. ],
  5700. "produces": [
  5701. "application/json"
  5702. ],
  5703. "tags": [
  5704. "会员中心"
  5705. ],
  5706. "summary": "制度中心-会员中心-等级管理(获取)",
  5707. "parameters": [
  5708. {
  5709. "type": "string",
  5710. "description": "验证参数Bearer和token空格拼接",
  5711. "name": "Authorization",
  5712. "in": "header",
  5713. "required": true
  5714. },
  5715. {
  5716. "type": "integer",
  5717. "description": "每页大小",
  5718. "name": "limit",
  5719. "in": "query",
  5720. "required": true
  5721. },
  5722. {
  5723. "type": "integer",
  5724. "description": "页数",
  5725. "name": "page",
  5726. "in": "query",
  5727. "required": true
  5728. }
  5729. ],
  5730. "responses": {
  5731. "200": {
  5732. "description": "具体数据",
  5733. "schema": {
  5734. "$ref": "#/definitions/md.GetLevelListResp"
  5735. }
  5736. },
  5737. "400": {
  5738. "description": "具体错误",
  5739. "schema": {
  5740. "$ref": "#/definitions/md.Response"
  5741. }
  5742. }
  5743. }
  5744. }
  5745. },
  5746. "/api/memberCenter/levelManagement/getOneLevel": {
  5747. "get": {
  5748. "description": "等级明细(获取)",
  5749. "consumes": [
  5750. "application/json"
  5751. ],
  5752. "produces": [
  5753. "application/json"
  5754. ],
  5755. "tags": [
  5756. "会员中心"
  5757. ],
  5758. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  5759. "parameters": [
  5760. {
  5761. "type": "string",
  5762. "description": "验证参数Bearer和token空格拼接",
  5763. "name": "Authorization",
  5764. "in": "header",
  5765. "required": true
  5766. },
  5767. {
  5768. "type": "integer",
  5769. "description": "等级 ID",
  5770. "name": "level_id",
  5771. "in": "query",
  5772. "required": true
  5773. }
  5774. ],
  5775. "responses": {
  5776. "200": {
  5777. "description": "具体数据",
  5778. "schema": {
  5779. "$ref": "#/definitions/md.GetOneLevelResp"
  5780. }
  5781. },
  5782. "400": {
  5783. "description": "具体错误",
  5784. "schema": {
  5785. "$ref": "#/definitions/md.Response"
  5786. }
  5787. }
  5788. }
  5789. }
  5790. },
  5791. "/api/memberCenter/levelManagement/updateLevel": {
  5792. "post": {
  5793. "description": "等级管理(更新)",
  5794. "consumes": [
  5795. "application/json"
  5796. ],
  5797. "produces": [
  5798. "application/json"
  5799. ],
  5800. "tags": [
  5801. "会员中心"
  5802. ],
  5803. "summary": "制度中心-会员中心-等级管理(更新)",
  5804. "parameters": [
  5805. {
  5806. "type": "string",
  5807. "description": "验证参数Bearer和token空格拼接",
  5808. "name": "Authorization",
  5809. "in": "header",
  5810. "required": true
  5811. },
  5812. {
  5813. "description": "需要修改的等级信息",
  5814. "name": "req",
  5815. "in": "body",
  5816. "required": true,
  5817. "schema": {
  5818. "$ref": "#/definitions/md.UpdateLevelReq"
  5819. }
  5820. }
  5821. ],
  5822. "responses": {
  5823. "200": {
  5824. "description": "success",
  5825. "schema": {
  5826. "type": "string"
  5827. }
  5828. },
  5829. "400": {
  5830. "description": "具体错误",
  5831. "schema": {
  5832. "$ref": "#/definitions/md.Response"
  5833. }
  5834. }
  5835. }
  5836. }
  5837. },
  5838. "/api/memberCenter/tagManagement/addTag": {
  5839. "post": {
  5840. "description": "标签管理(新增)",
  5841. "consumes": [
  5842. "application/json"
  5843. ],
  5844. "produces": [
  5845. "application/json"
  5846. ],
  5847. "tags": [
  5848. "会员中心"
  5849. ],
  5850. "summary": "制度中心-会员中心-标签管理(新增)",
  5851. "parameters": [
  5852. {
  5853. "type": "string",
  5854. "description": "验证参数Bearer和token空格拼接",
  5855. "name": "Authorization",
  5856. "in": "header",
  5857. "required": true
  5858. },
  5859. {
  5860. "description": "新增的标签信息",
  5861. "name": "req",
  5862. "in": "body",
  5863. "required": true,
  5864. "schema": {
  5865. "$ref": "#/definitions/md.AddTagReq"
  5866. }
  5867. }
  5868. ],
  5869. "responses": {
  5870. "200": {
  5871. "description": "新增的标签 ID",
  5872. "schema": {
  5873. "type": "int"
  5874. }
  5875. },
  5876. "400": {
  5877. "description": "具体错误",
  5878. "schema": {
  5879. "$ref": "#/definitions/md.Response"
  5880. }
  5881. }
  5882. }
  5883. }
  5884. },
  5885. "/api/memberCenter/tagManagement/deleteTag": {
  5886. "delete": {
  5887. "description": "标签管理(删除)",
  5888. "consumes": [
  5889. "application/json"
  5890. ],
  5891. "produces": [
  5892. "application/json"
  5893. ],
  5894. "tags": [
  5895. "会员中心"
  5896. ],
  5897. "summary": "制度中心-会员中心-标签管理(删除)",
  5898. "parameters": [
  5899. {
  5900. "type": "string",
  5901. "description": "验证参数Bearer和token空格拼接",
  5902. "name": "Authorization",
  5903. "in": "header",
  5904. "required": true
  5905. },
  5906. {
  5907. "description": "需要删除的标签 ID",
  5908. "name": "req",
  5909. "in": "body",
  5910. "required": true,
  5911. "schema": {
  5912. "$ref": "#/definitions/md.DeleteTagReq"
  5913. }
  5914. }
  5915. ],
  5916. "responses": {
  5917. "200": {
  5918. "description": "成功删除标签用户数",
  5919. "schema": {
  5920. "type": "int"
  5921. }
  5922. },
  5923. "400": {
  5924. "description": "具体错误",
  5925. "schema": {
  5926. "$ref": "#/definitions/md.Response"
  5927. }
  5928. }
  5929. }
  5930. }
  5931. },
  5932. "/api/memberCenter/tagManagement/getTagList": {
  5933. "get": {
  5934. "description": "标签管理(获取)",
  5935. "consumes": [
  5936. "application/json"
  5937. ],
  5938. "produces": [
  5939. "application/json"
  5940. ],
  5941. "tags": [
  5942. "会员中心"
  5943. ],
  5944. "summary": "制度中心-会员中心-标签管理(获取)",
  5945. "parameters": [
  5946. {
  5947. "type": "string",
  5948. "description": "验证参数Bearer和token空格拼接",
  5949. "name": "Authorization",
  5950. "in": "header",
  5951. "required": true
  5952. },
  5953. {
  5954. "type": "integer",
  5955. "description": "每页大小",
  5956. "name": "limit",
  5957. "in": "query",
  5958. "required": true
  5959. },
  5960. {
  5961. "type": "integer",
  5962. "description": "页数",
  5963. "name": "page",
  5964. "in": "query",
  5965. "required": true
  5966. }
  5967. ],
  5968. "responses": {
  5969. "200": {
  5970. "description": "具体数据",
  5971. "schema": {
  5972. "$ref": "#/definitions/md.GetTagListResp"
  5973. }
  5974. },
  5975. "400": {
  5976. "description": "具体错误",
  5977. "schema": {
  5978. "$ref": "#/definitions/md.Response"
  5979. }
  5980. }
  5981. }
  5982. }
  5983. },
  5984. "/api/memberCenter/tagManagement/updateTag": {
  5985. "post": {
  5986. "description": "标签管理(更新)",
  5987. "consumes": [
  5988. "application/json"
  5989. ],
  5990. "produces": [
  5991. "application/json"
  5992. ],
  5993. "tags": [
  5994. "会员中心"
  5995. ],
  5996. "summary": "制度中心-会员中心-标签管理(更新)",
  5997. "parameters": [
  5998. {
  5999. "type": "string",
  6000. "description": "验证参数Bearer和token空格拼接",
  6001. "name": "Authorization",
  6002. "in": "header",
  6003. "required": true
  6004. },
  6005. {
  6006. "description": "需要修改的标签信息",
  6007. "name": "req",
  6008. "in": "body",
  6009. "required": true,
  6010. "schema": {
  6011. "$ref": "#/definitions/md.UpdateTagReq"
  6012. }
  6013. }
  6014. ],
  6015. "responses": {
  6016. "200": {
  6017. "description": "成功修改数据条数",
  6018. "schema": {
  6019. "type": "int"
  6020. }
  6021. },
  6022. "400": {
  6023. "description": "具体错误",
  6024. "schema": {
  6025. "$ref": "#/definitions/md.Response"
  6026. }
  6027. }
  6028. }
  6029. }
  6030. },
  6031. "/api/memberCenter/userManagement/balanceDetail": {
  6032. "get": {
  6033. "description": "会员明细(余额获取)",
  6034. "consumes": [
  6035. "application/json"
  6036. ],
  6037. "produces": [
  6038. "application/json"
  6039. ],
  6040. "tags": [
  6041. "会员中心"
  6042. ],
  6043. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6044. "parameters": [
  6045. {
  6046. "type": "string",
  6047. "description": "验证参数Bearer和token空格拼接",
  6048. "name": "Authorization",
  6049. "in": "header",
  6050. "required": true
  6051. },
  6052. {
  6053. "type": "string",
  6054. "description": "用户 ID",
  6055. "name": "uid",
  6056. "in": "query",
  6057. "required": true
  6058. },
  6059. {
  6060. "type": "string",
  6061. "description": "每页大小",
  6062. "name": "limit",
  6063. "in": "query",
  6064. "required": true
  6065. },
  6066. {
  6067. "type": "string",
  6068. "description": "页数",
  6069. "name": "page",
  6070. "in": "query",
  6071. "required": true
  6072. }
  6073. ],
  6074. "responses": {
  6075. "200": {
  6076. "description": "具体数据",
  6077. "schema": {
  6078. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6079. }
  6080. },
  6081. "400": {
  6082. "description": "具体错误",
  6083. "schema": {
  6084. "$ref": "#/definitions/md.Response"
  6085. }
  6086. }
  6087. }
  6088. }
  6089. },
  6090. "/api/memberCenter/userManagement/getFans": {
  6091. "get": {
  6092. "description": "会员明细粉丝情况(获取)",
  6093. "consumes": [
  6094. "application/json"
  6095. ],
  6096. "produces": [
  6097. "application/json"
  6098. ],
  6099. "tags": [
  6100. "会员中心"
  6101. ],
  6102. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6103. "parameters": [
  6104. {
  6105. "type": "string",
  6106. "description": "验证参数Bearer和token空格拼接",
  6107. "name": "Authorization",
  6108. "in": "header",
  6109. "required": true
  6110. },
  6111. {
  6112. "type": "string",
  6113. "description": "用户 ID",
  6114. "name": "uid",
  6115. "in": "query",
  6116. "required": true
  6117. },
  6118. {
  6119. "type": "string",
  6120. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6121. "name": "type",
  6122. "in": "query",
  6123. "required": true
  6124. },
  6125. {
  6126. "type": "string",
  6127. "description": "每页大小",
  6128. "name": "limit",
  6129. "in": "query",
  6130. "required": true
  6131. },
  6132. {
  6133. "type": "string",
  6134. "description": "页数",
  6135. "name": "page",
  6136. "in": "query",
  6137. "required": true
  6138. }
  6139. ],
  6140. "responses": {
  6141. "200": {
  6142. "description": "具体数据",
  6143. "schema": {
  6144. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6145. }
  6146. },
  6147. "400": {
  6148. "description": "具体错误",
  6149. "schema": {
  6150. "$ref": "#/definitions/md.Response"
  6151. }
  6152. }
  6153. }
  6154. }
  6155. },
  6156. "/api/memberCenter/userManagement/getUserList": {
  6157. "post": {
  6158. "description": "用户信息管理(获取)",
  6159. "consumes": [
  6160. "application/json"
  6161. ],
  6162. "produces": [
  6163. "application/json"
  6164. ],
  6165. "tags": [
  6166. "会员中心"
  6167. ],
  6168. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6169. "parameters": [
  6170. {
  6171. "type": "string",
  6172. "description": "验证参数Bearer和token空格拼接",
  6173. "name": "Authorization",
  6174. "in": "header",
  6175. "required": true
  6176. },
  6177. {
  6178. "description": "分页信息必填",
  6179. "name": "req",
  6180. "in": "body",
  6181. "required": true,
  6182. "schema": {
  6183. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6184. }
  6185. }
  6186. ],
  6187. "responses": {
  6188. "200": {
  6189. "description": "具体数据",
  6190. "schema": {
  6191. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6192. }
  6193. },
  6194. "400": {
  6195. "description": "具体错误",
  6196. "schema": {
  6197. "$ref": "#/definitions/md.Response"
  6198. }
  6199. }
  6200. }
  6201. }
  6202. },
  6203. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6204. "get": {
  6205. "description": "会员明细(积分明细获取)",
  6206. "consumes": [
  6207. "application/json"
  6208. ],
  6209. "produces": [
  6210. "application/json"
  6211. ],
  6212. "tags": [
  6213. "会员中心"
  6214. ],
  6215. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6216. "parameters": [
  6217. {
  6218. "type": "string",
  6219. "description": "验证参数Bearer和token空格拼接",
  6220. "name": "Authorization",
  6221. "in": "header",
  6222. "required": true
  6223. },
  6224. {
  6225. "type": "string",
  6226. "description": "用户 ID",
  6227. "name": "uid",
  6228. "in": "query",
  6229. "required": true
  6230. },
  6231. {
  6232. "type": "string",
  6233. "description": "货币 ID",
  6234. "name": "coinId",
  6235. "in": "query",
  6236. "required": true
  6237. },
  6238. {
  6239. "type": "string",
  6240. "description": "每页大小",
  6241. "name": "limit",
  6242. "in": "query",
  6243. "required": true
  6244. },
  6245. {
  6246. "type": "string",
  6247. "description": "页数",
  6248. "name": "page",
  6249. "in": "query",
  6250. "required": true
  6251. }
  6252. ],
  6253. "responses": {
  6254. "200": {
  6255. "description": "具体数据",
  6256. "schema": {
  6257. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6258. }
  6259. },
  6260. "400": {
  6261. "description": "具体错误",
  6262. "schema": {
  6263. "$ref": "#/definitions/md.Response"
  6264. }
  6265. }
  6266. }
  6267. }
  6268. },
  6269. "/api/memberCenter/userManagement/updateUserInfo": {
  6270. "post": {
  6271. "description": "用户信息管理(更新)",
  6272. "consumes": [
  6273. "application/json"
  6274. ],
  6275. "produces": [
  6276. "application/json"
  6277. ],
  6278. "tags": [
  6279. "会员中心"
  6280. ],
  6281. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6282. "parameters": [
  6283. {
  6284. "type": "string",
  6285. "description": "验证参数Bearer和token空格拼接",
  6286. "name": "Authorization",
  6287. "in": "header",
  6288. "required": true
  6289. },
  6290. {
  6291. "description": "用户ID 必传",
  6292. "name": "req",
  6293. "in": "body",
  6294. "required": true,
  6295. "schema": {
  6296. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6297. }
  6298. }
  6299. ],
  6300. "responses": {
  6301. "200": {
  6302. "description": "修改数据行数",
  6303. "schema": {
  6304. "type": "int"
  6305. }
  6306. },
  6307. "400": {
  6308. "description": "具体错误",
  6309. "schema": {
  6310. "$ref": "#/definitions/md.Response"
  6311. }
  6312. }
  6313. }
  6314. }
  6315. },
  6316. "/api/memberCenter/userManagement/userData": {
  6317. "get": {
  6318. "description": "会员明细概况(获取)",
  6319. "consumes": [
  6320. "application/json"
  6321. ],
  6322. "produces": [
  6323. "application/json"
  6324. ],
  6325. "tags": [
  6326. "会员中心"
  6327. ],
  6328. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6329. "parameters": [
  6330. {
  6331. "type": "string",
  6332. "description": "验证参数Bearer和token空格拼接",
  6333. "name": "Authorization",
  6334. "in": "header",
  6335. "required": true
  6336. },
  6337. {
  6338. "type": "string",
  6339. "description": "用户 ID",
  6340. "name": "uid",
  6341. "in": "query",
  6342. "required": true
  6343. }
  6344. ],
  6345. "responses": {
  6346. "200": {
  6347. "description": "会员明细概况具体数据",
  6348. "schema": {
  6349. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6350. }
  6351. },
  6352. "400": {
  6353. "description": "具体错误",
  6354. "schema": {
  6355. "$ref": "#/definitions/md.Response"
  6356. }
  6357. }
  6358. }
  6359. }
  6360. },
  6361. "/api/notice/aliyunSms/file/phone": {
  6362. "post": {
  6363. "description": "短信推送记录-通知模板",
  6364. "consumes": [
  6365. "application/json"
  6366. ],
  6367. "produces": [
  6368. "application/json"
  6369. ],
  6370. "tags": [
  6371. "消息中心"
  6372. ],
  6373. "summary": "消息中心-短信推送记录-通知模板",
  6374. "parameters": [
  6375. {
  6376. "type": "string",
  6377. "description": "验证参数Bearer和token空格拼接",
  6378. "name": "Authorization",
  6379. "in": "header",
  6380. "required": true
  6381. },
  6382. {
  6383. "type": "string",
  6384. "description": "参数 file-----文件上传格式",
  6385. "name": "file",
  6386. "in": "formData",
  6387. "required": true
  6388. }
  6389. ],
  6390. "responses": {
  6391. "200": {
  6392. "description": "phone 一个数组",
  6393. "schema": {
  6394. "type": "string"
  6395. }
  6396. },
  6397. "400": {
  6398. "description": "具体错误",
  6399. "schema": {
  6400. "$ref": "#/definitions/md.Response"
  6401. }
  6402. }
  6403. }
  6404. }
  6405. },
  6406. "/api/notice/aliyunSms/getLevelList": {
  6407. "get": {
  6408. "description": "等级管理(获取)",
  6409. "consumes": [
  6410. "application/json"
  6411. ],
  6412. "produces": [
  6413. "application/json"
  6414. ],
  6415. "tags": [
  6416. "消息中心"
  6417. ],
  6418. "summary": "消息中心-短信推送记录-等级管理(获取)",
  6419. "parameters": [
  6420. {
  6421. "type": "string",
  6422. "description": "验证参数Bearer和token空格拼接",
  6423. "name": "Authorization",
  6424. "in": "header",
  6425. "required": true
  6426. },
  6427. {
  6428. "type": "integer",
  6429. "description": "每页大小",
  6430. "name": "limit",
  6431. "in": "query",
  6432. "required": true
  6433. },
  6434. {
  6435. "type": "integer",
  6436. "description": "页数",
  6437. "name": "page",
  6438. "in": "query",
  6439. "required": true
  6440. }
  6441. ],
  6442. "responses": {
  6443. "200": {
  6444. "description": "具体数据",
  6445. "schema": {
  6446. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  6447. }
  6448. },
  6449. "400": {
  6450. "description": "具体错误",
  6451. "schema": {
  6452. "$ref": "#/definitions/md.Response"
  6453. }
  6454. }
  6455. }
  6456. }
  6457. },
  6458. "/api/notice/aliyunSms/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.AliyunSmsGetTagListResp"
  6499. }
  6500. },
  6501. "400": {
  6502. "description": "具体错误",
  6503. "schema": {
  6504. "$ref": "#/definitions/md.Response"
  6505. }
  6506. }
  6507. }
  6508. }
  6509. },
  6510. "/api/notice/aliyunSms/getUserList": {
  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.JPushGetUserListReq"
  6538. }
  6539. }
  6540. ],
  6541. "responses": {
  6542. "200": {
  6543. "description": "具体数据",
  6544. "schema": {
  6545. "type": "Object"
  6546. }
  6547. },
  6548. "400": {
  6549. "description": "具体错误",
  6550. "schema": {
  6551. "$ref": "#/definitions/md.Response"
  6552. }
  6553. }
  6554. }
  6555. }
  6556. },
  6557. "/api/notice/aliyunSms/push/list": {
  6558. "post": {
  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. "description": "(分页信息必填)",
  6580. "name": "req",
  6581. "in": "body",
  6582. "required": true,
  6583. "schema": {
  6584. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  6585. }
  6586. }
  6587. ],
  6588. "responses": {
  6589. "200": {
  6590. "description": "具体数据",
  6591. "schema": {
  6592. "$ref": "#/definitions/md.NoticePushListResp"
  6593. }
  6594. },
  6595. "400": {
  6596. "description": "具体错误",
  6597. "schema": {
  6598. "$ref": "#/definitions/md.Response"
  6599. }
  6600. }
  6601. }
  6602. }
  6603. },
  6604. "/api/notice/aliyunSms/push/save": {
  6605. "post": {
  6606. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  6607. "consumes": [
  6608. "application/json"
  6609. ],
  6610. "produces": [
  6611. "application/json"
  6612. ],
  6613. "tags": [
  6614. "消息中心"
  6615. ],
  6616. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  6617. "parameters": [
  6618. {
  6619. "type": "string",
  6620. "description": "验证参数Bearer和token空格拼接",
  6621. "name": "Authorization",
  6622. "in": "header",
  6623. "required": true
  6624. },
  6625. {
  6626. "description": "(分页信息必填)",
  6627. "name": "req",
  6628. "in": "body",
  6629. "required": true,
  6630. "schema": {
  6631. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  6632. }
  6633. }
  6634. ],
  6635. "responses": {
  6636. "200": {
  6637. "description": "具体数据",
  6638. "schema": {
  6639. "type": "string"
  6640. }
  6641. },
  6642. "400": {
  6643. "description": "具体错误",
  6644. "schema": {
  6645. "$ref": "#/definitions/md.Response"
  6646. }
  6647. }
  6648. }
  6649. }
  6650. },
  6651. "/api/notice/aliyunSms/sale/base": {
  6652. "get": {
  6653. "description": "短信推送记录-营销短信-通知模板",
  6654. "consumes": [
  6655. "application/json"
  6656. ],
  6657. "produces": [
  6658. "application/json"
  6659. ],
  6660. "tags": [
  6661. "消息中心"
  6662. ],
  6663. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  6664. "parameters": [
  6665. {
  6666. "type": "string",
  6667. "description": "验证参数Bearer和token空格拼接",
  6668. "name": "Authorization",
  6669. "in": "header",
  6670. "required": true
  6671. }
  6672. ],
  6673. "responses": {
  6674. "200": {
  6675. "description": "具体数据",
  6676. "schema": {
  6677. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  6678. }
  6679. },
  6680. "400": {
  6681. "description": "具体错误",
  6682. "schema": {
  6683. "$ref": "#/definitions/md.Response"
  6684. }
  6685. }
  6686. }
  6687. }
  6688. },
  6689. "/api/notice/aliyunSms/sale/save": {
  6690. "post": {
  6691. "description": "短信推送记录-营销短信-通知模板添加编辑",
  6692. "consumes": [
  6693. "application/json"
  6694. ],
  6695. "produces": [
  6696. "application/json"
  6697. ],
  6698. "tags": [
  6699. "消息中心"
  6700. ],
  6701. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  6702. "parameters": [
  6703. {
  6704. "type": "string",
  6705. "description": "验证参数Bearer和token空格拼接",
  6706. "name": "Authorization",
  6707. "in": "header",
  6708. "required": true
  6709. },
  6710. {
  6711. "description": "数组 把列表的数组传过来",
  6712. "name": "req",
  6713. "in": "body",
  6714. "required": true,
  6715. "schema": {
  6716. "type": "string"
  6717. }
  6718. }
  6719. ],
  6720. "responses": {
  6721. "200": {
  6722. "description": "具体数据",
  6723. "schema": {
  6724. "type": "string"
  6725. }
  6726. },
  6727. "400": {
  6728. "description": "具体错误",
  6729. "schema": {
  6730. "$ref": "#/definitions/md.Response"
  6731. }
  6732. }
  6733. }
  6734. }
  6735. },
  6736. "/api/notice/base/del": {
  6737. "post": {
  6738. "description": "基本配置-通知模板删除",
  6739. "consumes": [
  6740. "application/json"
  6741. ],
  6742. "produces": [
  6743. "application/json"
  6744. ],
  6745. "tags": [
  6746. "消息中心"
  6747. ],
  6748. "summary": "消息中心-基本配置-通知模板删除",
  6749. "parameters": [
  6750. {
  6751. "type": "string",
  6752. "description": "验证参数Bearer和token空格拼接",
  6753. "name": "Authorization",
  6754. "in": "header",
  6755. "required": true
  6756. },
  6757. {
  6758. "description": "(分页信息必填)",
  6759. "name": "req",
  6760. "in": "body",
  6761. "required": true,
  6762. "schema": {
  6763. "$ref": "#/definitions/md.NoticeDelReq"
  6764. }
  6765. }
  6766. ],
  6767. "responses": {
  6768. "200": {
  6769. "description": "具体数据",
  6770. "schema": {
  6771. "type": "string"
  6772. }
  6773. },
  6774. "400": {
  6775. "description": "具体错误",
  6776. "schema": {
  6777. "$ref": "#/definitions/md.Response"
  6778. }
  6779. }
  6780. }
  6781. }
  6782. },
  6783. "/api/notice/base/list": {
  6784. "post": {
  6785. "description": "基本配置-通知模板",
  6786. "consumes": [
  6787. "application/json"
  6788. ],
  6789. "produces": [
  6790. "application/json"
  6791. ],
  6792. "tags": [
  6793. "消息中心"
  6794. ],
  6795. "summary": "消息中心-基本配置-通知模板",
  6796. "parameters": [
  6797. {
  6798. "type": "string",
  6799. "description": "验证参数Bearer和token空格拼接",
  6800. "name": "Authorization",
  6801. "in": "header",
  6802. "required": true
  6803. },
  6804. {
  6805. "description": "(分页信息必填)",
  6806. "name": "req",
  6807. "in": "body",
  6808. "required": true,
  6809. "schema": {
  6810. "$ref": "#/definitions/md.NoticeListReq"
  6811. }
  6812. }
  6813. ],
  6814. "responses": {
  6815. "200": {
  6816. "description": "具体数据",
  6817. "schema": {
  6818. "$ref": "#/definitions/md.NoticeListResp"
  6819. }
  6820. },
  6821. "400": {
  6822. "description": "具体错误",
  6823. "schema": {
  6824. "$ref": "#/definitions/md.Response"
  6825. }
  6826. }
  6827. }
  6828. }
  6829. },
  6830. "/api/notice/base/save": {
  6831. "post": {
  6832. "description": "基本配置-通知模板添加编辑",
  6833. "consumes": [
  6834. "application/json"
  6835. ],
  6836. "produces": [
  6837. "application/json"
  6838. ],
  6839. "tags": [
  6840. "消息中心"
  6841. ],
  6842. "summary": "消息中心-基本配置-通知模板添加编辑",
  6843. "parameters": [
  6844. {
  6845. "type": "string",
  6846. "description": "验证参数Bearer和token空格拼接",
  6847. "name": "Authorization",
  6848. "in": "header",
  6849. "required": true
  6850. },
  6851. {
  6852. "description": "(分页信息必填)",
  6853. "name": "req",
  6854. "in": "body",
  6855. "required": true,
  6856. "schema": {
  6857. "$ref": "#/definitions/md.NoticeSaveReq"
  6858. }
  6859. }
  6860. ],
  6861. "responses": {
  6862. "200": {
  6863. "description": "具体数据",
  6864. "schema": {
  6865. "type": "string"
  6866. }
  6867. },
  6868. "400": {
  6869. "description": "具体错误",
  6870. "schema": {
  6871. "$ref": "#/definitions/md.Response"
  6872. }
  6873. }
  6874. }
  6875. }
  6876. },
  6877. "/api/notice/jPush/getLevelList": {
  6878. "get": {
  6879. "description": "等级管理(获取)",
  6880. "consumes": [
  6881. "application/json"
  6882. ],
  6883. "produces": [
  6884. "application/json"
  6885. ],
  6886. "tags": [
  6887. "消息中心"
  6888. ],
  6889. "summary": "消息中心-基本配置-等级管理(获取)",
  6890. "parameters": [
  6891. {
  6892. "type": "string",
  6893. "description": "验证参数Bearer和token空格拼接",
  6894. "name": "Authorization",
  6895. "in": "header",
  6896. "required": true
  6897. },
  6898. {
  6899. "type": "integer",
  6900. "description": "每页大小",
  6901. "name": "limit",
  6902. "in": "query",
  6903. "required": true
  6904. },
  6905. {
  6906. "type": "integer",
  6907. "description": "页数",
  6908. "name": "page",
  6909. "in": "query",
  6910. "required": true
  6911. }
  6912. ],
  6913. "responses": {
  6914. "200": {
  6915. "description": "具体数据",
  6916. "schema": {
  6917. "$ref": "#/definitions/md.JPushGetLevelListResp"
  6918. }
  6919. },
  6920. "400": {
  6921. "description": "具体错误",
  6922. "schema": {
  6923. "$ref": "#/definitions/md.Response"
  6924. }
  6925. }
  6926. }
  6927. }
  6928. },
  6929. "/api/notice/jPush/getTagList": {
  6930. "get": {
  6931. "description": "标签管理(获取)",
  6932. "consumes": [
  6933. "application/json"
  6934. ],
  6935. "produces": [
  6936. "application/json"
  6937. ],
  6938. "tags": [
  6939. "消息中心"
  6940. ],
  6941. "summary": "消息中心-基本配置-标签管理(获取)",
  6942. "parameters": [
  6943. {
  6944. "type": "string",
  6945. "description": "验证参数Bearer和token空格拼接",
  6946. "name": "Authorization",
  6947. "in": "header",
  6948. "required": true
  6949. },
  6950. {
  6951. "type": "integer",
  6952. "description": "每页大小",
  6953. "name": "limit",
  6954. "in": "query",
  6955. "required": true
  6956. },
  6957. {
  6958. "type": "integer",
  6959. "description": "页数",
  6960. "name": "page",
  6961. "in": "query",
  6962. "required": true
  6963. }
  6964. ],
  6965. "responses": {
  6966. "200": {
  6967. "description": "具体数据",
  6968. "schema": {
  6969. "$ref": "#/definitions/md.JPushGetTagListResp"
  6970. }
  6971. },
  6972. "400": {
  6973. "description": "具体错误",
  6974. "schema": {
  6975. "$ref": "#/definitions/md.Response"
  6976. }
  6977. }
  6978. }
  6979. }
  6980. },
  6981. "/api/notice/jPush/getUserList": {
  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": "(分页信息必填)",
  7004. "name": "req",
  7005. "in": "body",
  7006. "required": true,
  7007. "schema": {
  7008. "$ref": "#/definitions/md.JPushGetUserListReq"
  7009. }
  7010. }
  7011. ],
  7012. "responses": {
  7013. "200": {
  7014. "description": "具体数据",
  7015. "schema": {
  7016. "type": "Object"
  7017. }
  7018. },
  7019. "400": {
  7020. "description": "具体错误",
  7021. "schema": {
  7022. "$ref": "#/definitions/md.Response"
  7023. }
  7024. }
  7025. }
  7026. }
  7027. },
  7028. "/api/notice/jPush/push/list": {
  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.NoticeListReq"
  7056. }
  7057. }
  7058. ],
  7059. "responses": {
  7060. "200": {
  7061. "description": "具体数据",
  7062. "schema": {
  7063. "$ref": "#/definitions/md.NoticePushListResp"
  7064. }
  7065. },
  7066. "400": {
  7067. "description": "具体错误",
  7068. "schema": {
  7069. "$ref": "#/definitions/md.Response"
  7070. }
  7071. }
  7072. }
  7073. }
  7074. },
  7075. "/api/notice/jPush/push/save": {
  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. "description": "(分页信息必填)",
  7098. "name": "req",
  7099. "in": "body",
  7100. "required": true,
  7101. "schema": {
  7102. "$ref": "#/definitions/md.NoticePushSaveReq"
  7103. }
  7104. }
  7105. ],
  7106. "responses": {
  7107. "200": {
  7108. "description": "具体数据",
  7109. "schema": {
  7110. "type": "string"
  7111. }
  7112. },
  7113. "400": {
  7114. "description": "具体错误",
  7115. "schema": {
  7116. "$ref": "#/definitions/md.Response"
  7117. }
  7118. }
  7119. }
  7120. }
  7121. },
  7122. "/api/role/addAdmin": {
  7123. "post": {
  7124. "description": "权限管理-新增管理员",
  7125. "consumes": [
  7126. "application/json"
  7127. ],
  7128. "produces": [
  7129. "application/json"
  7130. ],
  7131. "tags": [
  7132. "权限管理"
  7133. ],
  7134. "summary": "新增管理员",
  7135. "parameters": [
  7136. {
  7137. "type": "string",
  7138. "description": "验证参数Bearer和token空格拼接",
  7139. "name": "Authorization",
  7140. "in": "header",
  7141. "required": true
  7142. },
  7143. {
  7144. "description": "请求参数",
  7145. "name": "args",
  7146. "in": "body",
  7147. "required": true,
  7148. "schema": {
  7149. "$ref": "#/definitions/md.AddAdminReq"
  7150. }
  7151. }
  7152. ],
  7153. "responses": {
  7154. "200": {
  7155. "description": "success",
  7156. "schema": {
  7157. "type": "string"
  7158. }
  7159. },
  7160. "400": {
  7161. "description": "具体错误",
  7162. "schema": {
  7163. "$ref": "#/definitions/md.Response"
  7164. }
  7165. }
  7166. }
  7167. }
  7168. },
  7169. "/api/role/addRole": {
  7170. "post": {
  7171. "description": "权限管理-添加角色",
  7172. "consumes": [
  7173. "application/json"
  7174. ],
  7175. "produces": [
  7176. "application/json"
  7177. ],
  7178. "tags": [
  7179. "权限管理"
  7180. ],
  7181. "summary": "添加角色",
  7182. "parameters": [
  7183. {
  7184. "type": "string",
  7185. "description": "验证参数Bearer和token空格拼接",
  7186. "name": "Authorization",
  7187. "in": "header",
  7188. "required": true
  7189. },
  7190. {
  7191. "description": "请求参数",
  7192. "name": "args",
  7193. "in": "body",
  7194. "required": true,
  7195. "schema": {
  7196. "$ref": "#/definitions/md.AddRoleReq"
  7197. }
  7198. }
  7199. ],
  7200. "responses": {
  7201. "200": {
  7202. "description": "success",
  7203. "schema": {
  7204. "type": "string"
  7205. }
  7206. },
  7207. "400": {
  7208. "description": "具体错误",
  7209. "schema": {
  7210. "$ref": "#/definitions/md.Response"
  7211. }
  7212. }
  7213. }
  7214. }
  7215. },
  7216. "/api/role/adminInfo": {
  7217. "get": {
  7218. "description": "权限管理-管理员信息",
  7219. "consumes": [
  7220. "application/json"
  7221. ],
  7222. "produces": [
  7223. "application/json"
  7224. ],
  7225. "tags": [
  7226. "权限管理"
  7227. ],
  7228. "summary": "管理员信息",
  7229. "parameters": [
  7230. {
  7231. "type": "string",
  7232. "description": "验证参数Bearer和token空格拼接",
  7233. "name": "Authorization",
  7234. "in": "header",
  7235. "required": true
  7236. },
  7237. {
  7238. "type": "string",
  7239. "description": "管理员id",
  7240. "name": "adm_id",
  7241. "in": "query",
  7242. "required": true
  7243. }
  7244. ],
  7245. "responses": {
  7246. "200": {
  7247. "description": "具体看返回内容",
  7248. "schema": {
  7249. "type": "string"
  7250. }
  7251. },
  7252. "400": {
  7253. "description": "具体错误",
  7254. "schema": {
  7255. "$ref": "#/definitions/md.Response"
  7256. }
  7257. }
  7258. }
  7259. }
  7260. },
  7261. "/api/role/adminList": {
  7262. "post": {
  7263. "description": "权限管理-管理员列表",
  7264. "consumes": [
  7265. "application/json"
  7266. ],
  7267. "produces": [
  7268. "application/json"
  7269. ],
  7270. "tags": [
  7271. "权限管理"
  7272. ],
  7273. "summary": "管理员列表",
  7274. "parameters": [
  7275. {
  7276. "type": "string",
  7277. "description": "验证参数Bearer和token空格拼接",
  7278. "name": "Authorization",
  7279. "in": "header",
  7280. "required": true
  7281. },
  7282. {
  7283. "description": "请求参数",
  7284. "name": "args",
  7285. "in": "body",
  7286. "required": true,
  7287. "schema": {
  7288. "$ref": "#/definitions/md.AdminListReq"
  7289. }
  7290. }
  7291. ],
  7292. "responses": {
  7293. "200": {
  7294. "description": "具体看返回内容",
  7295. "schema": {
  7296. "type": "string"
  7297. }
  7298. },
  7299. "400": {
  7300. "description": "具体错误",
  7301. "schema": {
  7302. "$ref": "#/definitions/md.Response"
  7303. }
  7304. }
  7305. }
  7306. }
  7307. },
  7308. "/api/role/bindAdminRole": {
  7309. "post": {
  7310. "description": "权限管理-管理员绑定角色",
  7311. "consumes": [
  7312. "application/json"
  7313. ],
  7314. "produces": [
  7315. "application/json"
  7316. ],
  7317. "tags": [
  7318. "权限管理"
  7319. ],
  7320. "summary": "管理员绑定角色",
  7321. "parameters": [
  7322. {
  7323. "type": "string",
  7324. "description": "验证参数Bearer和token空格拼接",
  7325. "name": "Authorization",
  7326. "in": "header",
  7327. "required": true
  7328. },
  7329. {
  7330. "description": "请求参数",
  7331. "name": "args",
  7332. "in": "body",
  7333. "required": true,
  7334. "schema": {
  7335. "$ref": "#/definitions/md.BindAdminRoleReq"
  7336. }
  7337. }
  7338. ],
  7339. "responses": {
  7340. "200": {
  7341. "description": "success",
  7342. "schema": {
  7343. "type": "string"
  7344. }
  7345. },
  7346. "400": {
  7347. "description": "具体错误",
  7348. "schema": {
  7349. "$ref": "#/definitions/md.Response"
  7350. }
  7351. }
  7352. }
  7353. }
  7354. },
  7355. "/api/role/deleteAdmin/{$adm_id}": {
  7356. "delete": {
  7357. "description": "权限管理-删除管理员",
  7358. "consumes": [
  7359. "application/json"
  7360. ],
  7361. "produces": [
  7362. "application/json"
  7363. ],
  7364. "tags": [
  7365. "权限管理"
  7366. ],
  7367. "summary": "删除管理员",
  7368. "parameters": [
  7369. {
  7370. "type": "string",
  7371. "description": "验证参数Bearer和token空格拼接",
  7372. "name": "Authorization",
  7373. "in": "header",
  7374. "required": true
  7375. }
  7376. ],
  7377. "responses": {
  7378. "200": {
  7379. "description": "success",
  7380. "schema": {
  7381. "type": "string"
  7382. }
  7383. },
  7384. "400": {
  7385. "description": "具体错误",
  7386. "schema": {
  7387. "$ref": "#/definitions/md.Response"
  7388. }
  7389. }
  7390. }
  7391. }
  7392. },
  7393. "/api/role/deleteRole/{$id}": {
  7394. "delete": {
  7395. "description": "权限管理-删除角色",
  7396. "consumes": [
  7397. "application/json"
  7398. ],
  7399. "produces": [
  7400. "application/json"
  7401. ],
  7402. "tags": [
  7403. "权限管理"
  7404. ],
  7405. "summary": "删除角色",
  7406. "parameters": [
  7407. {
  7408. "type": "string",
  7409. "description": "验证参数Bearer和token空格拼接",
  7410. "name": "Authorization",
  7411. "in": "header",
  7412. "required": true
  7413. },
  7414. {
  7415. "description": "请求参数",
  7416. "name": "args",
  7417. "in": "body",
  7418. "required": true,
  7419. "schema": {
  7420. "$ref": "#/definitions/md.UpdateRoleStateReq"
  7421. }
  7422. }
  7423. ],
  7424. "responses": {
  7425. "200": {
  7426. "description": "success",
  7427. "schema": {
  7428. "type": "string"
  7429. }
  7430. },
  7431. "400": {
  7432. "description": "具体错误",
  7433. "schema": {
  7434. "$ref": "#/definitions/md.Response"
  7435. }
  7436. }
  7437. }
  7438. }
  7439. },
  7440. "/api/role/permissionGroupList": {
  7441. "get": {
  7442. "description": "权限管理-权限组列表",
  7443. "consumes": [
  7444. "application/json"
  7445. ],
  7446. "produces": [
  7447. "application/json"
  7448. ],
  7449. "tags": [
  7450. "权限管理"
  7451. ],
  7452. "summary": "权限组列表",
  7453. "parameters": [
  7454. {
  7455. "type": "string",
  7456. "description": "验证参数Bearer和token空格拼接",
  7457. "name": "Authorization",
  7458. "in": "header",
  7459. "required": true
  7460. },
  7461. {
  7462. "type": "string",
  7463. "description": "管理员id",
  7464. "name": "adm_id",
  7465. "in": "query",
  7466. "required": true
  7467. }
  7468. ],
  7469. "responses": {
  7470. "200": {
  7471. "description": "具体看返回内容",
  7472. "schema": {
  7473. "type": "string"
  7474. }
  7475. },
  7476. "400": {
  7477. "description": "具体错误",
  7478. "schema": {
  7479. "$ref": "#/definitions/md.Response"
  7480. }
  7481. }
  7482. }
  7483. }
  7484. },
  7485. "/api/role/roleBindPermissionGroup": {
  7486. "post": {
  7487. "description": "权限管理-角色绑定权限组",
  7488. "consumes": [
  7489. "application/json"
  7490. ],
  7491. "produces": [
  7492. "application/json"
  7493. ],
  7494. "tags": [
  7495. "权限管理"
  7496. ],
  7497. "summary": "角色绑定权限组",
  7498. "parameters": [
  7499. {
  7500. "type": "string",
  7501. "description": "验证参数Bearer和token空格拼接",
  7502. "name": "Authorization",
  7503. "in": "header",
  7504. "required": true
  7505. },
  7506. {
  7507. "description": "请求参数",
  7508. "name": "args",
  7509. "in": "body",
  7510. "required": true,
  7511. "schema": {
  7512. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  7513. }
  7514. }
  7515. ],
  7516. "responses": {
  7517. "200": {
  7518. "description": "success",
  7519. "schema": {
  7520. "type": "string"
  7521. }
  7522. },
  7523. "400": {
  7524. "description": "具体错误",
  7525. "schema": {
  7526. "$ref": "#/definitions/md.Response"
  7527. }
  7528. }
  7529. }
  7530. }
  7531. },
  7532. "/api/role/roleList": {
  7533. "get": {
  7534. "description": "权限管理-角色列表",
  7535. "consumes": [
  7536. "application/json"
  7537. ],
  7538. "produces": [
  7539. "application/json"
  7540. ],
  7541. "tags": [
  7542. "权限管理"
  7543. ],
  7544. "summary": "角色列表",
  7545. "parameters": [
  7546. {
  7547. "type": "string",
  7548. "description": "验证参数Bearer和token空格拼接",
  7549. "name": "Authorization",
  7550. "in": "header",
  7551. "required": true
  7552. }
  7553. ],
  7554. "responses": {
  7555. "200": {
  7556. "description": "具体看返回内容",
  7557. "schema": {
  7558. "type": "string"
  7559. }
  7560. },
  7561. "400": {
  7562. "description": "具体错误",
  7563. "schema": {
  7564. "$ref": "#/definitions/md.Response"
  7565. }
  7566. }
  7567. }
  7568. }
  7569. },
  7570. "/api/role/updateAdmin": {
  7571. "post": {
  7572. "description": "权限管理-修改管理员信息",
  7573. "consumes": [
  7574. "application/json"
  7575. ],
  7576. "produces": [
  7577. "application/json"
  7578. ],
  7579. "tags": [
  7580. "权限管理"
  7581. ],
  7582. "summary": "修改管理员信息",
  7583. "parameters": [
  7584. {
  7585. "type": "string",
  7586. "description": "验证参数Bearer和token空格拼接",
  7587. "name": "Authorization",
  7588. "in": "header",
  7589. "required": true
  7590. },
  7591. {
  7592. "description": "请求参数",
  7593. "name": "args",
  7594. "in": "body",
  7595. "required": true,
  7596. "schema": {
  7597. "$ref": "#/definitions/md.UpdateAdminReq"
  7598. }
  7599. }
  7600. ],
  7601. "responses": {
  7602. "200": {
  7603. "description": "success",
  7604. "schema": {
  7605. "type": "string"
  7606. }
  7607. },
  7608. "400": {
  7609. "description": "具体错误",
  7610. "schema": {
  7611. "$ref": "#/definitions/md.Response"
  7612. }
  7613. }
  7614. }
  7615. }
  7616. },
  7617. "/api/role/updateAdminState": {
  7618. "post": {
  7619. "description": "权限管理-修改管理员状态",
  7620. "consumes": [
  7621. "application/json"
  7622. ],
  7623. "produces": [
  7624. "application/json"
  7625. ],
  7626. "tags": [
  7627. "权限管理"
  7628. ],
  7629. "summary": "修改管理员状态",
  7630. "parameters": [
  7631. {
  7632. "type": "string",
  7633. "description": "验证参数Bearer和token空格拼接",
  7634. "name": "Authorization",
  7635. "in": "header",
  7636. "required": true
  7637. },
  7638. {
  7639. "description": "请求参数",
  7640. "name": "args",
  7641. "in": "body",
  7642. "required": true,
  7643. "schema": {
  7644. "$ref": "#/definitions/md.UpdateAdminStateReq"
  7645. }
  7646. }
  7647. ],
  7648. "responses": {
  7649. "200": {
  7650. "description": "success",
  7651. "schema": {
  7652. "type": "string"
  7653. }
  7654. },
  7655. "400": {
  7656. "description": "具体错误",
  7657. "schema": {
  7658. "$ref": "#/definitions/md.Response"
  7659. }
  7660. }
  7661. }
  7662. }
  7663. },
  7664. "/api/role/updateRole": {
  7665. "post": {
  7666. "description": "权限管理-修改角色",
  7667. "consumes": [
  7668. "application/json"
  7669. ],
  7670. "produces": [
  7671. "application/json"
  7672. ],
  7673. "tags": [
  7674. "权限管理"
  7675. ],
  7676. "summary": "修改角色",
  7677. "parameters": [
  7678. {
  7679. "type": "string",
  7680. "description": "验证参数Bearer和token空格拼接",
  7681. "name": "Authorization",
  7682. "in": "header",
  7683. "required": true
  7684. },
  7685. {
  7686. "description": "请求参数",
  7687. "name": "args",
  7688. "in": "body",
  7689. "required": true,
  7690. "schema": {
  7691. "$ref": "#/definitions/md.UpdateRoleReq"
  7692. }
  7693. }
  7694. ],
  7695. "responses": {
  7696. "200": {
  7697. "description": "success",
  7698. "schema": {
  7699. "type": "string"
  7700. }
  7701. },
  7702. "400": {
  7703. "description": "具体错误",
  7704. "schema": {
  7705. "$ref": "#/definitions/md.Response"
  7706. }
  7707. }
  7708. }
  7709. }
  7710. },
  7711. "/api/role/updateRoleState": {
  7712. "post": {
  7713. "description": "权限管理-修改角色状态",
  7714. "consumes": [
  7715. "application/json"
  7716. ],
  7717. "produces": [
  7718. "application/json"
  7719. ],
  7720. "tags": [
  7721. "权限管理"
  7722. ],
  7723. "summary": "修改角色状态",
  7724. "parameters": [
  7725. {
  7726. "type": "string",
  7727. "description": "验证参数Bearer和token空格拼接",
  7728. "name": "Authorization",
  7729. "in": "header",
  7730. "required": true
  7731. },
  7732. {
  7733. "description": "请求参数",
  7734. "name": "args",
  7735. "in": "body",
  7736. "required": true,
  7737. "schema": {
  7738. "$ref": "#/definitions/md.UpdateRoleStateReq"
  7739. }
  7740. }
  7741. ],
  7742. "responses": {
  7743. "200": {
  7744. "description": "success",
  7745. "schema": {
  7746. "type": "string"
  7747. }
  7748. },
  7749. "400": {
  7750. "description": "具体错误",
  7751. "schema": {
  7752. "$ref": "#/definitions/md.Response"
  7753. }
  7754. }
  7755. }
  7756. }
  7757. },
  7758. "/api/settCenter/oss/aliYun/getBasic": {
  7759. "get": {
  7760. "description": "对象存储设置(获取)",
  7761. "consumes": [
  7762. "application/json"
  7763. ],
  7764. "produces": [
  7765. "application/json"
  7766. ],
  7767. "tags": [
  7768. "对象存储"
  7769. ],
  7770. "summary": "设置中心-对象存储-对象存储设置(获取)",
  7771. "parameters": [
  7772. {
  7773. "type": "string",
  7774. "description": "验证参数Bearer和token空格拼接",
  7775. "name": "Authorization",
  7776. "in": "header",
  7777. "required": true
  7778. }
  7779. ],
  7780. "responses": {
  7781. "200": {
  7782. "description": "设置列表",
  7783. "schema": {
  7784. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  7785. }
  7786. },
  7787. "400": {
  7788. "description": "具体错误",
  7789. "schema": {
  7790. "$ref": "#/definitions/md.Response"
  7791. }
  7792. }
  7793. }
  7794. }
  7795. },
  7796. "/api/settCenter/oss/aliYun/setBasic": {
  7797. "post": {
  7798. "description": "对象存储设置(更新)",
  7799. "consumes": [
  7800. "application/json"
  7801. ],
  7802. "produces": [
  7803. "application/json"
  7804. ],
  7805. "tags": [
  7806. "对象存储"
  7807. ],
  7808. "summary": "设置中心-对象存储-对象存储设置(更新)",
  7809. "parameters": [
  7810. {
  7811. "type": "string",
  7812. "description": "验证参数Bearer和token空格拼接",
  7813. "name": "Authorization",
  7814. "in": "header",
  7815. "required": true
  7816. },
  7817. {
  7818. "description": "上传需要修改的信息",
  7819. "name": "req",
  7820. "in": "body",
  7821. "required": true,
  7822. "schema": {
  7823. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  7824. }
  7825. }
  7826. ],
  7827. "responses": {
  7828. "200": {
  7829. "description": "success",
  7830. "schema": {
  7831. "type": "string"
  7832. }
  7833. },
  7834. "400": {
  7835. "description": "具体错误",
  7836. "schema": {
  7837. "$ref": "#/definitions/md.Response"
  7838. }
  7839. }
  7840. }
  7841. }
  7842. },
  7843. "/api/settCenter/web/getBasic": {
  7844. "get": {
  7845. "description": "网站信息-基本设置(获取)",
  7846. "consumes": [
  7847. "application/json"
  7848. ],
  7849. "produces": [
  7850. "application/json"
  7851. ],
  7852. "tags": [
  7853. "基础设置"
  7854. ],
  7855. "summary": "基础设置-网站信息-基本设置(获取)",
  7856. "parameters": [
  7857. {
  7858. "type": "string",
  7859. "description": "验证参数Bearer和token空格拼接",
  7860. "name": "Authorization",
  7861. "in": "header",
  7862. "required": true
  7863. }
  7864. ],
  7865. "responses": {
  7866. "200": {
  7867. "description": "设置列表",
  7868. "schema": {
  7869. "$ref": "#/definitions/setCenter.WebBasicResp"
  7870. }
  7871. },
  7872. "400": {
  7873. "description": "具体错误",
  7874. "schema": {
  7875. "$ref": "#/definitions/md.Response"
  7876. }
  7877. }
  7878. }
  7879. }
  7880. },
  7881. "/api/settCenter/web/setBasic": {
  7882. "post": {
  7883. "description": "基本设置(更新)",
  7884. "consumes": [
  7885. "application/json"
  7886. ],
  7887. "produces": [
  7888. "application/json"
  7889. ],
  7890. "tags": [
  7891. "基础设置"
  7892. ],
  7893. "summary": "基础设置-网站信息-基本设置(更新)",
  7894. "parameters": [
  7895. {
  7896. "type": "string",
  7897. "description": "验证参数Bearer和token空格拼接",
  7898. "name": "Authorization",
  7899. "in": "header",
  7900. "required": true
  7901. },
  7902. {
  7903. "description": "上传需要修改的信息",
  7904. "name": "req",
  7905. "in": "body",
  7906. "required": true,
  7907. "schema": {
  7908. "$ref": "#/definitions/setCenter.WebBasicReq"
  7909. }
  7910. }
  7911. ],
  7912. "responses": {
  7913. "200": {
  7914. "description": "success",
  7915. "schema": {
  7916. "type": "string"
  7917. }
  7918. },
  7919. "400": {
  7920. "description": "具体错误",
  7921. "schema": {
  7922. "$ref": "#/definitions/md.Response"
  7923. }
  7924. }
  7925. }
  7926. }
  7927. },
  7928. "/api/userFeedback/cate/list": {
  7929. "post": {
  7930. "description": "分类列表",
  7931. "consumes": [
  7932. "application/json"
  7933. ],
  7934. "produces": [
  7935. "application/json"
  7936. ],
  7937. "tags": [
  7938. "消息中心"
  7939. ],
  7940. "summary": "反馈列表-分类列表",
  7941. "parameters": [
  7942. {
  7943. "type": "string",
  7944. "description": "验证参数Bearer和token空格拼接",
  7945. "name": "Authorization",
  7946. "in": "header",
  7947. "required": true
  7948. },
  7949. {
  7950. "description": "(分页信息必填)",
  7951. "name": "req",
  7952. "in": "body",
  7953. "required": true,
  7954. "schema": {
  7955. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  7956. }
  7957. }
  7958. ],
  7959. "responses": {
  7960. "200": {
  7961. "description": "具体数据",
  7962. "schema": {
  7963. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  7964. }
  7965. },
  7966. "400": {
  7967. "description": "具体错误",
  7968. "schema": {
  7969. "$ref": "#/definitions/md.Response"
  7970. }
  7971. }
  7972. }
  7973. }
  7974. },
  7975. "/api/userFeedback/content/change/state": {
  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": "req",
  7999. "in": "body",
  8000. "required": true,
  8001. "schema": {
  8002. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  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/userFeedback/content/del": {
  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": "req",
  8046. "in": "body",
  8047. "required": true,
  8048. "schema": {
  8049. "$ref": "#/definitions/md.UserFeedbackDelReq"
  8050. }
  8051. }
  8052. ],
  8053. "responses": {
  8054. "200": {
  8055. "description": "具体数据",
  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/userFeedback/content/list": {
  8070. "post": {
  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. "description": "(分页信息必填)",
  8092. "name": "req",
  8093. "in": "body",
  8094. "required": true,
  8095. "schema": {
  8096. "$ref": "#/definitions/md.UserFeedbackListReq"
  8097. }
  8098. }
  8099. ],
  8100. "responses": {
  8101. "200": {
  8102. "description": "具体数据",
  8103. "schema": {
  8104. "$ref": "#/definitions/md.UserFeedbackListResp"
  8105. }
  8106. },
  8107. "400": {
  8108. "description": "具体错误",
  8109. "schema": {
  8110. "$ref": "#/definitions/md.Response"
  8111. }
  8112. }
  8113. }
  8114. }
  8115. },
  8116. "/api/userFeedback/content/record/list": {
  8117. "post": {
  8118. "description": "反馈列表-沟通记录",
  8119. "consumes": [
  8120. "application/json"
  8121. ],
  8122. "produces": [
  8123. "application/json"
  8124. ],
  8125. "tags": [
  8126. "消息中心"
  8127. ],
  8128. "summary": "用户反馈-反馈列表-沟通记录",
  8129. "parameters": [
  8130. {
  8131. "type": "string",
  8132. "description": "验证参数Bearer和token空格拼接",
  8133. "name": "Authorization",
  8134. "in": "header",
  8135. "required": true
  8136. },
  8137. {
  8138. "description": "(分页信息必填)",
  8139. "name": "req",
  8140. "in": "body",
  8141. "required": true,
  8142. "schema": {
  8143. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  8144. }
  8145. }
  8146. ],
  8147. "responses": {
  8148. "200": {
  8149. "description": "具体数据",
  8150. "schema": {
  8151. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  8152. }
  8153. },
  8154. "400": {
  8155. "description": "具体错误",
  8156. "schema": {
  8157. "$ref": "#/definitions/md.Response"
  8158. }
  8159. }
  8160. }
  8161. }
  8162. },
  8163. "/api/userFeedback/content/say": {
  8164. "post": {
  8165. "description": "反馈列表-沟通发送",
  8166. "consumes": [
  8167. "application/json"
  8168. ],
  8169. "produces": [
  8170. "application/json"
  8171. ],
  8172. "tags": [
  8173. "消息中心"
  8174. ],
  8175. "summary": "用户反馈-反馈列表-沟通发送",
  8176. "parameters": [
  8177. {
  8178. "type": "string",
  8179. "description": "验证参数Bearer和token空格拼接",
  8180. "name": "Authorization",
  8181. "in": "header",
  8182. "required": true
  8183. },
  8184. {
  8185. "description": "(分页信息必填)",
  8186. "name": "req",
  8187. "in": "body",
  8188. "required": true,
  8189. "schema": {
  8190. "$ref": "#/definitions/md.UserFeedbackSayReq"
  8191. }
  8192. }
  8193. ],
  8194. "responses": {
  8195. "200": {
  8196. "description": "具体数据",
  8197. "schema": {
  8198. "type": "string"
  8199. }
  8200. },
  8201. "400": {
  8202. "description": "具体错误",
  8203. "schema": {
  8204. "$ref": "#/definitions/md.Response"
  8205. }
  8206. }
  8207. }
  8208. }
  8209. },
  8210. "/api/userRealName/base": {
  8211. "get": {
  8212. "description": "基本设置-实名认证",
  8213. "consumes": [
  8214. "application/json"
  8215. ],
  8216. "produces": [
  8217. "application/json"
  8218. ],
  8219. "tags": [
  8220. "基本设置"
  8221. ],
  8222. "summary": "基本设置-实名认证-基本配置",
  8223. "parameters": [
  8224. {
  8225. "type": "string",
  8226. "description": "验证参数Bearer和token空格拼接",
  8227. "name": "Authorization",
  8228. "in": "header",
  8229. "required": true
  8230. }
  8231. ],
  8232. "responses": {
  8233. "200": {
  8234. "description": "具体数据",
  8235. "schema": {
  8236. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8237. }
  8238. },
  8239. "400": {
  8240. "description": "具体错误",
  8241. "schema": {
  8242. "$ref": "#/definitions/md.Response"
  8243. }
  8244. }
  8245. }
  8246. }
  8247. },
  8248. "/api/userRealName/base/save": {
  8249. "post": {
  8250. "description": "基本设置-实名认证-基本配置保存",
  8251. "consumes": [
  8252. "application/json"
  8253. ],
  8254. "produces": [
  8255. "application/json"
  8256. ],
  8257. "tags": [
  8258. "基本设置"
  8259. ],
  8260. "summary": "基本设置-实名认证-基本配置保存",
  8261. "parameters": [
  8262. {
  8263. "type": "string",
  8264. "description": "验证参数Bearer和token空格拼接",
  8265. "name": "Authorization",
  8266. "in": "header",
  8267. "required": true
  8268. },
  8269. {
  8270. "description": "(分页信息必填)",
  8271. "name": "req",
  8272. "in": "body",
  8273. "required": true,
  8274. "schema": {
  8275. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8276. }
  8277. }
  8278. ],
  8279. "responses": {
  8280. "200": {
  8281. "description": "具体数据",
  8282. "schema": {
  8283. "type": "string"
  8284. }
  8285. },
  8286. "400": {
  8287. "description": "具体错误",
  8288. "schema": {
  8289. "$ref": "#/definitions/md.Response"
  8290. }
  8291. }
  8292. }
  8293. }
  8294. },
  8295. "/api/userRealName/list": {
  8296. "post": {
  8297. "description": "基本设置-实名认证列表",
  8298. "consumes": [
  8299. "application/json"
  8300. ],
  8301. "produces": [
  8302. "application/json"
  8303. ],
  8304. "tags": [
  8305. "基本设置"
  8306. ],
  8307. "summary": "基本设置-实名认证列表",
  8308. "parameters": [
  8309. {
  8310. "type": "string",
  8311. "description": "验证参数Bearer和token空格拼接",
  8312. "name": "Authorization",
  8313. "in": "header",
  8314. "required": true
  8315. },
  8316. {
  8317. "description": "(分页信息必填)",
  8318. "name": "req",
  8319. "in": "body",
  8320. "required": true,
  8321. "schema": {
  8322. "$ref": "#/definitions/md.UserRealNameReq"
  8323. }
  8324. }
  8325. ],
  8326. "responses": {
  8327. "200": {
  8328. "description": "具体数据",
  8329. "schema": {
  8330. "$ref": "#/definitions/md.UserRealNameResp"
  8331. }
  8332. },
  8333. "400": {
  8334. "description": "具体错误",
  8335. "schema": {
  8336. "$ref": "#/definitions/md.Response"
  8337. }
  8338. }
  8339. }
  8340. }
  8341. },
  8342. "/api/userRealName/save": {
  8343. "post": {
  8344. "description": "基本设置-修改认证状态",
  8345. "consumes": [
  8346. "application/json"
  8347. ],
  8348. "produces": [
  8349. "application/json"
  8350. ],
  8351. "tags": [
  8352. "基本设置"
  8353. ],
  8354. "summary": "基本设置-实名认证-修改认证状态",
  8355. "parameters": [
  8356. {
  8357. "type": "string",
  8358. "description": "验证参数Bearer和token空格拼接",
  8359. "name": "Authorization",
  8360. "in": "header",
  8361. "required": true
  8362. },
  8363. {
  8364. "description": "(分页信息必填)",
  8365. "name": "req",
  8366. "in": "body",
  8367. "required": true,
  8368. "schema": {
  8369. "$ref": "#/definitions/md.UserRealNameSaveReq"
  8370. }
  8371. }
  8372. ],
  8373. "responses": {
  8374. "200": {
  8375. "description": "具体数据",
  8376. "schema": {
  8377. "type": "string"
  8378. }
  8379. },
  8380. "400": {
  8381. "description": "具体错误",
  8382. "schema": {
  8383. "$ref": "#/definitions/md.Response"
  8384. }
  8385. }
  8386. }
  8387. }
  8388. },
  8389. "/api/user_feedback/cate/del": {
  8390. "post": {
  8391. "description": "分类列表-分类删除",
  8392. "consumes": [
  8393. "application/json"
  8394. ],
  8395. "produces": [
  8396. "application/json"
  8397. ],
  8398. "tags": [
  8399. "消息中心"
  8400. ],
  8401. "summary": "反馈列表-分类列表-分类删除",
  8402. "parameters": [
  8403. {
  8404. "type": "string",
  8405. "description": "验证参数Bearer和token空格拼接",
  8406. "name": "Authorization",
  8407. "in": "header",
  8408. "required": true
  8409. },
  8410. {
  8411. "description": "(分页信息必填)",
  8412. "name": "req",
  8413. "in": "body",
  8414. "required": true,
  8415. "schema": {
  8416. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  8417. }
  8418. }
  8419. ],
  8420. "responses": {
  8421. "200": {
  8422. "description": "具体数据",
  8423. "schema": {
  8424. "type": "string"
  8425. }
  8426. },
  8427. "400": {
  8428. "description": "具体错误",
  8429. "schema": {
  8430. "$ref": "#/definitions/md.Response"
  8431. }
  8432. }
  8433. }
  8434. }
  8435. },
  8436. "/api/user_feedback/cate/save": {
  8437. "post": {
  8438. "description": "分类列表-分类保存",
  8439. "consumes": [
  8440. "application/json"
  8441. ],
  8442. "produces": [
  8443. "application/json"
  8444. ],
  8445. "tags": [
  8446. "消息中心"
  8447. ],
  8448. "summary": "反馈列表-分类列表-分类保存",
  8449. "parameters": [
  8450. {
  8451. "type": "string",
  8452. "description": "验证参数Bearer和token空格拼接",
  8453. "name": "Authorization",
  8454. "in": "header",
  8455. "required": true
  8456. },
  8457. {
  8458. "description": "(分页信息必填)",
  8459. "name": "req",
  8460. "in": "body",
  8461. "required": true,
  8462. "schema": {
  8463. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  8464. }
  8465. }
  8466. ],
  8467. "responses": {
  8468. "200": {
  8469. "description": "具体数据",
  8470. "schema": {
  8471. "type": "string"
  8472. }
  8473. },
  8474. "400": {
  8475. "description": "具体错误",
  8476. "schema": {
  8477. "$ref": "#/definitions/md.Response"
  8478. }
  8479. }
  8480. }
  8481. }
  8482. },
  8483. "/api/v1/website/getModuleSetting": {
  8484. "get": {
  8485. "description": "页面样式",
  8486. "consumes": [
  8487. "application/json"
  8488. ],
  8489. "produces": [
  8490. "application/json"
  8491. ],
  8492. "tags": [
  8493. "官网"
  8494. ],
  8495. "summary": "页面样式",
  8496. "parameters": [
  8497. {
  8498. "type": "string",
  8499. "description": "验证参数Bearer和token空格拼接",
  8500. "name": "Authorization",
  8501. "in": "header",
  8502. "required": true
  8503. },
  8504. {
  8505. "type": "string",
  8506. "description": "页面名称类型值(15:官网 联系我们)",
  8507. "name": "mod_name_value",
  8508. "in": "query",
  8509. "required": true
  8510. }
  8511. ],
  8512. "responses": {
  8513. "200": {
  8514. "description": "具体数据",
  8515. "schema": {
  8516. "$ref": "#/definitions/md.GetModuleSettingResp"
  8517. }
  8518. },
  8519. "400": {
  8520. "description": "具体错误",
  8521. "schema": {
  8522. "$ref": "#/definitions/md.Response"
  8523. }
  8524. }
  8525. }
  8526. }
  8527. },
  8528. "/api/website/info": {
  8529. "get": {
  8530. "description": "官网-基本信息",
  8531. "consumes": [
  8532. "application/json"
  8533. ],
  8534. "produces": [
  8535. "application/json"
  8536. ],
  8537. "tags": [
  8538. "官网"
  8539. ],
  8540. "summary": "官网-基本信息",
  8541. "parameters": [
  8542. {
  8543. "type": "string",
  8544. "description": "验证参数Bearer和token空格拼接",
  8545. "name": "Authorization",
  8546. "in": "header",
  8547. "required": true
  8548. }
  8549. ],
  8550. "responses": {
  8551. "200": {
  8552. "description": "具体数据",
  8553. "schema": {
  8554. "$ref": "#/definitions/md.WebsiteInfoResp"
  8555. }
  8556. },
  8557. "400": {
  8558. "description": "具体错误",
  8559. "schema": {
  8560. "$ref": "#/definitions/md.Response"
  8561. }
  8562. }
  8563. }
  8564. }
  8565. }
  8566. },
  8567. "definitions": {
  8568. "applet_app_md.Paginate": {
  8569. "type": "object",
  8570. "properties": {
  8571. "limit": {
  8572. "description": "每页大小",
  8573. "type": "integer"
  8574. },
  8575. "page": {
  8576. "description": "页数",
  8577. "type": "integer"
  8578. },
  8579. "total": {
  8580. "description": "总数据量",
  8581. "type": "integer"
  8582. }
  8583. }
  8584. },
  8585. "applet_app_md_financial_center.Paginate": {
  8586. "type": "object",
  8587. "properties": {
  8588. "limit": {
  8589. "description": "每页大小",
  8590. "type": "integer"
  8591. },
  8592. "page": {
  8593. "description": "页数",
  8594. "type": "integer"
  8595. },
  8596. "total": {
  8597. "description": "总数据量",
  8598. "type": "integer"
  8599. }
  8600. }
  8601. },
  8602. "applet_app_md_financial_center.TagNode": {
  8603. "type": "object",
  8604. "properties": {
  8605. "tag_id": {
  8606. "type": "integer"
  8607. },
  8608. "tag_name": {
  8609. "type": "string"
  8610. }
  8611. }
  8612. },
  8613. "applet_app_md_friend_circle.Paginate": {
  8614. "type": "object",
  8615. "properties": {
  8616. "limit": {
  8617. "description": "每页大小",
  8618. "type": "integer"
  8619. },
  8620. "page": {
  8621. "description": "页数",
  8622. "type": "integer"
  8623. },
  8624. "total": {
  8625. "description": "总数据量",
  8626. "type": "integer"
  8627. }
  8628. }
  8629. },
  8630. "applet_app_md_im.GetBasicResp": {
  8631. "type": "object",
  8632. "properties": {
  8633. "chat_sensitive_words": {
  8634. "type": "string",
  8635. "example": "聊天敏感词"
  8636. },
  8637. "is_allow_add_friends": {
  8638. "type": "string",
  8639. "example": "是否允许加好友"
  8640. },
  8641. "is_auto_add_friends": {
  8642. "type": "string",
  8643. "example": "是否自动加好友"
  8644. },
  8645. "prohibit_add_group_members": {
  8646. "type": "string",
  8647. "example": "是否禁止添加群成员"
  8648. },
  8649. "prohibit_remove_group_members": {
  8650. "type": "string",
  8651. "example": "是否禁止移出群成员"
  8652. },
  8653. "prohibit_update_group_name": {
  8654. "type": "string",
  8655. "example": "是否禁止修改群名称"
  8656. }
  8657. }
  8658. },
  8659. "applet_app_md_im.SetBasicReq": {
  8660. "type": "object",
  8661. "properties": {
  8662. "chat_sensitive_words": {
  8663. "type": "string",
  8664. "example": "聊天敏感词"
  8665. },
  8666. "is_allow_add_friends": {
  8667. "type": "string",
  8668. "example": "是否允许加好友"
  8669. },
  8670. "is_auto_add_friends": {
  8671. "type": "string",
  8672. "example": "是否自动加好友"
  8673. },
  8674. "prohibit_add_group_members": {
  8675. "type": "string",
  8676. "example": "是否禁止添加群成员"
  8677. },
  8678. "prohibit_remove_group_members": {
  8679. "type": "string",
  8680. "example": "是否禁止移出群成员"
  8681. },
  8682. "prohibit_update_group_name": {
  8683. "type": "string",
  8684. "example": "是否禁止修改群名称"
  8685. }
  8686. }
  8687. },
  8688. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  8689. "type": "object",
  8690. "properties": {
  8691. "direct_push_reward": {
  8692. "description": "直推奖励",
  8693. "allOf": [
  8694. {
  8695. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  8696. }
  8697. ]
  8698. },
  8699. "is_open": {
  8700. "description": "是否开启(1:开启 0:关闭)",
  8701. "type": "integer"
  8702. },
  8703. "person_egg_energy_coin_id": {
  8704. "description": "个人蛋蛋能量对应虚拟币 id",
  8705. "type": "integer"
  8706. },
  8707. "person_egg_points_coin_id": {
  8708. "description": "个人蛋蛋积分对应虚拟币 id",
  8709. "type": "integer"
  8710. },
  8711. "team_egg_energy_coin_id": {
  8712. "description": "团队蛋蛋能量对应虚拟币 id",
  8713. "type": "integer"
  8714. },
  8715. "team_egg_points_coin_id": {
  8716. "description": "团队蛋蛋积分对应虚拟币 id",
  8717. "type": "integer"
  8718. }
  8719. }
  8720. },
  8721. "applet_app_md_institutional_management_egg_energy.Paginate": {
  8722. "type": "object",
  8723. "properties": {
  8724. "limit": {
  8725. "description": "每页大小",
  8726. "type": "integer"
  8727. },
  8728. "page": {
  8729. "description": "页数",
  8730. "type": "integer"
  8731. },
  8732. "total": {
  8733. "description": "总数据量",
  8734. "type": "integer"
  8735. }
  8736. }
  8737. },
  8738. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  8739. "type": "object",
  8740. "properties": {
  8741. "id": {
  8742. "type": "integer"
  8743. },
  8744. "is_open": {
  8745. "description": "是否开启(1:开启 0:关闭)",
  8746. "type": "integer"
  8747. },
  8748. "is_self_active_get_team_revenue": {
  8749. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  8750. "type": "integer"
  8751. },
  8752. "originator_uid": {
  8753. "description": "创始人uid",
  8754. "type": "integer"
  8755. },
  8756. "several_rows": {
  8757. "description": "几排",
  8758. "type": "integer"
  8759. },
  8760. "several_times": {
  8761. "description": "几乘",
  8762. "type": "integer"
  8763. },
  8764. "system_punish_replace": {
  8765. "description": "是否位置滑落 被新用户替换 0否 1是",
  8766. "type": "integer"
  8767. },
  8768. "system_punish_replace_value": {
  8769. "description": "xx天未活跃,处罚滑落",
  8770. "type": "integer"
  8771. }
  8772. }
  8773. },
  8774. "applet_app_md_institutional_management_public_platoon.Paginate": {
  8775. "type": "object",
  8776. "properties": {
  8777. "limit": {
  8778. "description": "每页大小",
  8779. "type": "integer"
  8780. },
  8781. "page": {
  8782. "description": "页数",
  8783. "type": "integer"
  8784. },
  8785. "total": {
  8786. "description": "总数据量",
  8787. "type": "integer"
  8788. }
  8789. }
  8790. },
  8791. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  8792. "type": "object",
  8793. "properties": {
  8794. "limit": {
  8795. "type": "integer"
  8796. },
  8797. "page": {
  8798. "type": "integer"
  8799. },
  8800. "total": {
  8801. "type": "integer"
  8802. }
  8803. }
  8804. },
  8805. "applet_app_md_member_center.Paginate": {
  8806. "type": "object",
  8807. "properties": {
  8808. "limit": {
  8809. "description": "每页大小",
  8810. "type": "integer"
  8811. },
  8812. "page": {
  8813. "description": "页数",
  8814. "type": "integer"
  8815. },
  8816. "total": {
  8817. "description": "总数据量",
  8818. "type": "integer"
  8819. }
  8820. }
  8821. },
  8822. "applet_app_md_member_center.TagNode": {
  8823. "type": "object",
  8824. "properties": {
  8825. "tag_id": {
  8826. "description": "标签 ID",
  8827. "type": "integer"
  8828. },
  8829. "tag_name": {
  8830. "description": "标签名称",
  8831. "type": "string"
  8832. }
  8833. }
  8834. },
  8835. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  8836. "type": "object",
  8837. "properties": {
  8838. "oss_access_key_id": {
  8839. "type": "string",
  8840. "example": "oss访问秘钥id"
  8841. },
  8842. "oss_access_key_secret": {
  8843. "type": "string",
  8844. "example": "oss访问秘钥"
  8845. },
  8846. "oss_assume_arn": {
  8847. "type": "string",
  8848. "example": "oss RAM角色ARN"
  8849. },
  8850. "oss_assume_role_access_key_id": {
  8851. "type": "string",
  8852. "example": "oss RAM角色访问秘钥id"
  8853. },
  8854. "oss_assume_role_access_key_secret": {
  8855. "type": "string",
  8856. "example": "oss RAM角色访问秘钥"
  8857. },
  8858. "oss_bucket_name": {
  8859. "type": "string",
  8860. "example": "oss存储桶名称"
  8861. },
  8862. "oss_bucket_scheme": {
  8863. "type": "string",
  8864. "example": "oss上传方式"
  8865. },
  8866. "oss_endpoint": {
  8867. "type": "string",
  8868. "example": "oss地域节点"
  8869. },
  8870. "oss_object_domain": {
  8871. "type": "string",
  8872. "example": "oss域名"
  8873. },
  8874. "oss_option": {
  8875. "type": "string",
  8876. "example": "oss上传文件类型选项,以逗号分割"
  8877. }
  8878. }
  8879. },
  8880. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  8881. "type": "object",
  8882. "properties": {
  8883. "oss_access_key_id": {
  8884. "type": "string",
  8885. "example": "oss访问秘钥id"
  8886. },
  8887. "oss_access_key_secret": {
  8888. "type": "string",
  8889. "example": "oss访问秘钥"
  8890. },
  8891. "oss_assume_arn": {
  8892. "type": "string",
  8893. "example": "oss RAM角色ARN"
  8894. },
  8895. "oss_assume_role_access_key_id": {
  8896. "type": "string",
  8897. "example": "oss RAM角色访问秘钥id"
  8898. },
  8899. "oss_assume_role_access_key_secret": {
  8900. "type": "string",
  8901. "example": "oss RAM角色访问秘钥"
  8902. },
  8903. "oss_bucket_name": {
  8904. "type": "string",
  8905. "example": "oss存储桶名称"
  8906. },
  8907. "oss_bucket_scheme": {
  8908. "type": "string",
  8909. "example": "oss上传方式"
  8910. },
  8911. "oss_endpoint": {
  8912. "type": "string",
  8913. "example": "oss地域节点"
  8914. },
  8915. "oss_object_domain": {
  8916. "type": "string",
  8917. "example": "oss域名"
  8918. },
  8919. "oss_option": {
  8920. "type": "string",
  8921. "example": "oss上传文件类型选项,以逗号分割"
  8922. }
  8923. }
  8924. },
  8925. "client.AssumeRoleResponseBodyCredentials": {
  8926. "type": "object",
  8927. "properties": {
  8928. "AccessKeyId": {
  8929. "description": "The AccessKey ID.",
  8930. "type": "string"
  8931. },
  8932. "AccessKeySecret": {
  8933. "description": "The AccessKey secret.",
  8934. "type": "string"
  8935. },
  8936. "Expiration": {
  8937. "description": "The time when the STS token expires. The time is displayed in UTC.",
  8938. "type": "string"
  8939. },
  8940. "SecurityToken": {
  8941. "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.",
  8942. "type": "string"
  8943. }
  8944. }
  8945. },
  8946. "comm.GetAdminInfoResp": {
  8947. "type": "object",
  8948. "properties": {
  8949. "adm_id": {
  8950. "description": "管理员id",
  8951. "type": "integer"
  8952. },
  8953. "is_super_administrator": {
  8954. "description": "是否为超级管理员(0:否 1:是)",
  8955. "type": "integer"
  8956. },
  8957. "memo": {
  8958. "description": "备注信息",
  8959. "type": "string"
  8960. },
  8961. "state": {
  8962. "description": "状态(1:正常 2:冻结)",
  8963. "type": "integer"
  8964. },
  8965. "username": {
  8966. "description": "用户名",
  8967. "type": "string"
  8968. }
  8969. }
  8970. },
  8971. "comm.GetSTSVoucherResp": {
  8972. "type": "object",
  8973. "properties": {
  8974. "bucket": {
  8975. "description": "oss 桶名称",
  8976. "type": "string"
  8977. },
  8978. "region": {
  8979. "description": "所在地域",
  8980. "type": "string"
  8981. },
  8982. "sts_token": {
  8983. "description": "STS 凭证",
  8984. "allOf": [
  8985. {
  8986. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  8987. }
  8988. ]
  8989. }
  8990. }
  8991. },
  8992. "comm.ImgReqUploadReq": {
  8993. "type": "object",
  8994. "required": [
  8995. "content_type",
  8996. "file_name"
  8997. ],
  8998. "properties": {
  8999. "content_type": {
  9000. "type": "string",
  9001. "example": "image/jpeg"
  9002. },
  9003. "file_name": {
  9004. "type": "string",
  9005. "example": "文件名"
  9006. }
  9007. }
  9008. },
  9009. "hdl.GetActiveDataResp": {
  9010. "type": "object",
  9011. "properties": {
  9012. "today": {
  9013. "description": "今日数据",
  9014. "allOf": [
  9015. {
  9016. "$ref": "#/definitions/model.PlatformActiveData"
  9017. }
  9018. ]
  9019. },
  9020. "yesterday": {
  9021. "description": "昨日数据",
  9022. "allOf": [
  9023. {
  9024. "$ref": "#/definitions/model.PlatformActiveData"
  9025. }
  9026. ]
  9027. }
  9028. }
  9029. },
  9030. "hdl.TotalDataResp": {
  9031. "type": "object",
  9032. "properties": {
  9033. "month": {
  9034. "description": "月份",
  9035. "type": "string"
  9036. },
  9037. "no_sign_in_user_count": {
  9038. "description": "未签到用户数",
  9039. "type": "integer"
  9040. },
  9041. "total_user_count": {
  9042. "description": "平台总用户数",
  9043. "type": "integer"
  9044. },
  9045. "total_withdraw_amount": {
  9046. "description": "已提现累计金额",
  9047. "type": "string"
  9048. },
  9049. "verified_user_count": {
  9050. "description": "已认证用户数",
  9051. "type": "integer"
  9052. },
  9053. "year": {
  9054. "description": "年份",
  9055. "type": "string"
  9056. }
  9057. }
  9058. },
  9059. "md.ActivePointsWalletNode": {
  9060. "type": "object",
  9061. "properties": {
  9062. "amount": {
  9063. "type": "string",
  9064. "example": "账户余额"
  9065. },
  9066. "uid": {
  9067. "description": "用户 ID",
  9068. "type": "integer"
  9069. },
  9070. "user_name": {
  9071. "type": "string",
  9072. "example": "用户名"
  9073. },
  9074. "user_phone": {
  9075. "type": "string",
  9076. "example": "手机号"
  9077. }
  9078. }
  9079. },
  9080. "md.AddAdminReq": {
  9081. "type": "object",
  9082. "required": [
  9083. "password",
  9084. "username"
  9085. ],
  9086. "properties": {
  9087. "memo": {
  9088. "type": "string"
  9089. },
  9090. "password": {
  9091. "type": "string"
  9092. },
  9093. "username": {
  9094. "type": "string"
  9095. }
  9096. }
  9097. },
  9098. "md.AddBlackListReq": {
  9099. "type": "object",
  9100. "properties": {
  9101. "memo": {
  9102. "description": "备注",
  9103. "type": "string"
  9104. },
  9105. "uid": {
  9106. "description": "用户 id",
  9107. "type": "integer"
  9108. }
  9109. }
  9110. },
  9111. "md.AddCommunityDividendsReq": {
  9112. "type": "object",
  9113. "properties": {
  9114. "amount": {
  9115. "description": "社区分红数量",
  9116. "type": "string"
  9117. },
  9118. "name": {
  9119. "type": "string",
  9120. "example": "社区分红名称"
  9121. }
  9122. }
  9123. },
  9124. "md.AddCommunityDividendsWithUserReq": {
  9125. "type": "object",
  9126. "properties": {
  9127. "memo": {
  9128. "type": "string",
  9129. "example": "备注"
  9130. },
  9131. "uid": {
  9132. "description": "新增社区长用户 ID",
  9133. "type": "integer"
  9134. }
  9135. }
  9136. },
  9137. "md.AddCustomerServiceReq": {
  9138. "type": "object",
  9139. "properties": {
  9140. "memo": {
  9141. "description": "备注",
  9142. "type": "string",
  9143. "example": "备注"
  9144. },
  9145. "phone": {
  9146. "type": "string",
  9147. "example": "手机号"
  9148. },
  9149. "weight": {
  9150. "description": "权重",
  9151. "type": "integer"
  9152. }
  9153. }
  9154. },
  9155. "md.AddEmoticonReq": {
  9156. "type": "object",
  9157. "properties": {
  9158. "img_url": {
  9159. "type": "string",
  9160. "example": "图片地址"
  9161. },
  9162. "memo": {
  9163. "description": "备注",
  9164. "type": "string",
  9165. "example": "备注"
  9166. },
  9167. "name": {
  9168. "type": "string",
  9169. "example": "名称"
  9170. },
  9171. "sort": {
  9172. "description": "排序",
  9173. "type": "integer"
  9174. }
  9175. }
  9176. },
  9177. "md.AddFreePublishUserReq": {
  9178. "type": "object",
  9179. "properties": {
  9180. "uid": {
  9181. "type": "integer"
  9182. }
  9183. }
  9184. },
  9185. "md.AddFundDataReq": {
  9186. "type": "object",
  9187. "properties": {
  9188. "frequency": {
  9189. "description": "频率(分钟)",
  9190. "type": "integer"
  9191. },
  9192. "hours": {
  9193. "description": "时长(小时)",
  9194. "type": "integer"
  9195. },
  9196. "kind": {
  9197. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9198. "type": "integer"
  9199. },
  9200. "memo": {
  9201. "type": "string",
  9202. "example": "备注"
  9203. },
  9204. "total_amount": {
  9205. "description": "金额",
  9206. "type": "string"
  9207. }
  9208. }
  9209. },
  9210. "md.AddLevelReq": {
  9211. "type": "object",
  9212. "properties": {
  9213. "auto_update": {
  9214. "description": "自动升级 0关闭 1开启",
  9215. "type": "string"
  9216. },
  9217. "choosable_num": {
  9218. "description": "可选任务数量",
  9219. "type": "string"
  9220. },
  9221. "is_use": {
  9222. "description": "是否开启(0.否, 1.是)",
  9223. "type": "string"
  9224. },
  9225. "level_name": {
  9226. "description": "等级名称",
  9227. "type": "string"
  9228. },
  9229. "level_weight": {
  9230. "description": "等级权重",
  9231. "type": "string"
  9232. },
  9233. "memo": {
  9234. "description": "备注",
  9235. "type": "string"
  9236. },
  9237. "user_level_tasks": {
  9238. "description": "需要新增的任务",
  9239. "type": "array",
  9240. "items": {
  9241. "$ref": "#/definitions/md.LevelTaskNode"
  9242. }
  9243. }
  9244. }
  9245. },
  9246. "md.AddPlatformRevenueReq": {
  9247. "type": "object",
  9248. "properties": {
  9249. "frequency": {
  9250. "description": "频率(分钟)",
  9251. "type": "integer"
  9252. },
  9253. "hours": {
  9254. "description": "时长(小时)",
  9255. "type": "integer"
  9256. },
  9257. "kind": {
  9258. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  9259. "type": "integer"
  9260. },
  9261. "memo": {
  9262. "type": "string",
  9263. "example": "备注"
  9264. },
  9265. "total_amount": {
  9266. "description": "金额",
  9267. "type": "string"
  9268. }
  9269. }
  9270. },
  9271. "md.AddRoleReq": {
  9272. "type": "object",
  9273. "required": [
  9274. "memo",
  9275. "name"
  9276. ],
  9277. "properties": {
  9278. "memo": {
  9279. "type": "string"
  9280. },
  9281. "name": {
  9282. "type": "string"
  9283. }
  9284. }
  9285. },
  9286. "md.AddTagReq": {
  9287. "type": "object",
  9288. "properties": {
  9289. "is_punish": {
  9290. "description": "是否为处罚标签(0:否 1:是)",
  9291. "type": "string"
  9292. },
  9293. "memo": {
  9294. "description": "备注",
  9295. "type": "string"
  9296. },
  9297. "name": {
  9298. "description": "标签名称",
  9299. "type": "string"
  9300. }
  9301. }
  9302. },
  9303. "md.AdminListReq": {
  9304. "type": "object",
  9305. "properties": {
  9306. "limit": {
  9307. "type": "integer"
  9308. },
  9309. "page": {
  9310. "type": "integer"
  9311. },
  9312. "state": {
  9313. "type": "integer"
  9314. },
  9315. "username": {
  9316. "type": "string"
  9317. }
  9318. }
  9319. },
  9320. "md.AdvertisingBase": {
  9321. "type": "object",
  9322. "properties": {
  9323. "android_ad_is_open": {
  9324. "type": "string",
  9325. "example": "安卓广告是否开启(1:开启 0:不开启)"
  9326. },
  9327. "android_open_ad_is_open": {
  9328. "type": "string",
  9329. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  9330. },
  9331. "info": {
  9332. "type": "string",
  9333. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  9334. },
  9335. "ios_ad_is_open": {
  9336. "type": "string",
  9337. "example": "ios广告是否开启(1:开启 0:不开启)"
  9338. },
  9339. "ios_open_ad_is_open": {
  9340. "type": "string",
  9341. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  9342. },
  9343. "voice": {
  9344. "type": "string",
  9345. "example": "领取奖励声音"
  9346. },
  9347. "voice_url": {
  9348. "type": "string"
  9349. }
  9350. }
  9351. },
  9352. "md.AdvertisingBaseResp": {
  9353. "type": "object",
  9354. "properties": {
  9355. "advertising_base": {
  9356. "$ref": "#/definitions/md.AdvertisingBase"
  9357. },
  9358. "select_data": {
  9359. "type": "array",
  9360. "items": {
  9361. "type": "object",
  9362. "additionalProperties": {
  9363. "type": "string"
  9364. }
  9365. }
  9366. }
  9367. }
  9368. },
  9369. "md.AdvertisingDelReq": {
  9370. "type": "object",
  9371. "properties": {
  9372. "id": {
  9373. "type": "array",
  9374. "items": {
  9375. "type": "string"
  9376. }
  9377. }
  9378. }
  9379. },
  9380. "md.AdvertisingFunctionList": {
  9381. "type": "object",
  9382. "properties": {
  9383. "ad_id": {
  9384. "type": "string",
  9385. "example": "广告id"
  9386. },
  9387. "id": {
  9388. "type": "string"
  9389. },
  9390. "type": {
  9391. "type": "string",
  9392. "example": "类型"
  9393. }
  9394. }
  9395. },
  9396. "md.AdvertisingFunctionListReq": {
  9397. "type": "object",
  9398. "properties": {
  9399. "limit": {
  9400. "type": "string"
  9401. },
  9402. "page": {
  9403. "type": "string"
  9404. }
  9405. }
  9406. },
  9407. "md.AdvertisingFunctionListResp": {
  9408. "type": "object",
  9409. "properties": {
  9410. "adv_data": {
  9411. "type": "array",
  9412. "items": {
  9413. "type": "object",
  9414. "additionalProperties": {
  9415. "type": "string"
  9416. }
  9417. }
  9418. },
  9419. "list": {
  9420. "type": "array",
  9421. "items": {
  9422. "$ref": "#/definitions/md.AdvertisingFunctionList"
  9423. }
  9424. },
  9425. "select_data": {
  9426. "type": "array",
  9427. "items": {
  9428. "type": "object",
  9429. "additionalProperties": {
  9430. "type": "string"
  9431. }
  9432. }
  9433. },
  9434. "total": {
  9435. "type": "integer"
  9436. }
  9437. }
  9438. },
  9439. "md.AdvertisingLimit": {
  9440. "type": "object",
  9441. "properties": {
  9442. "imei_num": {
  9443. "type": "string",
  9444. "example": "设备数量"
  9445. },
  9446. "minute": {
  9447. "type": "string",
  9448. "example": "分钟"
  9449. },
  9450. "public_img": {
  9451. "type": "string",
  9452. "example": "公共弹窗图"
  9453. },
  9454. "public_img_url": {
  9455. "type": "string",
  9456. "example": "公共弹窗图"
  9457. },
  9458. "public_str": {
  9459. "type": "string",
  9460. "example": "公共弹窗文字"
  9461. },
  9462. "tip": {
  9463. "type": "string",
  9464. "example": "限制提示"
  9465. },
  9466. "withdraw_img": {
  9467. "type": "string",
  9468. "example": "提现弹窗图"
  9469. },
  9470. "withdraw_img_url": {
  9471. "type": "string",
  9472. "example": "提现弹窗图"
  9473. },
  9474. "withdraw_str": {
  9475. "type": "string",
  9476. "example": "提现弹窗文字"
  9477. }
  9478. }
  9479. },
  9480. "md.AdvertisingList": {
  9481. "type": "object",
  9482. "properties": {
  9483. "counting_down": {
  9484. "type": "string",
  9485. "example": "倒计时 单位秒"
  9486. },
  9487. "id": {
  9488. "type": "string"
  9489. },
  9490. "info": {
  9491. "type": "string",
  9492. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  9493. },
  9494. "kind": {
  9495. "type": "string",
  9496. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  9497. },
  9498. "name": {
  9499. "type": "string",
  9500. "example": "名称"
  9501. }
  9502. }
  9503. },
  9504. "md.AdvertisingListReq": {
  9505. "type": "object",
  9506. "properties": {
  9507. "kind": {
  9508. "type": "string"
  9509. },
  9510. "limit": {
  9511. "type": "string"
  9512. },
  9513. "name": {
  9514. "type": "string"
  9515. },
  9516. "page": {
  9517. "type": "string"
  9518. }
  9519. }
  9520. },
  9521. "md.AdvertisingListResp": {
  9522. "type": "object",
  9523. "properties": {
  9524. "adv_data": {
  9525. "type": "array",
  9526. "items": {
  9527. "type": "object",
  9528. "additionalProperties": {
  9529. "type": "string"
  9530. }
  9531. }
  9532. },
  9533. "list": {
  9534. "type": "array",
  9535. "items": {
  9536. "$ref": "#/definitions/md.AdvertisingList"
  9537. }
  9538. },
  9539. "select_data": {
  9540. "type": "array",
  9541. "items": {
  9542. "type": "object",
  9543. "additionalProperties": {
  9544. "type": "string"
  9545. }
  9546. }
  9547. },
  9548. "total": {
  9549. "type": "integer"
  9550. }
  9551. }
  9552. },
  9553. "md.AdvertisingSaveReq": {
  9554. "type": "object",
  9555. "properties": {
  9556. "counting_down": {
  9557. "type": "string",
  9558. "example": "倒计时 单位秒"
  9559. },
  9560. "id": {
  9561. "type": "string"
  9562. },
  9563. "info": {
  9564. "type": "string",
  9565. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  9566. },
  9567. "kind": {
  9568. "type": "string",
  9569. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  9570. },
  9571. "name": {
  9572. "type": "string",
  9573. "example": "名称"
  9574. }
  9575. }
  9576. },
  9577. "md.AliyunSmsGetLevelListResp": {
  9578. "type": "object",
  9579. "properties": {
  9580. "list": {
  9581. "type": "array",
  9582. "items": {
  9583. "$ref": "#/definitions/md.LevelListNode"
  9584. }
  9585. },
  9586. "paginate": {
  9587. "$ref": "#/definitions/applet_app_md.Paginate"
  9588. }
  9589. }
  9590. },
  9591. "md.AliyunSmsGetTagListResp": {
  9592. "type": "object",
  9593. "properties": {
  9594. "list": {
  9595. "type": "array",
  9596. "items": {
  9597. "$ref": "#/definitions/md.TagListNode"
  9598. }
  9599. },
  9600. "paginate": {
  9601. "$ref": "#/definitions/applet_app_md.Paginate"
  9602. }
  9603. }
  9604. },
  9605. "md.ArticleCateDelReq": {
  9606. "type": "object",
  9607. "properties": {
  9608. "id": {
  9609. "type": "array",
  9610. "items": {
  9611. "type": "string"
  9612. }
  9613. }
  9614. }
  9615. },
  9616. "md.ArticleCateList": {
  9617. "type": "object",
  9618. "properties": {
  9619. "id": {
  9620. "type": "string"
  9621. },
  9622. "is_show": {
  9623. "type": "string"
  9624. },
  9625. "name": {
  9626. "type": "string"
  9627. },
  9628. "pid": {
  9629. "type": "string"
  9630. },
  9631. "sort": {
  9632. "type": "string"
  9633. }
  9634. }
  9635. },
  9636. "md.ArticleCateListReq": {
  9637. "type": "object",
  9638. "properties": {
  9639. "limit": {
  9640. "description": "每页大小",
  9641. "type": "string"
  9642. },
  9643. "page": {
  9644. "description": "页数",
  9645. "type": "string"
  9646. }
  9647. }
  9648. },
  9649. "md.ArticleCateListResp": {
  9650. "type": "object",
  9651. "properties": {
  9652. "list": {
  9653. "type": "array",
  9654. "items": {
  9655. "$ref": "#/definitions/md.ArticleCateList"
  9656. }
  9657. },
  9658. "select_data": {
  9659. "type": "array",
  9660. "items": {
  9661. "type": "object",
  9662. "additionalProperties": {
  9663. "type": "string"
  9664. }
  9665. }
  9666. },
  9667. "total": {
  9668. "type": "integer"
  9669. }
  9670. }
  9671. },
  9672. "md.ArticleCateSaveReq": {
  9673. "type": "object",
  9674. "properties": {
  9675. "id": {
  9676. "type": "string"
  9677. },
  9678. "is_show": {
  9679. "type": "string"
  9680. },
  9681. "name": {
  9682. "type": "string"
  9683. },
  9684. "pid": {
  9685. "type": "string"
  9686. },
  9687. "sort": {
  9688. "type": "string"
  9689. }
  9690. }
  9691. },
  9692. "md.ArticleDelReq": {
  9693. "type": "object",
  9694. "properties": {
  9695. "id": {
  9696. "type": "array",
  9697. "items": {
  9698. "type": "string"
  9699. }
  9700. }
  9701. }
  9702. },
  9703. "md.ArticleList": {
  9704. "type": "object",
  9705. "properties": {
  9706. "cate_id": {
  9707. "type": "string",
  9708. "example": "二级分类id"
  9709. },
  9710. "content": {
  9711. "type": "string"
  9712. },
  9713. "cover": {
  9714. "type": "string",
  9715. "example": "一级分类id=4 显示 封面图"
  9716. },
  9717. "cover_url": {
  9718. "type": "string"
  9719. },
  9720. "id": {
  9721. "type": "string"
  9722. },
  9723. "is_show": {
  9724. "type": "string"
  9725. },
  9726. "pid": {
  9727. "type": "string",
  9728. "example": "一级分类id"
  9729. },
  9730. "sort": {
  9731. "type": "string"
  9732. },
  9733. "title": {
  9734. "type": "string"
  9735. },
  9736. "url": {
  9737. "type": "string"
  9738. }
  9739. }
  9740. },
  9741. "md.ArticleListReq": {
  9742. "type": "object",
  9743. "properties": {
  9744. "limit": {
  9745. "description": "每页大小",
  9746. "type": "string"
  9747. },
  9748. "page": {
  9749. "description": "页数",
  9750. "type": "string"
  9751. }
  9752. }
  9753. },
  9754. "md.ArticleListResp": {
  9755. "type": "object",
  9756. "properties": {
  9757. "cate_data": {
  9758. "type": "array",
  9759. "items": {
  9760. "type": "object",
  9761. "additionalProperties": true
  9762. }
  9763. },
  9764. "list": {
  9765. "type": "array",
  9766. "items": {
  9767. "$ref": "#/definitions/md.ArticleList"
  9768. }
  9769. },
  9770. "select_data": {
  9771. "type": "array",
  9772. "items": {
  9773. "type": "object",
  9774. "additionalProperties": true
  9775. }
  9776. },
  9777. "total": {
  9778. "type": "integer"
  9779. }
  9780. }
  9781. },
  9782. "md.ArticleSaveReq": {
  9783. "type": "object",
  9784. "properties": {
  9785. "cate_id": {
  9786. "type": "string",
  9787. "example": "二级分类id"
  9788. },
  9789. "content": {
  9790. "type": "string"
  9791. },
  9792. "cover": {
  9793. "type": "string",
  9794. "example": "一级分类id=4 显示 封面图"
  9795. },
  9796. "id": {
  9797. "type": "string"
  9798. },
  9799. "is_show": {
  9800. "type": "string"
  9801. },
  9802. "pid": {
  9803. "type": "string",
  9804. "example": "一级分类id"
  9805. },
  9806. "sort": {
  9807. "type": "string"
  9808. },
  9809. "title": {
  9810. "type": "string"
  9811. }
  9812. }
  9813. },
  9814. "md.AuditClearReq": {
  9815. "type": "object",
  9816. "properties": {
  9817. "os": {
  9818. "type": "string",
  9819. "example": "1-安卓 2-ios"
  9820. }
  9821. }
  9822. },
  9823. "md.BalanceDetailNode": {
  9824. "type": "object",
  9825. "properties": {
  9826. "after_amount": {
  9827. "description": "变更后余额",
  9828. "type": "string"
  9829. },
  9830. "amount": {
  9831. "description": "变更数量",
  9832. "type": "string"
  9833. },
  9834. "before_amount": {
  9835. "description": "变更前余额",
  9836. "type": "string"
  9837. },
  9838. "create_at": {
  9839. "description": "创建时间",
  9840. "type": "string"
  9841. },
  9842. "id": {
  9843. "description": "记录ID",
  9844. "type": "integer"
  9845. },
  9846. "kind": {
  9847. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  9848. "type": "string"
  9849. }
  9850. }
  9851. },
  9852. "md.BasicInfoNode": {
  9853. "type": "object",
  9854. "properties": {
  9855. "avatar": {
  9856. "description": "头像",
  9857. "type": "string"
  9858. },
  9859. "levelId": {
  9860. "description": "会员等级 ID",
  9861. "type": "integer"
  9862. },
  9863. "level_name": {
  9864. "description": "会员等级名称",
  9865. "type": "string"
  9866. },
  9867. "memo": {
  9868. "description": "备注",
  9869. "type": "string"
  9870. },
  9871. "nickname": {
  9872. "description": "用户名称",
  9873. "type": "string"
  9874. },
  9875. "parent_name": {
  9876. "description": "推荐人名称",
  9877. "type": "string"
  9878. },
  9879. "parent_phone": {
  9880. "description": "推荐人手机号",
  9881. "type": "string"
  9882. },
  9883. "parent_uid": {
  9884. "description": "推荐人",
  9885. "type": "integer"
  9886. },
  9887. "password": {
  9888. "description": "登录密码",
  9889. "type": "string"
  9890. },
  9891. "phone": {
  9892. "description": "手机号",
  9893. "type": "string"
  9894. },
  9895. "sex": {
  9896. "description": "性别",
  9897. "type": "integer"
  9898. },
  9899. "state": {
  9900. "description": "账号状态 1正常,2冻结",
  9901. "type": "integer"
  9902. },
  9903. "tag": {
  9904. "description": "标签名称",
  9905. "type": "array",
  9906. "items": {
  9907. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  9908. }
  9909. },
  9910. "union_id": {
  9911. "description": "微信号",
  9912. "type": "string"
  9913. }
  9914. }
  9915. },
  9916. "md.BatchSendGroupMessageReq": {
  9917. "type": "object",
  9918. "properties": {
  9919. "content": {
  9920. "description": "消息内容",
  9921. "type": "string"
  9922. },
  9923. "kind": {
  9924. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  9925. "type": "integer"
  9926. },
  9927. "not_condition": {
  9928. "description": "不发送条件 群 ID 以\";\"分割",
  9929. "type": "string"
  9930. },
  9931. "send_condition": {
  9932. "description": "发送条件 群 ID 以\";\"分割",
  9933. "type": "string"
  9934. },
  9935. "send_kind": {
  9936. "description": "发送模式(1:指定群组 2:所有群组)",
  9937. "type": "integer"
  9938. }
  9939. }
  9940. },
  9941. "md.BatchSendUserMessageReq": {
  9942. "type": "object",
  9943. "properties": {
  9944. "content": {
  9945. "description": "消息内容",
  9946. "type": "string"
  9947. },
  9948. "kind": {
  9949. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  9950. "type": "integer"
  9951. },
  9952. "not_condition": {
  9953. "description": "不发送条件 用户手机号 以\";\"分割",
  9954. "type": "string"
  9955. },
  9956. "send_condition": {
  9957. "description": "发送条件 用户手机号 以\";\"分割",
  9958. "type": "string"
  9959. },
  9960. "send_kind": {
  9961. "description": "发送模式(1:所有用户 2:指定用户)",
  9962. "type": "integer"
  9963. }
  9964. }
  9965. },
  9966. "md.BindAdminRoleReq": {
  9967. "type": "object",
  9968. "required": [
  9969. "adm_id"
  9970. ],
  9971. "properties": {
  9972. "adm_id": {
  9973. "type": "integer"
  9974. },
  9975. "role_ids": {
  9976. "type": "array",
  9977. "items": {
  9978. "type": "integer"
  9979. }
  9980. }
  9981. }
  9982. },
  9983. "md.CloudBundleBaseResp": {
  9984. "type": "object",
  9985. "properties": {
  9986. "android_logo": {
  9987. "type": "string"
  9988. },
  9989. "ios_logo": {
  9990. "type": "string"
  9991. },
  9992. "launch_screen": {
  9993. "type": "object",
  9994. "additionalProperties": {
  9995. "type": "string"
  9996. }
  9997. }
  9998. }
  9999. },
  10000. "md.CloudBundleBuildReq": {
  10001. "type": "object",
  10002. "properties": {
  10003. "bit": {
  10004. "type": "array",
  10005. "items": {
  10006. "type": "string"
  10007. }
  10008. },
  10009. "isCombine": {
  10010. "type": "string"
  10011. },
  10012. "memo": {
  10013. "type": "string"
  10014. },
  10015. "os": {
  10016. "type": "string"
  10017. },
  10018. "platform": {
  10019. "type": "array",
  10020. "items": {
  10021. "type": "string"
  10022. }
  10023. },
  10024. "version": {
  10025. "type": "string"
  10026. }
  10027. }
  10028. },
  10029. "md.CloudBundleDelReq": {
  10030. "type": "object",
  10031. "properties": {
  10032. "ids": {
  10033. "type": "array",
  10034. "items": {
  10035. "type": "string"
  10036. }
  10037. }
  10038. }
  10039. },
  10040. "md.CloudBundleImgResp": {
  10041. "type": "object",
  10042. "properties": {
  10043. "android_logo": {
  10044. "type": "string"
  10045. },
  10046. "android_logo_url": {
  10047. "type": "string"
  10048. },
  10049. "build_1080_2280": {
  10050. "type": "string"
  10051. },
  10052. "build_1080_2280_url": {
  10053. "type": "string"
  10054. },
  10055. "build_1125_2436": {
  10056. "type": "string"
  10057. },
  10058. "build_1125_2436_url": {
  10059. "type": "string"
  10060. },
  10061. "build_1242_2208": {
  10062. "type": "string"
  10063. },
  10064. "build_1242_2208_url": {
  10065. "type": "string"
  10066. },
  10067. "build_640_1136": {
  10068. "type": "string"
  10069. },
  10070. "build_640_1136_url": {
  10071. "type": "string"
  10072. },
  10073. "build_640_960": {
  10074. "type": "string"
  10075. },
  10076. "build_640_960_url": {
  10077. "type": "string"
  10078. },
  10079. "build_720_1280": {
  10080. "type": "string"
  10081. },
  10082. "build_720_1280_url": {
  10083. "type": "string"
  10084. },
  10085. "build_750_1334": {
  10086. "type": "string"
  10087. },
  10088. "build_750_1334_url": {
  10089. "type": "string"
  10090. },
  10091. "guide": {
  10092. "type": "array",
  10093. "items": {
  10094. "$ref": "#/definitions/md.Guide"
  10095. }
  10096. },
  10097. "ios_logo": {
  10098. "type": "string"
  10099. },
  10100. "ios_logo_url": {
  10101. "type": "string"
  10102. }
  10103. }
  10104. },
  10105. "md.CloudBundleList": {
  10106. "type": "object",
  10107. "properties": {
  10108. "apply_at": {
  10109. "type": "string"
  10110. },
  10111. "bit": {
  10112. "type": "string"
  10113. },
  10114. "build_id": {
  10115. "type": "string"
  10116. },
  10117. "finish_at": {
  10118. "type": "string"
  10119. },
  10120. "id": {
  10121. "type": "string"
  10122. },
  10123. "is_auditing": {
  10124. "type": "string"
  10125. },
  10126. "is_combine": {
  10127. "type": "string"
  10128. },
  10129. "memo": {
  10130. "type": "string"
  10131. },
  10132. "os": {
  10133. "type": "string"
  10134. },
  10135. "platform": {
  10136. "type": "string"
  10137. },
  10138. "src": {
  10139. "type": "string"
  10140. },
  10141. "state": {
  10142. "type": "string"
  10143. },
  10144. "version": {
  10145. "type": "string"
  10146. }
  10147. }
  10148. },
  10149. "md.CloudBundleReq": {
  10150. "type": "object",
  10151. "properties": {
  10152. "limit": {
  10153. "description": "每页大小",
  10154. "type": "string"
  10155. },
  10156. "page": {
  10157. "description": "页数",
  10158. "type": "string"
  10159. }
  10160. }
  10161. },
  10162. "md.CloudBundleResp": {
  10163. "type": "object",
  10164. "properties": {
  10165. "last_android": {
  10166. "type": "string"
  10167. },
  10168. "last_bit": {
  10169. "type": "string"
  10170. },
  10171. "last_is_combine": {
  10172. "type": "string"
  10173. },
  10174. "last_platform": {
  10175. "type": "array",
  10176. "items": {
  10177. "type": "string"
  10178. }
  10179. },
  10180. "list": {
  10181. "type": "array",
  10182. "items": {
  10183. "$ref": "#/definitions/md.CloudBundleList"
  10184. }
  10185. },
  10186. "list_ios": {
  10187. "type": "string"
  10188. },
  10189. "select_data": {
  10190. "type": "array",
  10191. "items": {
  10192. "$ref": "#/definitions/md.CloudBundleVersionMap"
  10193. }
  10194. },
  10195. "total": {
  10196. "type": "integer"
  10197. }
  10198. }
  10199. },
  10200. "md.CloudBundleUpdateStateReq": {
  10201. "type": "object",
  10202. "properties": {
  10203. "build_id": {
  10204. "type": "string"
  10205. },
  10206. "build_number": {
  10207. "type": "string"
  10208. },
  10209. "error_msg": {
  10210. "type": "string"
  10211. },
  10212. "id": {
  10213. "type": "string"
  10214. },
  10215. "src": {
  10216. "type": "string"
  10217. },
  10218. "state": {
  10219. "type": "string"
  10220. }
  10221. }
  10222. },
  10223. "md.CloudBundleVersion": {
  10224. "type": "object",
  10225. "properties": {
  10226. "content": {
  10227. "type": "string"
  10228. },
  10229. "img": {
  10230. "type": "string"
  10231. },
  10232. "img_url": {
  10233. "type": "string"
  10234. },
  10235. "is_must": {
  10236. "type": "string"
  10237. },
  10238. "name": {
  10239. "type": "string"
  10240. },
  10241. "type": {
  10242. "type": "string"
  10243. },
  10244. "url": {
  10245. "type": "string"
  10246. },
  10247. "version": {
  10248. "type": "string"
  10249. }
  10250. }
  10251. },
  10252. "md.CloudBundleVersionMap": {
  10253. "type": "object",
  10254. "properties": {
  10255. "img": {
  10256. "type": "string"
  10257. },
  10258. "name": {
  10259. "type": "string"
  10260. },
  10261. "type": {
  10262. "type": "string"
  10263. }
  10264. }
  10265. },
  10266. "md.CloudBundleVersionResp": {
  10267. "type": "object",
  10268. "properties": {
  10269. "version": {
  10270. "type": "array",
  10271. "items": {
  10272. "$ref": "#/definitions/md.CloudBundleVersion"
  10273. }
  10274. }
  10275. }
  10276. },
  10277. "md.CommReq": {
  10278. "type": "object",
  10279. "properties": {
  10280. "id": {
  10281. "type": "string"
  10282. }
  10283. }
  10284. },
  10285. "md.ConfigResp": {
  10286. "type": "object",
  10287. "properties": {
  10288. "oss_url": {
  10289. "type": "string",
  10290. "example": "阿里云图片链接"
  10291. }
  10292. }
  10293. },
  10294. "md.DailyActivityAnalysisTopData": {
  10295. "type": "object",
  10296. "properties": {
  10297. "activity_count": {
  10298. "description": "子节点活跃天数",
  10299. "type": "integer"
  10300. },
  10301. "team_activity_user_count": {
  10302. "description": "子节点活跃人数",
  10303. "type": "integer"
  10304. },
  10305. "team_user_count": {
  10306. "description": "团队人数",
  10307. "type": "integer"
  10308. }
  10309. }
  10310. },
  10311. "md.DataSetting": {
  10312. "type": "object",
  10313. "properties": {
  10314. "total_angel_investor": {
  10315. "description": "天使投资人",
  10316. "type": "string",
  10317. "example": "天使投资人"
  10318. },
  10319. "total_ecological_development": {
  10320. "description": "生态建设",
  10321. "type": "string",
  10322. "example": "当前价格"
  10323. },
  10324. "total_issuance_amount": {
  10325. "description": "总发行量",
  10326. "type": "string",
  10327. "example": "总发行量"
  10328. },
  10329. "total_operate_fund": {
  10330. "description": "运营资金",
  10331. "type": "string",
  10332. "example": "运营资金"
  10333. },
  10334. "total_team_dividends": {
  10335. "description": "团队分红",
  10336. "type": "string",
  10337. "example": "团队分红"
  10338. },
  10339. "total_technology_team": {
  10340. "description": "技术团队",
  10341. "type": "string",
  10342. "example": "技术团队"
  10343. },
  10344. "total_user_for_person": {
  10345. "description": "个人区域",
  10346. "type": "string",
  10347. "example": "个人区域"
  10348. },
  10349. "total_user_for_team": {
  10350. "description": "团队区域",
  10351. "type": "string",
  10352. "example": "团队区域"
  10353. }
  10354. }
  10355. },
  10356. "md.DeleteBlackListReq": {
  10357. "type": "object",
  10358. "properties": {
  10359. "id": {
  10360. "description": "黑名单 id",
  10361. "type": "integer"
  10362. }
  10363. }
  10364. },
  10365. "md.DeleteDynamicReq": {
  10366. "type": "object",
  10367. "properties": {
  10368. "index_id": {
  10369. "description": "动态id",
  10370. "type": "string"
  10371. }
  10372. }
  10373. },
  10374. "md.DeleteEmoticonReq": {
  10375. "type": "object",
  10376. "properties": {
  10377. "id": {
  10378. "description": "拥有用户数量",
  10379. "type": "integer"
  10380. }
  10381. }
  10382. },
  10383. "md.DeleteFreePublishUserReq": {
  10384. "type": "object",
  10385. "properties": {
  10386. "uid": {
  10387. "type": "string"
  10388. }
  10389. }
  10390. },
  10391. "md.DeleteLevelReq": {
  10392. "type": "object",
  10393. "properties": {
  10394. "level_id": {
  10395. "type": "string"
  10396. }
  10397. }
  10398. },
  10399. "md.DeleteTagReq": {
  10400. "type": "object",
  10401. "properties": {
  10402. "tag_id": {
  10403. "description": "标签 ID",
  10404. "type": "string"
  10405. }
  10406. }
  10407. },
  10408. "md.DeleteTaskReq": {
  10409. "type": "object",
  10410. "properties": {
  10411. "task_id": {
  10412. "type": "string"
  10413. }
  10414. }
  10415. },
  10416. "md.DestructionSettingStruct": {
  10417. "type": "object",
  10418. "properties": {
  10419. "community_dividends": {
  10420. "description": "社区分红百分比",
  10421. "type": "string"
  10422. },
  10423. "destruction_quantity": {
  10424. "description": "销毁百分比",
  10425. "type": "string"
  10426. },
  10427. "development_committee": {
  10428. "description": "发展委员会百分比",
  10429. "type": "string"
  10430. },
  10431. "marketplace_merchant": {
  10432. "description": "市商数量百分比",
  10433. "type": "string"
  10434. },
  10435. "public_welfare_and_charity": {
  10436. "description": "公益慈善百分比",
  10437. "type": "string"
  10438. },
  10439. "star_level_dividends": {
  10440. "description": "星级分红百分比",
  10441. "type": "string"
  10442. }
  10443. }
  10444. },
  10445. "md.DirectPushRewardSettingStruct": {
  10446. "type": "object",
  10447. "properties": {
  10448. "member_self_is_open_get_team_reward": {
  10449. "description": "会员是否活跃得到团队奖励",
  10450. "type": "string"
  10451. },
  10452. "reward_rate_value": {
  10453. "description": "奖励百分比",
  10454. "type": "string"
  10455. }
  10456. }
  10457. },
  10458. "md.DynamicDataFlowListReq": {
  10459. "type": "object",
  10460. "properties": {
  10461. "end_at": {
  10462. "description": "结束时间",
  10463. "type": "string",
  10464. "example": "结束时间"
  10465. },
  10466. "kind": {
  10467. "description": "持有类型",
  10468. "type": "integer"
  10469. },
  10470. "page": {
  10471. "description": "页数",
  10472. "type": "integer"
  10473. },
  10474. "page_size": {
  10475. "description": "每页大小",
  10476. "type": "integer"
  10477. },
  10478. "start_at": {
  10479. "description": "开始时间",
  10480. "type": "string",
  10481. "example": "开始时间"
  10482. }
  10483. }
  10484. },
  10485. "md.DynamicDataFlowListResp": {
  10486. "type": "object",
  10487. "properties": {
  10488. "kind_list": {
  10489. "description": "类型列表",
  10490. "type": "array",
  10491. "items": {
  10492. "type": "object",
  10493. "additionalProperties": true
  10494. }
  10495. },
  10496. "list": {
  10497. "description": "动态数据流水列表",
  10498. "type": "array",
  10499. "items": {
  10500. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  10501. }
  10502. },
  10503. "paginate": {
  10504. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10505. }
  10506. }
  10507. },
  10508. "md.DynamicRespNode": {
  10509. "type": "object",
  10510. "properties": {
  10511. "content": {
  10512. "description": "文本内容",
  10513. "type": "string"
  10514. },
  10515. "created_at": {
  10516. "type": "string"
  10517. },
  10518. "image": {
  10519. "description": "图片",
  10520. "type": "array",
  10521. "items": {
  10522. "type": "string"
  10523. }
  10524. },
  10525. "index_id": {
  10526. "description": "动态id",
  10527. "type": "string"
  10528. },
  10529. "is_praise": {
  10530. "description": "是否被表扬(1:是 2:否)",
  10531. "type": "integer"
  10532. },
  10533. "is_top_up": {
  10534. "description": "是否置顶(1:是 2:否)",
  10535. "type": "integer"
  10536. },
  10537. "kind": {
  10538. "description": "类型(1:普通 2:官方)",
  10539. "type": "integer"
  10540. },
  10541. "state": {
  10542. "description": "状态(1:正常 2:隐藏)",
  10543. "type": "integer"
  10544. },
  10545. "uid": {
  10546. "description": "用户id",
  10547. "type": "integer"
  10548. },
  10549. "updated_at": {
  10550. "type": "string"
  10551. },
  10552. "username": {
  10553. "description": "用户名称",
  10554. "type": "string"
  10555. },
  10556. "video": {
  10557. "description": "视频",
  10558. "type": "array",
  10559. "items": {
  10560. "type": "string"
  10561. }
  10562. }
  10563. }
  10564. },
  10565. "md.EggEnergyAvailableEnergyFlow": {
  10566. "type": "object",
  10567. "properties": {
  10568. "after_community_dividends": {
  10569. "description": "变更后-社区分红区块币数量",
  10570. "type": "string"
  10571. },
  10572. "after_destruction_quantity_values": {
  10573. "description": "变更后-销毁区块币数量",
  10574. "type": "string"
  10575. },
  10576. "after_development_committee_values": {
  10577. "description": "变更后-发展委员会区块币数量",
  10578. "type": "string"
  10579. },
  10580. "after_marketplace_merchant_fund_values": {
  10581. "description": "变更后-市商资金值",
  10582. "type": "string"
  10583. },
  10584. "after_marketplace_merchant_values": {
  10585. "description": "变更后-市商区块币数量",
  10586. "type": "string"
  10587. },
  10588. "after_now_energy_total_nums": {
  10589. "description": "变更后-现行总量",
  10590. "type": "string"
  10591. },
  10592. "after_planet_total_value": {
  10593. "description": "变更后-星球总价值",
  10594. "type": "string"
  10595. },
  10596. "after_price": {
  10597. "description": "变更后-价格",
  10598. "type": "string"
  10599. },
  10600. "after_public_welfare_and_charity_values": {
  10601. "description": "变更后-公益慈善区块币数量",
  10602. "type": "string"
  10603. },
  10604. "after_star_level_dividends_values": {
  10605. "description": "变更后-星级分红区块币数量",
  10606. "type": "string"
  10607. },
  10608. "amount": {
  10609. "description": "变更数量",
  10610. "type": "string"
  10611. },
  10612. "before_community_dividends": {
  10613. "description": "变更前-社区分红区块币数量",
  10614. "type": "string"
  10615. },
  10616. "before_destruction_quantity_values": {
  10617. "description": "变更前-销毁区块币数量",
  10618. "type": "string"
  10619. },
  10620. "before_development_committee_values": {
  10621. "description": "变更前-发展委员会区块币数量",
  10622. "type": "string"
  10623. },
  10624. "before_marketplace_merchant_fund_values": {
  10625. "description": "变更前-市商资金值",
  10626. "type": "string"
  10627. },
  10628. "before_marketplace_merchant_values": {
  10629. "description": "变更前-市商区块币数量",
  10630. "type": "string"
  10631. },
  10632. "before_now_energy_total_nums": {
  10633. "description": "变更前-现行总量",
  10634. "type": "string"
  10635. },
  10636. "before_planet_total_value": {
  10637. "description": "变更前-星球总价值",
  10638. "type": "string"
  10639. },
  10640. "before_price": {
  10641. "description": "变更前-价格",
  10642. "type": "string"
  10643. },
  10644. "before_public_welfare_and_charity_values": {
  10645. "description": "变更前-公益慈善区块币数量",
  10646. "type": "string"
  10647. },
  10648. "before_star_level_dividends_values": {
  10649. "description": "变更前-星级分红区块币数量",
  10650. "type": "string"
  10651. },
  10652. "create_time": {
  10653. "description": "创建时间",
  10654. "type": "string"
  10655. },
  10656. "id": {
  10657. "type": "integer"
  10658. },
  10659. "kind": {
  10660. "description": "种类",
  10661. "type": "integer"
  10662. },
  10663. "title": {
  10664. "description": "标题",
  10665. "type": "string"
  10666. }
  10667. }
  10668. },
  10669. "md.EggEnergyCommunityDividends": {
  10670. "type": "object",
  10671. "properties": {
  10672. "amount": {
  10673. "description": "分红数量",
  10674. "type": "string"
  10675. },
  10676. "coin_id": {
  10677. "description": "虚拟币 id",
  10678. "type": "integer"
  10679. },
  10680. "create_at": {
  10681. "description": "分红时间",
  10682. "type": "string"
  10683. },
  10684. "id": {
  10685. "type": "integer"
  10686. },
  10687. "is_over": {
  10688. "description": "是否分红完毕",
  10689. "type": "integer"
  10690. },
  10691. "name": {
  10692. "type": "string",
  10693. "example": "名称"
  10694. },
  10695. "persons_num": {
  10696. "description": "分红人数",
  10697. "type": "integer"
  10698. },
  10699. "update_at": {
  10700. "type": "string"
  10701. }
  10702. }
  10703. },
  10704. "md.EggEnergyCommunityDividendsWithUser": {
  10705. "type": "object",
  10706. "properties": {
  10707. "id": {
  10708. "type": "integer"
  10709. },
  10710. "memo": {
  10711. "type": "string",
  10712. "example": "备注"
  10713. },
  10714. "nickname": {
  10715. "type": "string"
  10716. },
  10717. "phone": {
  10718. "type": "string"
  10719. },
  10720. "uid": {
  10721. "type": "integer"
  10722. }
  10723. }
  10724. },
  10725. "md.EggPointCoefficientBatchAddReq": {
  10726. "type": "object",
  10727. "properties": {
  10728. "list": {
  10729. "description": "系数管理列表",
  10730. "type": "array",
  10731. "items": {
  10732. "$ref": "#/definitions/md.EggPointCoefficientNode"
  10733. }
  10734. }
  10735. }
  10736. },
  10737. "md.EggPointCoefficientDelReq": {
  10738. "type": "object",
  10739. "required": [
  10740. "id"
  10741. ],
  10742. "properties": {
  10743. "id": {
  10744. "description": "需要删除范围的id",
  10745. "type": "string"
  10746. }
  10747. }
  10748. },
  10749. "md.EggPointCoefficientGetResp": {
  10750. "type": "object",
  10751. "properties": {
  10752. "list": {
  10753. "type": "array",
  10754. "items": {
  10755. "$ref": "#/definitions/md.EggPointCoefficientNode"
  10756. }
  10757. }
  10758. }
  10759. },
  10760. "md.EggPointCoefficientNode": {
  10761. "type": "object",
  10762. "properties": {
  10763. "coefficient": {
  10764. "description": "系数",
  10765. "type": "string"
  10766. },
  10767. "end_score": {
  10768. "description": "截止分值",
  10769. "type": "string"
  10770. },
  10771. "id": {
  10772. "type": "integer"
  10773. },
  10774. "start_score": {
  10775. "description": "起始分值",
  10776. "type": "string"
  10777. }
  10778. }
  10779. },
  10780. "md.EggPointCoefficientUpdateReq": {
  10781. "type": "object",
  10782. "required": [
  10783. "id"
  10784. ],
  10785. "properties": {
  10786. "coefficient": {
  10787. "description": "系数",
  10788. "type": "string"
  10789. },
  10790. "end_score": {
  10791. "description": "截止分值",
  10792. "type": "string"
  10793. },
  10794. "id": {
  10795. "description": "需要修改范围的id",
  10796. "type": "string"
  10797. },
  10798. "start_score": {
  10799. "description": "起始分值",
  10800. "type": "string"
  10801. }
  10802. }
  10803. },
  10804. "md.ExchangeRulesStruct": {
  10805. "type": "object",
  10806. "properties": {
  10807. "auto_exchange_nums_by_person": {
  10808. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  10809. "type": "string"
  10810. },
  10811. "auto_exchange_nums_by_team": {
  10812. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  10813. "type": "string"
  10814. },
  10815. "auto_exchange_rate_by_person": {
  10816. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  10817. "type": "string"
  10818. },
  10819. "auto_exchange_rate_by_team": {
  10820. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  10821. "type": "string"
  10822. }
  10823. }
  10824. },
  10825. "md.ExchangeUserPositionReq": {
  10826. "type": "object",
  10827. "properties": {
  10828. "position_1": {
  10829. "description": "位置1,具体值取返回数据中的 system_id",
  10830. "type": "integer"
  10831. },
  10832. "position_2": {
  10833. "description": "位置2,具体值取返回数据中的 system_id",
  10834. "type": "integer"
  10835. }
  10836. }
  10837. },
  10838. "md.FansNode": {
  10839. "type": "object",
  10840. "properties": {
  10841. "amount": {
  10842. "description": "可提现余额",
  10843. "type": "string"
  10844. },
  10845. "id": {
  10846. "description": "用户ID",
  10847. "type": "integer"
  10848. },
  10849. "level_total": {
  10850. "description": "所属代数",
  10851. "type": "integer"
  10852. },
  10853. "nickname": {
  10854. "type": "string",
  10855. "example": "用户昵称"
  10856. },
  10857. "phone": {
  10858. "type": "string",
  10859. "example": "手机号"
  10860. },
  10861. "register_at": {
  10862. "description": "注册时间",
  10863. "type": "string"
  10864. },
  10865. "total_income": {
  10866. "description": "累计收益",
  10867. "type": "string"
  10868. }
  10869. }
  10870. },
  10871. "md.FindSubUserRelationshipMapResp": {
  10872. "type": "object",
  10873. "properties": {
  10874. "basic_setting": {
  10875. "description": "公排设置",
  10876. "allOf": [
  10877. {
  10878. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  10879. }
  10880. ]
  10881. },
  10882. "search_uid": {
  10883. "description": "查找的用户 ID",
  10884. "type": "string"
  10885. },
  10886. "sub_user": {
  10887. "description": "上级用户信息",
  10888. "allOf": [
  10889. {
  10890. "$ref": "#/definitions/md.SubUser"
  10891. }
  10892. ]
  10893. }
  10894. }
  10895. },
  10896. "md.FirstWithdrawSet": {
  10897. "type": "object",
  10898. "properties": {
  10899. "first_withdraw_amount_limit": {
  10900. "description": "不需要实名时 最大提现金额",
  10901. "type": "string"
  10902. },
  10903. "is_need_real_name": {
  10904. "description": "是否需要实名(0:不需要,1:需要)",
  10905. "type": "integer"
  10906. }
  10907. }
  10908. },
  10909. "md.FreePublishUserNode": {
  10910. "type": "object",
  10911. "properties": {
  10912. "nickname": {
  10913. "type": "string",
  10914. "example": "昵称"
  10915. },
  10916. "phone": {
  10917. "type": "string",
  10918. "example": "手机号"
  10919. },
  10920. "uid": {
  10921. "type": "integer"
  10922. }
  10923. }
  10924. },
  10925. "md.FundDataNode": {
  10926. "type": "object",
  10927. "properties": {
  10928. "balance_amount": {
  10929. "description": "余额",
  10930. "type": "string"
  10931. },
  10932. "balance_times": {
  10933. "description": "剩余执行次数",
  10934. "type": "integer"
  10935. },
  10936. "create_at": {
  10937. "description": "创建时间",
  10938. "type": "string"
  10939. },
  10940. "hours": {
  10941. "description": "时长",
  10942. "type": "integer"
  10943. },
  10944. "kind": {
  10945. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  10946. "type": "integer"
  10947. },
  10948. "memo": {
  10949. "description": "备注",
  10950. "type": "string"
  10951. },
  10952. "system_id": {
  10953. "type": "integer"
  10954. },
  10955. "total_amount": {
  10956. "description": "金额",
  10957. "type": "string"
  10958. }
  10959. }
  10960. },
  10961. "md.FundDataRecordNode": {
  10962. "type": "object",
  10963. "properties": {
  10964. "after_planet_total_value": {
  10965. "description": "执行后-星球价值",
  10966. "type": "string"
  10967. },
  10968. "after_price": {
  10969. "description": "执行后-价格",
  10970. "type": "string"
  10971. },
  10972. "balance_amount": {
  10973. "description": "余额",
  10974. "type": "string"
  10975. },
  10976. "balance_times": {
  10977. "description": "剩余执行次数",
  10978. "type": "integer"
  10979. },
  10980. "before_planet_total_value": {
  10981. "description": "执行前-星球价值",
  10982. "type": "string"
  10983. },
  10984. "before_price": {
  10985. "description": "执行前-价格",
  10986. "type": "string"
  10987. },
  10988. "create_at": {
  10989. "type": "string"
  10990. },
  10991. "total_amount": {
  10992. "description": "金额",
  10993. "type": "string"
  10994. }
  10995. }
  10996. },
  10997. "md.GetActivePointsUserCoinFlowListReq": {
  10998. "type": "object",
  10999. "properties": {
  11000. "coin_id": {
  11001. "description": "货币类型 ID",
  11002. "type": "integer"
  11003. },
  11004. "direction": {
  11005. "description": "流水方向:1收入 2支出",
  11006. "type": "integer"
  11007. },
  11008. "end_at": {
  11009. "description": "结束时间",
  11010. "type": "string"
  11011. },
  11012. "page": {
  11013. "description": "页数",
  11014. "type": "integer"
  11015. },
  11016. "page_size": {
  11017. "description": "每页大小",
  11018. "type": "integer"
  11019. },
  11020. "start_at": {
  11021. "description": "开始时间",
  11022. "type": "string"
  11023. },
  11024. "uid": {
  11025. "description": "用户 ID",
  11026. "type": "integer"
  11027. }
  11028. }
  11029. },
  11030. "md.GetActivePointsUserCoinFlowListResp": {
  11031. "type": "object",
  11032. "properties": {
  11033. "list": {
  11034. "description": "流水信息",
  11035. "type": "array",
  11036. "items": {
  11037. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  11038. }
  11039. },
  11040. "paginate": {
  11041. "description": "分页信息",
  11042. "allOf": [
  11043. {
  11044. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11045. }
  11046. ]
  11047. },
  11048. "select_data": {
  11049. "description": "流水类型",
  11050. "allOf": [
  11051. {
  11052. "$ref": "#/definitions/md.SelectData"
  11053. }
  11054. ]
  11055. }
  11056. }
  11057. },
  11058. "md.GetActivePointsUserCoinListReq": {
  11059. "type": "object",
  11060. "properties": {
  11061. "end_coin": {
  11062. "type": "string",
  11063. "example": "最大金额"
  11064. },
  11065. "kind": {
  11066. "description": "虚拟币种类编号",
  11067. "type": "integer"
  11068. },
  11069. "page": {
  11070. "description": "页数",
  11071. "type": "integer"
  11072. },
  11073. "page_size": {
  11074. "description": "单页大小",
  11075. "type": "integer"
  11076. },
  11077. "start_coin": {
  11078. "type": "string",
  11079. "example": "最小金额"
  11080. },
  11081. "uid": {
  11082. "description": "指定查询用户 ID",
  11083. "type": "integer"
  11084. },
  11085. "user_name": {
  11086. "type": "string",
  11087. "example": "用户名称"
  11088. },
  11089. "user_phone": {
  11090. "type": "string",
  11091. "example": "手机号"
  11092. }
  11093. }
  11094. },
  11095. "md.GetActivePointsUserCoinListResp": {
  11096. "type": "object",
  11097. "properties": {
  11098. "kind_list": {
  11099. "description": "货币类型集合",
  11100. "type": "array",
  11101. "items": {
  11102. "$ref": "#/definitions/md.VirtualCoinListNode"
  11103. }
  11104. },
  11105. "list": {
  11106. "description": "余额集合",
  11107. "type": "array",
  11108. "items": {
  11109. "$ref": "#/definitions/md.ActivePointsWalletNode"
  11110. }
  11111. },
  11112. "sum_user_amount": {
  11113. "description": "用户持有总数",
  11114. "type": "number"
  11115. },
  11116. "total": {
  11117. "description": "持有该类型用户数",
  11118. "type": "integer"
  11119. }
  11120. }
  11121. },
  11122. "md.GetBlackListNode": {
  11123. "type": "object",
  11124. "properties": {
  11125. "admin_id": {
  11126. "description": "管理员 id",
  11127. "type": "integer"
  11128. },
  11129. "admin_nickname": {
  11130. "description": "管理员名称",
  11131. "type": "string"
  11132. },
  11133. "black_list_id": {
  11134. "description": "黑名单 id",
  11135. "type": "integer"
  11136. },
  11137. "created_at": {
  11138. "description": "添加时间",
  11139. "type": "string"
  11140. },
  11141. "memo": {
  11142. "description": "备注",
  11143. "type": "string"
  11144. },
  11145. "uid": {
  11146. "description": "用户 id",
  11147. "type": "integer"
  11148. },
  11149. "user_nickname": {
  11150. "description": "用户名称",
  11151. "type": "string"
  11152. }
  11153. }
  11154. },
  11155. "md.GetBlackListResp": {
  11156. "type": "object",
  11157. "properties": {
  11158. "list": {
  11159. "description": "具体信息",
  11160. "type": "array",
  11161. "items": {
  11162. "$ref": "#/definitions/md.GetBlackListNode"
  11163. }
  11164. },
  11165. "paginate": {
  11166. "description": "分页信息",
  11167. "allOf": [
  11168. {
  11169. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  11170. }
  11171. ]
  11172. }
  11173. }
  11174. },
  11175. "md.GetContributionValueBasicSettingResp": {
  11176. "type": "object",
  11177. "properties": {
  11178. "hand_out_red_package": {
  11179. "description": "发红包获得x点",
  11180. "type": "integer"
  11181. },
  11182. "id": {
  11183. "type": "integer"
  11184. },
  11185. "posting_comment_liked": {
  11186. "description": "发布评论被官方点赞获得x点",
  11187. "type": "integer"
  11188. },
  11189. "posting_dynamic_liked": {
  11190. "description": "发布动态被官方点赞获得x点",
  11191. "type": "integer"
  11192. },
  11193. "publish_creation": {
  11194. "description": "发布创作获得x点",
  11195. "type": "integer"
  11196. }
  11197. }
  11198. },
  11199. "md.GetDynamicReq": {
  11200. "type": "object",
  11201. "properties": {
  11202. "begin_at": {
  11203. "description": "开始时间",
  11204. "type": "string"
  11205. },
  11206. "end_at": {
  11207. "description": "结束时间",
  11208. "type": "string"
  11209. },
  11210. "limit": {
  11211. "description": "页面大小",
  11212. "type": "integer"
  11213. },
  11214. "nickname": {
  11215. "description": "创建人名称",
  11216. "type": "string"
  11217. },
  11218. "page": {
  11219. "description": "页数",
  11220. "type": "integer"
  11221. },
  11222. "uid": {
  11223. "description": "创建人id",
  11224. "type": "string"
  11225. }
  11226. }
  11227. },
  11228. "md.GetDynamicResp": {
  11229. "type": "object",
  11230. "properties": {
  11231. "list": {
  11232. "type": "array",
  11233. "items": {
  11234. "$ref": "#/definitions/md.DynamicRespNode"
  11235. }
  11236. },
  11237. "paginate": {
  11238. "description": "分页信息",
  11239. "allOf": [
  11240. {
  11241. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  11242. }
  11243. ]
  11244. }
  11245. }
  11246. },
  11247. "md.GetEggCoreDataListResp": {
  11248. "type": "object",
  11249. "properties": {
  11250. "now_energy_total_nums": {
  11251. "description": "现行总量",
  11252. "type": "string",
  11253. "example": "现行总量"
  11254. },
  11255. "now_price": {
  11256. "description": "当前价格",
  11257. "type": "string",
  11258. "example": "当前价格"
  11259. },
  11260. "planet_total_value": {
  11261. "description": "星球价值",
  11262. "type": "string",
  11263. "example": "星球价值"
  11264. },
  11265. "user_hold_total_nums": {
  11266. "description": "用户持有总量",
  11267. "type": "string"
  11268. }
  11269. }
  11270. },
  11271. "md.GetEggEnergyBasicResp": {
  11272. "type": "object",
  11273. "properties": {
  11274. "basic_setting": {
  11275. "description": "基础设置",
  11276. "allOf": [
  11277. {
  11278. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  11279. }
  11280. ]
  11281. },
  11282. "data_setting": {
  11283. "description": "数据设置",
  11284. "allOf": [
  11285. {
  11286. "$ref": "#/definitions/md.DataSetting"
  11287. }
  11288. ]
  11289. },
  11290. "destruction_setting": {
  11291. "description": "销毁设置",
  11292. "allOf": [
  11293. {
  11294. "$ref": "#/definitions/md.DestructionSettingStruct"
  11295. }
  11296. ]
  11297. },
  11298. "exchange_rules": {
  11299. "description": "兑换规则",
  11300. "allOf": [
  11301. {
  11302. "$ref": "#/definitions/md.ExchangeRulesStruct"
  11303. }
  11304. ]
  11305. },
  11306. "new_user_incentive_rules": {
  11307. "description": "新用户奖励规则",
  11308. "allOf": [
  11309. {
  11310. "$ref": "#/definitions/md.NewUserRewardRules"
  11311. }
  11312. ]
  11313. },
  11314. "price_setting": {
  11315. "description": "价格设置",
  11316. "allOf": [
  11317. {
  11318. "$ref": "#/definitions/md.PriceSettingStruct"
  11319. }
  11320. ]
  11321. },
  11322. "reward_system": {
  11323. "description": "圈层奖励",
  11324. "type": "array",
  11325. "items": {
  11326. "$ref": "#/definitions/md.RewardSystemStruct"
  11327. }
  11328. },
  11329. "system_id": {
  11330. "description": "该设置系统 ID",
  11331. "type": "integer"
  11332. },
  11333. "video_reward_setting": {
  11334. "description": "视频奖励",
  11335. "allOf": [
  11336. {
  11337. "$ref": "#/definitions/md.VideoRewardSetting"
  11338. }
  11339. ]
  11340. }
  11341. }
  11342. },
  11343. "md.GetEggEnergyVipSettingResp": {
  11344. "type": "object",
  11345. "properties": {
  11346. "level_list": {
  11347. "description": "会员等级列表",
  11348. "type": "array",
  11349. "items": {
  11350. "type": "object",
  11351. "additionalProperties": true
  11352. }
  11353. },
  11354. "list": {
  11355. "description": "会员权益设置",
  11356. "type": "array",
  11357. "items": {
  11358. "$ref": "#/definitions/md.VipEquitySettingNode"
  11359. }
  11360. }
  11361. }
  11362. },
  11363. "md.GetFreePublishUserReq": {
  11364. "type": "object",
  11365. "properties": {
  11366. "limit": {
  11367. "description": "每页大小",
  11368. "type": "integer"
  11369. },
  11370. "page": {
  11371. "description": "当前页数",
  11372. "type": "integer"
  11373. },
  11374. "uid": {
  11375. "description": "筛选的用户 ID",
  11376. "type": "integer"
  11377. }
  11378. }
  11379. },
  11380. "md.GetFreePublishUserResp": {
  11381. "type": "object",
  11382. "properties": {
  11383. "list": {
  11384. "description": "免罚用户列表",
  11385. "type": "array",
  11386. "items": {
  11387. "$ref": "#/definitions/md.FreePublishUserNode"
  11388. }
  11389. },
  11390. "paginate": {
  11391. "description": "分页信息",
  11392. "allOf": [
  11393. {
  11394. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11395. }
  11396. ]
  11397. }
  11398. }
  11399. },
  11400. "md.GetFriendCircleBasicSettingsResp": {
  11401. "type": "object",
  11402. "properties": {
  11403. "comment_is_real_name": {
  11404. "description": "评论是否需要实名认证(1:是 2:否)",
  11405. "type": "integer"
  11406. },
  11407. "comment_nums_every_day": {
  11408. "description": "评论每天次数",
  11409. "type": "integer"
  11410. },
  11411. "id": {
  11412. "type": "integer"
  11413. },
  11414. "publish_is_real_name": {
  11415. "description": "发布是否需要实名认证(1:是 2:否)",
  11416. "type": "integer"
  11417. },
  11418. "publish_nums_every_day": {
  11419. "description": "发布每天次数",
  11420. "type": "integer"
  11421. }
  11422. }
  11423. },
  11424. "md.GetFundDataListReq": {
  11425. "type": "object",
  11426. "properties": {
  11427. "end_at": {
  11428. "type": "string",
  11429. "example": "结束时间"
  11430. },
  11431. "kind": {
  11432. "description": "数据类型",
  11433. "type": "integer"
  11434. },
  11435. "limit": {
  11436. "description": "每页大小",
  11437. "type": "integer"
  11438. },
  11439. "page": {
  11440. "description": "页数",
  11441. "type": "integer"
  11442. },
  11443. "start_at": {
  11444. "type": "string",
  11445. "example": "开始时间"
  11446. }
  11447. }
  11448. },
  11449. "md.GetFundDataListResp": {
  11450. "type": "object",
  11451. "properties": {
  11452. "kind_list": {
  11453. "description": "类型列表",
  11454. "type": "array",
  11455. "items": {
  11456. "type": "object",
  11457. "additionalProperties": true
  11458. }
  11459. },
  11460. "list": {
  11461. "description": "数据列表",
  11462. "type": "array",
  11463. "items": {
  11464. "$ref": "#/definitions/md.FundDataNode"
  11465. }
  11466. },
  11467. "paginate": {
  11468. "description": "分页数据",
  11469. "allOf": [
  11470. {
  11471. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11472. }
  11473. ]
  11474. }
  11475. }
  11476. },
  11477. "md.GetFundDataRecordListReq": {
  11478. "type": "object",
  11479. "properties": {
  11480. "limit": {
  11481. "description": "页面大小",
  11482. "type": "integer"
  11483. },
  11484. "page": {
  11485. "description": "页数",
  11486. "type": "integer"
  11487. },
  11488. "system_id": {
  11489. "description": "数据在系统中的 ID",
  11490. "type": "integer"
  11491. }
  11492. }
  11493. },
  11494. "md.GetFundDataRecordListResp": {
  11495. "type": "object",
  11496. "properties": {
  11497. "list": {
  11498. "type": "array",
  11499. "items": {
  11500. "$ref": "#/definitions/md.FundDataRecordNode"
  11501. }
  11502. },
  11503. "paginate": {
  11504. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11505. }
  11506. }
  11507. },
  11508. "md.GetGreenEnergyUserCoinFlowListReq": {
  11509. "type": "object",
  11510. "properties": {
  11511. "coin_id": {
  11512. "description": "货币类型 ID",
  11513. "type": "integer"
  11514. },
  11515. "direction": {
  11516. "description": "流水方向:1收入 2支出",
  11517. "type": "integer"
  11518. },
  11519. "end_at": {
  11520. "description": "结束时间",
  11521. "type": "string"
  11522. },
  11523. "page": {
  11524. "description": "页数",
  11525. "type": "integer"
  11526. },
  11527. "page_size": {
  11528. "description": "每页大小",
  11529. "type": "integer"
  11530. },
  11531. "start_at": {
  11532. "description": "开始时间",
  11533. "type": "string"
  11534. },
  11535. "uid": {
  11536. "description": "用户 ID",
  11537. "type": "integer"
  11538. }
  11539. }
  11540. },
  11541. "md.GetGreenEnergyUserCoinFlowListResp": {
  11542. "type": "object",
  11543. "properties": {
  11544. "list": {
  11545. "description": "流水信息",
  11546. "type": "array",
  11547. "items": {
  11548. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  11549. }
  11550. },
  11551. "paginate": {
  11552. "description": "分页信息",
  11553. "allOf": [
  11554. {
  11555. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11556. }
  11557. ]
  11558. },
  11559. "select_data": {
  11560. "description": "流水类型",
  11561. "allOf": [
  11562. {
  11563. "$ref": "#/definitions/md.SelectData"
  11564. }
  11565. ]
  11566. }
  11567. }
  11568. },
  11569. "md.GetGreenEnergyUserCoinListReq": {
  11570. "type": "object",
  11571. "properties": {
  11572. "end_coin": {
  11573. "type": "string",
  11574. "example": "最大金额"
  11575. },
  11576. "kind": {
  11577. "description": "虚拟币种类编号",
  11578. "type": "integer"
  11579. },
  11580. "page": {
  11581. "description": "页数",
  11582. "type": "integer"
  11583. },
  11584. "page_size": {
  11585. "description": "单页大小",
  11586. "type": "integer"
  11587. },
  11588. "start_coin": {
  11589. "type": "string",
  11590. "example": "最小金额"
  11591. },
  11592. "uid": {
  11593. "description": "指定查询用户 ID",
  11594. "type": "integer"
  11595. },
  11596. "user_name": {
  11597. "type": "string",
  11598. "example": "用户名称"
  11599. },
  11600. "user_phone": {
  11601. "type": "string",
  11602. "example": "手机号"
  11603. }
  11604. }
  11605. },
  11606. "md.GetGreenEnergyUserCoinListResp": {
  11607. "type": "object",
  11608. "properties": {
  11609. "kind_list": {
  11610. "description": "货币类型集合",
  11611. "type": "array",
  11612. "items": {
  11613. "$ref": "#/definitions/md.VirtualCoinListNode"
  11614. }
  11615. },
  11616. "list": {
  11617. "description": "余额集合",
  11618. "type": "array",
  11619. "items": {
  11620. "$ref": "#/definitions/md.ActivePointsWalletNode"
  11621. }
  11622. },
  11623. "sum_user_amount": {
  11624. "description": "用户持有总数",
  11625. "type": "number"
  11626. },
  11627. "total": {
  11628. "description": "持有该类型用户数",
  11629. "type": "integer"
  11630. }
  11631. }
  11632. },
  11633. "md.GetLevelListResp": {
  11634. "type": "object",
  11635. "properties": {
  11636. "list": {
  11637. "type": "array",
  11638. "items": {
  11639. "$ref": "#/definitions/md.LevelListNode"
  11640. }
  11641. },
  11642. "paginate": {
  11643. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11644. }
  11645. }
  11646. },
  11647. "md.GetModuleSettingResp": {
  11648. "type": "object",
  11649. "properties": {
  11650. "data": {
  11651. "description": "内容"
  11652. },
  11653. "mod_name": {
  11654. "description": "模块名称",
  11655. "type": "string"
  11656. },
  11657. "position": {
  11658. "description": "位置",
  11659. "type": "string"
  11660. },
  11661. "skip_identifier": {
  11662. "description": "跳转标识",
  11663. "type": "string"
  11664. },
  11665. "subtitle": {
  11666. "description": "副标题",
  11667. "type": "string"
  11668. },
  11669. "title": {
  11670. "description": "标题",
  11671. "type": "string"
  11672. }
  11673. }
  11674. },
  11675. "md.GetOneLevelResp": {
  11676. "type": "object",
  11677. "properties": {
  11678. "auto_update": {
  11679. "description": "自动升级 0关闭,1开启",
  11680. "type": "integer"
  11681. },
  11682. "choosable_num": {
  11683. "description": "可选任务数量",
  11684. "type": "integer"
  11685. },
  11686. "is_use": {
  11687. "description": "是否开启(0.否, 1.是)",
  11688. "type": "integer"
  11689. },
  11690. "level_id": {
  11691. "description": "等级 ID",
  11692. "type": "integer"
  11693. },
  11694. "level_name": {
  11695. "description": "等级名称",
  11696. "type": "string"
  11697. },
  11698. "level_weight": {
  11699. "description": "等级权重",
  11700. "type": "integer"
  11701. },
  11702. "memo": {
  11703. "description": "备注",
  11704. "type": "string"
  11705. },
  11706. "task_type": {
  11707. "description": "任务类型关系",
  11708. "type": "array",
  11709. "items": {
  11710. "type": "object",
  11711. "additionalProperties": true
  11712. }
  11713. },
  11714. "user_level_tasks": {
  11715. "type": "array",
  11716. "items": {
  11717. "$ref": "#/definitions/model.UserLevelTask"
  11718. }
  11719. }
  11720. }
  11721. },
  11722. "md.GetPriceCurveResp": {
  11723. "type": "object",
  11724. "properties": {
  11725. "x_data": {
  11726. "type": "array",
  11727. "items": {}
  11728. },
  11729. "y_data": {
  11730. "type": "array",
  11731. "items": {}
  11732. }
  11733. }
  11734. },
  11735. "md.GetPublicPlatoonBasicResp": {
  11736. "type": "object",
  11737. "properties": {
  11738. "is_open": {
  11739. "description": "是否开启(1:开启 0:关闭)",
  11740. "type": "integer"
  11741. },
  11742. "is_self_active_get_team_revenue": {
  11743. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  11744. "type": "integer"
  11745. },
  11746. "originator_name": {
  11747. "description": "创始人名称",
  11748. "type": "string"
  11749. },
  11750. "originator_uid": {
  11751. "description": "创始人uid",
  11752. "type": "integer"
  11753. },
  11754. "several_rows": {
  11755. "description": "几排",
  11756. "type": "integer"
  11757. },
  11758. "several_times": {
  11759. "description": "几乘",
  11760. "type": "integer"
  11761. },
  11762. "system_punish_replace": {
  11763. "description": "是否位置滑落 被新用户替换 0否 1是",
  11764. "type": "integer"
  11765. },
  11766. "system_punish_replace_value": {
  11767. "description": "xx天未活跃,处罚滑落",
  11768. "type": "integer"
  11769. }
  11770. }
  11771. },
  11772. "md.GetTagListResp": {
  11773. "type": "object",
  11774. "properties": {
  11775. "list": {
  11776. "type": "array",
  11777. "items": {
  11778. "$ref": "#/definitions/md.TagListNode"
  11779. }
  11780. },
  11781. "paginate": {
  11782. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11783. }
  11784. }
  11785. },
  11786. "md.GetVideoRewardResp": {
  11787. "type": "object",
  11788. "properties": {
  11789. "ecmp": {
  11790. "description": "当前 Ecpm 值",
  11791. "type": "string"
  11792. },
  11793. "unit_price": {
  11794. "description": "单价",
  11795. "type": "string"
  11796. }
  11797. }
  11798. },
  11799. "md.GetWithdrawApplyListNode": {
  11800. "type": "object",
  11801. "properties": {
  11802. "actual_receipt": {
  11803. "description": "实际到账",
  11804. "type": "string"
  11805. },
  11806. "ali_pay_account": {
  11807. "description": "支付宝账号",
  11808. "type": "string"
  11809. },
  11810. "ali_pay_name": {
  11811. "description": "支付宝昵称",
  11812. "type": "string"
  11813. },
  11814. "amount": {
  11815. "description": "提现金额",
  11816. "type": "string"
  11817. },
  11818. "apply_at": {
  11819. "description": "申请时间",
  11820. "type": "string"
  11821. },
  11822. "invite_code": {
  11823. "description": "邀请码",
  11824. "type": "string"
  11825. },
  11826. "memo": {
  11827. "description": "备注",
  11828. "type": "string"
  11829. },
  11830. "nickname": {
  11831. "description": "用户名称",
  11832. "type": "string"
  11833. },
  11834. "parentID": {
  11835. "description": "推荐人ID",
  11836. "type": "integer"
  11837. },
  11838. "parentPhone": {
  11839. "description": "推荐人手机号",
  11840. "type": "string"
  11841. },
  11842. "pay_at": {
  11843. "description": "到账时间",
  11844. "type": "string"
  11845. },
  11846. "state": {
  11847. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  11848. "type": "integer"
  11849. },
  11850. "sys_fee": {
  11851. "description": "手续费",
  11852. "type": "string"
  11853. },
  11854. "tag": {
  11855. "description": "标签",
  11856. "type": "array",
  11857. "items": {
  11858. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  11859. }
  11860. },
  11861. "user_id": {
  11862. "description": "会员 ID",
  11863. "type": "integer"
  11864. },
  11865. "wechat_pay_account": {
  11866. "description": "微信账号",
  11867. "type": "string"
  11868. },
  11869. "wechat_pay_name": {
  11870. "description": "微信昵称",
  11871. "type": "string"
  11872. },
  11873. "withdraw_apply_id": {
  11874. "description": "提现申请id",
  11875. "type": "integer"
  11876. },
  11877. "withdraw_type": {
  11878. "description": "转账平台(1:支付宝 2:微信)",
  11879. "type": "integer"
  11880. }
  11881. }
  11882. },
  11883. "md.GetWithdrawApplyListReq": {
  11884. "type": "object",
  11885. "properties": {
  11886. "amount_begin": {
  11887. "description": "最小金额",
  11888. "type": "string"
  11889. },
  11890. "amount_end": {
  11891. "description": "最大金额",
  11892. "type": "string"
  11893. },
  11894. "apply_end_at": {
  11895. "description": "申请结束时间",
  11896. "type": "string"
  11897. },
  11898. "apply_start_at": {
  11899. "description": "申请开始时间",
  11900. "type": "string"
  11901. },
  11902. "examine_end_at": {
  11903. "description": "审核结束时间",
  11904. "type": "string"
  11905. },
  11906. "examine_start_at": {
  11907. "description": "审核开始时间",
  11908. "type": "string"
  11909. },
  11910. "is_first": {
  11911. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  11912. "type": "string"
  11913. },
  11914. "level": {
  11915. "description": "会员等级",
  11916. "type": "string"
  11917. },
  11918. "limit": {
  11919. "description": "页面大小",
  11920. "type": "integer"
  11921. },
  11922. "nickname": {
  11923. "description": "用户昵称",
  11924. "type": "string"
  11925. },
  11926. "page": {
  11927. "description": "页数",
  11928. "type": "integer"
  11929. },
  11930. "parent_id": {
  11931. "description": "推荐人 ID",
  11932. "type": "string"
  11933. },
  11934. "payment_type": {
  11935. "description": "打款类型 1:手动;2:自动",
  11936. "type": "string"
  11937. },
  11938. "phone": {
  11939. "description": "用户手机号",
  11940. "type": "string"
  11941. },
  11942. "state": {
  11943. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  11944. "type": "string"
  11945. },
  11946. "uid": {
  11947. "description": "用户 ID",
  11948. "type": "string"
  11949. },
  11950. "withdraw_account": {
  11951. "description": "支付宝/微信昵称",
  11952. "type": "string"
  11953. },
  11954. "withdraw_name": {
  11955. "description": "支付宝姓名",
  11956. "type": "string"
  11957. },
  11958. "withdraw_type": {
  11959. "description": "提现方式(1:支付宝 2:微信)",
  11960. "type": "string"
  11961. }
  11962. }
  11963. },
  11964. "md.GetWithdrawApplyListResp": {
  11965. "type": "object",
  11966. "properties": {
  11967. "levels_list": {
  11968. "description": "等级列表",
  11969. "type": "array",
  11970. "items": {
  11971. "type": "object",
  11972. "additionalProperties": true
  11973. }
  11974. },
  11975. "list": {
  11976. "type": "array",
  11977. "items": {
  11978. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  11979. }
  11980. },
  11981. "paginate": {
  11982. "description": "分页信息",
  11983. "allOf": [
  11984. {
  11985. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  11986. }
  11987. ]
  11988. },
  11989. "pay_failed_amount": {
  11990. "description": "打款失败金额",
  11991. "type": "string"
  11992. },
  11993. "pay_succeed_amount": {
  11994. "description": "打款成功金额",
  11995. "type": "string"
  11996. },
  11997. "pending_amount": {
  11998. "description": "处理中金额",
  11999. "type": "string"
  12000. },
  12001. "reason_list": {
  12002. "description": "审核失败(驳回理由)",
  12003. "type": "array",
  12004. "items": {
  12005. "type": "object",
  12006. "additionalProperties": true
  12007. }
  12008. },
  12009. "tags_list": {
  12010. "description": "标签列表",
  12011. "type": "array",
  12012. "items": {
  12013. "type": "object",
  12014. "additionalProperties": true
  12015. }
  12016. },
  12017. "under_review": {
  12018. "description": "审核中金额",
  12019. "type": "string"
  12020. }
  12021. }
  12022. },
  12023. "md.GetWithdrawSettingResp": {
  12024. "type": "object",
  12025. "properties": {
  12026. "condition_is_open": {
  12027. "description": "提现条件是否开启(0:关闭, 1:开启)",
  12028. "type": "integer"
  12029. },
  12030. "first_withdraw_set": {
  12031. "description": "首次提现设置",
  12032. "allOf": [
  12033. {
  12034. "$ref": "#/definitions/md.FirstWithdrawSet"
  12035. }
  12036. ]
  12037. },
  12038. "frequency_set": {
  12039. "description": "频率设置(0:日 1:周 2:月 3:年)",
  12040. "allOf": [
  12041. {
  12042. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  12043. }
  12044. ]
  12045. },
  12046. "id": {
  12047. "type": "integer"
  12048. },
  12049. "is_auto": {
  12050. "description": "是否开启自动提现(0:否 1:是)",
  12051. "type": "integer"
  12052. },
  12053. "is_auto_amount_limit": {
  12054. "description": "自动提现金额限制",
  12055. "type": "string"
  12056. },
  12057. "is_real_name": {
  12058. "description": "是否实名(0:否 1:是)",
  12059. "type": "integer"
  12060. },
  12061. "is_support_decimal_point": {
  12062. "description": "是否支持小数点(0:否 1:是)",
  12063. "type": "integer"
  12064. },
  12065. "level_list": {
  12066. "description": "会员等级列表",
  12067. "type": "array",
  12068. "items": {
  12069. "type": "object",
  12070. "additionalProperties": true
  12071. }
  12072. },
  12073. "pending_orders_is_can_apply": {
  12074. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  12075. "type": "integer"
  12076. },
  12077. "vip_level_limit": {
  12078. "description": "提现等级限制",
  12079. "type": "integer"
  12080. },
  12081. "withdraw_amount_limit": {
  12082. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  12083. "type": "string"
  12084. },
  12085. "withdraw_fee_set": {
  12086. "description": "提现手续费设置",
  12087. "allOf": [
  12088. {
  12089. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  12090. }
  12091. ]
  12092. },
  12093. "withdraw_multiple_limit": {
  12094. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  12095. "type": "string"
  12096. },
  12097. "withdraw_nums_limit": {
  12098. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  12099. "type": "integer"
  12100. },
  12101. "withdraw_time_interval": {
  12102. "description": "提现时段",
  12103. "allOf": [
  12104. {
  12105. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  12106. }
  12107. ]
  12108. },
  12109. "withdraw_type": {
  12110. "description": "提现方式(1:支付宝 2:微信)",
  12111. "type": "integer"
  12112. }
  12113. }
  12114. },
  12115. "md.GroupListReq": {
  12116. "type": "object",
  12117. "properties": {
  12118. "group_admin": {
  12119. "description": "群主",
  12120. "type": "string"
  12121. },
  12122. "name": {
  12123. "description": "群名称",
  12124. "type": "string"
  12125. },
  12126. "page": {
  12127. "type": "integer"
  12128. },
  12129. "page_size": {
  12130. "type": "integer"
  12131. },
  12132. "start_time_end": {
  12133. "type": "string",
  12134. "example": "创建时间-截止"
  12135. },
  12136. "start_time_start": {
  12137. "type": "string",
  12138. "example": "创建时间-起始"
  12139. }
  12140. }
  12141. },
  12142. "md.GroupListResp": {
  12143. "type": "object",
  12144. "properties": {
  12145. "list": {
  12146. "type": "array",
  12147. "items": {
  12148. "type": "object",
  12149. "properties": {
  12150. "avatarUrl": {
  12151. "description": "头像",
  12152. "type": "string"
  12153. },
  12154. "createTime": {
  12155. "description": "创建时间",
  12156. "type": "string"
  12157. },
  12158. "extra": {
  12159. "description": "附加字段",
  12160. "type": "string"
  12161. },
  12162. "id": {
  12163. "description": "群组id",
  12164. "type": "integer"
  12165. },
  12166. "introduction": {
  12167. "description": "群简介",
  12168. "type": "string"
  12169. },
  12170. "isAllAddFriend": {
  12171. "description": "是否允许加好友(1:是 2:否)",
  12172. "type": "integer"
  12173. },
  12174. "isAllMemberBanned": {
  12175. "description": "是否全员禁言(1:是 2:否)",
  12176. "type": "integer"
  12177. },
  12178. "name": {
  12179. "description": "组名",
  12180. "type": "string"
  12181. },
  12182. "nickname": {
  12183. "description": "群主昵称",
  12184. "type": "string"
  12185. },
  12186. "phoneNumber": {
  12187. "description": "群主账号",
  12188. "type": "string"
  12189. },
  12190. "updateTime": {
  12191. "description": "更新时间",
  12192. "type": "string"
  12193. },
  12194. "userNum": {
  12195. "description": "群组人数",
  12196. "type": "integer"
  12197. }
  12198. }
  12199. }
  12200. },
  12201. "page": {
  12202. "type": "integer"
  12203. },
  12204. "page_size": {
  12205. "type": "integer"
  12206. },
  12207. "total": {
  12208. "type": "integer"
  12209. }
  12210. }
  12211. },
  12212. "md.Guide": {
  12213. "type": "object",
  12214. "properties": {
  12215. "bg_image": {
  12216. "type": "string"
  12217. },
  12218. "bg_image_url": {
  12219. "type": "string"
  12220. },
  12221. "content_image": {
  12222. "type": "string"
  12223. },
  12224. "content_image_url": {
  12225. "type": "string"
  12226. }
  12227. }
  12228. },
  12229. "md.JPushGetLevelListResp": {
  12230. "type": "object",
  12231. "properties": {
  12232. "list": {
  12233. "type": "array",
  12234. "items": {
  12235. "$ref": "#/definitions/md.LevelListNode"
  12236. }
  12237. },
  12238. "paginate": {
  12239. "$ref": "#/definitions/applet_app_md.Paginate"
  12240. }
  12241. }
  12242. },
  12243. "md.JPushGetTagListResp": {
  12244. "type": "object",
  12245. "properties": {
  12246. "list": {
  12247. "type": "array",
  12248. "items": {
  12249. "$ref": "#/definitions/md.TagListNode"
  12250. }
  12251. },
  12252. "paginate": {
  12253. "$ref": "#/definitions/applet_app_md.Paginate"
  12254. }
  12255. }
  12256. },
  12257. "md.JPushGetUserListReq": {
  12258. "type": "object",
  12259. "properties": {
  12260. "effective": {
  12261. "description": "有效会员",
  12262. "type": "integer"
  12263. },
  12264. "id": {
  12265. "description": "会员 ID",
  12266. "type": "integer"
  12267. },
  12268. "invite_code": {
  12269. "type": "string",
  12270. "example": "会员邀请码"
  12271. },
  12272. "is_real_name": {
  12273. "description": "是否实名 0.未实名,1.已实名",
  12274. "type": "integer"
  12275. },
  12276. "level": {
  12277. "description": "会员等级",
  12278. "type": "integer"
  12279. },
  12280. "limit": {
  12281. "type": "integer"
  12282. },
  12283. "login_after": {
  12284. "description": "最近登录结束时间",
  12285. "type": "string"
  12286. },
  12287. "login_before": {
  12288. "description": "最近登录开始时间",
  12289. "type": "string"
  12290. },
  12291. "memo": {
  12292. "description": "备注",
  12293. "type": "string"
  12294. },
  12295. "nickname": {
  12296. "type": "string",
  12297. "example": "会员昵称"
  12298. },
  12299. "page": {
  12300. "type": "integer"
  12301. },
  12302. "parent_invite_code": {
  12303. "type": "string",
  12304. "example": "上级邀请码"
  12305. },
  12306. "parent_phone": {
  12307. "type": "string",
  12308. "example": "上级手机号"
  12309. },
  12310. "phone": {
  12311. "type": "string",
  12312. "example": "会员手机号"
  12313. },
  12314. "recommend_id": {
  12315. "description": "推荐人 ID",
  12316. "type": "integer"
  12317. },
  12318. "register_after": {
  12319. "description": "注册时间终点",
  12320. "type": "string"
  12321. },
  12322. "register_before": {
  12323. "description": "注册时间起点",
  12324. "type": "string"
  12325. },
  12326. "register_type": {
  12327. "description": "注册类型(1:APP注册、2:H5注册)",
  12328. "type": "integer"
  12329. },
  12330. "sex": {
  12331. "description": "性别(0:未知 1:男 2:女)",
  12332. "type": "integer"
  12333. },
  12334. "state": {
  12335. "description": "状态",
  12336. "type": "integer"
  12337. },
  12338. "tag": {
  12339. "description": "标签 id",
  12340. "type": "integer"
  12341. },
  12342. "union_id": {
  12343. "type": "string",
  12344. "example": "微信号"
  12345. }
  12346. }
  12347. },
  12348. "md.LevelListNode": {
  12349. "type": "object",
  12350. "properties": {
  12351. "count": {
  12352. "description": "等级人数",
  12353. "type": "string"
  12354. },
  12355. "create_at": {
  12356. "description": "创建时间",
  12357. "type": "string"
  12358. },
  12359. "is_use": {
  12360. "description": "是否开启(0.否, 1.是)",
  12361. "type": "integer"
  12362. },
  12363. "level_id": {
  12364. "description": "等级 ID",
  12365. "type": "integer"
  12366. },
  12367. "level_name": {
  12368. "description": "等级名称",
  12369. "type": "string"
  12370. },
  12371. "level_weight": {
  12372. "description": "等级权重",
  12373. "type": "integer"
  12374. },
  12375. "memo": {
  12376. "description": "备注",
  12377. "type": "string"
  12378. }
  12379. }
  12380. },
  12381. "md.LevelTaskNode": {
  12382. "type": "object",
  12383. "properties": {
  12384. "active_days": {
  12385. "description": "活跃多少天",
  12386. "type": "string"
  12387. },
  12388. "finish_count": {
  12389. "description": "多少天内完成的指标",
  12390. "type": "string"
  12391. },
  12392. "is_must_task": {
  12393. "description": "是否必做(0,1)",
  12394. "type": "string"
  12395. },
  12396. "task_type": {
  12397. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  12398. "type": "string"
  12399. },
  12400. "task_type_level_id": {
  12401. "description": "会员等级 ID (task_type=3时生效)",
  12402. "type": "string"
  12403. },
  12404. "within_days": {
  12405. "description": "多少天内完成",
  12406. "type": "string"
  12407. }
  12408. }
  12409. },
  12410. "md.ListCommunityDividendsReq": {
  12411. "type": "object",
  12412. "properties": {
  12413. "end_at": {
  12414. "description": "结束时间",
  12415. "type": "string"
  12416. },
  12417. "end_nums": {
  12418. "description": "分红总量上限",
  12419. "type": "integer"
  12420. },
  12421. "limit": {
  12422. "description": "每页大小",
  12423. "type": "integer"
  12424. },
  12425. "page": {
  12426. "description": "页数",
  12427. "type": "integer"
  12428. },
  12429. "start_at": {
  12430. "description": "开始时间",
  12431. "type": "string"
  12432. },
  12433. "start_nums": {
  12434. "description": "分红总量下限",
  12435. "type": "integer"
  12436. }
  12437. }
  12438. },
  12439. "md.ListCommunityDividendsResp": {
  12440. "type": "object",
  12441. "properties": {
  12442. "list": {
  12443. "type": "array",
  12444. "items": {
  12445. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  12446. }
  12447. },
  12448. "paginate": {
  12449. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12450. }
  12451. }
  12452. },
  12453. "md.ListCommunityDividendsWithUserReq": {
  12454. "type": "object",
  12455. "properties": {
  12456. "limit": {
  12457. "type": "integer"
  12458. },
  12459. "page": {
  12460. "type": "integer"
  12461. },
  12462. "phone": {
  12463. "type": "string"
  12464. },
  12465. "uid": {
  12466. "type": "integer"
  12467. }
  12468. }
  12469. },
  12470. "md.ListCommunityDividendsWithUserResp": {
  12471. "type": "object",
  12472. "properties": {
  12473. "list": {
  12474. "type": "array",
  12475. "items": {
  12476. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  12477. }
  12478. },
  12479. "paginate": {
  12480. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12481. }
  12482. }
  12483. },
  12484. "md.ListPlatformRevenueReq": {
  12485. "type": "object",
  12486. "properties": {
  12487. "end_at": {
  12488. "type": "string",
  12489. "example": "结束时间"
  12490. },
  12491. "kind": {
  12492. "description": "数据类型",
  12493. "type": "integer"
  12494. },
  12495. "limit": {
  12496. "description": "每页大小",
  12497. "type": "integer"
  12498. },
  12499. "page": {
  12500. "description": "页数",
  12501. "type": "integer"
  12502. },
  12503. "start_at": {
  12504. "type": "string",
  12505. "example": "开始时间"
  12506. }
  12507. }
  12508. },
  12509. "md.ListPlatformRevenueResp": {
  12510. "type": "object",
  12511. "properties": {
  12512. "kind_list": {
  12513. "description": "类型列表",
  12514. "type": "array",
  12515. "items": {
  12516. "type": "object",
  12517. "additionalProperties": true
  12518. }
  12519. },
  12520. "list": {
  12521. "description": "数据列表",
  12522. "type": "array",
  12523. "items": {
  12524. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  12525. }
  12526. },
  12527. "paginate": {
  12528. "description": "分页数据",
  12529. "allOf": [
  12530. {
  12531. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12532. }
  12533. ]
  12534. }
  12535. }
  12536. },
  12537. "md.LoginReq": {
  12538. "type": "object",
  12539. "required": [
  12540. "password",
  12541. "username"
  12542. ],
  12543. "properties": {
  12544. "code": {
  12545. "type": "string",
  12546. "example": "验证码"
  12547. },
  12548. "password": {
  12549. "type": "string",
  12550. "example": "登录密码"
  12551. },
  12552. "username": {
  12553. "type": "string",
  12554. "example": "登录账号"
  12555. }
  12556. }
  12557. },
  12558. "md.LoginResponse": {
  12559. "type": "object",
  12560. "properties": {
  12561. "token": {
  12562. "type": "string"
  12563. }
  12564. }
  12565. },
  12566. "md.ManualScoreReq": {
  12567. "type": "object",
  12568. "properties": {
  12569. "index_id": {
  12570. "description": "文档id",
  12571. "type": "string"
  12572. },
  12573. "score": {
  12574. "type": "string",
  12575. "example": "分数"
  12576. }
  12577. }
  12578. },
  12579. "md.ModuleSettingGetResp": {
  12580. "type": "object",
  12581. "properties": {
  12582. "data": {
  12583. "description": "内容"
  12584. },
  12585. "mod_name": {
  12586. "description": "模块名称",
  12587. "type": "string"
  12588. },
  12589. "mod_name_list": {
  12590. "description": "模块名称对照",
  12591. "type": "array",
  12592. "items": {
  12593. "type": "object",
  12594. "additionalProperties": true
  12595. }
  12596. },
  12597. "position": {
  12598. "description": "位置",
  12599. "type": "string"
  12600. },
  12601. "skip_identifier": {
  12602. "description": "跳转标识",
  12603. "type": "string"
  12604. },
  12605. "subtitle": {
  12606. "description": "副标题",
  12607. "type": "string"
  12608. },
  12609. "title": {
  12610. "description": "标题",
  12611. "type": "string"
  12612. }
  12613. }
  12614. },
  12615. "md.ModuleSettingUpdateReq": {
  12616. "type": "object",
  12617. "properties": {
  12618. "data": {
  12619. "description": "内容",
  12620. "type": "object",
  12621. "additionalProperties": true
  12622. },
  12623. "mod_name_value": {
  12624. "description": "模块类型值",
  12625. "type": "string"
  12626. },
  12627. "position": {
  12628. "description": "位置",
  12629. "type": "string"
  12630. },
  12631. "skip_identifier": {
  12632. "description": "跳转标识",
  12633. "type": "string"
  12634. },
  12635. "subtitle": {
  12636. "description": "副标题",
  12637. "type": "string"
  12638. },
  12639. "title": {
  12640. "description": "标题",
  12641. "type": "string"
  12642. }
  12643. }
  12644. },
  12645. "md.NewUserRedPackageGetBasicResp": {
  12646. "type": "object",
  12647. "properties": {
  12648. "create_at": {
  12649. "type": "string"
  12650. },
  12651. "days": {
  12652. "description": "天数",
  12653. "type": "integer"
  12654. },
  12655. "is_double": {
  12656. "description": "是否翻倍",
  12657. "type": "integer"
  12658. },
  12659. "is_open": {
  12660. "description": "是否开启(1:开启 0:关闭)",
  12661. "type": "integer"
  12662. },
  12663. "total_amount": {
  12664. "type": "string",
  12665. "example": "总金额"
  12666. },
  12667. "update_at": {
  12668. "type": "string"
  12669. }
  12670. }
  12671. },
  12672. "md.NewUserRedPackageRecordFlowListReq": {
  12673. "type": "object",
  12674. "properties": {
  12675. "end_at": {
  12676. "description": "结束时间",
  12677. "type": "string"
  12678. },
  12679. "limit": {
  12680. "description": "每页大小",
  12681. "type": "integer"
  12682. },
  12683. "page": {
  12684. "description": "页数",
  12685. "type": "integer"
  12686. },
  12687. "start_at": {
  12688. "description": "开始时间",
  12689. "type": "string"
  12690. },
  12691. "uid": {
  12692. "description": "用户 ID",
  12693. "type": "integer"
  12694. }
  12695. }
  12696. },
  12697. "md.NewUserRedPackageRecordFlowListResp": {
  12698. "type": "object",
  12699. "properties": {
  12700. "list": {
  12701. "type": "array",
  12702. "items": {
  12703. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  12704. }
  12705. },
  12706. "paginate": {
  12707. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  12708. }
  12709. }
  12710. },
  12711. "md.NewUserRedPackageRecordFlowNode": {
  12712. "type": "object",
  12713. "properties": {
  12714. "balance_amount": {
  12715. "description": "剩余金额",
  12716. "type": "string"
  12717. },
  12718. "balance_days": {
  12719. "description": "剩余天数",
  12720. "type": "integer"
  12721. },
  12722. "basic_amount": {
  12723. "description": "基础金额",
  12724. "type": "string"
  12725. },
  12726. "create_at": {
  12727. "description": "创建时间",
  12728. "type": "string"
  12729. },
  12730. "day_num": {
  12731. "description": "第x天",
  12732. "type": "integer"
  12733. },
  12734. "double_rate": {
  12735. "description": "倍率",
  12736. "type": "string"
  12737. },
  12738. "id": {
  12739. "description": "流水 ID",
  12740. "type": "integer"
  12741. },
  12742. "is_double": {
  12743. "description": "是否翻倍",
  12744. "type": "integer"
  12745. },
  12746. "receive_days": {
  12747. "description": "领取天数",
  12748. "type": "integer"
  12749. },
  12750. "total_amount": {
  12751. "description": "实际金额",
  12752. "type": "string"
  12753. },
  12754. "uid": {
  12755. "description": "用户 ID",
  12756. "type": "integer"
  12757. }
  12758. }
  12759. },
  12760. "md.NewUserRedPackageRecordListReq": {
  12761. "type": "object",
  12762. "properties": {
  12763. "end_at": {
  12764. "description": "结束时间",
  12765. "type": "string"
  12766. },
  12767. "limit": {
  12768. "description": "每页大小",
  12769. "type": "integer"
  12770. },
  12771. "page": {
  12772. "description": "页数",
  12773. "type": "integer"
  12774. },
  12775. "start_at": {
  12776. "description": "开始时间",
  12777. "type": "string"
  12778. },
  12779. "uid": {
  12780. "description": "用户 ID",
  12781. "type": "integer"
  12782. }
  12783. }
  12784. },
  12785. "md.NewUserRedPackageRecordListResp": {
  12786. "type": "object",
  12787. "properties": {
  12788. "list": {
  12789. "type": "array",
  12790. "items": {
  12791. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  12792. }
  12793. },
  12794. "paginate": {
  12795. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  12796. }
  12797. }
  12798. },
  12799. "md.NewUserRedPackageRecordNode": {
  12800. "type": "object",
  12801. "properties": {
  12802. "balance_amount": {
  12803. "description": "剩余金额",
  12804. "type": "string"
  12805. },
  12806. "balance_days": {
  12807. "description": "剩余天数",
  12808. "type": "integer"
  12809. },
  12810. "create_at": {
  12811. "description": "创建时间",
  12812. "type": "string"
  12813. },
  12814. "days": {
  12815. "description": "天数",
  12816. "type": "integer"
  12817. },
  12818. "receive_days": {
  12819. "description": "领取天数",
  12820. "type": "integer"
  12821. },
  12822. "state": {
  12823. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  12824. "type": "integer"
  12825. },
  12826. "system_id": {
  12827. "description": "系统中记录的 ID",
  12828. "type": "integer"
  12829. },
  12830. "total_amount": {
  12831. "description": "金额",
  12832. "type": "string"
  12833. },
  12834. "uid": {
  12835. "description": "用户 ID",
  12836. "type": "integer"
  12837. },
  12838. "update_at": {
  12839. "description": "修改时间",
  12840. "type": "string"
  12841. }
  12842. }
  12843. },
  12844. "md.NewUserRedPackageUpdateBasicReq": {
  12845. "type": "object",
  12846. "properties": {
  12847. "days": {
  12848. "description": "天数",
  12849. "type": "integer"
  12850. },
  12851. "is_double": {
  12852. "description": "是否翻倍",
  12853. "type": "integer"
  12854. },
  12855. "is_open": {
  12856. "description": "是否开启(1:开启 0:关闭)",
  12857. "type": "integer"
  12858. },
  12859. "total_amount": {
  12860. "type": "string",
  12861. "example": "总金额"
  12862. }
  12863. }
  12864. },
  12865. "md.NewUserRewardRules": {
  12866. "type": "object",
  12867. "properties": {
  12868. "continue_days": {
  12869. "description": "连续x天",
  12870. "type": "integer"
  12871. },
  12872. "invite_user_reward_value": {
  12873. "description": "拉新用户奖励x个活跃积分",
  12874. "type": "integer"
  12875. },
  12876. "reward_coefficient": {
  12877. "description": "奖励系数",
  12878. "type": "number"
  12879. }
  12880. }
  12881. },
  12882. "md.NoticeAliyunSmsList": {
  12883. "type": "object",
  12884. "properties": {
  12885. "content": {
  12886. "type": "string",
  12887. "example": "这是 填短信模板id"
  12888. },
  12889. "day": {
  12890. "type": "string",
  12891. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  12892. },
  12893. "id": {
  12894. "type": "string"
  12895. },
  12896. "is_show": {
  12897. "type": "string"
  12898. },
  12899. "notice_day": {
  12900. "type": "string",
  12901. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  12902. },
  12903. "title": {
  12904. "type": "string"
  12905. },
  12906. "type": {
  12907. "type": "string"
  12908. }
  12909. }
  12910. },
  12911. "md.NoticeAliyunSmsListReq": {
  12912. "type": "object",
  12913. "properties": {
  12914. "limit": {
  12915. "description": "每页大小",
  12916. "type": "string"
  12917. },
  12918. "page": {
  12919. "description": "页数",
  12920. "type": "string"
  12921. }
  12922. }
  12923. },
  12924. "md.NoticeAliyunSmsListResp": {
  12925. "type": "object",
  12926. "properties": {
  12927. "list": {
  12928. "type": "array",
  12929. "items": {
  12930. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  12931. }
  12932. },
  12933. "select_data": {
  12934. "type": "array",
  12935. "items": {
  12936. "type": "object",
  12937. "additionalProperties": {
  12938. "type": "string"
  12939. }
  12940. }
  12941. },
  12942. "total": {
  12943. "type": "integer"
  12944. }
  12945. }
  12946. },
  12947. "md.NoticeAliyunSmsSaveReq": {
  12948. "type": "object",
  12949. "properties": {
  12950. "content": {
  12951. "type": "string"
  12952. },
  12953. "day": {
  12954. "type": "string",
  12955. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  12956. },
  12957. "id": {
  12958. "type": "string"
  12959. },
  12960. "is_show": {
  12961. "type": "string"
  12962. },
  12963. "notice_day": {
  12964. "type": "string",
  12965. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  12966. },
  12967. "title": {
  12968. "type": "string"
  12969. },
  12970. "type": {
  12971. "type": "string"
  12972. }
  12973. }
  12974. },
  12975. "md.NoticeDelReq": {
  12976. "type": "object",
  12977. "properties": {
  12978. "id": {
  12979. "type": "array",
  12980. "items": {
  12981. "type": "string"
  12982. }
  12983. }
  12984. }
  12985. },
  12986. "md.NoticeList": {
  12987. "type": "object",
  12988. "properties": {
  12989. "content": {
  12990. "type": "string"
  12991. },
  12992. "day": {
  12993. "type": "string",
  12994. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  12995. },
  12996. "id": {
  12997. "type": "string"
  12998. },
  12999. "jpush_open": {
  13000. "type": "string",
  13001. "example": "app推送开启 0关 1开"
  13002. },
  13003. "notice_day": {
  13004. "type": "string",
  13005. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13006. },
  13007. "sms_code": {
  13008. "type": "string",
  13009. "example": "短信模板id"
  13010. },
  13011. "sms_open": {
  13012. "type": "string",
  13013. "example": "短信推送开启 0关 1开"
  13014. },
  13015. "title": {
  13016. "type": "string"
  13017. },
  13018. "type": {
  13019. "type": "string"
  13020. }
  13021. }
  13022. },
  13023. "md.NoticeListReq": {
  13024. "type": "object",
  13025. "properties": {
  13026. "limit": {
  13027. "description": "每页大小",
  13028. "type": "string"
  13029. },
  13030. "page": {
  13031. "description": "页数",
  13032. "type": "string"
  13033. }
  13034. }
  13035. },
  13036. "md.NoticeListResp": {
  13037. "type": "object",
  13038. "properties": {
  13039. "change_data": {
  13040. "type": "array",
  13041. "items": {
  13042. "type": "object",
  13043. "additionalProperties": {
  13044. "type": "string"
  13045. }
  13046. }
  13047. },
  13048. "list": {
  13049. "type": "array",
  13050. "items": {
  13051. "$ref": "#/definitions/md.NoticeList"
  13052. }
  13053. },
  13054. "select_data": {
  13055. "type": "array",
  13056. "items": {
  13057. "type": "object",
  13058. "additionalProperties": {
  13059. "type": "string"
  13060. }
  13061. }
  13062. },
  13063. "total": {
  13064. "type": "integer"
  13065. }
  13066. }
  13067. },
  13068. "md.NoticePushList": {
  13069. "type": "object",
  13070. "properties": {
  13071. "content": {
  13072. "type": "string"
  13073. },
  13074. "id": {
  13075. "type": "string"
  13076. },
  13077. "platform": {
  13078. "type": "string"
  13079. },
  13080. "send_end_time": {
  13081. "type": "string",
  13082. "example": "如 2024-11-25 11:56:00"
  13083. },
  13084. "send_start_time": {
  13085. "type": "string",
  13086. "example": "如 2024-11-25 11:56:00"
  13087. },
  13088. "send_type": {
  13089. "type": "string",
  13090. "example": "0立即推送 1定时推送"
  13091. },
  13092. "state": {
  13093. "type": "string",
  13094. "example": "0待发送 1发送成功"
  13095. },
  13096. "target": {
  13097. "type": "string"
  13098. },
  13099. "title": {
  13100. "type": "string"
  13101. }
  13102. }
  13103. },
  13104. "md.NoticePushListResp": {
  13105. "type": "object",
  13106. "properties": {
  13107. "list": {
  13108. "type": "array",
  13109. "items": {
  13110. "$ref": "#/definitions/md.NoticePushList"
  13111. }
  13112. },
  13113. "platform_data": {
  13114. "type": "array",
  13115. "items": {
  13116. "type": "object",
  13117. "additionalProperties": {
  13118. "type": "string"
  13119. }
  13120. }
  13121. },
  13122. "target_data": {
  13123. "type": "array",
  13124. "items": {
  13125. "type": "object",
  13126. "additionalProperties": {
  13127. "type": "string"
  13128. }
  13129. }
  13130. },
  13131. "total": {
  13132. "type": "integer"
  13133. }
  13134. }
  13135. },
  13136. "md.NoticePushSaveReq": {
  13137. "type": "object",
  13138. "properties": {
  13139. "content": {
  13140. "type": "string"
  13141. },
  13142. "id": {
  13143. "type": "string"
  13144. },
  13145. "level": {
  13146. "type": "array",
  13147. "items": {
  13148. "type": "string"
  13149. }
  13150. },
  13151. "platform": {
  13152. "type": "string"
  13153. },
  13154. "send_end_time": {
  13155. "type": "string"
  13156. },
  13157. "send_start_time": {
  13158. "type": "string"
  13159. },
  13160. "send_type": {
  13161. "type": "string"
  13162. },
  13163. "tag_list": {
  13164. "type": "array",
  13165. "items": {
  13166. "type": "string"
  13167. }
  13168. },
  13169. "target": {
  13170. "type": "string"
  13171. },
  13172. "title": {
  13173. "type": "string"
  13174. },
  13175. "user_list": {
  13176. "type": "array",
  13177. "items": {
  13178. "type": "string"
  13179. }
  13180. }
  13181. }
  13182. },
  13183. "md.NoticeSaveReq": {
  13184. "type": "object",
  13185. "properties": {
  13186. "content": {
  13187. "type": "string"
  13188. },
  13189. "day": {
  13190. "type": "string",
  13191. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13192. },
  13193. "id": {
  13194. "type": "string"
  13195. },
  13196. "jpush_open": {
  13197. "type": "string",
  13198. "example": "app推送开启 0关 1开"
  13199. },
  13200. "notice_day": {
  13201. "type": "string",
  13202. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13203. },
  13204. "sms_code": {
  13205. "type": "string",
  13206. "example": "短信模板id"
  13207. },
  13208. "sms_open": {
  13209. "type": "string",
  13210. "example": "短信推送开启 0关 1开"
  13211. },
  13212. "title": {
  13213. "type": "string"
  13214. },
  13215. "type": {
  13216. "type": "string"
  13217. }
  13218. }
  13219. },
  13220. "md.OtherNode": {
  13221. "type": "object",
  13222. "properties": {
  13223. "create_at": {
  13224. "description": "注册时间",
  13225. "type": "string"
  13226. },
  13227. "last_login_at": {
  13228. "description": "最近登录时间",
  13229. "type": "string"
  13230. },
  13231. "last_login_ip": {
  13232. "description": "最后登录 IP",
  13233. "type": "string"
  13234. }
  13235. }
  13236. },
  13237. "md.PageCustomerServiceReq": {
  13238. "type": "object",
  13239. "properties": {
  13240. "memo": {
  13241. "type": "string",
  13242. "example": "备注"
  13243. },
  13244. "page": {
  13245. "type": "integer"
  13246. },
  13247. "page_size": {
  13248. "type": "integer"
  13249. },
  13250. "phone": {
  13251. "description": "手机号",
  13252. "type": "string"
  13253. },
  13254. "state": {
  13255. "description": "状态",
  13256. "type": "integer"
  13257. }
  13258. }
  13259. },
  13260. "md.PageEmoticonReq": {
  13261. "type": "object",
  13262. "properties": {
  13263. "memo": {
  13264. "type": "string",
  13265. "example": "备注"
  13266. },
  13267. "name": {
  13268. "description": "表情名称",
  13269. "type": "string"
  13270. },
  13271. "page": {
  13272. "type": "integer"
  13273. },
  13274. "page_size": {
  13275. "type": "integer"
  13276. },
  13277. "state": {
  13278. "description": "状态",
  13279. "type": "integer"
  13280. }
  13281. }
  13282. },
  13283. "md.PageSendRedPackageOrdReq": {
  13284. "type": "object",
  13285. "properties": {
  13286. "invite_code": {
  13287. "description": "邀请码",
  13288. "type": "string",
  13289. "example": "邀请码"
  13290. },
  13291. "nickname": {
  13292. "description": "昵称",
  13293. "type": "string",
  13294. "example": "昵称"
  13295. },
  13296. "ord_no": {
  13297. "description": "订单号",
  13298. "type": "string",
  13299. "example": "订单号"
  13300. },
  13301. "page": {
  13302. "type": "integer"
  13303. },
  13304. "page_size": {
  13305. "type": "integer"
  13306. },
  13307. "phone": {
  13308. "description": "手机号",
  13309. "type": "string",
  13310. "example": "手机号"
  13311. },
  13312. "red_packet_type": {
  13313. "description": "红包类型",
  13314. "type": "integer"
  13315. },
  13316. "start_time_end": {
  13317. "type": "string",
  13318. "example": "发送时间-截止"
  13319. },
  13320. "start_time_start": {
  13321. "type": "string",
  13322. "example": "发送时间-起始"
  13323. },
  13324. "state": {
  13325. "description": "状态",
  13326. "type": "integer"
  13327. },
  13328. "uid": {
  13329. "type": "integer"
  13330. }
  13331. }
  13332. },
  13333. "md.PlatformRevenueDataNode": {
  13334. "type": "object",
  13335. "properties": {
  13336. "balance_amount": {
  13337. "description": "余额",
  13338. "type": "string"
  13339. },
  13340. "balance_times": {
  13341. "description": "剩余执行次数",
  13342. "type": "integer"
  13343. },
  13344. "create_at": {
  13345. "description": "创建时间",
  13346. "type": "string"
  13347. },
  13348. "hours": {
  13349. "description": "时长",
  13350. "type": "integer"
  13351. },
  13352. "kind": {
  13353. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  13354. "type": "integer"
  13355. },
  13356. "memo": {
  13357. "description": "备注",
  13358. "type": "string"
  13359. },
  13360. "system_id": {
  13361. "type": "integer"
  13362. },
  13363. "total_amount": {
  13364. "description": "金额",
  13365. "type": "string"
  13366. }
  13367. }
  13368. },
  13369. "md.PlayletBaseData": {
  13370. "type": "object",
  13371. "properties": {
  13372. "first_count": {
  13373. "type": "string",
  13374. "example": "首次可观看集数"
  13375. },
  13376. "reward": {
  13377. "type": "string",
  13378. "example": "单次奖励"
  13379. },
  13380. "second_count": {
  13381. "type": "string",
  13382. "example": "看一次广告解锁集数"
  13383. },
  13384. "total": {
  13385. "type": "string",
  13386. "example": "可领取总次数"
  13387. }
  13388. }
  13389. },
  13390. "md.PriceSettingStruct": {
  13391. "type": "object",
  13392. "properties": {
  13393. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  13394. "description": "市商资金单笔x元自动兑换",
  13395. "type": "string"
  13396. },
  13397. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  13398. "description": "市商数量单笔x数量自动兑换",
  13399. "type": "string"
  13400. },
  13401. "price_below_value": {
  13402. "description": "低于x元",
  13403. "type": "string"
  13404. },
  13405. "price_higher_than_value": {
  13406. "description": "高于x元",
  13407. "type": "string"
  13408. }
  13409. }
  13410. },
  13411. "md.ReleaseDynamicReq": {
  13412. "type": "object",
  13413. "properties": {
  13414. "content": {
  13415. "description": "文本内容",
  13416. "type": "string"
  13417. },
  13418. "image": {
  13419. "description": "图片",
  13420. "type": "array",
  13421. "items": {
  13422. "type": "string"
  13423. }
  13424. },
  13425. "is_praise": {
  13426. "description": "是否被表扬(1:是 2:否)",
  13427. "type": "integer"
  13428. },
  13429. "is_top_up": {
  13430. "description": "是否置顶(1:是 2:否)",
  13431. "type": "integer"
  13432. },
  13433. "kind": {
  13434. "description": "类型(1:普通 2:官方)",
  13435. "type": "integer"
  13436. },
  13437. "state": {
  13438. "description": "状态(1:正常 2:隐藏)",
  13439. "type": "integer"
  13440. },
  13441. "video": {
  13442. "description": "视频",
  13443. "type": "array",
  13444. "items": {
  13445. "type": "string"
  13446. }
  13447. }
  13448. }
  13449. },
  13450. "md.Response": {
  13451. "type": "object",
  13452. "properties": {
  13453. "code": {
  13454. "type": "string",
  13455. "example": "响应码"
  13456. },
  13457. "data": {
  13458. "description": "内容"
  13459. },
  13460. "msg": {
  13461. "type": "string",
  13462. "example": "具体错误原因"
  13463. }
  13464. }
  13465. },
  13466. "md.RewardSystemStruct": {
  13467. "type": "object",
  13468. "properties": {
  13469. "level": {
  13470. "description": "圈层",
  13471. "type": "integer"
  13472. },
  13473. "reward_condition": {
  13474. "description": "奖励条件",
  13475. "type": "string"
  13476. },
  13477. "reward_value": {
  13478. "description": "奖励值",
  13479. "type": "string"
  13480. }
  13481. }
  13482. },
  13483. "md.RoleBindPermissionGroupReq": {
  13484. "type": "object",
  13485. "required": [
  13486. "role_id"
  13487. ],
  13488. "properties": {
  13489. "permission_ids": {
  13490. "type": "array",
  13491. "items": {
  13492. "type": "integer"
  13493. }
  13494. },
  13495. "role_id": {
  13496. "type": "integer"
  13497. }
  13498. }
  13499. },
  13500. "md.SelectData": {
  13501. "type": "object",
  13502. "properties": {
  13503. "direction": {
  13504. "type": "array",
  13505. "items": {
  13506. "type": "object",
  13507. "additionalProperties": {
  13508. "type": "string"
  13509. }
  13510. }
  13511. }
  13512. }
  13513. },
  13514. "md.SelectMemberNode": {
  13515. "type": "object",
  13516. "properties": {
  13517. "avatar": {
  13518. "description": "会员头像",
  13519. "type": "string"
  13520. },
  13521. "level": {
  13522. "description": "会员等级",
  13523. "type": "string"
  13524. },
  13525. "nickname": {
  13526. "description": "会员昵称",
  13527. "type": "string"
  13528. },
  13529. "phone": {
  13530. "description": "会员手机号",
  13531. "type": "string"
  13532. },
  13533. "uid": {
  13534. "description": "会员 ID",
  13535. "type": "integer"
  13536. }
  13537. }
  13538. },
  13539. "md.SelectMemberReq": {
  13540. "type": "object",
  13541. "properties": {
  13542. "level": {
  13543. "description": "会员等级",
  13544. "type": "integer"
  13545. },
  13546. "limit": {
  13547. "description": "每页大小",
  13548. "type": "integer"
  13549. },
  13550. "nickname": {
  13551. "description": "会员昵称",
  13552. "type": "string"
  13553. },
  13554. "page": {
  13555. "description": "页数",
  13556. "type": "integer"
  13557. },
  13558. "phone": {
  13559. "description": "会员手机号",
  13560. "type": "string"
  13561. },
  13562. "uid": {
  13563. "description": "会员 ID",
  13564. "type": "integer"
  13565. }
  13566. }
  13567. },
  13568. "md.SelectMemberResp": {
  13569. "type": "object",
  13570. "properties": {
  13571. "level_list": {
  13572. "description": "会员等级列表",
  13573. "type": "array",
  13574. "items": {
  13575. "type": "object",
  13576. "additionalProperties": true
  13577. }
  13578. },
  13579. "list": {
  13580. "description": "会员数据",
  13581. "type": "array",
  13582. "items": {
  13583. "$ref": "#/definitions/md.SelectMemberNode"
  13584. }
  13585. },
  13586. "paginate": {
  13587. "description": "分页信息",
  13588. "allOf": [
  13589. {
  13590. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13591. }
  13592. ]
  13593. }
  13594. }
  13595. },
  13596. "md.SetCustomerServiceStateReq": {
  13597. "type": "object",
  13598. "properties": {
  13599. "id": {
  13600. "description": "拥有用户数量",
  13601. "type": "integer"
  13602. },
  13603. "state": {
  13604. "description": "状态",
  13605. "type": "integer"
  13606. }
  13607. }
  13608. },
  13609. "md.SetEmoticonStateReq": {
  13610. "type": "object",
  13611. "properties": {
  13612. "id": {
  13613. "description": "拥有用户数量",
  13614. "type": "integer"
  13615. },
  13616. "state": {
  13617. "description": "状态",
  13618. "type": "integer"
  13619. }
  13620. }
  13621. },
  13622. "md.SetVideoRewardReq": {
  13623. "type": "object",
  13624. "properties": {
  13625. "ecpm": {
  13626. "description": "当前 Ecpm 值",
  13627. "type": "string"
  13628. },
  13629. "unit_price": {
  13630. "description": "单价",
  13631. "type": "string"
  13632. }
  13633. }
  13634. },
  13635. "md.SonUserDailyActivityAnalysisNode": {
  13636. "type": "object",
  13637. "properties": {
  13638. "activity_day_nums": {
  13639. "description": "活跃子节点活跃天数",
  13640. "type": "integer"
  13641. },
  13642. "nickname": {
  13643. "type": "string",
  13644. "example": "昵称"
  13645. },
  13646. "phone": {
  13647. "type": "string",
  13648. "example": "手机号"
  13649. },
  13650. "uid": {
  13651. "description": "查询用户活跃子节点 ID",
  13652. "type": "integer"
  13653. }
  13654. }
  13655. },
  13656. "md.StatisticsEggPointReq": {
  13657. "type": "object",
  13658. "properties": {
  13659. "week": {
  13660. "type": "string",
  13661. "example": "周份"
  13662. },
  13663. "year": {
  13664. "type": "string",
  13665. "example": "年份"
  13666. }
  13667. }
  13668. },
  13669. "md.StatisticsEggPointResp": {
  13670. "type": "object",
  13671. "properties": {
  13672. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  13673. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  13674. "type": "array",
  13675. "items": {
  13676. "type": "object",
  13677. "additionalProperties": {
  13678. "type": "string"
  13679. }
  13680. }
  13681. },
  13682. "statistics_user_egg_browse_interface_nums_range": {
  13683. "description": "统计用户\"浏览界面次数\"范围",
  13684. "type": "array",
  13685. "items": {
  13686. "type": "object",
  13687. "additionalProperties": {
  13688. "type": "string"
  13689. }
  13690. }
  13691. },
  13692. "statistics_user_egg_college_learning_nums_range": {
  13693. "description": "统计用户\"学院学习次数\"范围",
  13694. "type": "array",
  13695. "items": {
  13696. "type": "object",
  13697. "additionalProperties": {
  13698. "type": "string"
  13699. }
  13700. }
  13701. },
  13702. "statistics_user_egg_ecpm_range": {
  13703. "description": "统计用户\"ecpm\"范围",
  13704. "type": "array",
  13705. "items": {
  13706. "type": "object",
  13707. "additionalProperties": {
  13708. "type": "string"
  13709. }
  13710. }
  13711. },
  13712. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  13713. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  13714. "type": "array",
  13715. "items": {
  13716. "type": "object",
  13717. "additionalProperties": {
  13718. "type": "string"
  13719. }
  13720. }
  13721. },
  13722. "statistics_user_egg_forum_comments_nums_range": {
  13723. "description": "统计用户\"论坛评论次数\"范围",
  13724. "type": "array",
  13725. "items": {
  13726. "type": "object",
  13727. "additionalProperties": {
  13728. "type": "string"
  13729. }
  13730. }
  13731. },
  13732. "statistics_user_egg_invite_user_nums_range": {
  13733. "description": "统计用户\"拉新人数\"范围",
  13734. "type": "array",
  13735. "items": {
  13736. "type": "object",
  13737. "additionalProperties": {
  13738. "type": "string"
  13739. }
  13740. }
  13741. },
  13742. "statistics_user_egg_person_add_activity_value_range": {
  13743. "description": "统计用户\"个人活跃积分增量值\"范围",
  13744. "type": "array",
  13745. "items": {
  13746. "type": "object",
  13747. "additionalProperties": {
  13748. "type": "string"
  13749. }
  13750. }
  13751. },
  13752. "statistics_user_egg_send_circle_of_friend_nums_range": {
  13753. "description": "统计用户\"发朋友圈次数\"范围",
  13754. "type": "array",
  13755. "items": {
  13756. "type": "object",
  13757. "additionalProperties": {
  13758. "type": "string"
  13759. }
  13760. }
  13761. },
  13762. "statistics_user_egg_send_red_package_nums_range": {
  13763. "description": "统计用户\"发红包次数\"范围",
  13764. "type": "array",
  13765. "items": {
  13766. "type": "object",
  13767. "additionalProperties": {
  13768. "type": "string"
  13769. }
  13770. }
  13771. },
  13772. "statistics_user_egg_sign_in_nums_range": {
  13773. "description": "统计用户\"签到次数\"范围",
  13774. "type": "array",
  13775. "items": {
  13776. "type": "object",
  13777. "additionalProperties": {
  13778. "type": "string"
  13779. }
  13780. }
  13781. },
  13782. "statistics_user_egg_team_activity_nums_range": {
  13783. "description": "统计用户\"团队活跃次数\"范围",
  13784. "type": "array",
  13785. "items": {
  13786. "type": "object",
  13787. "additionalProperties": {
  13788. "type": "string"
  13789. }
  13790. }
  13791. },
  13792. "statistics_user_egg_violate_nums_range": {
  13793. "description": "统计用户\"违规次数\"范围",
  13794. "type": "array",
  13795. "items": {
  13796. "type": "object",
  13797. "additionalProperties": {
  13798. "type": "string"
  13799. }
  13800. }
  13801. },
  13802. "week": {
  13803. "type": "string",
  13804. "example": "周份"
  13805. },
  13806. "year": {
  13807. "type": "string",
  13808. "example": "年份"
  13809. },
  13810. "year_list": {
  13811. "description": "年份\u0026\u0026周份列表",
  13812. "type": "object",
  13813. "additionalProperties": {
  13814. "type": "array",
  13815. "items": {
  13816. "type": "string"
  13817. }
  13818. }
  13819. }
  13820. }
  13821. },
  13822. "md.SubUser": {
  13823. "type": "object",
  13824. "properties": {
  13825. "avatar_url": {
  13826. "type": "string",
  13827. "example": "头像"
  13828. },
  13829. "level": {
  13830. "description": "整个系统中的等级",
  13831. "type": "integer"
  13832. },
  13833. "nickname": {
  13834. "type": "string",
  13835. "example": "昵称"
  13836. },
  13837. "phone": {
  13838. "type": "string",
  13839. "example": "手机号"
  13840. },
  13841. "pid": {
  13842. "type": "integer"
  13843. },
  13844. "position": {
  13845. "description": "以pid1为创始人中网的位置",
  13846. "type": "integer"
  13847. },
  13848. "uid": {
  13849. "type": "integer"
  13850. }
  13851. }
  13852. },
  13853. "md.TagListNode": {
  13854. "type": "object",
  13855. "properties": {
  13856. "count": {
  13857. "description": "标签人数",
  13858. "type": "string"
  13859. },
  13860. "create_at": {
  13861. "description": "创建时间",
  13862. "type": "string"
  13863. },
  13864. "is_punish": {
  13865. "description": "是否处罚",
  13866. "type": "integer"
  13867. },
  13868. "memo": {
  13869. "description": "备注",
  13870. "type": "string"
  13871. },
  13872. "name": {
  13873. "description": "名称",
  13874. "type": "string"
  13875. },
  13876. "tag_id": {
  13877. "description": "标签 ID",
  13878. "type": "string"
  13879. }
  13880. }
  13881. },
  13882. "md.TreeNode": {
  13883. "type": "object",
  13884. "properties": {
  13885. "avatar_url": {
  13886. "type": "string",
  13887. "example": "头像"
  13888. },
  13889. "level": {
  13890. "type": "integer"
  13891. },
  13892. "nickname": {
  13893. "type": "string",
  13894. "example": "昵称"
  13895. },
  13896. "phone": {
  13897. "type": "string",
  13898. "example": "手机号"
  13899. },
  13900. "pid": {
  13901. "type": "integer"
  13902. },
  13903. "position": {
  13904. "type": "integer"
  13905. },
  13906. "son": {
  13907. "type": "array",
  13908. "items": {
  13909. "$ref": "#/definitions/md.TreeNode"
  13910. }
  13911. },
  13912. "system_id": {
  13913. "description": "公排网中id",
  13914. "type": "integer"
  13915. },
  13916. "uid": {
  13917. "type": "integer"
  13918. }
  13919. }
  13920. },
  13921. "md.UpdateAdminReq": {
  13922. "type": "object",
  13923. "required": [
  13924. "adm_id",
  13925. "password",
  13926. "username"
  13927. ],
  13928. "properties": {
  13929. "adm_id": {
  13930. "type": "integer"
  13931. },
  13932. "memo": {
  13933. "type": "string"
  13934. },
  13935. "password": {
  13936. "type": "string"
  13937. },
  13938. "username": {
  13939. "type": "string"
  13940. }
  13941. }
  13942. },
  13943. "md.UpdateAdminStateReq": {
  13944. "type": "object",
  13945. "required": [
  13946. "adm_id",
  13947. "state"
  13948. ],
  13949. "properties": {
  13950. "adm_id": {
  13951. "type": "integer"
  13952. },
  13953. "state": {
  13954. "type": "integer"
  13955. }
  13956. }
  13957. },
  13958. "md.UpdateContributionValueBasicSettingReq": {
  13959. "type": "object",
  13960. "properties": {
  13961. "hand_out_red_package": {
  13962. "description": "发红包获得x点",
  13963. "type": "string"
  13964. },
  13965. "id": {
  13966. "type": "string"
  13967. },
  13968. "posting_comment_liked": {
  13969. "description": "发布评论被官方点赞获得x点",
  13970. "type": "string"
  13971. },
  13972. "posting_dynamic_liked": {
  13973. "description": "发布动态被官方点赞获得x点",
  13974. "type": "string"
  13975. },
  13976. "publish_creation": {
  13977. "description": "发布创作获得x点",
  13978. "type": "string"
  13979. }
  13980. }
  13981. },
  13982. "md.UpdateCustomerServiceMemoReq": {
  13983. "type": "object",
  13984. "properties": {
  13985. "id": {
  13986. "description": "拥有用户数量",
  13987. "type": "integer"
  13988. },
  13989. "memo": {
  13990. "description": "备注",
  13991. "type": "string",
  13992. "example": "备注"
  13993. }
  13994. }
  13995. },
  13996. "md.UpdateDynamicReq": {
  13997. "type": "object",
  13998. "required": [
  13999. "index_id"
  14000. ],
  14001. "properties": {
  14002. "index_id": {
  14003. "description": "动态id",
  14004. "type": "string"
  14005. },
  14006. "is_praise": {
  14007. "description": "是否被表扬(1:是 2:否)",
  14008. "type": "integer"
  14009. },
  14010. "is_top_up": {
  14011. "description": "是否置顶(1:是 2:否)",
  14012. "type": "integer"
  14013. },
  14014. "state": {
  14015. "description": "状态(1:正常 2:隐藏)",
  14016. "type": "integer"
  14017. }
  14018. }
  14019. },
  14020. "md.UpdateEggEnergyBasicReq": {
  14021. "type": "object",
  14022. "properties": {
  14023. "basic_setting": {
  14024. "description": "基础设置",
  14025. "allOf": [
  14026. {
  14027. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  14028. }
  14029. ]
  14030. },
  14031. "data_setting": {
  14032. "description": "数据设置",
  14033. "allOf": [
  14034. {
  14035. "$ref": "#/definitions/md.DataSetting"
  14036. }
  14037. ]
  14038. },
  14039. "destruction_setting": {
  14040. "description": "销毁设置",
  14041. "allOf": [
  14042. {
  14043. "$ref": "#/definitions/md.DestructionSettingStruct"
  14044. }
  14045. ]
  14046. },
  14047. "exchange_rules": {
  14048. "description": "兑换规则",
  14049. "allOf": [
  14050. {
  14051. "$ref": "#/definitions/md.ExchangeRulesStruct"
  14052. }
  14053. ]
  14054. },
  14055. "new_user_incentive_rules": {
  14056. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  14057. "allOf": [
  14058. {
  14059. "$ref": "#/definitions/md.NewUserRewardRules"
  14060. }
  14061. ]
  14062. },
  14063. "price_setting": {
  14064. "description": "价格设置",
  14065. "allOf": [
  14066. {
  14067. "$ref": "#/definitions/md.PriceSettingStruct"
  14068. }
  14069. ]
  14070. },
  14071. "reward_system": {
  14072. "description": "圈层奖励",
  14073. "type": "array",
  14074. "items": {
  14075. "$ref": "#/definitions/md.RewardSystemStruct"
  14076. }
  14077. },
  14078. "system_id": {
  14079. "description": "该设置系统 ID",
  14080. "type": "integer"
  14081. },
  14082. "video_reward_setting": {
  14083. "description": "视频奖励",
  14084. "allOf": [
  14085. {
  14086. "$ref": "#/definitions/md.VideoRewardSetting"
  14087. }
  14088. ]
  14089. }
  14090. }
  14091. },
  14092. "md.UpdateEggEnergyVipSettingReq": {
  14093. "type": "object",
  14094. "properties": {
  14095. "list": {
  14096. "description": "更新后数据",
  14097. "type": "array",
  14098. "items": {
  14099. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  14100. }
  14101. }
  14102. }
  14103. },
  14104. "md.UpdateEmoticonReq": {
  14105. "type": "object",
  14106. "properties": {
  14107. "id": {
  14108. "description": "拥有用户数量",
  14109. "type": "integer"
  14110. },
  14111. "img_url": {
  14112. "type": "string",
  14113. "example": "图片地址"
  14114. },
  14115. "memo": {
  14116. "description": "备注",
  14117. "type": "string",
  14118. "example": "备注"
  14119. },
  14120. "name": {
  14121. "type": "string",
  14122. "example": "名称"
  14123. },
  14124. "sort": {
  14125. "description": "排序",
  14126. "type": "integer"
  14127. }
  14128. }
  14129. },
  14130. "md.UpdateFriendCircleBasicSettingsReq": {
  14131. "type": "object",
  14132. "properties": {
  14133. "comment_is_real_name": {
  14134. "description": "评论是否需要实名认证(1:是 2:否)",
  14135. "type": "integer"
  14136. },
  14137. "comment_nums_every_day": {
  14138. "description": "评论每天次数",
  14139. "type": "integer"
  14140. },
  14141. "id": {
  14142. "type": "integer"
  14143. },
  14144. "publish_is_real_name": {
  14145. "description": "发布是否需要实名认证(1:是 2:否)",
  14146. "type": "integer"
  14147. },
  14148. "publish_nums_every_day": {
  14149. "description": "发布每天次数",
  14150. "type": "integer"
  14151. }
  14152. }
  14153. },
  14154. "md.UpdateLevelReq": {
  14155. "type": "object",
  14156. "properties": {
  14157. "auto_update": {
  14158. "description": "自动升级 0关闭 1开启",
  14159. "type": "string"
  14160. },
  14161. "choosable_num": {
  14162. "description": "可选任务数量",
  14163. "type": "string"
  14164. },
  14165. "is_use": {
  14166. "description": "是否开启(0.否, 1.是)",
  14167. "type": "string"
  14168. },
  14169. "level_id": {
  14170. "type": "string"
  14171. },
  14172. "level_name": {
  14173. "description": "等级名称",
  14174. "type": "string"
  14175. },
  14176. "level_weight": {
  14177. "description": "等级权重",
  14178. "type": "string"
  14179. },
  14180. "memo": {
  14181. "description": "备注",
  14182. "type": "string"
  14183. },
  14184. "user_level_tasks": {
  14185. "description": "完整的任务列表",
  14186. "type": "array",
  14187. "items": {
  14188. "$ref": "#/definitions/md.LevelTaskNode"
  14189. }
  14190. }
  14191. }
  14192. },
  14193. "md.UpdatePublicPlatoonBasicReq": {
  14194. "type": "object",
  14195. "properties": {
  14196. "is_open": {
  14197. "description": "是否开启(1:开启 0:关闭)",
  14198. "type": "integer"
  14199. },
  14200. "is_self_active_get_team_revenue": {
  14201. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  14202. "type": "integer"
  14203. },
  14204. "originator_uid": {
  14205. "description": "创始人uid",
  14206. "type": "integer"
  14207. },
  14208. "several_rows": {
  14209. "description": "几排",
  14210. "type": "integer"
  14211. },
  14212. "several_times": {
  14213. "description": "几乘",
  14214. "type": "integer"
  14215. },
  14216. "system_punish_replace": {
  14217. "description": "是否位置滑落 被新用户替换 0否 1是",
  14218. "type": "integer"
  14219. },
  14220. "system_punish_replace_value": {
  14221. "description": "xx天未活跃,处罚滑落",
  14222. "type": "integer"
  14223. }
  14224. }
  14225. },
  14226. "md.UpdateRoleReq": {
  14227. "type": "object",
  14228. "required": [
  14229. "memo",
  14230. "name",
  14231. "role_id"
  14232. ],
  14233. "properties": {
  14234. "memo": {
  14235. "type": "string"
  14236. },
  14237. "name": {
  14238. "type": "string"
  14239. },
  14240. "role_id": {
  14241. "type": "integer"
  14242. }
  14243. }
  14244. },
  14245. "md.UpdateRoleStateReq": {
  14246. "type": "object",
  14247. "required": [
  14248. "role_id",
  14249. "state"
  14250. ],
  14251. "properties": {
  14252. "role_id": {
  14253. "type": "integer"
  14254. },
  14255. "state": {
  14256. "type": "integer"
  14257. }
  14258. }
  14259. },
  14260. "md.UpdateTagReq": {
  14261. "type": "object",
  14262. "properties": {
  14263. "memo": {
  14264. "description": "备注",
  14265. "type": "string"
  14266. },
  14267. "name": {
  14268. "description": "标签名称",
  14269. "type": "string"
  14270. },
  14271. "tag_id": {
  14272. "description": "标签 ID",
  14273. "type": "string"
  14274. }
  14275. }
  14276. },
  14277. "md.UpdateVipEquitySettingNode": {
  14278. "type": "object",
  14279. "properties": {
  14280. "dividend_ratio": {
  14281. "description": "分红比例",
  14282. "type": "string"
  14283. },
  14284. "exchange_account_balance_fee": {
  14285. "description": "兑换余额手续费",
  14286. "type": "string"
  14287. },
  14288. "vip_level_id": {
  14289. "description": "会员等级ID",
  14290. "type": "string"
  14291. }
  14292. }
  14293. },
  14294. "md.UpdateWithdrawSettingReq": {
  14295. "type": "object",
  14296. "properties": {
  14297. "condition_is_open": {
  14298. "description": "提现条件是否开启(0:关闭, 1:开启)",
  14299. "type": "integer"
  14300. },
  14301. "first_withdraw_set": {
  14302. "description": "首次提现设置",
  14303. "allOf": [
  14304. {
  14305. "$ref": "#/definitions/md.FirstWithdrawSet"
  14306. }
  14307. ]
  14308. },
  14309. "frequency_set": {
  14310. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  14311. "allOf": [
  14312. {
  14313. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  14314. }
  14315. ]
  14316. },
  14317. "id": {
  14318. "type": "integer"
  14319. },
  14320. "is_auto": {
  14321. "description": "是否开启自动提现(0:否 1:是)",
  14322. "type": "integer"
  14323. },
  14324. "is_auto_amount_limit": {
  14325. "description": "自动提现金额限制",
  14326. "type": "string"
  14327. },
  14328. "is_real_name": {
  14329. "description": "是否实名(0:否 1:是)",
  14330. "type": "integer"
  14331. },
  14332. "is_support_decimal_point": {
  14333. "description": "是否支持小数点(0:否 1:是)",
  14334. "type": "integer"
  14335. },
  14336. "pending_orders_is_can_apply": {
  14337. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  14338. "type": "integer"
  14339. },
  14340. "vip_level_limit": {
  14341. "description": "提现等级限制",
  14342. "type": "integer"
  14343. },
  14344. "withdraw_amount_limit": {
  14345. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  14346. "type": "string"
  14347. },
  14348. "withdraw_fee_set": {
  14349. "description": "提现手续费设置",
  14350. "allOf": [
  14351. {
  14352. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  14353. }
  14354. ]
  14355. },
  14356. "withdraw_multiple_limit": {
  14357. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  14358. "type": "string"
  14359. },
  14360. "withdraw_nums_limit": {
  14361. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  14362. "type": "integer"
  14363. },
  14364. "withdraw_time_interval": {
  14365. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  14366. "allOf": [
  14367. {
  14368. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  14369. }
  14370. ]
  14371. },
  14372. "withdraw_type": {
  14373. "description": "提现方式(1:支付宝 2:微信)",
  14374. "type": "integer"
  14375. }
  14376. }
  14377. },
  14378. "md.UserDailyActivityAnalysisReq": {
  14379. "type": "object",
  14380. "properties": {
  14381. "end_date": {
  14382. "type": "string",
  14383. "example": "结束日期"
  14384. },
  14385. "page": {
  14386. "description": "页数",
  14387. "type": "integer"
  14388. },
  14389. "page_size": {
  14390. "description": "每页大小",
  14391. "type": "integer"
  14392. },
  14393. "start_date": {
  14394. "type": "string",
  14395. "example": "开始日期"
  14396. },
  14397. "uid": {
  14398. "description": "查询用户 ID",
  14399. "type": "integer"
  14400. }
  14401. }
  14402. },
  14403. "md.UserDailyActivityAnalysisResp": {
  14404. "type": "object",
  14405. "properties": {
  14406. "son_user_data": {
  14407. "description": "被查询用户子节点信息",
  14408. "type": "array",
  14409. "items": {
  14410. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  14411. }
  14412. },
  14413. "top_data": {
  14414. "description": "统计信息",
  14415. "allOf": [
  14416. {
  14417. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  14418. }
  14419. ]
  14420. }
  14421. }
  14422. },
  14423. "md.UserEggFlowReq": {
  14424. "type": "object",
  14425. "properties": {
  14426. "account_balance_exchange_egg_energy_nums_end": {
  14427. "type": "string",
  14428. "example": "余额兑换蛋蛋能量数量-结束值"
  14429. },
  14430. "account_balance_exchange_egg_energy_nums_start": {
  14431. "type": "string",
  14432. "example": "余额兑换蛋蛋能量数量-起始值"
  14433. },
  14434. "browse_interface_nums_end": {
  14435. "type": "string",
  14436. "example": "浏览界面次数-结束值"
  14437. },
  14438. "browse_interface_nums_start": {
  14439. "type": "string",
  14440. "example": "浏览界面次数-起始值"
  14441. },
  14442. "college_learning_nums_end": {
  14443. "type": "string",
  14444. "example": "学院学习次数-结束值"
  14445. },
  14446. "college_learning_nums_start": {
  14447. "type": "string",
  14448. "example": "学院学习次数-起始值"
  14449. },
  14450. "ecpm_end": {
  14451. "type": "string",
  14452. "example": "ecpm-结束值"
  14453. },
  14454. "ecpm_start": {
  14455. "type": "string",
  14456. "example": "ecpm-起始值"
  14457. },
  14458. "egg_energy_exchange_account_balance_end": {
  14459. "type": "string",
  14460. "example": "蛋蛋能量兑换余额数量-结束值"
  14461. },
  14462. "egg_energy_exchange_account_balance_start": {
  14463. "type": "string",
  14464. "example": "蛋蛋能量兑换余额数量-起始值"
  14465. },
  14466. "forum_comments_nums_end": {
  14467. "type": "string",
  14468. "example": "论坛评论次数-结束值"
  14469. },
  14470. "forum_comments_nums_start": {
  14471. "type": "string",
  14472. "example": "论坛评论次数-起始值"
  14473. },
  14474. "im_activity_nums_end": {
  14475. "type": "string",
  14476. "example": "im活跃次数-结束值"
  14477. },
  14478. "im_activity_nums_start": {
  14479. "type": "string",
  14480. "example": "im活跃次数-起始值"
  14481. },
  14482. "invite_user_nums_end": {
  14483. "type": "string",
  14484. "example": "拉新人数-结束值"
  14485. },
  14486. "invite_user_nums_start": {
  14487. "type": "string",
  14488. "example": "拉新人数-起始值"
  14489. },
  14490. "page": {
  14491. "description": "页数",
  14492. "type": "integer"
  14493. },
  14494. "page_size": {
  14495. "description": "每页大小",
  14496. "type": "integer"
  14497. },
  14498. "person_add_activity_value_end": {
  14499. "type": "string",
  14500. "example": "个人活跃积分-结束值"
  14501. },
  14502. "person_add_activity_value_start": {
  14503. "type": "string",
  14504. "example": "个人活跃积分-起始值"
  14505. },
  14506. "score_value_end": {
  14507. "type": "string",
  14508. "example": "蛋蛋分-结束值"
  14509. },
  14510. "score_value_kind": {
  14511. "description": "评分类型(0:未知 1:人工 2:系统)",
  14512. "type": "integer"
  14513. },
  14514. "score_value_start": {
  14515. "type": "string",
  14516. "example": "蛋蛋分-起始值"
  14517. },
  14518. "send_circle_of_friend_nums_end": {
  14519. "type": "string",
  14520. "example": "发朋友圈次数-结束值"
  14521. },
  14522. "send_circle_of_friend_nums_start": {
  14523. "type": "string",
  14524. "example": "发朋友圈次数-起始值"
  14525. },
  14526. "send_red_package_nums_end": {
  14527. "type": "string",
  14528. "example": "发红包次数-结束值"
  14529. },
  14530. "send_red_package_nums_start": {
  14531. "type": "string",
  14532. "example": "发红包次数-起始值"
  14533. },
  14534. "sign_in_nums_end": {
  14535. "type": "string",
  14536. "example": "签到次数-结束值"
  14537. },
  14538. "sign_in_nums_start": {
  14539. "type": "string",
  14540. "example": "签到次数-起始值"
  14541. },
  14542. "team-activity-nums-end": {
  14543. "type": "string",
  14544. "example": "团队活跃次数-结束值"
  14545. },
  14546. "team_activity_nums_start": {
  14547. "type": "string",
  14548. "example": "团队活跃次数-起始值"
  14549. },
  14550. "violate_nums_end": {
  14551. "type": "string",
  14552. "example": "违规次数-结束值"
  14553. },
  14554. "violate_nums_start": {
  14555. "type": "string",
  14556. "example": "违规次数-起始值"
  14557. },
  14558. "week": {
  14559. "type": "string",
  14560. "example": "周份"
  14561. },
  14562. "year": {
  14563. "type": "string",
  14564. "example": "年份"
  14565. }
  14566. }
  14567. },
  14568. "md.UserEggFlowReqResp": {
  14569. "type": "object",
  14570. "properties": {
  14571. "list": {
  14572. "type": "array",
  14573. "items": {
  14574. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  14575. }
  14576. },
  14577. "page": {
  14578. "description": "页数",
  14579. "type": "integer"
  14580. },
  14581. "page_size": {
  14582. "description": "每页大小",
  14583. "type": "integer"
  14584. },
  14585. "score_value_kind_map": {
  14586. "description": "评分类型(0:未知 1:人工 2:系统)",
  14587. "type": "array",
  14588. "items": {
  14589. "type": "object",
  14590. "additionalProperties": true
  14591. }
  14592. },
  14593. "total": {
  14594. "description": "总数量",
  14595. "type": "integer"
  14596. },
  14597. "week": {
  14598. "type": "string",
  14599. "example": "周份"
  14600. },
  14601. "year": {
  14602. "type": "string",
  14603. "example": "年份"
  14604. }
  14605. }
  14606. },
  14607. "md.UserEggFlowReqRespList": {
  14608. "type": "object",
  14609. "properties": {
  14610. "account_balance_exchange_egg_energy_nums": {
  14611. "description": "余额兑换蛋蛋能量数量",
  14612. "type": "integer"
  14613. },
  14614. "browse_interface_nums": {
  14615. "description": "浏览界面次数",
  14616. "type": "integer"
  14617. },
  14618. "college_learning_nums": {
  14619. "description": "学院学习次数",
  14620. "type": "integer"
  14621. },
  14622. "ecpm": {
  14623. "description": "ecpm",
  14624. "type": "number"
  14625. },
  14626. "egg_energy_exchange_account_balance": {
  14627. "description": "蛋蛋能量兑换余额数量",
  14628. "type": "integer"
  14629. },
  14630. "forum_comments_nums": {
  14631. "description": "论坛评论次数",
  14632. "type": "integer"
  14633. },
  14634. "im_activity_nums": {
  14635. "description": "im活跃次数",
  14636. "type": "integer"
  14637. },
  14638. "index_id": {
  14639. "description": "文档id",
  14640. "type": "string"
  14641. },
  14642. "invite_user_nums": {
  14643. "description": "拉新人数",
  14644. "type": "integer"
  14645. },
  14646. "person_add_activity_value": {
  14647. "description": "个人活跃积分",
  14648. "type": "integer"
  14649. },
  14650. "score_value": {
  14651. "description": "蛋蛋分-起始值",
  14652. "type": "number"
  14653. },
  14654. "score_value_kind": {
  14655. "description": "评分类型(0:未知 1:人工 2:系统)",
  14656. "type": "integer"
  14657. },
  14658. "send_circle_of_friend_nums": {
  14659. "description": "发朋友圈次数",
  14660. "type": "integer"
  14661. },
  14662. "send_red_package_nums": {
  14663. "description": "发红包次数",
  14664. "type": "integer"
  14665. },
  14666. "sign_in_nums": {
  14667. "description": "签到次数",
  14668. "type": "integer"
  14669. },
  14670. "team_activity_nums": {
  14671. "description": "团队活跃次数",
  14672. "type": "integer"
  14673. },
  14674. "violate_nums": {
  14675. "description": "违规次数",
  14676. "type": "integer"
  14677. }
  14678. }
  14679. },
  14680. "md.UserEggIndexReq": {
  14681. "type": "object",
  14682. "properties": {
  14683. "week": {
  14684. "type": "string",
  14685. "example": "周份"
  14686. },
  14687. "year": {
  14688. "type": "string",
  14689. "example": "年份"
  14690. }
  14691. }
  14692. },
  14693. "md.UserEggIndexResp": {
  14694. "type": "object",
  14695. "properties": {
  14696. "egg_energy_user_egg_index_weight": {
  14697. "description": "蛋蛋分系数权重",
  14698. "allOf": [
  14699. {
  14700. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  14701. }
  14702. ]
  14703. },
  14704. "statistics_user_egg_kind_proportion": {
  14705. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  14706. "type": "array",
  14707. "items": {
  14708. "type": "object",
  14709. "additionalProperties": true
  14710. }
  14711. },
  14712. "statistics_user_egg_score_value_range": {
  14713. "description": "统计用户蛋蛋分范围",
  14714. "type": "array",
  14715. "items": {
  14716. "type": "object",
  14717. "additionalProperties": {
  14718. "type": "string"
  14719. }
  14720. }
  14721. },
  14722. "week": {
  14723. "type": "string",
  14724. "example": "周份"
  14725. },
  14726. "year": {
  14727. "type": "string",
  14728. "example": "年份"
  14729. },
  14730. "year_list": {
  14731. "description": "年份\u0026\u0026周份列表",
  14732. "type": "object",
  14733. "additionalProperties": {
  14734. "type": "array",
  14735. "items": {
  14736. "type": "string"
  14737. }
  14738. }
  14739. }
  14740. }
  14741. },
  14742. "md.UserFeedbackCateDelReq": {
  14743. "type": "object",
  14744. "properties": {
  14745. "id": {
  14746. "type": "array",
  14747. "items": {
  14748. "type": "string"
  14749. }
  14750. }
  14751. }
  14752. },
  14753. "md.UserFeedbackCateList": {
  14754. "type": "object",
  14755. "properties": {
  14756. "id": {
  14757. "type": "string"
  14758. },
  14759. "name": {
  14760. "type": "string"
  14761. },
  14762. "sort": {
  14763. "type": "string"
  14764. }
  14765. }
  14766. },
  14767. "md.UserFeedbackCateListReq": {
  14768. "type": "object",
  14769. "properties": {
  14770. "limit": {
  14771. "description": "每页大小",
  14772. "type": "string"
  14773. },
  14774. "page": {
  14775. "description": "页数",
  14776. "type": "string"
  14777. }
  14778. }
  14779. },
  14780. "md.UserFeedbackCateListResp": {
  14781. "type": "object",
  14782. "properties": {
  14783. "list": {
  14784. "type": "array",
  14785. "items": {
  14786. "$ref": "#/definitions/md.UserFeedbackCateList"
  14787. }
  14788. },
  14789. "total": {
  14790. "type": "integer"
  14791. }
  14792. }
  14793. },
  14794. "md.UserFeedbackCateSaveReq": {
  14795. "type": "object",
  14796. "properties": {
  14797. "id": {
  14798. "type": "string"
  14799. },
  14800. "name": {
  14801. "type": "string"
  14802. },
  14803. "sort": {
  14804. "type": "string"
  14805. }
  14806. }
  14807. },
  14808. "md.UserFeedbackChangeStateReq": {
  14809. "type": "object",
  14810. "properties": {
  14811. "id": {
  14812. "type": "string"
  14813. },
  14814. "state": {
  14815. "type": "string",
  14816. "example": "0待解决 1处理中 2已解决"
  14817. }
  14818. }
  14819. },
  14820. "md.UserFeedbackDelReq": {
  14821. "type": "object",
  14822. "properties": {
  14823. "id": {
  14824. "type": "array",
  14825. "items": {
  14826. "type": "string"
  14827. }
  14828. }
  14829. }
  14830. },
  14831. "md.UserFeedbackList": {
  14832. "type": "object",
  14833. "properties": {
  14834. "content": {
  14835. "type": "string"
  14836. },
  14837. "create_at": {
  14838. "type": "string"
  14839. },
  14840. "id": {
  14841. "type": "string"
  14842. },
  14843. "img": {
  14844. "type": "array",
  14845. "items": {
  14846. "type": "string"
  14847. }
  14848. },
  14849. "phone": {
  14850. "type": "string"
  14851. },
  14852. "platform": {
  14853. "type": "string"
  14854. },
  14855. "state": {
  14856. "type": "string",
  14857. "example": "0待解决 1处理中 2已解决"
  14858. },
  14859. "title": {
  14860. "type": "string"
  14861. },
  14862. "type": {
  14863. "type": "string"
  14864. },
  14865. "version": {
  14866. "type": "string"
  14867. }
  14868. }
  14869. },
  14870. "md.UserFeedbackListReq": {
  14871. "type": "object",
  14872. "properties": {
  14873. "cid": {
  14874. "type": "string"
  14875. },
  14876. "limit": {
  14877. "description": "每页大小",
  14878. "type": "string"
  14879. },
  14880. "page": {
  14881. "description": "页数",
  14882. "type": "string"
  14883. },
  14884. "phone": {
  14885. "type": "string"
  14886. },
  14887. "uid": {
  14888. "type": "string"
  14889. }
  14890. }
  14891. },
  14892. "md.UserFeedbackListResp": {
  14893. "type": "object",
  14894. "properties": {
  14895. "list": {
  14896. "type": "array",
  14897. "items": {
  14898. "$ref": "#/definitions/md.UserFeedbackList"
  14899. }
  14900. },
  14901. "select_data": {
  14902. "type": "array",
  14903. "items": {
  14904. "type": "object",
  14905. "additionalProperties": true
  14906. }
  14907. },
  14908. "total": {
  14909. "type": "integer"
  14910. }
  14911. }
  14912. },
  14913. "md.UserFeedbackRecordListReq": {
  14914. "type": "object",
  14915. "properties": {
  14916. "id": {
  14917. "type": "string"
  14918. },
  14919. "limit": {
  14920. "description": "每页大小",
  14921. "type": "string"
  14922. },
  14923. "page": {
  14924. "description": "页数",
  14925. "type": "string"
  14926. }
  14927. }
  14928. },
  14929. "md.UserFeedbackRecordListResp": {
  14930. "type": "object",
  14931. "properties": {
  14932. "content": {
  14933. "type": "string"
  14934. },
  14935. "create_at": {
  14936. "type": "string"
  14937. },
  14938. "head_img": {
  14939. "type": "string"
  14940. },
  14941. "nickname": {
  14942. "type": "string"
  14943. },
  14944. "type": {
  14945. "type": "string"
  14946. }
  14947. }
  14948. },
  14949. "md.UserFeedbackSayReq": {
  14950. "type": "object",
  14951. "properties": {
  14952. "content": {
  14953. "type": "string"
  14954. },
  14955. "id": {
  14956. "type": "string"
  14957. }
  14958. }
  14959. },
  14960. "md.UserManagementGetBalanceDetailResp": {
  14961. "type": "object",
  14962. "properties": {
  14963. "list": {
  14964. "type": "array",
  14965. "items": {
  14966. "$ref": "#/definitions/md.BalanceDetailNode"
  14967. }
  14968. },
  14969. "paginate": {
  14970. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  14971. }
  14972. }
  14973. },
  14974. "md.UserManagementGetFansResp": {
  14975. "type": "object",
  14976. "properties": {
  14977. "list": {
  14978. "description": "用户数据",
  14979. "type": "array",
  14980. "items": {
  14981. "$ref": "#/definitions/md.FansNode"
  14982. }
  14983. },
  14984. "paginate": {
  14985. "description": "分页信息",
  14986. "allOf": [
  14987. {
  14988. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  14989. }
  14990. ]
  14991. }
  14992. }
  14993. },
  14994. "md.UserManagementGetOneBasicResp": {
  14995. "type": "object",
  14996. "properties": {
  14997. "basic_info": {
  14998. "description": "基本信息",
  14999. "allOf": [
  15000. {
  15001. "$ref": "#/definitions/md.BasicInfoNode"
  15002. }
  15003. ]
  15004. },
  15005. "levels_list": {
  15006. "description": "等级列表",
  15007. "type": "array",
  15008. "items": {
  15009. "type": "object",
  15010. "additionalProperties": true
  15011. }
  15012. },
  15013. "other_info": {
  15014. "description": "其他信息",
  15015. "allOf": [
  15016. {
  15017. "$ref": "#/definitions/md.OtherNode"
  15018. }
  15019. ]
  15020. },
  15021. "tags_list": {
  15022. "description": "标签列表",
  15023. "type": "array",
  15024. "items": {
  15025. "type": "object",
  15026. "additionalProperties": true
  15027. }
  15028. }
  15029. }
  15030. },
  15031. "md.UserManagementGetUserListNode": {
  15032. "type": "object",
  15033. "properties": {
  15034. "avatar": {
  15035. "description": "头像",
  15036. "type": "string"
  15037. },
  15038. "id": {
  15039. "description": "会员 ID",
  15040. "type": "integer"
  15041. },
  15042. "invite_code": {
  15043. "type": "string",
  15044. "example": "会员邀请码"
  15045. },
  15046. "is_real_name": {
  15047. "description": "是否实名 0.未实名,1.已实名",
  15048. "type": "integer"
  15049. },
  15050. "last_login_at": {
  15051. "description": "最后登录时间",
  15052. "type": "string"
  15053. },
  15054. "level_name": {
  15055. "description": "会员等级",
  15056. "type": "string"
  15057. },
  15058. "memo": {
  15059. "description": "备注",
  15060. "type": "string"
  15061. },
  15062. "nickname": {
  15063. "description": "昵称",
  15064. "type": "string"
  15065. },
  15066. "parent_id": {
  15067. "description": "推荐人 ID",
  15068. "type": "integer"
  15069. },
  15070. "parent_invite_code": {
  15071. "type": "string",
  15072. "example": "推荐人邀请码"
  15073. },
  15074. "parent_phone": {
  15075. "type": "string",
  15076. "example": "推荐人手机号"
  15077. },
  15078. "phone": {
  15079. "description": "手机号",
  15080. "type": "string"
  15081. },
  15082. "register_time": {
  15083. "description": "注册时间",
  15084. "type": "string"
  15085. },
  15086. "register_type": {
  15087. "description": "注册类型",
  15088. "type": "integer"
  15089. },
  15090. "sex": {
  15091. "description": "性别(0:未知 1:男 2:女)",
  15092. "type": "integer"
  15093. },
  15094. "state": {
  15095. "description": "状态",
  15096. "type": "integer"
  15097. },
  15098. "tag": {
  15099. "description": "会员标签",
  15100. "type": "array",
  15101. "items": {
  15102. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  15103. }
  15104. },
  15105. "wechat": {
  15106. "description": "微信号",
  15107. "type": "string"
  15108. }
  15109. }
  15110. },
  15111. "md.UserManagementGetUserListReq": {
  15112. "type": "object",
  15113. "properties": {
  15114. "effective": {
  15115. "description": "有效会员",
  15116. "type": "integer"
  15117. },
  15118. "id": {
  15119. "description": "会员 ID",
  15120. "type": "integer"
  15121. },
  15122. "invite_code": {
  15123. "type": "string",
  15124. "example": "会员邀请码"
  15125. },
  15126. "is_real_name": {
  15127. "description": "是否实名 0.未实名,1.已实名",
  15128. "type": "integer"
  15129. },
  15130. "level": {
  15131. "description": "会员等级",
  15132. "type": "integer"
  15133. },
  15134. "limit": {
  15135. "type": "integer"
  15136. },
  15137. "login_after": {
  15138. "description": "最近登录结束时间",
  15139. "type": "string"
  15140. },
  15141. "login_before": {
  15142. "description": "最近登录开始时间",
  15143. "type": "string"
  15144. },
  15145. "memo": {
  15146. "description": "备注",
  15147. "type": "string"
  15148. },
  15149. "nickname": {
  15150. "type": "string",
  15151. "example": "会员昵称"
  15152. },
  15153. "page": {
  15154. "type": "integer"
  15155. },
  15156. "parent_invite_code": {
  15157. "type": "string",
  15158. "example": "上级邀请码"
  15159. },
  15160. "parent_phone": {
  15161. "type": "string",
  15162. "example": "上级手机号"
  15163. },
  15164. "phone": {
  15165. "type": "string",
  15166. "example": "会员手机号"
  15167. },
  15168. "recommend_id": {
  15169. "description": "推荐人 ID",
  15170. "type": "integer"
  15171. },
  15172. "register_after": {
  15173. "description": "注册时间终点",
  15174. "type": "string"
  15175. },
  15176. "register_before": {
  15177. "description": "注册时间起点",
  15178. "type": "string"
  15179. },
  15180. "register_type": {
  15181. "description": "注册类型(1:APP注册、2:H5注册)",
  15182. "type": "integer"
  15183. },
  15184. "sex": {
  15185. "description": "性别(0:未知 1:男 2:女)",
  15186. "type": "integer"
  15187. },
  15188. "state": {
  15189. "description": "状态",
  15190. "type": "integer"
  15191. },
  15192. "tag": {
  15193. "description": "标签 id",
  15194. "type": "integer"
  15195. },
  15196. "union_id": {
  15197. "type": "string",
  15198. "example": "微信号"
  15199. }
  15200. }
  15201. },
  15202. "md.UserManagementGetUserListResp": {
  15203. "type": "object",
  15204. "properties": {
  15205. "levels_list": {
  15206. "description": "等级列表",
  15207. "type": "array",
  15208. "items": {
  15209. "type": "object",
  15210. "additionalProperties": true
  15211. }
  15212. },
  15213. "list": {
  15214. "type": "array",
  15215. "items": {
  15216. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  15217. }
  15218. },
  15219. "paginate": {
  15220. "description": "分页信息",
  15221. "allOf": [
  15222. {
  15223. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15224. }
  15225. ]
  15226. },
  15227. "state_list": {
  15228. "description": "状态列表",
  15229. "type": "array",
  15230. "items": {
  15231. "type": "object",
  15232. "additionalProperties": true
  15233. }
  15234. },
  15235. "tags_list": {
  15236. "description": "标签列表",
  15237. "type": "array",
  15238. "items": {
  15239. "type": "object",
  15240. "additionalProperties": true
  15241. }
  15242. }
  15243. }
  15244. },
  15245. "md.UserManagementGetVirtualCoinDetailResp": {
  15246. "type": "object",
  15247. "properties": {
  15248. "coin_list": {
  15249. "type": "array",
  15250. "items": {
  15251. "type": "object",
  15252. "additionalProperties": true
  15253. }
  15254. },
  15255. "list": {
  15256. "type": "array",
  15257. "items": {
  15258. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  15259. }
  15260. },
  15261. "paginate": {
  15262. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15263. }
  15264. }
  15265. },
  15266. "md.UserManagementUpdateUserInfoReq": {
  15267. "type": "object",
  15268. "properties": {
  15269. "avatar": {
  15270. "description": "头像",
  15271. "type": "string"
  15272. },
  15273. "last_login_ip": {
  15274. "description": "用户最后登录 IP",
  15275. "type": "string"
  15276. },
  15277. "level": {
  15278. "description": "会员等级 ID",
  15279. "type": "string"
  15280. },
  15281. "memo": {
  15282. "type": "string",
  15283. "example": "备注"
  15284. },
  15285. "nickname": {
  15286. "description": "用户名",
  15287. "type": "string"
  15288. },
  15289. "parent_uid": {
  15290. "description": "邀请人 ID",
  15291. "type": "string"
  15292. },
  15293. "password": {
  15294. "description": "登录密码",
  15295. "type": "string"
  15296. },
  15297. "phone": {
  15298. "description": "手机号",
  15299. "type": "string"
  15300. },
  15301. "sex": {
  15302. "description": "性别(0:未知 1:男 2:女)",
  15303. "type": "string"
  15304. },
  15305. "state": {
  15306. "description": "账号状态 1正常,2冻结",
  15307. "type": "string"
  15308. },
  15309. "tag": {
  15310. "description": "用户标签 ID列表",
  15311. "type": "string"
  15312. },
  15313. "uid": {
  15314. "type": "integer"
  15315. },
  15316. "union_id": {
  15317. "description": "微信号",
  15318. "type": "string"
  15319. }
  15320. }
  15321. },
  15322. "md.UserRealName": {
  15323. "type": "object",
  15324. "properties": {
  15325. "create_time": {
  15326. "type": "string"
  15327. },
  15328. "id": {
  15329. "type": "string"
  15330. },
  15331. "id_no": {
  15332. "type": "string"
  15333. },
  15334. "name": {
  15335. "type": "string"
  15336. },
  15337. "pay_state": {
  15338. "type": "string",
  15339. "example": "0未支付 1已支付"
  15340. },
  15341. "phone": {
  15342. "type": "string"
  15343. },
  15344. "state": {
  15345. "type": "string",
  15346. "example": "0未申请 1申请通过 3申请失败"
  15347. },
  15348. "uid": {
  15349. "type": "string"
  15350. }
  15351. }
  15352. },
  15353. "md.UserRealNameBaseResp": {
  15354. "type": "object",
  15355. "properties": {
  15356. "user_real_name_money": {
  15357. "type": "string",
  15358. "example": "实名认证费用"
  15359. },
  15360. "user_real_name_rule": {
  15361. "type": "string",
  15362. "example": "实名认证说明"
  15363. }
  15364. }
  15365. },
  15366. "md.UserRealNameReq": {
  15367. "type": "object",
  15368. "properties": {
  15369. "id_no": {
  15370. "type": "string"
  15371. },
  15372. "limit": {
  15373. "type": "string"
  15374. },
  15375. "name": {
  15376. "type": "string"
  15377. },
  15378. "page": {
  15379. "type": "string"
  15380. },
  15381. "phone": {
  15382. "type": "string"
  15383. },
  15384. "state": {
  15385. "type": "string"
  15386. },
  15387. "uid": {
  15388. "type": "string"
  15389. }
  15390. }
  15391. },
  15392. "md.UserRealNameResp": {
  15393. "type": "object",
  15394. "properties": {
  15395. "list": {
  15396. "type": "array",
  15397. "items": {
  15398. "$ref": "#/definitions/md.UserRealName"
  15399. }
  15400. },
  15401. "select_data": {
  15402. "type": "array",
  15403. "items": {
  15404. "type": "object",
  15405. "additionalProperties": {
  15406. "type": "string"
  15407. }
  15408. }
  15409. },
  15410. "total": {
  15411. "type": "integer"
  15412. }
  15413. }
  15414. },
  15415. "md.UserRealNameSaveReq": {
  15416. "type": "object",
  15417. "properties": {
  15418. "id": {
  15419. "type": "string"
  15420. },
  15421. "state": {
  15422. "type": "string"
  15423. }
  15424. }
  15425. },
  15426. "md.UserVirtualCoinFlow": {
  15427. "type": "object",
  15428. "properties": {
  15429. "after_amount": {
  15430. "type": "string",
  15431. "example": "变更后数量"
  15432. },
  15433. "amount": {
  15434. "type": "string",
  15435. "example": "变更数量"
  15436. },
  15437. "before_amount": {
  15438. "type": "string",
  15439. "example": "变更前数量"
  15440. },
  15441. "coin_id": {
  15442. "description": "虚拟币 ID",
  15443. "type": "integer"
  15444. },
  15445. "create_at": {
  15446. "type": "string",
  15447. "example": "创建时间"
  15448. },
  15449. "direction": {
  15450. "description": "方向:1收入 2支出",
  15451. "type": "integer"
  15452. },
  15453. "id": {
  15454. "type": "integer"
  15455. },
  15456. "sys_fee": {
  15457. "type": "string",
  15458. "example": "手续费"
  15459. },
  15460. "title": {
  15461. "type": "string",
  15462. "example": "标题"
  15463. },
  15464. "transfer_type": {
  15465. "description": "转账类型",
  15466. "type": "integer"
  15467. },
  15468. "uid": {
  15469. "description": "用户 ID",
  15470. "type": "integer"
  15471. },
  15472. "update_at": {
  15473. "type": "string",
  15474. "example": "更新时间"
  15475. }
  15476. }
  15477. },
  15478. "md.VideoBaseData": {
  15479. "type": "object",
  15480. "properties": {
  15481. "interval": {
  15482. "type": "string",
  15483. "example": "领取间隔 秒"
  15484. },
  15485. "reward": {
  15486. "type": "string",
  15487. "example": "单次奖励"
  15488. },
  15489. "timer": {
  15490. "type": "string",
  15491. "example": "观看X秒奖励"
  15492. },
  15493. "total": {
  15494. "type": "string",
  15495. "example": "可领取总次数"
  15496. }
  15497. }
  15498. },
  15499. "md.VideoRewardSetting": {
  15500. "type": "object",
  15501. "properties": {
  15502. "video_reward_is_open": {
  15503. "description": "视频奖励是否开启(1:开启 0:关闭)",
  15504. "type": "integer"
  15505. },
  15506. "video_reward_system": {
  15507. "description": "视频奖励机制",
  15508. "allOf": [
  15509. {
  15510. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  15511. }
  15512. ]
  15513. }
  15514. }
  15515. },
  15516. "md.VideoRewardSystemStruct": {
  15517. "type": "object",
  15518. "properties": {
  15519. "each_round_hour": {
  15520. "description": "每一轮X个小时",
  15521. "type": "string"
  15522. },
  15523. "interval_minutes": {
  15524. "description": "间隔X秒",
  15525. "type": "string"
  15526. },
  15527. "reward_total_num": {
  15528. "description": "一共X个奖励视屏",
  15529. "type": "string"
  15530. },
  15531. "reward_value": {
  15532. "description": "奖励X个活跃积分",
  15533. "type": "string"
  15534. }
  15535. }
  15536. },
  15537. "md.VipEquitySettingNode": {
  15538. "type": "object",
  15539. "properties": {
  15540. "dividend_ratio": {
  15541. "description": "分红比例",
  15542. "type": "string"
  15543. },
  15544. "exchange_account_balance_fee": {
  15545. "description": "兑换余额手续费",
  15546. "type": "string"
  15547. },
  15548. "vip_level_id": {
  15549. "description": "会员等级ID",
  15550. "type": "string"
  15551. },
  15552. "vip_level_name": {
  15553. "description": "会员等级名称",
  15554. "type": "string"
  15555. }
  15556. }
  15557. },
  15558. "md.VirtualCoin": {
  15559. "type": "object",
  15560. "properties": {
  15561. "create_at": {
  15562. "type": "string"
  15563. },
  15564. "exchange_ratio": {
  15565. "description": "兑换比例(与金额)",
  15566. "type": "string",
  15567. "example": "兑换比例(与金额)"
  15568. },
  15569. "id": {
  15570. "type": "integer"
  15571. },
  15572. "is_use": {
  15573. "description": "是否开启: 0否 1是",
  15574. "type": "integer"
  15575. },
  15576. "name": {
  15577. "description": "名称",
  15578. "type": "string"
  15579. },
  15580. "update_at": {
  15581. "type": "string"
  15582. }
  15583. }
  15584. },
  15585. "md.VirtualCoinDetailNode": {
  15586. "type": "object",
  15587. "properties": {
  15588. "after_amount": {
  15589. "description": "变更后积分余额",
  15590. "type": "string"
  15591. },
  15592. "amount": {
  15593. "description": "变更数量",
  15594. "type": "string"
  15595. },
  15596. "create_at": {
  15597. "description": "创建时间",
  15598. "type": "string"
  15599. },
  15600. "direction": {
  15601. "description": "类型 1.收入 2.支出",
  15602. "type": "integer"
  15603. },
  15604. "uid": {
  15605. "description": "用户 ID",
  15606. "type": "integer"
  15607. }
  15608. }
  15609. },
  15610. "md.VirtualCoinListNode": {
  15611. "type": "object",
  15612. "properties": {
  15613. "coin_id": {
  15614. "description": "货币类型 ID",
  15615. "type": "integer"
  15616. },
  15617. "kind": {
  15618. "description": "货币序号",
  15619. "type": "integer"
  15620. },
  15621. "name": {
  15622. "type": "string",
  15623. "example": "货币类型名称"
  15624. }
  15625. }
  15626. },
  15627. "md.WebsiteInfoResp": {
  15628. "type": "object",
  15629. "properties": {
  15630. "android_down_url": {
  15631. "type": "string"
  15632. },
  15633. "ios_down_url": {
  15634. "type": "string"
  15635. },
  15636. "seo_logo": {
  15637. "type": "string"
  15638. },
  15639. "seo_title": {
  15640. "type": "string",
  15641. "example": "seo"
  15642. },
  15643. "web_logo": {
  15644. "type": "string"
  15645. }
  15646. }
  15647. },
  15648. "md.WithdrawApplyAuditReq": {
  15649. "type": "object",
  15650. "required": [
  15651. "audit_state",
  15652. "reason",
  15653. "withdraw_apply_id"
  15654. ],
  15655. "properties": {
  15656. "audit_state": {
  15657. "description": "审核状态(1:同意 2:拒绝)",
  15658. "type": "integer"
  15659. },
  15660. "reason": {
  15661. "description": "审核失败(驳回理由)",
  15662. "type": "integer"
  15663. },
  15664. "withdraw_apply_id": {
  15665. "description": "提现申请id",
  15666. "type": "integer"
  15667. }
  15668. }
  15669. },
  15670. "md.WithdrawFeeSetStruct": {
  15671. "type": "object",
  15672. "properties": {
  15673. "duration": {
  15674. "description": "类型 (1.固定金额 2.固定比例)",
  15675. "type": "integer"
  15676. },
  15677. "value": {
  15678. "description": "具体值",
  15679. "type": "integer"
  15680. }
  15681. }
  15682. },
  15683. "md.WithdrawFrequencySettingStruct": {
  15684. "type": "object",
  15685. "properties": {
  15686. "duration": {
  15687. "description": "周期 (1.天 2.周 3.月)",
  15688. "type": "integer"
  15689. },
  15690. "num": {
  15691. "description": "周期数",
  15692. "type": "array",
  15693. "items": {
  15694. "type": "string"
  15695. }
  15696. }
  15697. }
  15698. },
  15699. "md.WithdrawTimeIntervalStruct": {
  15700. "type": "object",
  15701. "properties": {
  15702. "end_at": {
  15703. "type": "string"
  15704. },
  15705. "start_at": {
  15706. "type": "string"
  15707. }
  15708. }
  15709. },
  15710. "model.EggEnergyUserEggIndexWeight": {
  15711. "type": "object",
  15712. "properties": {
  15713. "account_balance_exchange_egg_energy_nums": {
  15714. "type": "string"
  15715. },
  15716. "browse_interface_nums": {
  15717. "type": "string"
  15718. },
  15719. "college_learning_nums": {
  15720. "type": "string"
  15721. },
  15722. "create_at": {
  15723. "type": "string"
  15724. },
  15725. "ecpm": {
  15726. "type": "string"
  15727. },
  15728. "egg_energy_exchange_account_balance": {
  15729. "type": "string"
  15730. },
  15731. "forum_comments_nums": {
  15732. "type": "string"
  15733. },
  15734. "id": {
  15735. "type": "integer"
  15736. },
  15737. "im_activity_nums": {
  15738. "type": "string"
  15739. },
  15740. "invite_user_nums": {
  15741. "type": "string"
  15742. },
  15743. "person_add_activity_value": {
  15744. "type": "string"
  15745. },
  15746. "send_circle_of_friend_nums": {
  15747. "type": "string"
  15748. },
  15749. "send_red_package_nums": {
  15750. "type": "string"
  15751. },
  15752. "sign_in_nums": {
  15753. "type": "string"
  15754. },
  15755. "team_activity_nums": {
  15756. "type": "string"
  15757. },
  15758. "update_at": {
  15759. "type": "string"
  15760. },
  15761. "violate_nums": {
  15762. "type": "string"
  15763. }
  15764. }
  15765. },
  15766. "model.PlatformActiveData": {
  15767. "type": "object",
  15768. "properties": {
  15769. "date": {
  15770. "type": "string"
  15771. },
  15772. "id": {
  15773. "type": "integer"
  15774. },
  15775. "new_user_count": {
  15776. "type": "integer"
  15777. },
  15778. "user_sign_in_count": {
  15779. "type": "integer"
  15780. },
  15781. "withdraw_amount_count": {
  15782. "type": "string"
  15783. },
  15784. "withdraw_user_count": {
  15785. "type": "integer"
  15786. }
  15787. }
  15788. },
  15789. "model.UserLevelTask": {
  15790. "type": "object",
  15791. "properties": {
  15792. "active_days": {
  15793. "type": "integer"
  15794. },
  15795. "create_at": {
  15796. "type": "string"
  15797. },
  15798. "finish_count": {
  15799. "type": "integer"
  15800. },
  15801. "id": {
  15802. "type": "integer"
  15803. },
  15804. "is_must_task": {
  15805. "type": "integer"
  15806. },
  15807. "level_id": {
  15808. "type": "integer"
  15809. },
  15810. "task_type": {
  15811. "type": "integer"
  15812. },
  15813. "task_type_level_id": {
  15814. "type": "integer"
  15815. },
  15816. "update_at": {
  15817. "type": "string"
  15818. },
  15819. "within_days": {
  15820. "type": "integer"
  15821. }
  15822. }
  15823. },
  15824. "setCenter.WebBasicReq": {
  15825. "type": "object",
  15826. "properties": {
  15827. "android_down_url": {
  15828. "type": "string"
  15829. },
  15830. "ios_down_url": {
  15831. "type": "string"
  15832. },
  15833. "seo_logo": {
  15834. "type": "string"
  15835. },
  15836. "seo_title": {
  15837. "type": "string"
  15838. },
  15839. "wap_host": {
  15840. "type": "string",
  15841. "example": "h5域名"
  15842. },
  15843. "web_logo": {
  15844. "type": "string"
  15845. }
  15846. }
  15847. },
  15848. "setCenter.WebBasicResp": {
  15849. "type": "object",
  15850. "properties": {
  15851. "android_down_url": {
  15852. "type": "string"
  15853. },
  15854. "ios_down_url": {
  15855. "type": "string"
  15856. },
  15857. "seo_logo": {
  15858. "type": "string"
  15859. },
  15860. "seo_logo_url": {
  15861. "type": "string"
  15862. },
  15863. "seo_title": {
  15864. "type": "string"
  15865. },
  15866. "wap_host": {
  15867. "type": "string",
  15868. "example": "h5域名"
  15869. },
  15870. "web_logo": {
  15871. "type": "string"
  15872. },
  15873. "web_logo_url": {
  15874. "type": "string"
  15875. }
  15876. }
  15877. }
  15878. },
  15879. "securityDefinitions": {
  15880. "MasterID": {
  15881. "type": "apiKey",
  15882. "name": "MasterID",
  15883. "in": "header"
  15884. }
  15885. }
  15886. }