蛋蛋星球 后台端
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.
 
 
 

12958 Zeilen
444 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.ArticleDelReq"
  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/getOssUrl": {
  1292. "post": {
  1293. "description": "上传许可链接(获取)",
  1294. "consumes": [
  1295. "application/json"
  1296. ],
  1297. "produces": [
  1298. "application/json"
  1299. ],
  1300. "tags": [
  1301. "对象存储"
  1302. ],
  1303. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1304. "parameters": [
  1305. {
  1306. "type": "string",
  1307. "description": "验证参数Bearer和token空格拼接",
  1308. "name": "Authorization",
  1309. "in": "header",
  1310. "required": true
  1311. },
  1312. {
  1313. "description": "签名上传url",
  1314. "name": "req",
  1315. "in": "body",
  1316. "required": true,
  1317. "schema": {
  1318. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1319. }
  1320. }
  1321. ],
  1322. "responses": {
  1323. "200": {
  1324. "description": "许可链接",
  1325. "schema": {
  1326. "type": "string"
  1327. }
  1328. },
  1329. "400": {
  1330. "description": "具体错误",
  1331. "schema": {
  1332. "$ref": "#/definitions/md.Response"
  1333. }
  1334. }
  1335. }
  1336. }
  1337. },
  1338. "/api/comm/getSTSVoucher": {
  1339. "get": {
  1340. "description": "STS临时访问凭证(获取)",
  1341. "consumes": [
  1342. "application/json"
  1343. ],
  1344. "produces": [
  1345. "application/json"
  1346. ],
  1347. "tags": [
  1348. "对象存储"
  1349. ],
  1350. "summary": "通用请求-对象存储-STS临时访问凭证(获取)",
  1351. "parameters": [
  1352. {
  1353. "type": "string",
  1354. "description": "验证参数Bearer和token空格拼接",
  1355. "name": "Authorization",
  1356. "in": "header",
  1357. "required": true
  1358. }
  1359. ],
  1360. "responses": {
  1361. "200": {
  1362. "description": "凭证及其他信息",
  1363. "schema": {
  1364. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  1365. }
  1366. },
  1367. "400": {
  1368. "description": "具体错误",
  1369. "schema": {
  1370. "$ref": "#/definitions/md.Response"
  1371. }
  1372. }
  1373. }
  1374. }
  1375. },
  1376. "/api/config": {
  1377. "get": {
  1378. "description": "基本配置",
  1379. "consumes": [
  1380. "application/json"
  1381. ],
  1382. "produces": [
  1383. "application/json"
  1384. ],
  1385. "tags": [
  1386. "基本配置"
  1387. ],
  1388. "summary": "基本配置",
  1389. "parameters": [
  1390. {
  1391. "type": "string",
  1392. "description": "验证参数Bearer和token空格拼接",
  1393. "name": "Authorization",
  1394. "in": "header",
  1395. "required": true
  1396. }
  1397. ],
  1398. "responses": {
  1399. "200": {
  1400. "description": "具体数据",
  1401. "schema": {
  1402. "$ref": "#/definitions/md.ConfigResp"
  1403. }
  1404. },
  1405. "400": {
  1406. "description": "具体错误",
  1407. "schema": {
  1408. "$ref": "#/definitions/md.Response"
  1409. }
  1410. }
  1411. }
  1412. }
  1413. },
  1414. "/api/demo": {
  1415. "post": {
  1416. "description": "Demo样例测试",
  1417. "consumes": [
  1418. "application/json"
  1419. ],
  1420. "produces": [
  1421. "application/json"
  1422. ],
  1423. "tags": [
  1424. "Demo"
  1425. ],
  1426. "summary": "Demo测试",
  1427. "parameters": [
  1428. {
  1429. "description": "用户名密码",
  1430. "name": "req",
  1431. "in": "body",
  1432. "required": true,
  1433. "schema": {}
  1434. }
  1435. ],
  1436. "responses": {
  1437. "200": {
  1438. "description": "token",
  1439. "schema": {
  1440. "type": "object",
  1441. "additionalProperties": true
  1442. }
  1443. },
  1444. "400": {
  1445. "description": "具体错误",
  1446. "schema": {
  1447. "$ref": "#/definitions/md.Response"
  1448. }
  1449. }
  1450. }
  1451. }
  1452. },
  1453. "/api/financialCenter/withdraw/applyList": {
  1454. "post": {
  1455. "description": "提现申请列表(获取)",
  1456. "consumes": [
  1457. "application/json"
  1458. ],
  1459. "produces": [
  1460. "application/json"
  1461. ],
  1462. "tags": [
  1463. "提现"
  1464. ],
  1465. "summary": "财务中心-提现-提现申请列表(获取)",
  1466. "parameters": [
  1467. {
  1468. "type": "string",
  1469. "description": "验证参数Bearer和token空格拼接",
  1470. "name": "Authorization",
  1471. "in": "header",
  1472. "required": true
  1473. },
  1474. {
  1475. "description": "筛选条件",
  1476. "name": "req",
  1477. "in": "body",
  1478. "schema": {
  1479. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1480. }
  1481. }
  1482. ],
  1483. "responses": {
  1484. "200": {
  1485. "description": "具体数据",
  1486. "schema": {
  1487. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1488. }
  1489. },
  1490. "400": {
  1491. "description": "具体错误",
  1492. "schema": {
  1493. "$ref": "#/definitions/md.Response"
  1494. }
  1495. }
  1496. }
  1497. }
  1498. },
  1499. "/api/financialCenter/withdraw/setting": {
  1500. "get": {
  1501. "description": "基础设置(获取)",
  1502. "consumes": [
  1503. "application/json"
  1504. ],
  1505. "produces": [
  1506. "application/json"
  1507. ],
  1508. "tags": [
  1509. "提现"
  1510. ],
  1511. "summary": "财务中心-提现-基础设置(获取)",
  1512. "parameters": [
  1513. {
  1514. "type": "string",
  1515. "description": "验证参数Bearer和token空格拼接",
  1516. "name": "Authorization",
  1517. "in": "header",
  1518. "required": true
  1519. }
  1520. ],
  1521. "responses": {
  1522. "200": {
  1523. "description": "具体数据",
  1524. "schema": {
  1525. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1526. }
  1527. },
  1528. "400": {
  1529. "description": "具体错误",
  1530. "schema": {
  1531. "$ref": "#/definitions/md.Response"
  1532. }
  1533. }
  1534. }
  1535. }
  1536. },
  1537. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1538. "post": {
  1539. "description": "基础设置(更新)",
  1540. "consumes": [
  1541. "application/json"
  1542. ],
  1543. "produces": [
  1544. "application/json"
  1545. ],
  1546. "tags": [
  1547. "提现"
  1548. ],
  1549. "summary": "财务中心-提现-基础设置(更新)",
  1550. "parameters": [
  1551. {
  1552. "type": "string",
  1553. "description": "验证参数Bearer和token空格拼接",
  1554. "name": "Authorization",
  1555. "in": "header",
  1556. "required": true
  1557. },
  1558. {
  1559. "description": "id 必填",
  1560. "name": "req",
  1561. "in": "body",
  1562. "required": true,
  1563. "schema": {
  1564. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1565. }
  1566. }
  1567. ],
  1568. "responses": {
  1569. "200": {
  1570. "description": "修改数据条数",
  1571. "schema": {
  1572. "type": "int"
  1573. }
  1574. },
  1575. "400": {
  1576. "description": "具体错误",
  1577. "schema": {
  1578. "$ref": "#/definitions/md.Response"
  1579. }
  1580. }
  1581. }
  1582. }
  1583. },
  1584. "/api/homePage/activeData": {
  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/hdl.GetActiveDataResp"
  1611. }
  1612. },
  1613. "400": {
  1614. "description": "具体错误",
  1615. "schema": {
  1616. "$ref": "#/definitions/md.Response"
  1617. }
  1618. }
  1619. }
  1620. }
  1621. },
  1622. "/api/homePage/growData": {
  1623. "get": {
  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. "type": "string",
  1645. "description": "1:按天 2:按周 3:按小时",
  1646. "name": "kind",
  1647. "in": "query"
  1648. }
  1649. ],
  1650. "responses": {
  1651. "200": {
  1652. "description": "具体数据",
  1653. "schema": {
  1654. "$ref": "#/definitions/md.GetPriceCurveResp"
  1655. }
  1656. },
  1657. "400": {
  1658. "description": "具体错误",
  1659. "schema": {
  1660. "$ref": "#/definitions/md.Response"
  1661. }
  1662. }
  1663. }
  1664. }
  1665. },
  1666. "/api/homePage/totalData": {
  1667. "get": {
  1668. "description": "数据总览",
  1669. "consumes": [
  1670. "application/json"
  1671. ],
  1672. "produces": [
  1673. "application/json"
  1674. ],
  1675. "tags": [
  1676. "首页"
  1677. ],
  1678. "summary": "首页-首页-数据总览",
  1679. "parameters": [
  1680. {
  1681. "type": "string",
  1682. "description": "验证参数Bearer和token空格拼接",
  1683. "name": "Authorization",
  1684. "in": "header",
  1685. "required": true
  1686. },
  1687. {
  1688. "type": "string",
  1689. "description": "年",
  1690. "name": "year",
  1691. "in": "query",
  1692. "required": true
  1693. },
  1694. {
  1695. "type": "string",
  1696. "description": "月",
  1697. "name": "month",
  1698. "in": "query",
  1699. "required": true
  1700. }
  1701. ],
  1702. "responses": {
  1703. "200": {
  1704. "description": "具体数据",
  1705. "schema": {
  1706. "$ref": "#/definitions/hdl.TotalDataResp"
  1707. }
  1708. },
  1709. "400": {
  1710. "description": "具体错误",
  1711. "schema": {
  1712. "$ref": "#/definitions/md.Response"
  1713. }
  1714. }
  1715. }
  1716. }
  1717. },
  1718. "/api/im/addCustomerService": {
  1719. "post": {
  1720. "description": "客服(新增)",
  1721. "consumes": [
  1722. "application/json"
  1723. ],
  1724. "produces": [
  1725. "application/json"
  1726. ],
  1727. "tags": [
  1728. "客服"
  1729. ],
  1730. "summary": "Im-客服(新增)",
  1731. "parameters": [
  1732. {
  1733. "type": "string",
  1734. "description": "验证参数Bearer和token空格拼接",
  1735. "name": "Authorization",
  1736. "in": "header",
  1737. "required": true
  1738. },
  1739. {
  1740. "description": "相关参数",
  1741. "name": "req",
  1742. "in": "body",
  1743. "required": true,
  1744. "schema": {
  1745. "$ref": "#/definitions/md.AddCustomerServiceReq"
  1746. }
  1747. }
  1748. ],
  1749. "responses": {
  1750. "200": {
  1751. "description": "success",
  1752. "schema": {
  1753. "type": "string"
  1754. }
  1755. },
  1756. "400": {
  1757. "description": "具体错误",
  1758. "schema": {
  1759. "$ref": "#/definitions/md.Response"
  1760. }
  1761. }
  1762. }
  1763. }
  1764. },
  1765. "/api/im/addEmoticon": {
  1766. "post": {
  1767. "description": "表情包(新增)",
  1768. "consumes": [
  1769. "application/json"
  1770. ],
  1771. "produces": [
  1772. "application/json"
  1773. ],
  1774. "tags": [
  1775. "表情包"
  1776. ],
  1777. "summary": "Im-表情包(新增)",
  1778. "parameters": [
  1779. {
  1780. "type": "string",
  1781. "description": "验证参数Bearer和token空格拼接",
  1782. "name": "Authorization",
  1783. "in": "header",
  1784. "required": true
  1785. },
  1786. {
  1787. "description": "相关参数",
  1788. "name": "req",
  1789. "in": "body",
  1790. "required": true,
  1791. "schema": {
  1792. "$ref": "#/definitions/md.AddEmoticonReq"
  1793. }
  1794. }
  1795. ],
  1796. "responses": {
  1797. "200": {
  1798. "description": "success",
  1799. "schema": {
  1800. "type": "string"
  1801. }
  1802. },
  1803. "400": {
  1804. "description": "具体错误",
  1805. "schema": {
  1806. "$ref": "#/definitions/md.Response"
  1807. }
  1808. }
  1809. }
  1810. }
  1811. },
  1812. "/api/im/batchSendGroupMessage": {
  1813. "post": {
  1814. "description": "群发发送群组消息",
  1815. "consumes": [
  1816. "application/json"
  1817. ],
  1818. "produces": [
  1819. "application/json"
  1820. ],
  1821. "tags": [
  1822. "群发发送群组消息"
  1823. ],
  1824. "summary": "Im-群发发送群组消息",
  1825. "parameters": [
  1826. {
  1827. "type": "string",
  1828. "description": "验证参数Bearer和token空格拼接",
  1829. "name": "Authorization",
  1830. "in": "header",
  1831. "required": true
  1832. },
  1833. {
  1834. "description": "相关参数",
  1835. "name": "req",
  1836. "in": "body",
  1837. "required": true,
  1838. "schema": {
  1839. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  1840. }
  1841. }
  1842. ],
  1843. "responses": {
  1844. "200": {
  1845. "description": "success",
  1846. "schema": {
  1847. "type": "string"
  1848. }
  1849. },
  1850. "400": {
  1851. "description": "具体错误",
  1852. "schema": {
  1853. "$ref": "#/definitions/md.Response"
  1854. }
  1855. }
  1856. }
  1857. }
  1858. },
  1859. "/api/im/batchSendUserMessage": {
  1860. "post": {
  1861. "description": "群发发送用户消息",
  1862. "consumes": [
  1863. "application/json"
  1864. ],
  1865. "produces": [
  1866. "application/json"
  1867. ],
  1868. "tags": [
  1869. "群发发送用户消息"
  1870. ],
  1871. "summary": "Im-群发发送用户消息",
  1872. "parameters": [
  1873. {
  1874. "type": "string",
  1875. "description": "验证参数Bearer和token空格拼接",
  1876. "name": "Authorization",
  1877. "in": "header",
  1878. "required": true
  1879. },
  1880. {
  1881. "description": "相关参数",
  1882. "name": "req",
  1883. "in": "body",
  1884. "required": true,
  1885. "schema": {
  1886. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  1887. }
  1888. }
  1889. ],
  1890. "responses": {
  1891. "200": {
  1892. "description": "success",
  1893. "schema": {
  1894. "type": "string"
  1895. }
  1896. },
  1897. "400": {
  1898. "description": "具体错误",
  1899. "schema": {
  1900. "$ref": "#/definitions/md.Response"
  1901. }
  1902. }
  1903. }
  1904. }
  1905. },
  1906. "/api/im/deleteEmoticon": {
  1907. "post": {
  1908. "description": "表情包(删除)",
  1909. "consumes": [
  1910. "application/json"
  1911. ],
  1912. "produces": [
  1913. "application/json"
  1914. ],
  1915. "tags": [
  1916. "表情包"
  1917. ],
  1918. "summary": "Im-表情包(删除)",
  1919. "parameters": [
  1920. {
  1921. "type": "string",
  1922. "description": "验证参数Bearer和token空格拼接",
  1923. "name": "Authorization",
  1924. "in": "header",
  1925. "required": true
  1926. },
  1927. {
  1928. "description": "相关参数",
  1929. "name": "req",
  1930. "in": "body",
  1931. "required": true,
  1932. "schema": {
  1933. "$ref": "#/definitions/md.DeleteEmoticonReq"
  1934. }
  1935. }
  1936. ],
  1937. "responses": {
  1938. "200": {
  1939. "description": "success",
  1940. "schema": {
  1941. "type": "string"
  1942. }
  1943. },
  1944. "400": {
  1945. "description": "具体错误",
  1946. "schema": {
  1947. "$ref": "#/definitions/md.Response"
  1948. }
  1949. }
  1950. }
  1951. }
  1952. },
  1953. "/api/im/getBasic": {
  1954. "get": {
  1955. "description": "基础设置(获取)",
  1956. "consumes": [
  1957. "application/json"
  1958. ],
  1959. "produces": [
  1960. "application/json"
  1961. ],
  1962. "tags": [
  1963. "基础设置"
  1964. ],
  1965. "summary": "Im-基础设置(获取)",
  1966. "parameters": [
  1967. {
  1968. "type": "string",
  1969. "description": "验证参数Bearer和token空格拼接",
  1970. "name": "Authorization",
  1971. "in": "header",
  1972. "required": true
  1973. }
  1974. ],
  1975. "responses": {
  1976. "200": {
  1977. "description": "设置列表",
  1978. "schema": {
  1979. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  1980. }
  1981. },
  1982. "400": {
  1983. "description": "具体错误",
  1984. "schema": {
  1985. "$ref": "#/definitions/md.Response"
  1986. }
  1987. }
  1988. }
  1989. }
  1990. },
  1991. "/api/im/groupList": {
  1992. "post": {
  1993. "description": "群组用户(列表)",
  1994. "consumes": [
  1995. "application/json"
  1996. ],
  1997. "produces": [
  1998. "application/json"
  1999. ],
  2000. "tags": [
  2001. "群组用户"
  2002. ],
  2003. "summary": "Im-群组用户(列表)",
  2004. "parameters": [
  2005. {
  2006. "type": "string",
  2007. "description": "验证参数Bearer和token空格拼接",
  2008. "name": "Authorization",
  2009. "in": "header",
  2010. "required": true
  2011. },
  2012. {
  2013. "description": "相关参数",
  2014. "name": "req",
  2015. "in": "body",
  2016. "required": true,
  2017. "schema": {
  2018. "$ref": "#/definitions/md.GroupListReq"
  2019. }
  2020. }
  2021. ],
  2022. "responses": {
  2023. "200": {
  2024. "description": "OK",
  2025. "schema": {
  2026. "$ref": "#/definitions/md.GroupListResp"
  2027. }
  2028. },
  2029. "400": {
  2030. "description": "具体错误",
  2031. "schema": {
  2032. "$ref": "#/definitions/md.Response"
  2033. }
  2034. }
  2035. }
  2036. }
  2037. },
  2038. "/api/im/pageCustomerService": {
  2039. "post": {
  2040. "description": "客服(列表)",
  2041. "consumes": [
  2042. "application/json"
  2043. ],
  2044. "produces": [
  2045. "application/json"
  2046. ],
  2047. "tags": [
  2048. "客服"
  2049. ],
  2050. "summary": "Im-客服(列表)",
  2051. "parameters": [
  2052. {
  2053. "type": "string",
  2054. "description": "验证参数Bearer和token空格拼接",
  2055. "name": "Authorization",
  2056. "in": "header",
  2057. "required": true
  2058. },
  2059. {
  2060. "description": "相关参数",
  2061. "name": "req",
  2062. "in": "body",
  2063. "required": true,
  2064. "schema": {
  2065. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2066. }
  2067. }
  2068. ],
  2069. "responses": {
  2070. "200": {
  2071. "description": "设置列表",
  2072. "schema": {
  2073. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2074. }
  2075. },
  2076. "400": {
  2077. "description": "具体错误",
  2078. "schema": {
  2079. "$ref": "#/definitions/md.Response"
  2080. }
  2081. }
  2082. }
  2083. }
  2084. },
  2085. "/api/im/pageEmoticon": {
  2086. "post": {
  2087. "description": "表情包(列表)",
  2088. "consumes": [
  2089. "application/json"
  2090. ],
  2091. "produces": [
  2092. "application/json"
  2093. ],
  2094. "tags": [
  2095. "表情包"
  2096. ],
  2097. "summary": "Im-表情包(列表)",
  2098. "parameters": [
  2099. {
  2100. "type": "string",
  2101. "description": "验证参数Bearer和token空格拼接",
  2102. "name": "Authorization",
  2103. "in": "header",
  2104. "required": true
  2105. },
  2106. {
  2107. "description": "相关参数",
  2108. "name": "req",
  2109. "in": "body",
  2110. "required": true,
  2111. "schema": {
  2112. "$ref": "#/definitions/md.PageEmoticonReq"
  2113. }
  2114. }
  2115. ],
  2116. "responses": {
  2117. "200": {
  2118. "description": "设置列表",
  2119. "schema": {
  2120. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2121. }
  2122. },
  2123. "400": {
  2124. "description": "具体错误",
  2125. "schema": {
  2126. "$ref": "#/definitions/md.Response"
  2127. }
  2128. }
  2129. }
  2130. }
  2131. },
  2132. "/api/im/pageSendRedPackageOrd": {
  2133. "post": {
  2134. "description": "红包记录(列表)",
  2135. "consumes": [
  2136. "application/json"
  2137. ],
  2138. "produces": [
  2139. "application/json"
  2140. ],
  2141. "tags": [
  2142. "红包记录"
  2143. ],
  2144. "summary": "Im-红包记录(列表)",
  2145. "parameters": [
  2146. {
  2147. "type": "string",
  2148. "description": "验证参数Bearer和token空格拼接",
  2149. "name": "Authorization",
  2150. "in": "header",
  2151. "required": true
  2152. },
  2153. {
  2154. "description": "相关参数",
  2155. "name": "req",
  2156. "in": "body",
  2157. "required": true,
  2158. "schema": {
  2159. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2160. }
  2161. }
  2162. ],
  2163. "responses": {
  2164. "200": {
  2165. "description": "success",
  2166. "schema": {
  2167. "type": "string"
  2168. }
  2169. },
  2170. "400": {
  2171. "description": "具体错误",
  2172. "schema": {
  2173. "$ref": "#/definitions/md.Response"
  2174. }
  2175. }
  2176. }
  2177. }
  2178. },
  2179. "/api/im/redPackageRecordsDetail": {
  2180. "get": {
  2181. "description": "红包记录(详情)",
  2182. "consumes": [
  2183. "application/json"
  2184. ],
  2185. "produces": [
  2186. "application/json"
  2187. ],
  2188. "tags": [
  2189. "红包记录"
  2190. ],
  2191. "summary": "Im-红包记录(详情)",
  2192. "parameters": [
  2193. {
  2194. "type": "string",
  2195. "description": "验证参数Bearer和token空格拼接",
  2196. "name": "Authorization",
  2197. "in": "header",
  2198. "required": true
  2199. },
  2200. {
  2201. "type": "string",
  2202. "description": "红包id",
  2203. "name": "red_package_id",
  2204. "in": "query",
  2205. "required": true
  2206. }
  2207. ],
  2208. "responses": {
  2209. "200": {
  2210. "description": "success",
  2211. "schema": {
  2212. "type": "string"
  2213. }
  2214. },
  2215. "400": {
  2216. "description": "具体错误",
  2217. "schema": {
  2218. "$ref": "#/definitions/md.Response"
  2219. }
  2220. }
  2221. }
  2222. }
  2223. },
  2224. "/api/im/setBasic": {
  2225. "post": {
  2226. "description": "基础设置(更新)",
  2227. "consumes": [
  2228. "application/json"
  2229. ],
  2230. "produces": [
  2231. "application/json"
  2232. ],
  2233. "tags": [
  2234. "基础设置"
  2235. ],
  2236. "summary": "Im-基础设置(更新)",
  2237. "parameters": [
  2238. {
  2239. "type": "string",
  2240. "description": "验证参数Bearer和token空格拼接",
  2241. "name": "Authorization",
  2242. "in": "header",
  2243. "required": true
  2244. },
  2245. {
  2246. "description": "上传需要修改的信息",
  2247. "name": "req",
  2248. "in": "body",
  2249. "required": true,
  2250. "schema": {
  2251. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2252. }
  2253. }
  2254. ],
  2255. "responses": {
  2256. "200": {
  2257. "description": "success",
  2258. "schema": {
  2259. "type": "string"
  2260. }
  2261. },
  2262. "400": {
  2263. "description": "具体错误",
  2264. "schema": {
  2265. "$ref": "#/definitions/md.Response"
  2266. }
  2267. }
  2268. }
  2269. }
  2270. },
  2271. "/api/im/setCustomerServiceState": {
  2272. "post": {
  2273. "description": "客服(更新状态)",
  2274. "consumes": [
  2275. "application/json"
  2276. ],
  2277. "produces": [
  2278. "application/json"
  2279. ],
  2280. "tags": [
  2281. "客服"
  2282. ],
  2283. "summary": "Im-客服(更新状态)",
  2284. "parameters": [
  2285. {
  2286. "type": "string",
  2287. "description": "验证参数Bearer和token空格拼接",
  2288. "name": "Authorization",
  2289. "in": "header",
  2290. "required": true
  2291. },
  2292. {
  2293. "description": "相关参数",
  2294. "name": "req",
  2295. "in": "body",
  2296. "required": true,
  2297. "schema": {
  2298. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2299. }
  2300. }
  2301. ],
  2302. "responses": {
  2303. "200": {
  2304. "description": "success",
  2305. "schema": {
  2306. "type": "string"
  2307. }
  2308. },
  2309. "400": {
  2310. "description": "具体错误",
  2311. "schema": {
  2312. "$ref": "#/definitions/md.Response"
  2313. }
  2314. }
  2315. }
  2316. }
  2317. },
  2318. "/api/im/setEmoticonState": {
  2319. "post": {
  2320. "description": "表情包(新增)",
  2321. "consumes": [
  2322. "application/json"
  2323. ],
  2324. "produces": [
  2325. "application/json"
  2326. ],
  2327. "tags": [
  2328. "表情包"
  2329. ],
  2330. "summary": "Im-表情包(更新状态)",
  2331. "parameters": [
  2332. {
  2333. "type": "string",
  2334. "description": "验证参数Bearer和token空格拼接",
  2335. "name": "Authorization",
  2336. "in": "header",
  2337. "required": true
  2338. },
  2339. {
  2340. "description": "相关参数",
  2341. "name": "req",
  2342. "in": "body",
  2343. "required": true,
  2344. "schema": {
  2345. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2346. }
  2347. }
  2348. ],
  2349. "responses": {
  2350. "200": {
  2351. "description": "success",
  2352. "schema": {
  2353. "type": "string"
  2354. }
  2355. },
  2356. "400": {
  2357. "description": "具体错误",
  2358. "schema": {
  2359. "$ref": "#/definitions/md.Response"
  2360. }
  2361. }
  2362. }
  2363. }
  2364. },
  2365. "/api/im/updateCustomerServiceMemo": {
  2366. "post": {
  2367. "description": "客服(编辑备注)",
  2368. "consumes": [
  2369. "application/json"
  2370. ],
  2371. "produces": [
  2372. "application/json"
  2373. ],
  2374. "tags": [
  2375. "客服"
  2376. ],
  2377. "summary": "Im-客服(编辑备注)",
  2378. "parameters": [
  2379. {
  2380. "type": "string",
  2381. "description": "验证参数Bearer和token空格拼接",
  2382. "name": "Authorization",
  2383. "in": "header",
  2384. "required": true
  2385. },
  2386. {
  2387. "description": "相关参数",
  2388. "name": "req",
  2389. "in": "body",
  2390. "required": true,
  2391. "schema": {
  2392. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2393. }
  2394. }
  2395. ],
  2396. "responses": {
  2397. "200": {
  2398. "description": "success",
  2399. "schema": {
  2400. "type": "string"
  2401. }
  2402. },
  2403. "400": {
  2404. "description": "具体错误",
  2405. "schema": {
  2406. "$ref": "#/definitions/md.Response"
  2407. }
  2408. }
  2409. }
  2410. }
  2411. },
  2412. "/api/im/updateEmoticon": {
  2413. "post": {
  2414. "description": "表情包(编辑)",
  2415. "consumes": [
  2416. "application/json"
  2417. ],
  2418. "produces": [
  2419. "application/json"
  2420. ],
  2421. "tags": [
  2422. "表情包"
  2423. ],
  2424. "summary": "Im-表情包(编辑)",
  2425. "parameters": [
  2426. {
  2427. "type": "string",
  2428. "description": "验证参数Bearer和token空格拼接",
  2429. "name": "Authorization",
  2430. "in": "header",
  2431. "required": true
  2432. },
  2433. {
  2434. "description": "相关参数",
  2435. "name": "req",
  2436. "in": "body",
  2437. "required": true,
  2438. "schema": {
  2439. "$ref": "#/definitions/md.UpdateEmoticonReq"
  2440. }
  2441. }
  2442. ],
  2443. "responses": {
  2444. "200": {
  2445. "description": "success",
  2446. "schema": {
  2447. "type": "string"
  2448. }
  2449. },
  2450. "400": {
  2451. "description": "具体错误",
  2452. "schema": {
  2453. "$ref": "#/definitions/md.Response"
  2454. }
  2455. }
  2456. }
  2457. }
  2458. },
  2459. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  2460. "post": {
  2461. "description": "会员设置(新增)",
  2462. "consumes": [
  2463. "application/json"
  2464. ],
  2465. "produces": [
  2466. "application/json"
  2467. ],
  2468. "tags": [
  2469. "蛋蛋能量"
  2470. ],
  2471. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  2472. "parameters": [
  2473. {
  2474. "type": "string",
  2475. "description": "验证参数Bearer和token空格拼接",
  2476. "name": "Authorization",
  2477. "in": "header",
  2478. "required": true
  2479. },
  2480. {
  2481. "description": "system_id 必填",
  2482. "name": "req",
  2483. "in": "body",
  2484. "required": true,
  2485. "schema": {
  2486. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  2487. }
  2488. }
  2489. ],
  2490. "responses": {
  2491. "200": {
  2492. "description": "修改数据条数",
  2493. "schema": {
  2494. "type": "int"
  2495. }
  2496. },
  2497. "400": {
  2498. "description": "具体错误",
  2499. "schema": {
  2500. "$ref": "#/definitions/md.Response"
  2501. }
  2502. }
  2503. }
  2504. }
  2505. },
  2506. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  2507. "post": {
  2508. "description": "动态数据流水(获取)",
  2509. "consumes": [
  2510. "application/json"
  2511. ],
  2512. "produces": [
  2513. "application/json"
  2514. ],
  2515. "tags": [
  2516. "公排管理"
  2517. ],
  2518. "summary": "制度中心-动态数据-动态数据流水(获取)",
  2519. "parameters": [
  2520. {
  2521. "type": "string",
  2522. "description": "验证参数Bearer和token空格拼接",
  2523. "name": "Authorization",
  2524. "in": "header",
  2525. "required": true
  2526. },
  2527. {
  2528. "description": "页数、每页大小必传 起止时间、持有类型选传",
  2529. "name": "req",
  2530. "in": "body",
  2531. "required": true,
  2532. "schema": {
  2533. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  2534. }
  2535. }
  2536. ],
  2537. "responses": {
  2538. "200": {
  2539. "description": "成功返回",
  2540. "schema": {
  2541. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  2542. }
  2543. },
  2544. "400": {
  2545. "description": "具体错误",
  2546. "schema": {
  2547. "$ref": "#/definitions/md.Response"
  2548. }
  2549. }
  2550. }
  2551. }
  2552. },
  2553. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  2554. "get": {
  2555. "description": "贡献值-基础设置(获取)",
  2556. "consumes": [
  2557. "application/json"
  2558. ],
  2559. "produces": [
  2560. "application/json"
  2561. ],
  2562. "tags": [
  2563. "贡献值"
  2564. ],
  2565. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  2566. "parameters": [
  2567. {
  2568. "type": "string",
  2569. "description": "验证参数Bearer和token空格拼接",
  2570. "name": "Authorization",
  2571. "in": "header",
  2572. "required": true
  2573. }
  2574. ],
  2575. "responses": {
  2576. "200": {
  2577. "description": "具体数据",
  2578. "schema": {
  2579. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  2580. }
  2581. },
  2582. "400": {
  2583. "description": "具体错误",
  2584. "schema": {
  2585. "$ref": "#/definitions/md.Response"
  2586. }
  2587. }
  2588. }
  2589. }
  2590. },
  2591. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  2592. "post": {
  2593. "description": "贡献值-基础设置(更新)",
  2594. "consumes": [
  2595. "application/json"
  2596. ],
  2597. "produces": [
  2598. "application/json"
  2599. ],
  2600. "tags": [
  2601. "贡献值"
  2602. ],
  2603. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  2604. "parameters": [
  2605. {
  2606. "type": "string",
  2607. "description": "验证参数Bearer和token空格拼接",
  2608. "name": "Authorization",
  2609. "in": "header",
  2610. "required": true
  2611. },
  2612. {
  2613. "description": "id 必填",
  2614. "name": "req",
  2615. "in": "body",
  2616. "required": true,
  2617. "schema": {
  2618. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  2619. }
  2620. }
  2621. ],
  2622. "responses": {
  2623. "200": {
  2624. "description": "修改数据条数",
  2625. "schema": {
  2626. "type": "int"
  2627. }
  2628. },
  2629. "400": {
  2630. "description": "具体错误",
  2631. "schema": {
  2632. "$ref": "#/definitions/md.Response"
  2633. }
  2634. }
  2635. }
  2636. }
  2637. },
  2638. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  2639. "post": {
  2640. "description": "蛋蛋分管理(人工打分)",
  2641. "consumes": [
  2642. "application/json"
  2643. ],
  2644. "produces": [
  2645. "application/json"
  2646. ],
  2647. "tags": [
  2648. "蛋蛋能量"
  2649. ],
  2650. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  2651. "parameters": [
  2652. {
  2653. "type": "string",
  2654. "description": "验证参数Bearer和token空格拼接",
  2655. "name": "Authorization",
  2656. "in": "header",
  2657. "required": true
  2658. },
  2659. {
  2660. "description": "请求参数",
  2661. "name": "req",
  2662. "in": "body",
  2663. "required": true,
  2664. "schema": {
  2665. "$ref": "#/definitions/md.ManualScoreReq"
  2666. }
  2667. }
  2668. ],
  2669. "responses": {
  2670. "200": {
  2671. "description": "成功返回",
  2672. "schema": {
  2673. "type": "string"
  2674. }
  2675. },
  2676. "400": {
  2677. "description": "具体错误",
  2678. "schema": {
  2679. "$ref": "#/definitions/md.Response"
  2680. }
  2681. }
  2682. }
  2683. }
  2684. },
  2685. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  2686. "post": {
  2687. "description": "蛋蛋分管理(着陆页数据分析)",
  2688. "consumes": [
  2689. "application/json"
  2690. ],
  2691. "produces": [
  2692. "application/json"
  2693. ],
  2694. "tags": [
  2695. "蛋蛋能量"
  2696. ],
  2697. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  2698. "parameters": [
  2699. {
  2700. "type": "string",
  2701. "description": "验证参数Bearer和token空格拼接",
  2702. "name": "Authorization",
  2703. "in": "header",
  2704. "required": true
  2705. },
  2706. {
  2707. "description": "请求参数",
  2708. "name": "req",
  2709. "in": "body",
  2710. "required": true,
  2711. "schema": {
  2712. "$ref": "#/definitions/md.StatisticsEggPointReq"
  2713. }
  2714. }
  2715. ],
  2716. "responses": {
  2717. "200": {
  2718. "description": "成功返回",
  2719. "schema": {
  2720. "$ref": "#/definitions/md.StatisticsEggPointResp"
  2721. }
  2722. },
  2723. "400": {
  2724. "description": "具体错误",
  2725. "schema": {
  2726. "$ref": "#/definitions/md.Response"
  2727. }
  2728. }
  2729. }
  2730. }
  2731. },
  2732. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  2733. "post": {
  2734. "description": "蛋蛋分管理(用户数据列表)",
  2735. "consumes": [
  2736. "application/json"
  2737. ],
  2738. "produces": [
  2739. "application/json"
  2740. ],
  2741. "tags": [
  2742. "蛋蛋能量"
  2743. ],
  2744. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  2745. "parameters": [
  2746. {
  2747. "type": "string",
  2748. "description": "验证参数Bearer和token空格拼接",
  2749. "name": "Authorization",
  2750. "in": "header",
  2751. "required": true
  2752. },
  2753. {
  2754. "description": "请求参数",
  2755. "name": "req",
  2756. "in": "body",
  2757. "required": true,
  2758. "schema": {
  2759. "$ref": "#/definitions/md.UserEggFlowReq"
  2760. }
  2761. }
  2762. ],
  2763. "responses": {
  2764. "200": {
  2765. "description": "成功返回",
  2766. "schema": {
  2767. "$ref": "#/definitions/md.UserEggFlowReqResp"
  2768. }
  2769. },
  2770. "400": {
  2771. "description": "具体错误",
  2772. "schema": {
  2773. "$ref": "#/definitions/md.Response"
  2774. }
  2775. }
  2776. }
  2777. }
  2778. },
  2779. "/api/institutionalManagement/eggEnergy/getBasic": {
  2780. "get": {
  2781. "description": "基础设置(获取)",
  2782. "consumes": [
  2783. "application/json"
  2784. ],
  2785. "produces": [
  2786. "application/json"
  2787. ],
  2788. "tags": [
  2789. "蛋蛋能量"
  2790. ],
  2791. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  2792. "parameters": [
  2793. {
  2794. "type": "string",
  2795. "description": "验证参数Bearer和token空格拼接",
  2796. "name": "Authorization",
  2797. "in": "header",
  2798. "required": true
  2799. }
  2800. ],
  2801. "responses": {
  2802. "200": {
  2803. "description": "具体数据",
  2804. "schema": {
  2805. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  2806. }
  2807. },
  2808. "400": {
  2809. "description": "具体错误",
  2810. "schema": {
  2811. "$ref": "#/definitions/md.Response"
  2812. }
  2813. }
  2814. }
  2815. }
  2816. },
  2817. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  2818. "get": {
  2819. "description": "基础会员设置(获取)",
  2820. "consumes": [
  2821. "application/json"
  2822. ],
  2823. "produces": [
  2824. "application/json"
  2825. ],
  2826. "tags": [
  2827. "蛋蛋能量"
  2828. ],
  2829. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  2830. "parameters": [
  2831. {
  2832. "type": "string",
  2833. "description": "验证参数Bearer和token空格拼接",
  2834. "name": "Authorization",
  2835. "in": "header",
  2836. "required": true
  2837. }
  2838. ],
  2839. "responses": {
  2840. "200": {
  2841. "description": "具体数据",
  2842. "schema": {
  2843. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  2844. }
  2845. },
  2846. "400": {
  2847. "description": "具体错误",
  2848. "schema": {
  2849. "$ref": "#/definitions/md.Response"
  2850. }
  2851. }
  2852. }
  2853. }
  2854. },
  2855. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  2856. "get": {
  2857. "description": "查询所有币种(获取)",
  2858. "consumes": [
  2859. "application/json"
  2860. ],
  2861. "produces": [
  2862. "application/json"
  2863. ],
  2864. "tags": [
  2865. "蛋蛋能量"
  2866. ],
  2867. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  2868. "parameters": [
  2869. {
  2870. "type": "string",
  2871. "description": "验证参数Bearer和token空格拼接",
  2872. "name": "Authorization",
  2873. "in": "header",
  2874. "required": true
  2875. }
  2876. ],
  2877. "responses": {
  2878. "200": {
  2879. "description": "成功返回",
  2880. "schema": {
  2881. "type": "array",
  2882. "items": {
  2883. "$ref": "#/definitions/md.VirtualCoin"
  2884. }
  2885. }
  2886. },
  2887. "400": {
  2888. "description": "具体错误",
  2889. "schema": {
  2890. "$ref": "#/definitions/md.Response"
  2891. }
  2892. }
  2893. }
  2894. }
  2895. },
  2896. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  2897. "get": {
  2898. "description": "数据概览(获取)",
  2899. "consumes": [
  2900. "application/json"
  2901. ],
  2902. "produces": [
  2903. "application/json"
  2904. ],
  2905. "tags": [
  2906. "蛋蛋能量"
  2907. ],
  2908. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  2909. "parameters": [
  2910. {
  2911. "type": "string",
  2912. "description": "验证参数Bearer和token空格拼接",
  2913. "name": "Authorization",
  2914. "in": "header",
  2915. "required": true
  2916. }
  2917. ],
  2918. "responses": {
  2919. "200": {
  2920. "description": "具体数据",
  2921. "schema": {
  2922. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  2923. }
  2924. },
  2925. "400": {
  2926. "description": "具体错误",
  2927. "schema": {
  2928. "$ref": "#/definitions/md.Response"
  2929. }
  2930. }
  2931. }
  2932. }
  2933. },
  2934. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  2935. "post": {
  2936. "description": "价值明细数据(新增)",
  2937. "consumes": [
  2938. "application/json"
  2939. ],
  2940. "produces": [
  2941. "application/json"
  2942. ],
  2943. "tags": [
  2944. "蛋蛋能量"
  2945. ],
  2946. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  2947. "parameters": [
  2948. {
  2949. "type": "string",
  2950. "description": "验证参数Bearer和token空格拼接",
  2951. "name": "Authorization",
  2952. "in": "header",
  2953. "required": true
  2954. },
  2955. {
  2956. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  2957. "name": "req",
  2958. "in": "body",
  2959. "required": true,
  2960. "schema": {
  2961. "$ref": "#/definitions/md.AddFundDataReq"
  2962. }
  2963. }
  2964. ],
  2965. "responses": {
  2966. "200": {
  2967. "description": "插入数据 id",
  2968. "schema": {
  2969. "type": "int"
  2970. }
  2971. },
  2972. "400": {
  2973. "description": "具体错误",
  2974. "schema": {
  2975. "$ref": "#/definitions/md.Response"
  2976. }
  2977. }
  2978. }
  2979. }
  2980. },
  2981. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  2982. "post": {
  2983. "description": "新增数据列表(获取)",
  2984. "consumes": [
  2985. "application/json"
  2986. ],
  2987. "produces": [
  2988. "application/json"
  2989. ],
  2990. "tags": [
  2991. "蛋蛋能量"
  2992. ],
  2993. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  2994. "parameters": [
  2995. {
  2996. "type": "string",
  2997. "description": "验证参数Bearer和token空格拼接",
  2998. "name": "Authorization",
  2999. "in": "header",
  3000. "required": true
  3001. },
  3002. {
  3003. "description": "分页信息必填",
  3004. "name": "req",
  3005. "in": "body",
  3006. "required": true,
  3007. "schema": {
  3008. "$ref": "#/definitions/md.GetFundDataListReq"
  3009. }
  3010. }
  3011. ],
  3012. "responses": {
  3013. "200": {
  3014. "description": "具体数据",
  3015. "schema": {
  3016. "$ref": "#/definitions/md.GetFundDataListResp"
  3017. }
  3018. },
  3019. "400": {
  3020. "description": "具体错误",
  3021. "schema": {
  3022. "$ref": "#/definitions/md.Response"
  3023. }
  3024. }
  3025. }
  3026. }
  3027. },
  3028. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3029. "post": {
  3030. "description": "新增数据列表详情(查询)",
  3031. "consumes": [
  3032. "application/json"
  3033. ],
  3034. "produces": [
  3035. "application/json"
  3036. ],
  3037. "tags": [
  3038. "蛋蛋能量"
  3039. ],
  3040. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3041. "parameters": [
  3042. {
  3043. "type": "string",
  3044. "description": "验证参数Bearer和token空格拼接",
  3045. "name": "Authorization",
  3046. "in": "header",
  3047. "required": true
  3048. },
  3049. {
  3050. "description": "获取到的 system_id 以及分页信息",
  3051. "name": "req",
  3052. "in": "body",
  3053. "required": true,
  3054. "schema": {
  3055. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3056. }
  3057. }
  3058. ],
  3059. "responses": {
  3060. "200": {
  3061. "description": "具体数据",
  3062. "schema": {
  3063. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3064. }
  3065. },
  3066. "400": {
  3067. "description": "具体错误",
  3068. "schema": {
  3069. "$ref": "#/definitions/md.Response"
  3070. }
  3071. }
  3072. }
  3073. }
  3074. },
  3075. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  3076. "get": {
  3077. "description": "价格趋势(获取)",
  3078. "consumes": [
  3079. "application/json"
  3080. ],
  3081. "produces": [
  3082. "application/json"
  3083. ],
  3084. "tags": [
  3085. "蛋蛋能量"
  3086. ],
  3087. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3088. "parameters": [
  3089. {
  3090. "type": "string",
  3091. "description": "验证参数Bearer和token空格拼接",
  3092. "name": "Authorization",
  3093. "in": "header",
  3094. "required": true
  3095. },
  3096. {
  3097. "type": "string",
  3098. "description": "1:按天 2:按小时 3:按周",
  3099. "name": "kind",
  3100. "in": "query"
  3101. }
  3102. ],
  3103. "responses": {
  3104. "200": {
  3105. "description": "具体数据",
  3106. "schema": {
  3107. "$ref": "#/definitions/md.GetPriceCurveResp"
  3108. }
  3109. },
  3110. "400": {
  3111. "description": "具体错误",
  3112. "schema": {
  3113. "$ref": "#/definitions/md.Response"
  3114. }
  3115. }
  3116. }
  3117. }
  3118. },
  3119. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3120. "post": {
  3121. "description": "激励视频(获取)",
  3122. "consumes": [
  3123. "application/json"
  3124. ],
  3125. "produces": [
  3126. "application/json"
  3127. ],
  3128. "tags": [
  3129. "蛋蛋能量"
  3130. ],
  3131. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  3132. "parameters": [
  3133. {
  3134. "type": "string",
  3135. "description": "验证参数Bearer和token空格拼接",
  3136. "name": "Authorization",
  3137. "in": "header",
  3138. "required": true
  3139. },
  3140. {
  3141. "description": "落地页不填页大小默认20条数据",
  3142. "name": "req",
  3143. "in": "body",
  3144. "required": true,
  3145. "schema": {
  3146. "$ref": "#/definitions/md.SetVideoRewardReq"
  3147. }
  3148. }
  3149. ],
  3150. "responses": {
  3151. "200": {
  3152. "description": "OK",
  3153. "schema": {
  3154. "$ref": "#/definitions/md.GetVideoRewardResp"
  3155. }
  3156. },
  3157. "400": {
  3158. "description": "具体错误",
  3159. "schema": {
  3160. "$ref": "#/definitions/md.Response"
  3161. }
  3162. }
  3163. }
  3164. }
  3165. },
  3166. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  3167. "post": {
  3168. "description": "其他广告设置数据(新增)",
  3169. "consumes": [
  3170. "application/json"
  3171. ],
  3172. "produces": [
  3173. "application/json"
  3174. ],
  3175. "tags": [
  3176. "蛋蛋能量"
  3177. ],
  3178. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  3179. "parameters": [
  3180. {
  3181. "type": "string",
  3182. "description": "验证参数Bearer和token空格拼接",
  3183. "name": "Authorization",
  3184. "in": "header",
  3185. "required": true
  3186. },
  3187. {
  3188. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3189. "name": "req",
  3190. "in": "body",
  3191. "required": true,
  3192. "schema": {
  3193. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  3194. }
  3195. }
  3196. ],
  3197. "responses": {
  3198. "200": {
  3199. "description": "插入数据 id",
  3200. "schema": {
  3201. "type": "int"
  3202. }
  3203. },
  3204. "400": {
  3205. "description": "具体错误",
  3206. "schema": {
  3207. "$ref": "#/definitions/md.Response"
  3208. }
  3209. }
  3210. }
  3211. }
  3212. },
  3213. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  3214. "post": {
  3215. "description": "其他广告设置数据(获取)",
  3216. "consumes": [
  3217. "application/json"
  3218. ],
  3219. "produces": [
  3220. "application/json"
  3221. ],
  3222. "tags": [
  3223. "蛋蛋能量"
  3224. ],
  3225. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  3226. "parameters": [
  3227. {
  3228. "type": "string",
  3229. "description": "验证参数Bearer和token空格拼接",
  3230. "name": "Authorization",
  3231. "in": "header",
  3232. "required": true
  3233. },
  3234. {
  3235. "description": "分页信息必填",
  3236. "name": "req",
  3237. "in": "body",
  3238. "required": true,
  3239. "schema": {
  3240. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  3241. }
  3242. }
  3243. ],
  3244. "responses": {
  3245. "200": {
  3246. "description": "具体数据",
  3247. "schema": {
  3248. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  3249. }
  3250. },
  3251. "400": {
  3252. "description": "具体错误",
  3253. "schema": {
  3254. "$ref": "#/definitions/md.Response"
  3255. }
  3256. }
  3257. }
  3258. }
  3259. },
  3260. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  3261. "post": {
  3262. "description": "激励视频(设置)",
  3263. "consumes": [
  3264. "application/json"
  3265. ],
  3266. "produces": [
  3267. "application/json"
  3268. ],
  3269. "tags": [
  3270. "蛋蛋能量"
  3271. ],
  3272. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  3273. "parameters": [
  3274. {
  3275. "type": "string",
  3276. "description": "验证参数Bearer和token空格拼接",
  3277. "name": "Authorization",
  3278. "in": "header",
  3279. "required": true
  3280. },
  3281. {
  3282. "description": "落地页不填页大小默认20条数据",
  3283. "name": "req",
  3284. "in": "body",
  3285. "required": true,
  3286. "schema": {
  3287. "$ref": "#/definitions/md.SetVideoRewardReq"
  3288. }
  3289. }
  3290. ],
  3291. "responses": {
  3292. "200": {
  3293. "description": "success",
  3294. "schema": {
  3295. "type": "string"
  3296. }
  3297. },
  3298. "400": {
  3299. "description": "具体错误",
  3300. "schema": {
  3301. "$ref": "#/definitions/md.Response"
  3302. }
  3303. }
  3304. }
  3305. }
  3306. },
  3307. "/api/institutionalManagement/eggEnergy/updateBasic": {
  3308. "post": {
  3309. "description": "基础设置(更新)",
  3310. "consumes": [
  3311. "application/json"
  3312. ],
  3313. "produces": [
  3314. "application/json"
  3315. ],
  3316. "tags": [
  3317. "蛋蛋能量"
  3318. ],
  3319. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  3320. "parameters": [
  3321. {
  3322. "type": "string",
  3323. "description": "验证参数Bearer和token空格拼接",
  3324. "name": "Authorization",
  3325. "in": "header",
  3326. "required": true
  3327. },
  3328. {
  3329. "description": "system_id 必填",
  3330. "name": "req",
  3331. "in": "body",
  3332. "required": true,
  3333. "schema": {
  3334. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  3335. }
  3336. }
  3337. ],
  3338. "responses": {
  3339. "200": {
  3340. "description": "修改数据条数",
  3341. "schema": {
  3342. "type": "int"
  3343. }
  3344. },
  3345. "400": {
  3346. "description": "具体错误",
  3347. "schema": {
  3348. "$ref": "#/definitions/md.Response"
  3349. }
  3350. }
  3351. }
  3352. }
  3353. },
  3354. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  3355. "post": {
  3356. "description": "会员设置(更新)",
  3357. "consumes": [
  3358. "application/json"
  3359. ],
  3360. "produces": [
  3361. "application/json"
  3362. ],
  3363. "tags": [
  3364. "蛋蛋能量"
  3365. ],
  3366. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  3367. "parameters": [
  3368. {
  3369. "type": "string",
  3370. "description": "验证参数Bearer和token空格拼接",
  3371. "name": "Authorization",
  3372. "in": "header",
  3373. "required": true
  3374. },
  3375. {
  3376. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  3377. "name": "req",
  3378. "in": "body",
  3379. "required": true,
  3380. "schema": {
  3381. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3382. }
  3383. }
  3384. ],
  3385. "responses": {
  3386. "200": {
  3387. "description": "修改数据条数",
  3388. "schema": {
  3389. "type": "int"
  3390. }
  3391. },
  3392. "400": {
  3393. "description": "具体错误",
  3394. "schema": {
  3395. "$ref": "#/definitions/md.Response"
  3396. }
  3397. }
  3398. }
  3399. }
  3400. },
  3401. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  3402. "post": {
  3403. "description": "蛋蛋能量流水(查询)",
  3404. "consumes": [
  3405. "application/json"
  3406. ],
  3407. "produces": [
  3408. "application/json"
  3409. ],
  3410. "tags": [
  3411. "公排管理"
  3412. ],
  3413. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  3414. "parameters": [
  3415. {
  3416. "type": "string",
  3417. "description": "验证参数Bearer和token空格拼接",
  3418. "name": "Authorization",
  3419. "in": "header",
  3420. "required": true
  3421. },
  3422. {
  3423. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  3424. "name": "req",
  3425. "in": "body",
  3426. "required": true,
  3427. "schema": {
  3428. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  3429. }
  3430. }
  3431. ],
  3432. "responses": {
  3433. "200": {
  3434. "description": "成功返回",
  3435. "schema": {
  3436. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  3437. }
  3438. },
  3439. "400": {
  3440. "description": "具体错误",
  3441. "schema": {
  3442. "$ref": "#/definitions/md.Response"
  3443. }
  3444. }
  3445. }
  3446. }
  3447. },
  3448. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  3449. "post": {
  3450. "description": "蛋蛋能量明细(获取)",
  3451. "consumes": [
  3452. "application/json"
  3453. ],
  3454. "produces": [
  3455. "application/json"
  3456. ],
  3457. "tags": [
  3458. "公排管理"
  3459. ],
  3460. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  3461. "parameters": [
  3462. {
  3463. "type": "string",
  3464. "description": "验证参数Bearer和token空格拼接",
  3465. "name": "Authorization",
  3466. "in": "header",
  3467. "required": true
  3468. },
  3469. {
  3470. "description": "落地页不填页大小默认20条数据",
  3471. "name": "req",
  3472. "in": "body",
  3473. "schema": {
  3474. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  3475. }
  3476. }
  3477. ],
  3478. "responses": {
  3479. "200": {
  3480. "description": "成功返回",
  3481. "schema": {
  3482. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  3483. }
  3484. },
  3485. "400": {
  3486. "description": "具体错误",
  3487. "schema": {
  3488. "$ref": "#/definitions/md.Response"
  3489. }
  3490. }
  3491. }
  3492. }
  3493. },
  3494. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  3495. "post": {
  3496. "description": "蛋蛋积分持有者明细(获取)",
  3497. "consumes": [
  3498. "application/json"
  3499. ],
  3500. "produces": [
  3501. "application/json"
  3502. ],
  3503. "tags": [
  3504. "公排管理"
  3505. ],
  3506. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  3507. "parameters": [
  3508. {
  3509. "type": "string",
  3510. "description": "验证参数Bearer和token空格拼接",
  3511. "name": "Authorization",
  3512. "in": "header",
  3513. "required": true
  3514. },
  3515. {
  3516. "description": "落地页不填页大小默认20条数据",
  3517. "name": "req",
  3518. "in": "body",
  3519. "schema": {
  3520. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  3521. }
  3522. }
  3523. ],
  3524. "responses": {
  3525. "200": {
  3526. "description": "成功返回",
  3527. "schema": {
  3528. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  3529. }
  3530. },
  3531. "400": {
  3532. "description": "具体错误",
  3533. "schema": {
  3534. "$ref": "#/definitions/md.Response"
  3535. }
  3536. }
  3537. }
  3538. }
  3539. },
  3540. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  3541. "post": {
  3542. "description": "蛋蛋积分流水明细(查询)",
  3543. "consumes": [
  3544. "application/json"
  3545. ],
  3546. "produces": [
  3547. "application/json"
  3548. ],
  3549. "tags": [
  3550. "公排管理"
  3551. ],
  3552. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  3553. "parameters": [
  3554. {
  3555. "type": "string",
  3556. "description": "验证参数Bearer和token空格拼接",
  3557. "name": "Authorization",
  3558. "in": "header",
  3559. "required": true
  3560. },
  3561. {
  3562. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  3563. "name": "req",
  3564. "in": "body",
  3565. "required": true,
  3566. "schema": {
  3567. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  3568. }
  3569. }
  3570. ],
  3571. "responses": {
  3572. "200": {
  3573. "description": "成功返回",
  3574. "schema": {
  3575. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  3576. }
  3577. },
  3578. "400": {
  3579. "description": "具体错误",
  3580. "schema": {
  3581. "$ref": "#/definitions/md.Response"
  3582. }
  3583. }
  3584. }
  3585. }
  3586. },
  3587. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  3588. "get": {
  3589. "description": "个性化设置(获取)",
  3590. "consumes": [
  3591. "application/json"
  3592. ],
  3593. "produces": [
  3594. "application/json"
  3595. ],
  3596. "tags": [
  3597. "模块设置"
  3598. ],
  3599. "summary": "制度中心-模块设置-个性化设置(获取)",
  3600. "parameters": [
  3601. {
  3602. "type": "string",
  3603. "description": "验证参数Bearer和token空格拼接",
  3604. "name": "Authorization",
  3605. "in": "header",
  3606. "required": true
  3607. },
  3608. {
  3609. "type": "string",
  3610. "description": "模块类型值",
  3611. "name": "mod_name_value",
  3612. "in": "query",
  3613. "required": true
  3614. }
  3615. ],
  3616. "responses": {
  3617. "200": {
  3618. "description": "具体数据",
  3619. "schema": {
  3620. "$ref": "#/definitions/md.ModuleSettingGetResp"
  3621. }
  3622. },
  3623. "400": {
  3624. "description": "具体错误",
  3625. "schema": {
  3626. "$ref": "#/definitions/md.Response"
  3627. }
  3628. }
  3629. }
  3630. }
  3631. },
  3632. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  3633. "post": {
  3634. "description": "个性化设置(更新)",
  3635. "consumes": [
  3636. "application/json"
  3637. ],
  3638. "produces": [
  3639. "application/json"
  3640. ],
  3641. "tags": [
  3642. "模块设置"
  3643. ],
  3644. "summary": "制度中心-模块设置-个性化设置(更新)",
  3645. "parameters": [
  3646. {
  3647. "type": "string",
  3648. "description": "验证参数Bearer和token空格拼接",
  3649. "name": "Authorization",
  3650. "in": "header",
  3651. "required": true
  3652. },
  3653. {
  3654. "description": "模块类型值必填 链接传入完整 URL",
  3655. "name": "req",
  3656. "in": "body",
  3657. "required": true,
  3658. "schema": {
  3659. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  3660. }
  3661. }
  3662. ],
  3663. "responses": {
  3664. "200": {
  3665. "description": "修改数据条数",
  3666. "schema": {
  3667. "type": "int"
  3668. }
  3669. },
  3670. "400": {
  3671. "description": "具体错误",
  3672. "schema": {
  3673. "$ref": "#/definitions/md.Response"
  3674. }
  3675. }
  3676. }
  3677. }
  3678. },
  3679. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  3680. "post": {
  3681. "description": "社区分红(新增)",
  3682. "consumes": [
  3683. "application/json"
  3684. ],
  3685. "produces": [
  3686. "application/json"
  3687. ],
  3688. "tags": [
  3689. "公排管理"
  3690. ],
  3691. "summary": "制度中心-公排管理-社区分红(新增)",
  3692. "parameters": [
  3693. {
  3694. "type": "string",
  3695. "description": "验证参数Bearer和token空格拼接",
  3696. "name": "Authorization",
  3697. "in": "header",
  3698. "required": true
  3699. },
  3700. {
  3701. "description": "分红名称、分红总量",
  3702. "name": "req",
  3703. "in": "body",
  3704. "required": true,
  3705. "schema": {
  3706. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  3707. }
  3708. }
  3709. ],
  3710. "responses": {
  3711. "200": {
  3712. "description": "成功",
  3713. "schema": {
  3714. "type": "success"
  3715. }
  3716. },
  3717. "400": {
  3718. "description": "具体错误",
  3719. "schema": {
  3720. "$ref": "#/definitions/md.Response"
  3721. }
  3722. }
  3723. }
  3724. }
  3725. },
  3726. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  3727. "post": {
  3728. "description": "社区分红(查询)",
  3729. "consumes": [
  3730. "application/json"
  3731. ],
  3732. "produces": [
  3733. "application/json"
  3734. ],
  3735. "tags": [
  3736. "公排管理"
  3737. ],
  3738. "summary": "制度中心-公排管理-社区分红(查询)",
  3739. "parameters": [
  3740. {
  3741. "type": "string",
  3742. "description": "验证参数Bearer和token空格拼接",
  3743. "name": "Authorization",
  3744. "in": "header",
  3745. "required": true
  3746. },
  3747. {
  3748. "description": "页数、每页大小必填 起止时间、起止数量选填",
  3749. "name": "req",
  3750. "in": "body",
  3751. "required": true,
  3752. "schema": {
  3753. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  3754. }
  3755. }
  3756. ],
  3757. "responses": {
  3758. "200": {
  3759. "description": "具体数据",
  3760. "schema": {
  3761. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  3762. }
  3763. },
  3764. "400": {
  3765. "description": "具体错误",
  3766. "schema": {
  3767. "$ref": "#/definitions/md.Response"
  3768. }
  3769. }
  3770. }
  3771. }
  3772. },
  3773. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  3774. "post": {
  3775. "description": "社区长列表(新增)",
  3776. "consumes": [
  3777. "application/json"
  3778. ],
  3779. "produces": [
  3780. "application/json"
  3781. ],
  3782. "tags": [
  3783. "公排管理"
  3784. ],
  3785. "summary": "制度中心-公排管理-社区长列表(新增)",
  3786. "parameters": [
  3787. {
  3788. "type": "string",
  3789. "description": "验证参数Bearer和token空格拼接",
  3790. "name": "Authorization",
  3791. "in": "header",
  3792. "required": true
  3793. },
  3794. {
  3795. "description": "新增社区长 ID、备注",
  3796. "name": "req",
  3797. "in": "body",
  3798. "required": true,
  3799. "schema": {
  3800. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  3801. }
  3802. }
  3803. ],
  3804. "responses": {
  3805. "200": {
  3806. "description": "插入数据 ID",
  3807. "schema": {
  3808. "type": "int"
  3809. }
  3810. },
  3811. "400": {
  3812. "description": "具体错误",
  3813. "schema": {
  3814. "$ref": "#/definitions/md.Response"
  3815. }
  3816. }
  3817. }
  3818. }
  3819. },
  3820. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  3821. "post": {
  3822. "description": "社区长列表(查询)",
  3823. "consumes": [
  3824. "application/json"
  3825. ],
  3826. "produces": [
  3827. "application/json"
  3828. ],
  3829. "tags": [
  3830. "公排管理"
  3831. ],
  3832. "summary": "制度中心-公排管理-社区长列表(查询)",
  3833. "parameters": [
  3834. {
  3835. "type": "string",
  3836. "description": "验证参数Bearer和token空格拼接",
  3837. "name": "Authorization",
  3838. "in": "header",
  3839. "required": true
  3840. },
  3841. {
  3842. "description": "页数、每页大小必填 手机号、用户ID选填",
  3843. "name": "req",
  3844. "in": "body",
  3845. "required": true,
  3846. "schema": {
  3847. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  3848. }
  3849. }
  3850. ],
  3851. "responses": {
  3852. "200": {
  3853. "description": "社区长列表",
  3854. "schema": {
  3855. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  3856. }
  3857. },
  3858. "400": {
  3859. "description": "具体错误",
  3860. "schema": {
  3861. "$ref": "#/definitions/md.Response"
  3862. }
  3863. }
  3864. }
  3865. }
  3866. },
  3867. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  3868. "post": {
  3869. "description": "关系分布图(位置转换)",
  3870. "consumes": [
  3871. "application/json"
  3872. ],
  3873. "produces": [
  3874. "application/json"
  3875. ],
  3876. "tags": [
  3877. "公排管理"
  3878. ],
  3879. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  3880. "parameters": [
  3881. {
  3882. "type": "string",
  3883. "description": "验证参数Bearer和token空格拼接",
  3884. "name": "Authorization",
  3885. "in": "header",
  3886. "required": true
  3887. },
  3888. {
  3889. "description": "需要交换的两个位置",
  3890. "name": "req",
  3891. "in": "body",
  3892. "required": true,
  3893. "schema": {
  3894. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  3895. }
  3896. }
  3897. ],
  3898. "responses": {
  3899. "200": {
  3900. "description": "成功返回",
  3901. "schema": {
  3902. "type": ""
  3903. }
  3904. },
  3905. "400": {
  3906. "description": "具体错误",
  3907. "schema": {
  3908. "$ref": "#/definitions/md.Response"
  3909. }
  3910. }
  3911. }
  3912. }
  3913. },
  3914. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  3915. "get": {
  3916. "description": "关系分布图(获取指定用户上级)",
  3917. "consumes": [
  3918. "application/json"
  3919. ],
  3920. "produces": [
  3921. "application/json"
  3922. ],
  3923. "tags": [
  3924. "公排管理"
  3925. ],
  3926. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  3927. "parameters": [
  3928. {
  3929. "type": "string",
  3930. "description": "验证参数Bearer和token空格拼接",
  3931. "name": "Authorization",
  3932. "in": "header",
  3933. "required": true
  3934. },
  3935. {
  3936. "type": "string",
  3937. "description": "用户ID",
  3938. "name": "uid",
  3939. "in": "query",
  3940. "required": true
  3941. }
  3942. ],
  3943. "responses": {
  3944. "200": {
  3945. "description": "具体数据",
  3946. "schema": {
  3947. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  3948. }
  3949. },
  3950. "400": {
  3951. "description": "具体错误",
  3952. "schema": {
  3953. "$ref": "#/definitions/md.Response"
  3954. }
  3955. }
  3956. }
  3957. }
  3958. },
  3959. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  3960. "get": {
  3961. "description": "关系分布图(获取指定用户下级)",
  3962. "consumes": [
  3963. "application/json"
  3964. ],
  3965. "produces": [
  3966. "application/json"
  3967. ],
  3968. "tags": [
  3969. "公排管理"
  3970. ],
  3971. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  3972. "parameters": [
  3973. {
  3974. "type": "string",
  3975. "description": "验证参数Bearer和token空格拼接",
  3976. "name": "Authorization",
  3977. "in": "header",
  3978. "required": true
  3979. },
  3980. {
  3981. "type": "string",
  3982. "description": "用户ID",
  3983. "name": "uid",
  3984. "in": "query",
  3985. "required": true
  3986. }
  3987. ],
  3988. "responses": {
  3989. "200": {
  3990. "description": "具体数据",
  3991. "schema": {
  3992. "$ref": "#/definitions/md.TreeNode"
  3993. }
  3994. },
  3995. "400": {
  3996. "description": "具体错误",
  3997. "schema": {
  3998. "$ref": "#/definitions/md.Response"
  3999. }
  4000. }
  4001. }
  4002. }
  4003. },
  4004. "/api/institutionalManagement/publicPlatoon/getBasic": {
  4005. "get": {
  4006. "description": "公排基础设置(获取)",
  4007. "consumes": [
  4008. "application/json"
  4009. ],
  4010. "produces": [
  4011. "application/json"
  4012. ],
  4013. "tags": [
  4014. "公排管理"
  4015. ],
  4016. "summary": "制度中心-公排管理-公排基础设置(获取)",
  4017. "parameters": [
  4018. {
  4019. "type": "string",
  4020. "description": "验证参数Bearer和token空格拼接",
  4021. "name": "Authorization",
  4022. "in": "header",
  4023. "required": true
  4024. }
  4025. ],
  4026. "responses": {
  4027. "200": {
  4028. "description": "具体数据",
  4029. "schema": {
  4030. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  4031. }
  4032. },
  4033. "400": {
  4034. "description": "具体错误",
  4035. "schema": {
  4036. "$ref": "#/definitions/md.Response"
  4037. }
  4038. }
  4039. }
  4040. }
  4041. },
  4042. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  4043. "delete": {
  4044. "description": "免罚用户(删除)",
  4045. "consumes": [
  4046. "application/json"
  4047. ],
  4048. "produces": [
  4049. "application/json"
  4050. ],
  4051. "tags": [
  4052. "公排管理"
  4053. ],
  4054. "summary": "制度中心-公排管理-免罚用户(删除)",
  4055. "parameters": [
  4056. {
  4057. "type": "string",
  4058. "description": "验证参数Bearer和token空格拼接",
  4059. "name": "Authorization",
  4060. "in": "header",
  4061. "required": true
  4062. },
  4063. {
  4064. "description": "免罚用户ID",
  4065. "name": "req",
  4066. "in": "body",
  4067. "required": true,
  4068. "schema": {
  4069. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  4070. }
  4071. }
  4072. ],
  4073. "responses": {
  4074. "200": {
  4075. "description": "删除数据数量",
  4076. "schema": {
  4077. "type": "int"
  4078. }
  4079. },
  4080. "400": {
  4081. "description": "具体错误",
  4082. "schema": {
  4083. "$ref": "#/definitions/md.Response"
  4084. }
  4085. }
  4086. }
  4087. }
  4088. },
  4089. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  4090. "post": {
  4091. "description": "免罚用户(查询)",
  4092. "consumes": [
  4093. "application/json"
  4094. ],
  4095. "produces": [
  4096. "application/json"
  4097. ],
  4098. "tags": [
  4099. "公排管理"
  4100. ],
  4101. "summary": "制度中心-公排管理-免罚用户(查询)",
  4102. "parameters": [
  4103. {
  4104. "type": "string",
  4105. "description": "验证参数Bearer和token空格拼接",
  4106. "name": "Authorization",
  4107. "in": "header",
  4108. "required": true
  4109. },
  4110. {
  4111. "description": "页数和行数必填,uid选填",
  4112. "name": "req",
  4113. "in": "body",
  4114. "required": true,
  4115. "schema": {
  4116. "$ref": "#/definitions/md.GetFreePublishUserReq"
  4117. }
  4118. }
  4119. ],
  4120. "responses": {
  4121. "200": {
  4122. "description": "成功返回",
  4123. "schema": {
  4124. "$ref": "#/definitions/md.GetFreePublishUserResp"
  4125. }
  4126. },
  4127. "400": {
  4128. "description": "具体错误",
  4129. "schema": {
  4130. "$ref": "#/definitions/md.Response"
  4131. }
  4132. }
  4133. }
  4134. }
  4135. },
  4136. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  4137. "post": {
  4138. "description": "免罚用户(新增)",
  4139. "consumes": [
  4140. "application/json"
  4141. ],
  4142. "produces": [
  4143. "application/json"
  4144. ],
  4145. "tags": [
  4146. "公排管理"
  4147. ],
  4148. "summary": "制度中心-公排管理-免罚用户(新增)",
  4149. "parameters": [
  4150. {
  4151. "type": "string",
  4152. "description": "验证参数Bearer和token空格拼接",
  4153. "name": "Authorization",
  4154. "in": "header",
  4155. "required": true
  4156. },
  4157. {
  4158. "description": "免罚用户ID",
  4159. "name": "req",
  4160. "in": "body",
  4161. "required": true,
  4162. "schema": {
  4163. "$ref": "#/definitions/md.AddFreePublishUserReq"
  4164. }
  4165. }
  4166. ],
  4167. "responses": {
  4168. "200": {
  4169. "description": "插入数据 ID",
  4170. "schema": {
  4171. "type": "int"
  4172. }
  4173. },
  4174. "400": {
  4175. "description": "具体错误",
  4176. "schema": {
  4177. "$ref": "#/definitions/md.Response"
  4178. }
  4179. }
  4180. }
  4181. }
  4182. },
  4183. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  4184. "get": {
  4185. "description": "关系分布图(获取)",
  4186. "consumes": [
  4187. "application/json"
  4188. ],
  4189. "produces": [
  4190. "application/json"
  4191. ],
  4192. "tags": [
  4193. "公排管理"
  4194. ],
  4195. "summary": "制度中心-公排管理-关系分布图(获取)",
  4196. "parameters": [
  4197. {
  4198. "type": "string",
  4199. "description": "验证参数Bearer和token空格拼接",
  4200. "name": "Authorization",
  4201. "in": "header",
  4202. "required": true
  4203. },
  4204. {
  4205. "type": "string",
  4206. "description": "phone",
  4207. "name": "phone",
  4208. "in": "query",
  4209. "required": true
  4210. },
  4211. {
  4212. "type": "string",
  4213. "description": "uid",
  4214. "name": "uid",
  4215. "in": "query",
  4216. "required": true
  4217. }
  4218. ],
  4219. "responses": {
  4220. "200": {
  4221. "description": "具体数据",
  4222. "schema": {
  4223. "$ref": "#/definitions/md.TreeNode"
  4224. }
  4225. },
  4226. "400": {
  4227. "description": "具体错误",
  4228. "schema": {
  4229. "$ref": "#/definitions/md.Response"
  4230. }
  4231. }
  4232. }
  4233. }
  4234. },
  4235. "/api/institutionalManagement/publicPlatoon/selectMember": {
  4236. "post": {
  4237. "description": "公排基础设置选择会员(查询)",
  4238. "consumes": [
  4239. "application/json"
  4240. ],
  4241. "produces": [
  4242. "application/json"
  4243. ],
  4244. "tags": [
  4245. "公排管理"
  4246. ],
  4247. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  4248. "parameters": [
  4249. {
  4250. "type": "string",
  4251. "description": "验证参数Bearer和token空格拼接",
  4252. "name": "Authorization",
  4253. "in": "header",
  4254. "required": true
  4255. },
  4256. {
  4257. "description": "分页信息必填",
  4258. "name": "req",
  4259. "in": "body",
  4260. "required": true,
  4261. "schema": {
  4262. "$ref": "#/definitions/md.SelectMemberReq"
  4263. }
  4264. }
  4265. ],
  4266. "responses": {
  4267. "200": {
  4268. "description": "具体数据",
  4269. "schema": {
  4270. "$ref": "#/definitions/md.SelectMemberResp"
  4271. }
  4272. },
  4273. "400": {
  4274. "description": "具体错误",
  4275. "schema": {
  4276. "$ref": "#/definitions/md.Response"
  4277. }
  4278. }
  4279. }
  4280. }
  4281. },
  4282. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  4283. "put": {
  4284. "description": "公排基础设置(修改)",
  4285. "consumes": [
  4286. "application/json"
  4287. ],
  4288. "produces": [
  4289. "application/json"
  4290. ],
  4291. "tags": [
  4292. "公排管理"
  4293. ],
  4294. "summary": "制度中心-公排管理-公排基础设置(修改)",
  4295. "parameters": [
  4296. {
  4297. "type": "string",
  4298. "description": "验证参数Bearer和token空格拼接",
  4299. "name": "Authorization",
  4300. "in": "header",
  4301. "required": true
  4302. },
  4303. {
  4304. "description": "公排设置表单内容",
  4305. "name": "req",
  4306. "in": "body",
  4307. "required": true,
  4308. "schema": {
  4309. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  4310. }
  4311. }
  4312. ],
  4313. "responses": {
  4314. "200": {
  4315. "description": "success",
  4316. "schema": {
  4317. "type": "string"
  4318. }
  4319. },
  4320. "400": {
  4321. "description": "具体错误",
  4322. "schema": {
  4323. "$ref": "#/definitions/md.Response"
  4324. }
  4325. }
  4326. }
  4327. }
  4328. },
  4329. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  4330. "post": {
  4331. "description": "日活分析",
  4332. "consumes": [
  4333. "application/json"
  4334. ],
  4335. "produces": [
  4336. "application/json"
  4337. ],
  4338. "tags": [
  4339. "公排管理"
  4340. ],
  4341. "summary": "制度中心-公排管理-日活分析",
  4342. "parameters": [
  4343. {
  4344. "type": "string",
  4345. "description": "验证参数Bearer和token空格拼接",
  4346. "name": "Authorization",
  4347. "in": "header",
  4348. "required": true
  4349. },
  4350. {
  4351. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  4352. "name": "req",
  4353. "in": "body",
  4354. "required": true,
  4355. "schema": {
  4356. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  4357. }
  4358. }
  4359. ],
  4360. "responses": {
  4361. "200": {
  4362. "description": "具体数据",
  4363. "schema": {
  4364. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  4365. }
  4366. },
  4367. "400": {
  4368. "description": "具体错误",
  4369. "schema": {
  4370. "$ref": "#/definitions/md.Response"
  4371. }
  4372. }
  4373. }
  4374. }
  4375. },
  4376. "/api/login": {
  4377. "post": {
  4378. "description": "登入",
  4379. "consumes": [
  4380. "application/json"
  4381. ],
  4382. "produces": [
  4383. "application/json"
  4384. ],
  4385. "tags": [
  4386. "登录"
  4387. ],
  4388. "summary": "登陆",
  4389. "parameters": [
  4390. {
  4391. "description": "用户名密码",
  4392. "name": "req",
  4393. "in": "body",
  4394. "required": true,
  4395. "schema": {
  4396. "$ref": "#/definitions/md.LoginReq"
  4397. }
  4398. }
  4399. ],
  4400. "responses": {
  4401. "200": {
  4402. "description": "token",
  4403. "schema": {
  4404. "$ref": "#/definitions/md.LoginResponse"
  4405. }
  4406. },
  4407. "400": {
  4408. "description": "具体错误",
  4409. "schema": {
  4410. "$ref": "#/definitions/md.Response"
  4411. }
  4412. }
  4413. }
  4414. }
  4415. },
  4416. "/api/marketingApplications/newUserRedPackage/getBasic": {
  4417. "get": {
  4418. "description": "新人红包设置(获取)",
  4419. "consumes": [
  4420. "application/json"
  4421. ],
  4422. "produces": [
  4423. "application/json"
  4424. ],
  4425. "tags": [
  4426. "营销应用"
  4427. ],
  4428. "summary": "制度中心-营销应用-新人红包设置(获取)",
  4429. "parameters": [
  4430. {
  4431. "type": "string",
  4432. "description": "验证参数Bearer和token空格拼接",
  4433. "name": "Authorization",
  4434. "in": "header",
  4435. "required": true
  4436. }
  4437. ],
  4438. "responses": {
  4439. "200": {
  4440. "description": "具体数据",
  4441. "schema": {
  4442. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  4443. }
  4444. },
  4445. "400": {
  4446. "description": "具体错误",
  4447. "schema": {
  4448. "$ref": "#/definitions/md.Response"
  4449. }
  4450. }
  4451. }
  4452. }
  4453. },
  4454. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  4455. "post": {
  4456. "description": "新人红包列表明细(查询)",
  4457. "consumes": [
  4458. "application/json"
  4459. ],
  4460. "produces": [
  4461. "application/json"
  4462. ],
  4463. "tags": [
  4464. "营销应用"
  4465. ],
  4466. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  4467. "parameters": [
  4468. {
  4469. "type": "string",
  4470. "description": "验证参数Bearer和token空格拼接",
  4471. "name": "Authorization",
  4472. "in": "header",
  4473. "required": true
  4474. },
  4475. {
  4476. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  4477. "name": "req",
  4478. "in": "body",
  4479. "required": true,
  4480. "schema": {
  4481. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  4482. }
  4483. }
  4484. ],
  4485. "responses": {
  4486. "200": {
  4487. "description": "具体数据",
  4488. "schema": {
  4489. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  4490. }
  4491. },
  4492. "400": {
  4493. "description": "具体错误",
  4494. "schema": {
  4495. "$ref": "#/definitions/md.Response"
  4496. }
  4497. }
  4498. }
  4499. }
  4500. },
  4501. "/api/marketingApplications/newUserRedPackage/recordList": {
  4502. "post": {
  4503. "description": "新人红包列表(查询)",
  4504. "consumes": [
  4505. "application/json"
  4506. ],
  4507. "produces": [
  4508. "application/json"
  4509. ],
  4510. "tags": [
  4511. "营销应用"
  4512. ],
  4513. "summary": "制度中心-营销应用-新人红包列表(查询)",
  4514. "parameters": [
  4515. {
  4516. "type": "string",
  4517. "description": "验证参数Bearer和token空格拼接",
  4518. "name": "Authorization",
  4519. "in": "header",
  4520. "required": true
  4521. },
  4522. {
  4523. "description": "新人红包列表查询条件(分页信息必填)",
  4524. "name": "req",
  4525. "in": "body",
  4526. "required": true,
  4527. "schema": {
  4528. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  4529. }
  4530. }
  4531. ],
  4532. "responses": {
  4533. "200": {
  4534. "description": "具体数据",
  4535. "schema": {
  4536. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  4537. }
  4538. },
  4539. "400": {
  4540. "description": "具体错误",
  4541. "schema": {
  4542. "$ref": "#/definitions/md.Response"
  4543. }
  4544. }
  4545. }
  4546. }
  4547. },
  4548. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  4549. "put": {
  4550. "description": "新人红包设置(修改)",
  4551. "consumes": [
  4552. "application/json"
  4553. ],
  4554. "produces": [
  4555. "application/json"
  4556. ],
  4557. "tags": [
  4558. "营销应用"
  4559. ],
  4560. "summary": "制度中心-营销应用-新人红包设置(修改)",
  4561. "parameters": [
  4562. {
  4563. "type": "string",
  4564. "description": "验证参数Bearer和token空格拼接",
  4565. "name": "Authorization",
  4566. "in": "header",
  4567. "required": true
  4568. },
  4569. {
  4570. "description": "新人红包设置表单",
  4571. "name": "req",
  4572. "in": "body",
  4573. "required": true,
  4574. "schema": {
  4575. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  4576. }
  4577. }
  4578. ],
  4579. "responses": {
  4580. "200": {
  4581. "description": "success",
  4582. "schema": {
  4583. "type": "string"
  4584. }
  4585. },
  4586. "400": {
  4587. "description": "具体错误",
  4588. "schema": {
  4589. "$ref": "#/definitions/md.Response"
  4590. }
  4591. }
  4592. }
  4593. }
  4594. },
  4595. "/api/memberCenter/levelManagement/addLevel": {
  4596. "post": {
  4597. "description": "等级管理(新增)",
  4598. "consumes": [
  4599. "application/json"
  4600. ],
  4601. "produces": [
  4602. "application/json"
  4603. ],
  4604. "tags": [
  4605. "会员中心"
  4606. ],
  4607. "summary": "制度中心-会员中心-等级管理(新增)",
  4608. "parameters": [
  4609. {
  4610. "type": "string",
  4611. "description": "验证参数Bearer和token空格拼接",
  4612. "name": "Authorization",
  4613. "in": "header",
  4614. "required": true
  4615. },
  4616. {
  4617. "description": "需要新增的等级信息",
  4618. "name": "req",
  4619. "in": "body",
  4620. "required": true,
  4621. "schema": {
  4622. "$ref": "#/definitions/md.AddLevelReq"
  4623. }
  4624. }
  4625. ],
  4626. "responses": {
  4627. "200": {
  4628. "description": "新增等级ID",
  4629. "schema": {
  4630. "type": "int"
  4631. }
  4632. },
  4633. "400": {
  4634. "description": "具体错误",
  4635. "schema": {
  4636. "$ref": "#/definitions/md.Response"
  4637. }
  4638. }
  4639. }
  4640. }
  4641. },
  4642. "/api/memberCenter/levelManagement/addLevelTask": {
  4643. "post": {
  4644. "description": "等级任务(新增)",
  4645. "consumes": [
  4646. "application/json"
  4647. ],
  4648. "produces": [
  4649. "application/json"
  4650. ],
  4651. "tags": [
  4652. "会员中心"
  4653. ],
  4654. "summary": "制度中心-会员中心-等级明细-等级任务(新增)",
  4655. "parameters": [
  4656. {
  4657. "type": "string",
  4658. "description": "验证参数Bearer和token空格拼接",
  4659. "name": "Authorization",
  4660. "in": "header",
  4661. "required": true
  4662. },
  4663. {
  4664. "description": "需要新增的任务信息",
  4665. "name": "req",
  4666. "in": "body",
  4667. "required": true,
  4668. "schema": {
  4669. "$ref": "#/definitions/md.AddLevelTaskReq"
  4670. }
  4671. }
  4672. ],
  4673. "responses": {
  4674. "200": {
  4675. "description": "新增的任务ID",
  4676. "schema": {
  4677. "type": "int"
  4678. }
  4679. },
  4680. "400": {
  4681. "description": "具体错误",
  4682. "schema": {
  4683. "$ref": "#/definitions/md.Response"
  4684. }
  4685. }
  4686. }
  4687. }
  4688. },
  4689. "/api/memberCenter/levelManagement/deleteLevel": {
  4690. "delete": {
  4691. "description": "等级管理(删除)",
  4692. "consumes": [
  4693. "application/json"
  4694. ],
  4695. "produces": [
  4696. "application/json"
  4697. ],
  4698. "tags": [
  4699. "会员中心"
  4700. ],
  4701. "summary": "制度中心-会员中心-等级管理(删除)",
  4702. "parameters": [
  4703. {
  4704. "type": "string",
  4705. "description": "验证参数Bearer和token空格拼接",
  4706. "name": "Authorization",
  4707. "in": "header",
  4708. "required": true
  4709. },
  4710. {
  4711. "description": "需要删除的等级 ID",
  4712. "name": "req",
  4713. "in": "body",
  4714. "required": true,
  4715. "schema": {
  4716. "$ref": "#/definitions/md.DeleteLevelReq"
  4717. }
  4718. }
  4719. ],
  4720. "responses": {
  4721. "200": {
  4722. "description": "成功删除数据数量",
  4723. "schema": {
  4724. "type": "int"
  4725. }
  4726. },
  4727. "400": {
  4728. "description": "具体错误",
  4729. "schema": {
  4730. "$ref": "#/definitions/md.Response"
  4731. }
  4732. }
  4733. }
  4734. }
  4735. },
  4736. "/api/memberCenter/levelManagement/deleteLevelTask": {
  4737. "delete": {
  4738. "description": "等级任务(删除)",
  4739. "consumes": [
  4740. "application/json"
  4741. ],
  4742. "produces": [
  4743. "application/json"
  4744. ],
  4745. "tags": [
  4746. "会员中心"
  4747. ],
  4748. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  4749. "parameters": [
  4750. {
  4751. "type": "string",
  4752. "description": "验证参数Bearer和token空格拼接",
  4753. "name": "Authorization",
  4754. "in": "header",
  4755. "required": true
  4756. },
  4757. {
  4758. "description": "需要删除的等级任务ID",
  4759. "name": "req",
  4760. "in": "body",
  4761. "required": true,
  4762. "schema": {
  4763. "$ref": "#/definitions/md.DeleteTaskReq"
  4764. }
  4765. }
  4766. ],
  4767. "responses": {
  4768. "200": {
  4769. "description": "成功删除数据数量",
  4770. "schema": {
  4771. "type": "int"
  4772. }
  4773. },
  4774. "400": {
  4775. "description": "具体错误",
  4776. "schema": {
  4777. "$ref": "#/definitions/md.Response"
  4778. }
  4779. }
  4780. }
  4781. }
  4782. },
  4783. "/api/memberCenter/levelManagement/getLevelList": {
  4784. "get": {
  4785. "description": "标签管理(获取)",
  4786. "consumes": [
  4787. "application/json"
  4788. ],
  4789. "produces": [
  4790. "application/json"
  4791. ],
  4792. "tags": [
  4793. "会员中心"
  4794. ],
  4795. "summary": "制度中心-会员中心-等级管理(获取)",
  4796. "parameters": [
  4797. {
  4798. "type": "string",
  4799. "description": "验证参数Bearer和token空格拼接",
  4800. "name": "Authorization",
  4801. "in": "header",
  4802. "required": true
  4803. },
  4804. {
  4805. "type": "integer",
  4806. "description": "每页大小",
  4807. "name": "limit",
  4808. "in": "query",
  4809. "required": true
  4810. },
  4811. {
  4812. "type": "integer",
  4813. "description": "页数",
  4814. "name": "page",
  4815. "in": "query",
  4816. "required": true
  4817. }
  4818. ],
  4819. "responses": {
  4820. "200": {
  4821. "description": "具体数据",
  4822. "schema": {
  4823. "$ref": "#/definitions/md.GetLevelListResp"
  4824. }
  4825. },
  4826. "400": {
  4827. "description": "具体错误",
  4828. "schema": {
  4829. "$ref": "#/definitions/md.Response"
  4830. }
  4831. }
  4832. }
  4833. }
  4834. },
  4835. "/api/memberCenter/levelManagement/getOneLevel": {
  4836. "get": {
  4837. "description": "等级明细(获取)",
  4838. "consumes": [
  4839. "application/json"
  4840. ],
  4841. "produces": [
  4842. "application/json"
  4843. ],
  4844. "tags": [
  4845. "会员中心"
  4846. ],
  4847. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  4848. "parameters": [
  4849. {
  4850. "type": "string",
  4851. "description": "验证参数Bearer和token空格拼接",
  4852. "name": "Authorization",
  4853. "in": "header",
  4854. "required": true
  4855. },
  4856. {
  4857. "type": "integer",
  4858. "description": "等级 ID",
  4859. "name": "level_id",
  4860. "in": "query",
  4861. "required": true
  4862. }
  4863. ],
  4864. "responses": {
  4865. "200": {
  4866. "description": "具体数据",
  4867. "schema": {
  4868. "$ref": "#/definitions/md.GetOneLevelResp"
  4869. }
  4870. },
  4871. "400": {
  4872. "description": "具体错误",
  4873. "schema": {
  4874. "$ref": "#/definitions/md.Response"
  4875. }
  4876. }
  4877. }
  4878. }
  4879. },
  4880. "/api/memberCenter/levelManagement/updateLevel": {
  4881. "post": {
  4882. "description": "等级管理(更新)",
  4883. "consumes": [
  4884. "application/json"
  4885. ],
  4886. "produces": [
  4887. "application/json"
  4888. ],
  4889. "tags": [
  4890. "会员中心"
  4891. ],
  4892. "summary": "制度中心-会员中心-等级管理(更新)",
  4893. "parameters": [
  4894. {
  4895. "type": "string",
  4896. "description": "验证参数Bearer和token空格拼接",
  4897. "name": "Authorization",
  4898. "in": "header",
  4899. "required": true
  4900. },
  4901. {
  4902. "description": "需要修改的等级信息",
  4903. "name": "req",
  4904. "in": "body",
  4905. "required": true,
  4906. "schema": {
  4907. "$ref": "#/definitions/md.UpdateLevelReq"
  4908. }
  4909. }
  4910. ],
  4911. "responses": {
  4912. "200": {
  4913. "description": "成功修改数据条数",
  4914. "schema": {
  4915. "type": "int"
  4916. }
  4917. },
  4918. "400": {
  4919. "description": "具体错误",
  4920. "schema": {
  4921. "$ref": "#/definitions/md.Response"
  4922. }
  4923. }
  4924. }
  4925. }
  4926. },
  4927. "/api/memberCenter/levelManagement/updateLevelTask": {
  4928. "post": {
  4929. "description": "等级任务(更新)",
  4930. "consumes": [
  4931. "application/json"
  4932. ],
  4933. "produces": [
  4934. "application/json"
  4935. ],
  4936. "tags": [
  4937. "会员中心"
  4938. ],
  4939. "summary": "制度中心-会员中心-等级明细-等级任务(更新)",
  4940. "parameters": [
  4941. {
  4942. "type": "string",
  4943. "description": "验证参数Bearer和token空格拼接",
  4944. "name": "Authorization",
  4945. "in": "header",
  4946. "required": true
  4947. },
  4948. {
  4949. "description": "需要修改的等级任务信息",
  4950. "name": "req",
  4951. "in": "body",
  4952. "required": true,
  4953. "schema": {
  4954. "$ref": "#/definitions/md.UpdateLevelTaskReq"
  4955. }
  4956. }
  4957. ],
  4958. "responses": {
  4959. "200": {
  4960. "description": "成功修改数据条数",
  4961. "schema": {
  4962. "type": "int"
  4963. }
  4964. },
  4965. "400": {
  4966. "description": "具体错误",
  4967. "schema": {
  4968. "$ref": "#/definitions/md.Response"
  4969. }
  4970. }
  4971. }
  4972. }
  4973. },
  4974. "/api/memberCenter/tagManagement/addTag": {
  4975. "post": {
  4976. "description": "标签管理(新增)",
  4977. "consumes": [
  4978. "application/json"
  4979. ],
  4980. "produces": [
  4981. "application/json"
  4982. ],
  4983. "tags": [
  4984. "会员中心"
  4985. ],
  4986. "summary": "制度中心-会员中心-标签管理(新增)",
  4987. "parameters": [
  4988. {
  4989. "type": "string",
  4990. "description": "验证参数Bearer和token空格拼接",
  4991. "name": "Authorization",
  4992. "in": "header",
  4993. "required": true
  4994. },
  4995. {
  4996. "description": "新增的标签信息",
  4997. "name": "req",
  4998. "in": "body",
  4999. "required": true,
  5000. "schema": {
  5001. "$ref": "#/definitions/md.AddTagReq"
  5002. }
  5003. }
  5004. ],
  5005. "responses": {
  5006. "200": {
  5007. "description": "新增的标签 ID",
  5008. "schema": {
  5009. "type": "int"
  5010. }
  5011. },
  5012. "400": {
  5013. "description": "具体错误",
  5014. "schema": {
  5015. "$ref": "#/definitions/md.Response"
  5016. }
  5017. }
  5018. }
  5019. }
  5020. },
  5021. "/api/memberCenter/tagManagement/deleteTag": {
  5022. "delete": {
  5023. "description": "标签管理(删除)",
  5024. "consumes": [
  5025. "application/json"
  5026. ],
  5027. "produces": [
  5028. "application/json"
  5029. ],
  5030. "tags": [
  5031. "会员中心"
  5032. ],
  5033. "summary": "制度中心-会员中心-标签管理(删除)",
  5034. "parameters": [
  5035. {
  5036. "type": "string",
  5037. "description": "验证参数Bearer和token空格拼接",
  5038. "name": "Authorization",
  5039. "in": "header",
  5040. "required": true
  5041. },
  5042. {
  5043. "description": "需要删除的标签 ID",
  5044. "name": "req",
  5045. "in": "body",
  5046. "required": true,
  5047. "schema": {
  5048. "$ref": "#/definitions/md.DeleteTagReq"
  5049. }
  5050. }
  5051. ],
  5052. "responses": {
  5053. "200": {
  5054. "description": "成功删除标签用户数",
  5055. "schema": {
  5056. "type": "int"
  5057. }
  5058. },
  5059. "400": {
  5060. "description": "具体错误",
  5061. "schema": {
  5062. "$ref": "#/definitions/md.Response"
  5063. }
  5064. }
  5065. }
  5066. }
  5067. },
  5068. "/api/memberCenter/tagManagement/getTagList": {
  5069. "get": {
  5070. "description": "标签管理(获取)",
  5071. "consumes": [
  5072. "application/json"
  5073. ],
  5074. "produces": [
  5075. "application/json"
  5076. ],
  5077. "tags": [
  5078. "会员中心"
  5079. ],
  5080. "summary": "制度中心-会员中心-标签管理(获取)",
  5081. "parameters": [
  5082. {
  5083. "type": "string",
  5084. "description": "验证参数Bearer和token空格拼接",
  5085. "name": "Authorization",
  5086. "in": "header",
  5087. "required": true
  5088. },
  5089. {
  5090. "type": "integer",
  5091. "description": "每页大小",
  5092. "name": "limit",
  5093. "in": "query",
  5094. "required": true
  5095. },
  5096. {
  5097. "type": "integer",
  5098. "description": "页数",
  5099. "name": "page",
  5100. "in": "query",
  5101. "required": true
  5102. }
  5103. ],
  5104. "responses": {
  5105. "200": {
  5106. "description": "具体数据",
  5107. "schema": {
  5108. "$ref": "#/definitions/md.GetTagListResp"
  5109. }
  5110. },
  5111. "400": {
  5112. "description": "具体错误",
  5113. "schema": {
  5114. "$ref": "#/definitions/md.Response"
  5115. }
  5116. }
  5117. }
  5118. }
  5119. },
  5120. "/api/memberCenter/tagManagement/updateTag": {
  5121. "post": {
  5122. "description": "标签管理(更新)",
  5123. "consumes": [
  5124. "application/json"
  5125. ],
  5126. "produces": [
  5127. "application/json"
  5128. ],
  5129. "tags": [
  5130. "会员中心"
  5131. ],
  5132. "summary": "制度中心-会员中心-标签管理(更新)",
  5133. "parameters": [
  5134. {
  5135. "type": "string",
  5136. "description": "验证参数Bearer和token空格拼接",
  5137. "name": "Authorization",
  5138. "in": "header",
  5139. "required": true
  5140. },
  5141. {
  5142. "description": "需要修改的标签信息",
  5143. "name": "req",
  5144. "in": "body",
  5145. "required": true,
  5146. "schema": {
  5147. "$ref": "#/definitions/md.UpdateTagReq"
  5148. }
  5149. }
  5150. ],
  5151. "responses": {
  5152. "200": {
  5153. "description": "成功修改数据条数",
  5154. "schema": {
  5155. "type": "int"
  5156. }
  5157. },
  5158. "400": {
  5159. "description": "具体错误",
  5160. "schema": {
  5161. "$ref": "#/definitions/md.Response"
  5162. }
  5163. }
  5164. }
  5165. }
  5166. },
  5167. "/api/memberCenter/userManagement/balanceDetail": {
  5168. "get": {
  5169. "description": "会员明细(余额获取)",
  5170. "consumes": [
  5171. "application/json"
  5172. ],
  5173. "produces": [
  5174. "application/json"
  5175. ],
  5176. "tags": [
  5177. "会员中心"
  5178. ],
  5179. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  5180. "parameters": [
  5181. {
  5182. "type": "string",
  5183. "description": "验证参数Bearer和token空格拼接",
  5184. "name": "Authorization",
  5185. "in": "header",
  5186. "required": true
  5187. },
  5188. {
  5189. "type": "string",
  5190. "description": "用户 ID",
  5191. "name": "uid",
  5192. "in": "query",
  5193. "required": true
  5194. },
  5195. {
  5196. "type": "string",
  5197. "description": "每页大小",
  5198. "name": "limit",
  5199. "in": "query",
  5200. "required": true
  5201. },
  5202. {
  5203. "type": "string",
  5204. "description": "页数",
  5205. "name": "page",
  5206. "in": "query",
  5207. "required": true
  5208. }
  5209. ],
  5210. "responses": {
  5211. "200": {
  5212. "description": "具体数据",
  5213. "schema": {
  5214. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  5215. }
  5216. },
  5217. "400": {
  5218. "description": "具体错误",
  5219. "schema": {
  5220. "$ref": "#/definitions/md.Response"
  5221. }
  5222. }
  5223. }
  5224. }
  5225. },
  5226. "/api/memberCenter/userManagement/getFans": {
  5227. "get": {
  5228. "description": "会员明细粉丝情况(获取)",
  5229. "consumes": [
  5230. "application/json"
  5231. ],
  5232. "produces": [
  5233. "application/json"
  5234. ],
  5235. "tags": [
  5236. "会员中心"
  5237. ],
  5238. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  5239. "parameters": [
  5240. {
  5241. "type": "string",
  5242. "description": "验证参数Bearer和token空格拼接",
  5243. "name": "Authorization",
  5244. "in": "header",
  5245. "required": true
  5246. },
  5247. {
  5248. "type": "string",
  5249. "description": "用户 ID",
  5250. "name": "uid",
  5251. "in": "query",
  5252. "required": true
  5253. },
  5254. {
  5255. "type": "string",
  5256. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  5257. "name": "type",
  5258. "in": "query",
  5259. "required": true
  5260. },
  5261. {
  5262. "type": "string",
  5263. "description": "每页大小",
  5264. "name": "limit",
  5265. "in": "query",
  5266. "required": true
  5267. },
  5268. {
  5269. "type": "string",
  5270. "description": "页数",
  5271. "name": "page",
  5272. "in": "query",
  5273. "required": true
  5274. }
  5275. ],
  5276. "responses": {
  5277. "200": {
  5278. "description": "具体数据",
  5279. "schema": {
  5280. "$ref": "#/definitions/md.UserManagementGetFansResp"
  5281. }
  5282. },
  5283. "400": {
  5284. "description": "具体错误",
  5285. "schema": {
  5286. "$ref": "#/definitions/md.Response"
  5287. }
  5288. }
  5289. }
  5290. }
  5291. },
  5292. "/api/memberCenter/userManagement/getUserList": {
  5293. "post": {
  5294. "description": "用户信息管理(获取)",
  5295. "consumes": [
  5296. "application/json"
  5297. ],
  5298. "produces": [
  5299. "application/json"
  5300. ],
  5301. "tags": [
  5302. "会员中心"
  5303. ],
  5304. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  5305. "parameters": [
  5306. {
  5307. "type": "string",
  5308. "description": "验证参数Bearer和token空格拼接",
  5309. "name": "Authorization",
  5310. "in": "header",
  5311. "required": true
  5312. },
  5313. {
  5314. "description": "分页信息必填",
  5315. "name": "req",
  5316. "in": "body",
  5317. "required": true,
  5318. "schema": {
  5319. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  5320. }
  5321. }
  5322. ],
  5323. "responses": {
  5324. "200": {
  5325. "description": "具体数据",
  5326. "schema": {
  5327. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  5328. }
  5329. },
  5330. "400": {
  5331. "description": "具体错误",
  5332. "schema": {
  5333. "$ref": "#/definitions/md.Response"
  5334. }
  5335. }
  5336. }
  5337. }
  5338. },
  5339. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  5340. "get": {
  5341. "description": "会员明细(积分明细获取)",
  5342. "consumes": [
  5343. "application/json"
  5344. ],
  5345. "produces": [
  5346. "application/json"
  5347. ],
  5348. "tags": [
  5349. "会员中心"
  5350. ],
  5351. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  5352. "parameters": [
  5353. {
  5354. "type": "string",
  5355. "description": "验证参数Bearer和token空格拼接",
  5356. "name": "Authorization",
  5357. "in": "header",
  5358. "required": true
  5359. },
  5360. {
  5361. "type": "string",
  5362. "description": "用户 ID",
  5363. "name": "uid",
  5364. "in": "query",
  5365. "required": true
  5366. },
  5367. {
  5368. "type": "string",
  5369. "description": "货币 ID",
  5370. "name": "coinId",
  5371. "in": "query",
  5372. "required": true
  5373. },
  5374. {
  5375. "type": "string",
  5376. "description": "每页大小",
  5377. "name": "limit",
  5378. "in": "query",
  5379. "required": true
  5380. },
  5381. {
  5382. "type": "string",
  5383. "description": "页数",
  5384. "name": "page",
  5385. "in": "query",
  5386. "required": true
  5387. }
  5388. ],
  5389. "responses": {
  5390. "200": {
  5391. "description": "具体数据",
  5392. "schema": {
  5393. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  5394. }
  5395. },
  5396. "400": {
  5397. "description": "具体错误",
  5398. "schema": {
  5399. "$ref": "#/definitions/md.Response"
  5400. }
  5401. }
  5402. }
  5403. }
  5404. },
  5405. "/api/memberCenter/userManagement/updateUserInfo": {
  5406. "post": {
  5407. "description": "用户信息管理(更新)",
  5408. "consumes": [
  5409. "application/json"
  5410. ],
  5411. "produces": [
  5412. "application/json"
  5413. ],
  5414. "tags": [
  5415. "会员中心"
  5416. ],
  5417. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  5418. "parameters": [
  5419. {
  5420. "type": "string",
  5421. "description": "验证参数Bearer和token空格拼接",
  5422. "name": "Authorization",
  5423. "in": "header",
  5424. "required": true
  5425. },
  5426. {
  5427. "description": "用户ID 必传",
  5428. "name": "req",
  5429. "in": "body",
  5430. "required": true,
  5431. "schema": {
  5432. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  5433. }
  5434. }
  5435. ],
  5436. "responses": {
  5437. "200": {
  5438. "description": "修改数据行数",
  5439. "schema": {
  5440. "type": "int"
  5441. }
  5442. },
  5443. "400": {
  5444. "description": "具体错误",
  5445. "schema": {
  5446. "$ref": "#/definitions/md.Response"
  5447. }
  5448. }
  5449. }
  5450. }
  5451. },
  5452. "/api/memberCenter/userManagement/userData": {
  5453. "get": {
  5454. "description": "会员明细概况(获取)",
  5455. "consumes": [
  5456. "application/json"
  5457. ],
  5458. "produces": [
  5459. "application/json"
  5460. ],
  5461. "tags": [
  5462. "会员中心"
  5463. ],
  5464. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  5465. "parameters": [
  5466. {
  5467. "type": "string",
  5468. "description": "验证参数Bearer和token空格拼接",
  5469. "name": "Authorization",
  5470. "in": "header",
  5471. "required": true
  5472. },
  5473. {
  5474. "type": "string",
  5475. "description": "用户 ID",
  5476. "name": "uid",
  5477. "in": "query",
  5478. "required": true
  5479. }
  5480. ],
  5481. "responses": {
  5482. "200": {
  5483. "description": "会员明细概况具体数据",
  5484. "schema": {
  5485. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  5486. }
  5487. },
  5488. "400": {
  5489. "description": "具体错误",
  5490. "schema": {
  5491. "$ref": "#/definitions/md.Response"
  5492. }
  5493. }
  5494. }
  5495. }
  5496. },
  5497. "/api/notice/aliyunSms/file/phone": {
  5498. "post": {
  5499. "description": "短信推送记录-通知模板",
  5500. "consumes": [
  5501. "application/json"
  5502. ],
  5503. "produces": [
  5504. "application/json"
  5505. ],
  5506. "tags": [
  5507. "消息中心"
  5508. ],
  5509. "summary": "消息中心-短信推送记录-通知模板",
  5510. "parameters": [
  5511. {
  5512. "type": "string",
  5513. "description": "验证参数Bearer和token空格拼接",
  5514. "name": "Authorization",
  5515. "in": "header",
  5516. "required": true
  5517. },
  5518. {
  5519. "type": "string",
  5520. "description": "参数 file-----文件上传格式",
  5521. "name": "file",
  5522. "in": "formData",
  5523. "required": true
  5524. }
  5525. ],
  5526. "responses": {
  5527. "200": {
  5528. "description": "phone 一个数组",
  5529. "schema": {
  5530. "type": "string"
  5531. }
  5532. },
  5533. "400": {
  5534. "description": "具体错误",
  5535. "schema": {
  5536. "$ref": "#/definitions/md.Response"
  5537. }
  5538. }
  5539. }
  5540. }
  5541. },
  5542. "/api/notice/aliyunSms/push/list": {
  5543. "post": {
  5544. "description": "短信推送记录-推送记录列表",
  5545. "consumes": [
  5546. "application/json"
  5547. ],
  5548. "produces": [
  5549. "application/json"
  5550. ],
  5551. "tags": [
  5552. "消息中心"
  5553. ],
  5554. "summary": "消息中心-短信推送记录-推送记录列表",
  5555. "parameters": [
  5556. {
  5557. "type": "string",
  5558. "description": "验证参数Bearer和token空格拼接",
  5559. "name": "Authorization",
  5560. "in": "header",
  5561. "required": true
  5562. },
  5563. {
  5564. "description": "(分页信息必填)",
  5565. "name": "req",
  5566. "in": "body",
  5567. "required": true,
  5568. "schema": {
  5569. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  5570. }
  5571. }
  5572. ],
  5573. "responses": {
  5574. "200": {
  5575. "description": "具体数据",
  5576. "schema": {
  5577. "$ref": "#/definitions/md.NoticePushListResp"
  5578. }
  5579. },
  5580. "400": {
  5581. "description": "具体错误",
  5582. "schema": {
  5583. "$ref": "#/definitions/md.Response"
  5584. }
  5585. }
  5586. }
  5587. }
  5588. },
  5589. "/api/notice/aliyunSms/push/save": {
  5590. "post": {
  5591. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  5592. "consumes": [
  5593. "application/json"
  5594. ],
  5595. "produces": [
  5596. "application/json"
  5597. ],
  5598. "tags": [
  5599. "消息中心"
  5600. ],
  5601. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  5602. "parameters": [
  5603. {
  5604. "type": "string",
  5605. "description": "验证参数Bearer和token空格拼接",
  5606. "name": "Authorization",
  5607. "in": "header",
  5608. "required": true
  5609. },
  5610. {
  5611. "description": "(分页信息必填)",
  5612. "name": "req",
  5613. "in": "body",
  5614. "required": true,
  5615. "schema": {
  5616. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  5617. }
  5618. }
  5619. ],
  5620. "responses": {
  5621. "200": {
  5622. "description": "具体数据",
  5623. "schema": {
  5624. "type": "string"
  5625. }
  5626. },
  5627. "400": {
  5628. "description": "具体错误",
  5629. "schema": {
  5630. "$ref": "#/definitions/md.Response"
  5631. }
  5632. }
  5633. }
  5634. }
  5635. },
  5636. "/api/notice/aliyunSms/sale/base": {
  5637. "get": {
  5638. "description": "短信推送记录-营销短信-通知模板",
  5639. "consumes": [
  5640. "application/json"
  5641. ],
  5642. "produces": [
  5643. "application/json"
  5644. ],
  5645. "tags": [
  5646. "消息中心"
  5647. ],
  5648. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  5649. "parameters": [
  5650. {
  5651. "type": "string",
  5652. "description": "验证参数Bearer和token空格拼接",
  5653. "name": "Authorization",
  5654. "in": "header",
  5655. "required": true
  5656. }
  5657. ],
  5658. "responses": {
  5659. "200": {
  5660. "description": "具体数据",
  5661. "schema": {
  5662. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  5663. }
  5664. },
  5665. "400": {
  5666. "description": "具体错误",
  5667. "schema": {
  5668. "$ref": "#/definitions/md.Response"
  5669. }
  5670. }
  5671. }
  5672. }
  5673. },
  5674. "/api/notice/aliyunSms/sale/save": {
  5675. "post": {
  5676. "description": "短信推送记录-营销短信-通知模板添加编辑",
  5677. "consumes": [
  5678. "application/json"
  5679. ],
  5680. "produces": [
  5681. "application/json"
  5682. ],
  5683. "tags": [
  5684. "消息中心"
  5685. ],
  5686. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  5687. "parameters": [
  5688. {
  5689. "type": "string",
  5690. "description": "验证参数Bearer和token空格拼接",
  5691. "name": "Authorization",
  5692. "in": "header",
  5693. "required": true
  5694. },
  5695. {
  5696. "description": "数组 把列表的数组传过来",
  5697. "name": "req",
  5698. "in": "body",
  5699. "required": true,
  5700. "schema": {
  5701. "type": "string"
  5702. }
  5703. }
  5704. ],
  5705. "responses": {
  5706. "200": {
  5707. "description": "具体数据",
  5708. "schema": {
  5709. "type": "string"
  5710. }
  5711. },
  5712. "400": {
  5713. "description": "具体错误",
  5714. "schema": {
  5715. "$ref": "#/definitions/md.Response"
  5716. }
  5717. }
  5718. }
  5719. }
  5720. },
  5721. "/api/notice/base/del": {
  5722. "post": {
  5723. "description": "基本配置-通知模板删除",
  5724. "consumes": [
  5725. "application/json"
  5726. ],
  5727. "produces": [
  5728. "application/json"
  5729. ],
  5730. "tags": [
  5731. "消息中心"
  5732. ],
  5733. "summary": "消息中心-基本配置-通知模板删除",
  5734. "parameters": [
  5735. {
  5736. "type": "string",
  5737. "description": "验证参数Bearer和token空格拼接",
  5738. "name": "Authorization",
  5739. "in": "header",
  5740. "required": true
  5741. },
  5742. {
  5743. "description": "(分页信息必填)",
  5744. "name": "req",
  5745. "in": "body",
  5746. "required": true,
  5747. "schema": {
  5748. "$ref": "#/definitions/md.NoticeDelReq"
  5749. }
  5750. }
  5751. ],
  5752. "responses": {
  5753. "200": {
  5754. "description": "具体数据",
  5755. "schema": {
  5756. "type": "string"
  5757. }
  5758. },
  5759. "400": {
  5760. "description": "具体错误",
  5761. "schema": {
  5762. "$ref": "#/definitions/md.Response"
  5763. }
  5764. }
  5765. }
  5766. }
  5767. },
  5768. "/api/notice/base/list": {
  5769. "post": {
  5770. "description": "基本配置-通知模板",
  5771. "consumes": [
  5772. "application/json"
  5773. ],
  5774. "produces": [
  5775. "application/json"
  5776. ],
  5777. "tags": [
  5778. "消息中心"
  5779. ],
  5780. "summary": "消息中心-基本配置-通知模板",
  5781. "parameters": [
  5782. {
  5783. "type": "string",
  5784. "description": "验证参数Bearer和token空格拼接",
  5785. "name": "Authorization",
  5786. "in": "header",
  5787. "required": true
  5788. },
  5789. {
  5790. "description": "(分页信息必填)",
  5791. "name": "req",
  5792. "in": "body",
  5793. "required": true,
  5794. "schema": {
  5795. "$ref": "#/definitions/md.NoticeListReq"
  5796. }
  5797. }
  5798. ],
  5799. "responses": {
  5800. "200": {
  5801. "description": "具体数据",
  5802. "schema": {
  5803. "$ref": "#/definitions/md.NoticeListResp"
  5804. }
  5805. },
  5806. "400": {
  5807. "description": "具体错误",
  5808. "schema": {
  5809. "$ref": "#/definitions/md.Response"
  5810. }
  5811. }
  5812. }
  5813. }
  5814. },
  5815. "/api/notice/base/save": {
  5816. "post": {
  5817. "description": "基本配置-通知模板添加编辑",
  5818. "consumes": [
  5819. "application/json"
  5820. ],
  5821. "produces": [
  5822. "application/json"
  5823. ],
  5824. "tags": [
  5825. "消息中心"
  5826. ],
  5827. "summary": "消息中心-基本配置-通知模板添加编辑",
  5828. "parameters": [
  5829. {
  5830. "type": "string",
  5831. "description": "验证参数Bearer和token空格拼接",
  5832. "name": "Authorization",
  5833. "in": "header",
  5834. "required": true
  5835. },
  5836. {
  5837. "description": "(分页信息必填)",
  5838. "name": "req",
  5839. "in": "body",
  5840. "required": true,
  5841. "schema": {
  5842. "$ref": "#/definitions/md.NoticeSaveReq"
  5843. }
  5844. }
  5845. ],
  5846. "responses": {
  5847. "200": {
  5848. "description": "具体数据",
  5849. "schema": {
  5850. "type": "string"
  5851. }
  5852. },
  5853. "400": {
  5854. "description": "具体错误",
  5855. "schema": {
  5856. "$ref": "#/definitions/md.Response"
  5857. }
  5858. }
  5859. }
  5860. }
  5861. },
  5862. "/api/notice/jPush/push/list": {
  5863. "post": {
  5864. "description": "基本配置-推送记录列表",
  5865. "consumes": [
  5866. "application/json"
  5867. ],
  5868. "produces": [
  5869. "application/json"
  5870. ],
  5871. "tags": [
  5872. "消息中心"
  5873. ],
  5874. "summary": "消息中心-基本配置-推送记录列表",
  5875. "parameters": [
  5876. {
  5877. "type": "string",
  5878. "description": "验证参数Bearer和token空格拼接",
  5879. "name": "Authorization",
  5880. "in": "header",
  5881. "required": true
  5882. },
  5883. {
  5884. "description": "(分页信息必填)",
  5885. "name": "req",
  5886. "in": "body",
  5887. "required": true,
  5888. "schema": {
  5889. "$ref": "#/definitions/md.NoticeListReq"
  5890. }
  5891. }
  5892. ],
  5893. "responses": {
  5894. "200": {
  5895. "description": "具体数据",
  5896. "schema": {
  5897. "$ref": "#/definitions/md.NoticePushListResp"
  5898. }
  5899. },
  5900. "400": {
  5901. "description": "具体错误",
  5902. "schema": {
  5903. "$ref": "#/definitions/md.Response"
  5904. }
  5905. }
  5906. }
  5907. }
  5908. },
  5909. "/api/notice/jPush/push/save": {
  5910. "post": {
  5911. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  5912. "consumes": [
  5913. "application/json"
  5914. ],
  5915. "produces": [
  5916. "application/json"
  5917. ],
  5918. "tags": [
  5919. "消息中心"
  5920. ],
  5921. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  5922. "parameters": [
  5923. {
  5924. "type": "string",
  5925. "description": "验证参数Bearer和token空格拼接",
  5926. "name": "Authorization",
  5927. "in": "header",
  5928. "required": true
  5929. },
  5930. {
  5931. "description": "(分页信息必填)",
  5932. "name": "req",
  5933. "in": "body",
  5934. "required": true,
  5935. "schema": {
  5936. "$ref": "#/definitions/md.NoticeSaveReq"
  5937. }
  5938. }
  5939. ],
  5940. "responses": {
  5941. "200": {
  5942. "description": "具体数据",
  5943. "schema": {
  5944. "type": "string"
  5945. }
  5946. },
  5947. "400": {
  5948. "description": "具体错误",
  5949. "schema": {
  5950. "$ref": "#/definitions/md.Response"
  5951. }
  5952. }
  5953. }
  5954. }
  5955. },
  5956. "/api/settCenter/oss/aliYun/getBasic": {
  5957. "get": {
  5958. "description": "对象存储设置(获取)",
  5959. "consumes": [
  5960. "application/json"
  5961. ],
  5962. "produces": [
  5963. "application/json"
  5964. ],
  5965. "tags": [
  5966. "对象存储"
  5967. ],
  5968. "summary": "设置中心-对象存储-对象存储设置(获取)",
  5969. "parameters": [
  5970. {
  5971. "type": "string",
  5972. "description": "验证参数Bearer和token空格拼接",
  5973. "name": "Authorization",
  5974. "in": "header",
  5975. "required": true
  5976. }
  5977. ],
  5978. "responses": {
  5979. "200": {
  5980. "description": "设置列表",
  5981. "schema": {
  5982. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  5983. }
  5984. },
  5985. "400": {
  5986. "description": "具体错误",
  5987. "schema": {
  5988. "$ref": "#/definitions/md.Response"
  5989. }
  5990. }
  5991. }
  5992. }
  5993. },
  5994. "/api/settCenter/oss/aliYun/setBasic": {
  5995. "post": {
  5996. "description": "对象存储设置(更新)",
  5997. "consumes": [
  5998. "application/json"
  5999. ],
  6000. "produces": [
  6001. "application/json"
  6002. ],
  6003. "tags": [
  6004. "对象存储"
  6005. ],
  6006. "summary": "设置中心-对象存储-对象存储设置(更新)",
  6007. "parameters": [
  6008. {
  6009. "type": "string",
  6010. "description": "验证参数Bearer和token空格拼接",
  6011. "name": "Authorization",
  6012. "in": "header",
  6013. "required": true
  6014. },
  6015. {
  6016. "description": "上传需要修改的信息",
  6017. "name": "req",
  6018. "in": "body",
  6019. "required": true,
  6020. "schema": {
  6021. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  6022. }
  6023. }
  6024. ],
  6025. "responses": {
  6026. "200": {
  6027. "description": "success",
  6028. "schema": {
  6029. "type": "string"
  6030. }
  6031. },
  6032. "400": {
  6033. "description": "具体错误",
  6034. "schema": {
  6035. "$ref": "#/definitions/md.Response"
  6036. }
  6037. }
  6038. }
  6039. }
  6040. },
  6041. "/api/userFeedback/cate/list": {
  6042. "post": {
  6043. "description": "分类列表",
  6044. "consumes": [
  6045. "application/json"
  6046. ],
  6047. "produces": [
  6048. "application/json"
  6049. ],
  6050. "tags": [
  6051. "消息中心"
  6052. ],
  6053. "summary": "反馈列表-分类列表",
  6054. "parameters": [
  6055. {
  6056. "type": "string",
  6057. "description": "验证参数Bearer和token空格拼接",
  6058. "name": "Authorization",
  6059. "in": "header",
  6060. "required": true
  6061. },
  6062. {
  6063. "description": "(分页信息必填)",
  6064. "name": "req",
  6065. "in": "body",
  6066. "required": true,
  6067. "schema": {
  6068. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  6069. }
  6070. }
  6071. ],
  6072. "responses": {
  6073. "200": {
  6074. "description": "具体数据",
  6075. "schema": {
  6076. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  6077. }
  6078. },
  6079. "400": {
  6080. "description": "具体错误",
  6081. "schema": {
  6082. "$ref": "#/definitions/md.Response"
  6083. }
  6084. }
  6085. }
  6086. }
  6087. },
  6088. "/api/userFeedback/content/change/state": {
  6089. "post": {
  6090. "description": "反馈列表-修改状态",
  6091. "consumes": [
  6092. "application/json"
  6093. ],
  6094. "produces": [
  6095. "application/json"
  6096. ],
  6097. "tags": [
  6098. "消息中心"
  6099. ],
  6100. "summary": "用户反馈-反馈列表-修改状态",
  6101. "parameters": [
  6102. {
  6103. "type": "string",
  6104. "description": "验证参数Bearer和token空格拼接",
  6105. "name": "Authorization",
  6106. "in": "header",
  6107. "required": true
  6108. },
  6109. {
  6110. "description": "(分页信息必填)",
  6111. "name": "req",
  6112. "in": "body",
  6113. "required": true,
  6114. "schema": {
  6115. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  6116. }
  6117. }
  6118. ],
  6119. "responses": {
  6120. "200": {
  6121. "description": "具体数据",
  6122. "schema": {
  6123. "type": "string"
  6124. }
  6125. },
  6126. "400": {
  6127. "description": "具体错误",
  6128. "schema": {
  6129. "$ref": "#/definitions/md.Response"
  6130. }
  6131. }
  6132. }
  6133. }
  6134. },
  6135. "/api/userFeedback/content/del": {
  6136. "post": {
  6137. "description": "反馈列表-反馈删除",
  6138. "consumes": [
  6139. "application/json"
  6140. ],
  6141. "produces": [
  6142. "application/json"
  6143. ],
  6144. "tags": [
  6145. "消息中心"
  6146. ],
  6147. "summary": "用户反馈-反馈列表-反馈删除",
  6148. "parameters": [
  6149. {
  6150. "type": "string",
  6151. "description": "验证参数Bearer和token空格拼接",
  6152. "name": "Authorization",
  6153. "in": "header",
  6154. "required": true
  6155. },
  6156. {
  6157. "description": "(分页信息必填)",
  6158. "name": "req",
  6159. "in": "body",
  6160. "required": true,
  6161. "schema": {
  6162. "$ref": "#/definitions/md.UserFeedbackDelReq"
  6163. }
  6164. }
  6165. ],
  6166. "responses": {
  6167. "200": {
  6168. "description": "具体数据",
  6169. "schema": {
  6170. "type": "string"
  6171. }
  6172. },
  6173. "400": {
  6174. "description": "具体错误",
  6175. "schema": {
  6176. "$ref": "#/definitions/md.Response"
  6177. }
  6178. }
  6179. }
  6180. }
  6181. },
  6182. "/api/userFeedback/content/list": {
  6183. "post": {
  6184. "description": "反馈列表",
  6185. "consumes": [
  6186. "application/json"
  6187. ],
  6188. "produces": [
  6189. "application/json"
  6190. ],
  6191. "tags": [
  6192. "消息中心"
  6193. ],
  6194. "summary": "用户反馈-反馈列表",
  6195. "parameters": [
  6196. {
  6197. "type": "string",
  6198. "description": "验证参数Bearer和token空格拼接",
  6199. "name": "Authorization",
  6200. "in": "header",
  6201. "required": true
  6202. },
  6203. {
  6204. "description": "(分页信息必填)",
  6205. "name": "req",
  6206. "in": "body",
  6207. "required": true,
  6208. "schema": {
  6209. "$ref": "#/definitions/md.UserFeedbackListReq"
  6210. }
  6211. }
  6212. ],
  6213. "responses": {
  6214. "200": {
  6215. "description": "具体数据",
  6216. "schema": {
  6217. "$ref": "#/definitions/md.UserFeedbackListResp"
  6218. }
  6219. },
  6220. "400": {
  6221. "description": "具体错误",
  6222. "schema": {
  6223. "$ref": "#/definitions/md.Response"
  6224. }
  6225. }
  6226. }
  6227. }
  6228. },
  6229. "/api/userFeedback/content/record/list": {
  6230. "post": {
  6231. "description": "反馈列表-沟通记录",
  6232. "consumes": [
  6233. "application/json"
  6234. ],
  6235. "produces": [
  6236. "application/json"
  6237. ],
  6238. "tags": [
  6239. "消息中心"
  6240. ],
  6241. "summary": "用户反馈-反馈列表-沟通记录",
  6242. "parameters": [
  6243. {
  6244. "type": "string",
  6245. "description": "验证参数Bearer和token空格拼接",
  6246. "name": "Authorization",
  6247. "in": "header",
  6248. "required": true
  6249. },
  6250. {
  6251. "description": "(分页信息必填)",
  6252. "name": "req",
  6253. "in": "body",
  6254. "required": true,
  6255. "schema": {
  6256. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  6257. }
  6258. }
  6259. ],
  6260. "responses": {
  6261. "200": {
  6262. "description": "具体数据",
  6263. "schema": {
  6264. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  6265. }
  6266. },
  6267. "400": {
  6268. "description": "具体错误",
  6269. "schema": {
  6270. "$ref": "#/definitions/md.Response"
  6271. }
  6272. }
  6273. }
  6274. }
  6275. },
  6276. "/api/userFeedback/content/say": {
  6277. "post": {
  6278. "description": "反馈列表-沟通发送",
  6279. "consumes": [
  6280. "application/json"
  6281. ],
  6282. "produces": [
  6283. "application/json"
  6284. ],
  6285. "tags": [
  6286. "消息中心"
  6287. ],
  6288. "summary": "用户反馈-反馈列表-沟通发送",
  6289. "parameters": [
  6290. {
  6291. "type": "string",
  6292. "description": "验证参数Bearer和token空格拼接",
  6293. "name": "Authorization",
  6294. "in": "header",
  6295. "required": true
  6296. },
  6297. {
  6298. "description": "(分页信息必填)",
  6299. "name": "req",
  6300. "in": "body",
  6301. "required": true,
  6302. "schema": {
  6303. "$ref": "#/definitions/md.UserFeedbackSayReq"
  6304. }
  6305. }
  6306. ],
  6307. "responses": {
  6308. "200": {
  6309. "description": "具体数据",
  6310. "schema": {
  6311. "type": "string"
  6312. }
  6313. },
  6314. "400": {
  6315. "description": "具体错误",
  6316. "schema": {
  6317. "$ref": "#/definitions/md.Response"
  6318. }
  6319. }
  6320. }
  6321. }
  6322. },
  6323. "/api/userRealName/base": {
  6324. "get": {
  6325. "description": "基本设置-实名认证",
  6326. "consumes": [
  6327. "application/json"
  6328. ],
  6329. "produces": [
  6330. "application/json"
  6331. ],
  6332. "tags": [
  6333. "基本设置"
  6334. ],
  6335. "summary": "基本设置-实名认证-基本配置",
  6336. "parameters": [
  6337. {
  6338. "type": "string",
  6339. "description": "验证参数Bearer和token空格拼接",
  6340. "name": "Authorization",
  6341. "in": "header",
  6342. "required": true
  6343. }
  6344. ],
  6345. "responses": {
  6346. "200": {
  6347. "description": "具体数据",
  6348. "schema": {
  6349. "$ref": "#/definitions/md.UserRealNameBaseResp"
  6350. }
  6351. },
  6352. "400": {
  6353. "description": "具体错误",
  6354. "schema": {
  6355. "$ref": "#/definitions/md.Response"
  6356. }
  6357. }
  6358. }
  6359. }
  6360. },
  6361. "/api/userRealName/base/save": {
  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. "description": "(分页信息必填)",
  6384. "name": "req",
  6385. "in": "body",
  6386. "required": true,
  6387. "schema": {
  6388. "$ref": "#/definitions/md.UserRealNameBaseResp"
  6389. }
  6390. }
  6391. ],
  6392. "responses": {
  6393. "200": {
  6394. "description": "具体数据",
  6395. "schema": {
  6396. "type": "string"
  6397. }
  6398. },
  6399. "400": {
  6400. "description": "具体错误",
  6401. "schema": {
  6402. "$ref": "#/definitions/md.Response"
  6403. }
  6404. }
  6405. }
  6406. }
  6407. },
  6408. "/api/userRealName/list": {
  6409. "post": {
  6410. "description": "基本设置-实名认证列表",
  6411. "consumes": [
  6412. "application/json"
  6413. ],
  6414. "produces": [
  6415. "application/json"
  6416. ],
  6417. "tags": [
  6418. "基本设置"
  6419. ],
  6420. "summary": "基本设置-实名认证列表",
  6421. "parameters": [
  6422. {
  6423. "type": "string",
  6424. "description": "验证参数Bearer和token空格拼接",
  6425. "name": "Authorization",
  6426. "in": "header",
  6427. "required": true
  6428. },
  6429. {
  6430. "description": "(分页信息必填)",
  6431. "name": "req",
  6432. "in": "body",
  6433. "required": true,
  6434. "schema": {
  6435. "$ref": "#/definitions/md.UserRealNameReq"
  6436. }
  6437. }
  6438. ],
  6439. "responses": {
  6440. "200": {
  6441. "description": "具体数据",
  6442. "schema": {
  6443. "$ref": "#/definitions/md.UserRealNameResp"
  6444. }
  6445. },
  6446. "400": {
  6447. "description": "具体错误",
  6448. "schema": {
  6449. "$ref": "#/definitions/md.Response"
  6450. }
  6451. }
  6452. }
  6453. }
  6454. },
  6455. "/api/userRealName/save": {
  6456. "post": {
  6457. "description": "基本设置-修改认证状态",
  6458. "consumes": [
  6459. "application/json"
  6460. ],
  6461. "produces": [
  6462. "application/json"
  6463. ],
  6464. "tags": [
  6465. "基本设置"
  6466. ],
  6467. "summary": "基本设置-实名认证-修改认证状态",
  6468. "parameters": [
  6469. {
  6470. "type": "string",
  6471. "description": "验证参数Bearer和token空格拼接",
  6472. "name": "Authorization",
  6473. "in": "header",
  6474. "required": true
  6475. },
  6476. {
  6477. "description": "(分页信息必填)",
  6478. "name": "req",
  6479. "in": "body",
  6480. "required": true,
  6481. "schema": {
  6482. "$ref": "#/definitions/md.UserRealNameSaveReq"
  6483. }
  6484. }
  6485. ],
  6486. "responses": {
  6487. "200": {
  6488. "description": "具体数据",
  6489. "schema": {
  6490. "type": "string"
  6491. }
  6492. },
  6493. "400": {
  6494. "description": "具体错误",
  6495. "schema": {
  6496. "$ref": "#/definitions/md.Response"
  6497. }
  6498. }
  6499. }
  6500. }
  6501. },
  6502. "/api/user_feedback/cate/del": {
  6503. "post": {
  6504. "description": "分类列表-分类删除",
  6505. "consumes": [
  6506. "application/json"
  6507. ],
  6508. "produces": [
  6509. "application/json"
  6510. ],
  6511. "tags": [
  6512. "消息中心"
  6513. ],
  6514. "summary": "反馈列表-分类列表-分类删除",
  6515. "parameters": [
  6516. {
  6517. "type": "string",
  6518. "description": "验证参数Bearer和token空格拼接",
  6519. "name": "Authorization",
  6520. "in": "header",
  6521. "required": true
  6522. },
  6523. {
  6524. "description": "(分页信息必填)",
  6525. "name": "req",
  6526. "in": "body",
  6527. "required": true,
  6528. "schema": {
  6529. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  6530. }
  6531. }
  6532. ],
  6533. "responses": {
  6534. "200": {
  6535. "description": "具体数据",
  6536. "schema": {
  6537. "type": "string"
  6538. }
  6539. },
  6540. "400": {
  6541. "description": "具体错误",
  6542. "schema": {
  6543. "$ref": "#/definitions/md.Response"
  6544. }
  6545. }
  6546. }
  6547. }
  6548. },
  6549. "/api/user_feedback/cate/save": {
  6550. "post": {
  6551. "description": "分类列表-分类保存",
  6552. "consumes": [
  6553. "application/json"
  6554. ],
  6555. "produces": [
  6556. "application/json"
  6557. ],
  6558. "tags": [
  6559. "消息中心"
  6560. ],
  6561. "summary": "反馈列表-分类列表-分类保存",
  6562. "parameters": [
  6563. {
  6564. "type": "string",
  6565. "description": "验证参数Bearer和token空格拼接",
  6566. "name": "Authorization",
  6567. "in": "header",
  6568. "required": true
  6569. },
  6570. {
  6571. "description": "(分页信息必填)",
  6572. "name": "req",
  6573. "in": "body",
  6574. "required": true,
  6575. "schema": {
  6576. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  6577. }
  6578. }
  6579. ],
  6580. "responses": {
  6581. "200": {
  6582. "description": "具体数据",
  6583. "schema": {
  6584. "type": "string"
  6585. }
  6586. },
  6587. "400": {
  6588. "description": "具体错误",
  6589. "schema": {
  6590. "$ref": "#/definitions/md.Response"
  6591. }
  6592. }
  6593. }
  6594. }
  6595. }
  6596. },
  6597. "definitions": {
  6598. "applet_app_md_financial_center.Paginate": {
  6599. "type": "object",
  6600. "properties": {
  6601. "limit": {
  6602. "description": "每页大小",
  6603. "type": "integer"
  6604. },
  6605. "page": {
  6606. "description": "页数",
  6607. "type": "integer"
  6608. },
  6609. "total": {
  6610. "description": "总数据量",
  6611. "type": "integer"
  6612. }
  6613. }
  6614. },
  6615. "applet_app_md_financial_center.TagNode": {
  6616. "type": "object",
  6617. "properties": {
  6618. "tag_id": {
  6619. "type": "integer"
  6620. },
  6621. "tag_name": {
  6622. "type": "string"
  6623. }
  6624. }
  6625. },
  6626. "applet_app_md_im.GetBasicResp": {
  6627. "type": "object",
  6628. "properties": {
  6629. "chat_sensitive_words": {
  6630. "type": "string",
  6631. "example": "聊天敏感词"
  6632. },
  6633. "is_allow_add_friends": {
  6634. "type": "string",
  6635. "example": "是否允许加好友"
  6636. },
  6637. "is_auto_add_friends": {
  6638. "type": "string",
  6639. "example": "是否自动加好友"
  6640. },
  6641. "prohibit_add_group_members": {
  6642. "type": "string",
  6643. "example": "是否禁止添加群成员"
  6644. },
  6645. "prohibit_remove_group_members": {
  6646. "type": "string",
  6647. "example": "是否禁止移出群成员"
  6648. },
  6649. "prohibit_update_group_name": {
  6650. "type": "string",
  6651. "example": "是否禁止修改群名称"
  6652. }
  6653. }
  6654. },
  6655. "applet_app_md_im.SetBasicReq": {
  6656. "type": "object",
  6657. "properties": {
  6658. "chat_sensitive_words": {
  6659. "type": "string",
  6660. "example": "聊天敏感词"
  6661. },
  6662. "is_allow_add_friends": {
  6663. "type": "string",
  6664. "example": "是否允许加好友"
  6665. },
  6666. "is_auto_add_friends": {
  6667. "type": "string",
  6668. "example": "是否自动加好友"
  6669. },
  6670. "prohibit_add_group_members": {
  6671. "type": "string",
  6672. "example": "是否禁止添加群成员"
  6673. },
  6674. "prohibit_remove_group_members": {
  6675. "type": "string",
  6676. "example": "是否禁止移出群成员"
  6677. },
  6678. "prohibit_update_group_name": {
  6679. "type": "string",
  6680. "example": "是否禁止修改群名称"
  6681. }
  6682. }
  6683. },
  6684. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  6685. "type": "object",
  6686. "properties": {
  6687. "direct_push_reward": {
  6688. "description": "直推奖励",
  6689. "allOf": [
  6690. {
  6691. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  6692. }
  6693. ]
  6694. },
  6695. "is_open": {
  6696. "description": "是否开启(1:开启 0:关闭)",
  6697. "type": "integer"
  6698. },
  6699. "person_egg_energy_coin_id": {
  6700. "description": "个人蛋蛋能量对应虚拟币 id",
  6701. "type": "integer"
  6702. },
  6703. "person_egg_points_coin_id": {
  6704. "description": "个人蛋蛋积分对应虚拟币 id",
  6705. "type": "integer"
  6706. },
  6707. "team_egg_energy_coin_id": {
  6708. "description": "团队蛋蛋能量对应虚拟币 id",
  6709. "type": "integer"
  6710. },
  6711. "team_egg_points_coin_id": {
  6712. "description": "团队蛋蛋积分对应虚拟币 id",
  6713. "type": "integer"
  6714. }
  6715. }
  6716. },
  6717. "applet_app_md_institutional_management_egg_energy.Paginate": {
  6718. "type": "object",
  6719. "properties": {
  6720. "limit": {
  6721. "description": "每页大小",
  6722. "type": "integer"
  6723. },
  6724. "page": {
  6725. "description": "页数",
  6726. "type": "integer"
  6727. },
  6728. "total": {
  6729. "description": "总数据量",
  6730. "type": "integer"
  6731. }
  6732. }
  6733. },
  6734. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  6735. "type": "object",
  6736. "properties": {
  6737. "id": {
  6738. "type": "integer"
  6739. },
  6740. "is_open": {
  6741. "description": "是否开启(1:开启 0:关闭)",
  6742. "type": "integer"
  6743. },
  6744. "is_self_active_get_team_revenue": {
  6745. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  6746. "type": "integer"
  6747. },
  6748. "originator_uid": {
  6749. "description": "创始人uid",
  6750. "type": "integer"
  6751. },
  6752. "several_rows": {
  6753. "description": "几排",
  6754. "type": "integer"
  6755. },
  6756. "several_times": {
  6757. "description": "几乘",
  6758. "type": "integer"
  6759. },
  6760. "system_punish_replace": {
  6761. "description": "是否位置滑落 被新用户替换 0否 1是",
  6762. "type": "integer"
  6763. },
  6764. "system_punish_replace_value": {
  6765. "description": "xx天未活跃,处罚滑落",
  6766. "type": "integer"
  6767. }
  6768. }
  6769. },
  6770. "applet_app_md_institutional_management_public_platoon.Paginate": {
  6771. "type": "object",
  6772. "properties": {
  6773. "limit": {
  6774. "description": "每页大小",
  6775. "type": "integer"
  6776. },
  6777. "page": {
  6778. "description": "页数",
  6779. "type": "integer"
  6780. },
  6781. "total": {
  6782. "description": "总数据量",
  6783. "type": "integer"
  6784. }
  6785. }
  6786. },
  6787. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  6788. "type": "object",
  6789. "properties": {
  6790. "limit": {
  6791. "type": "integer"
  6792. },
  6793. "page": {
  6794. "type": "integer"
  6795. },
  6796. "total": {
  6797. "type": "integer"
  6798. }
  6799. }
  6800. },
  6801. "applet_app_md_member_center.Paginate": {
  6802. "type": "object",
  6803. "properties": {
  6804. "limit": {
  6805. "description": "每页大小",
  6806. "type": "integer"
  6807. },
  6808. "page": {
  6809. "description": "页数",
  6810. "type": "integer"
  6811. },
  6812. "total": {
  6813. "description": "总数据量",
  6814. "type": "integer"
  6815. }
  6816. }
  6817. },
  6818. "applet_app_md_member_center.TagNode": {
  6819. "type": "object",
  6820. "properties": {
  6821. "tag_id": {
  6822. "description": "标签 ID",
  6823. "type": "integer"
  6824. },
  6825. "tag_name": {
  6826. "description": "标签 名称",
  6827. "type": "string"
  6828. }
  6829. }
  6830. },
  6831. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  6832. "type": "object",
  6833. "properties": {
  6834. "oss_access_key_id": {
  6835. "type": "string",
  6836. "example": "oss访问秘钥id"
  6837. },
  6838. "oss_access_key_secret": {
  6839. "type": "string",
  6840. "example": "oss访问秘钥"
  6841. },
  6842. "oss_assume_arn": {
  6843. "type": "string",
  6844. "example": "oss RAM角色ARN"
  6845. },
  6846. "oss_assume_role_access_key_id": {
  6847. "type": "string",
  6848. "example": "oss RAM角色访问秘钥id"
  6849. },
  6850. "oss_assume_role_access_key_secret": {
  6851. "type": "string",
  6852. "example": "oss RAM角色访问秘钥"
  6853. },
  6854. "oss_bucket_name": {
  6855. "type": "string",
  6856. "example": "oss存储桶名称"
  6857. },
  6858. "oss_bucket_scheme": {
  6859. "type": "string",
  6860. "example": "oss上传方式"
  6861. },
  6862. "oss_endpoint": {
  6863. "type": "string",
  6864. "example": "oss地域节点"
  6865. },
  6866. "oss_object_domain": {
  6867. "type": "string",
  6868. "example": "oss域名"
  6869. },
  6870. "oss_option": {
  6871. "type": "string",
  6872. "example": "oss上传文件类型选项,以逗号分割"
  6873. }
  6874. }
  6875. },
  6876. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  6877. "type": "object",
  6878. "properties": {
  6879. "oss_access_key_id": {
  6880. "type": "string",
  6881. "example": "oss访问秘钥id"
  6882. },
  6883. "oss_access_key_secret": {
  6884. "type": "string",
  6885. "example": "oss访问秘钥"
  6886. },
  6887. "oss_assume_arn": {
  6888. "type": "string",
  6889. "example": "oss RAM角色ARN"
  6890. },
  6891. "oss_assume_role_access_key_id": {
  6892. "type": "string",
  6893. "example": "oss RAM角色访问秘钥id"
  6894. },
  6895. "oss_assume_role_access_key_secret": {
  6896. "type": "string",
  6897. "example": "oss RAM角色访问秘钥"
  6898. },
  6899. "oss_bucket_name": {
  6900. "type": "string",
  6901. "example": "oss存储桶名称"
  6902. },
  6903. "oss_bucket_scheme": {
  6904. "type": "string",
  6905. "example": "oss上传方式"
  6906. },
  6907. "oss_endpoint": {
  6908. "type": "string",
  6909. "example": "oss地域节点"
  6910. },
  6911. "oss_object_domain": {
  6912. "type": "string",
  6913. "example": "oss域名"
  6914. },
  6915. "oss_option": {
  6916. "type": "string",
  6917. "example": "oss上传文件类型选项,以逗号分割"
  6918. }
  6919. }
  6920. },
  6921. "client.AssumeRoleResponseBodyCredentials": {
  6922. "type": "object",
  6923. "properties": {
  6924. "AccessKeyId": {
  6925. "description": "The AccessKey ID.",
  6926. "type": "string"
  6927. },
  6928. "AccessKeySecret": {
  6929. "description": "The AccessKey secret.",
  6930. "type": "string"
  6931. },
  6932. "Expiration": {
  6933. "description": "The time when the STS token expires. The time is displayed in UTC.",
  6934. "type": "string"
  6935. },
  6936. "SecurityToken": {
  6937. "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.",
  6938. "type": "string"
  6939. }
  6940. }
  6941. },
  6942. "comm.GetSTSVoucherResp": {
  6943. "type": "object",
  6944. "properties": {
  6945. "bucket": {
  6946. "description": "oss 桶名称",
  6947. "type": "string"
  6948. },
  6949. "region": {
  6950. "description": "所在地域",
  6951. "type": "string"
  6952. },
  6953. "sts_token": {
  6954. "description": "STS 凭证",
  6955. "allOf": [
  6956. {
  6957. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  6958. }
  6959. ]
  6960. }
  6961. }
  6962. },
  6963. "comm.ImgReqUploadReq": {
  6964. "type": "object",
  6965. "required": [
  6966. "content_type",
  6967. "file_name"
  6968. ],
  6969. "properties": {
  6970. "content_type": {
  6971. "type": "string",
  6972. "example": "image/jpeg"
  6973. },
  6974. "file_name": {
  6975. "type": "string",
  6976. "example": "文件名"
  6977. }
  6978. }
  6979. },
  6980. "hdl.GetActiveDataResp": {
  6981. "type": "object",
  6982. "properties": {
  6983. "today": {
  6984. "description": "今日数据",
  6985. "allOf": [
  6986. {
  6987. "$ref": "#/definitions/model.PlatformActiveData"
  6988. }
  6989. ]
  6990. },
  6991. "yesterday": {
  6992. "description": "昨日数据",
  6993. "allOf": [
  6994. {
  6995. "$ref": "#/definitions/model.PlatformActiveData"
  6996. }
  6997. ]
  6998. }
  6999. }
  7000. },
  7001. "hdl.TotalDataResp": {
  7002. "type": "object",
  7003. "properties": {
  7004. "month": {
  7005. "description": "月份",
  7006. "type": "string"
  7007. },
  7008. "no_sign_in_user_count": {
  7009. "description": "未签到用户数",
  7010. "type": "integer"
  7011. },
  7012. "total_user_count": {
  7013. "description": "平台总用户数",
  7014. "type": "integer"
  7015. },
  7016. "total_withdraw_amount": {
  7017. "description": "已提现累计金额",
  7018. "type": "string"
  7019. },
  7020. "verified_user_count": {
  7021. "description": "已认证用户数",
  7022. "type": "integer"
  7023. },
  7024. "year": {
  7025. "description": "年份",
  7026. "type": "string"
  7027. }
  7028. }
  7029. },
  7030. "md.ActivePointsWalletNode": {
  7031. "type": "object",
  7032. "properties": {
  7033. "amount": {
  7034. "type": "string",
  7035. "example": "账户余额"
  7036. },
  7037. "uid": {
  7038. "description": "用户 ID",
  7039. "type": "integer"
  7040. },
  7041. "user_name": {
  7042. "type": "string",
  7043. "example": "用户名"
  7044. },
  7045. "user_phone": {
  7046. "type": "string",
  7047. "example": "手机号"
  7048. }
  7049. }
  7050. },
  7051. "md.AddCommunityDividendsReq": {
  7052. "type": "object",
  7053. "properties": {
  7054. "amount": {
  7055. "description": "社区分红数量",
  7056. "type": "string"
  7057. },
  7058. "name": {
  7059. "type": "string",
  7060. "example": "社区分红名称"
  7061. }
  7062. }
  7063. },
  7064. "md.AddCommunityDividendsWithUserReq": {
  7065. "type": "object",
  7066. "properties": {
  7067. "memo": {
  7068. "type": "string",
  7069. "example": "备注"
  7070. },
  7071. "uid": {
  7072. "description": "新增社区长用户 ID",
  7073. "type": "integer"
  7074. }
  7075. }
  7076. },
  7077. "md.AddCustomerServiceReq": {
  7078. "type": "object",
  7079. "properties": {
  7080. "memo": {
  7081. "description": "备注",
  7082. "type": "string",
  7083. "example": "备注"
  7084. },
  7085. "phone": {
  7086. "type": "string",
  7087. "example": "手机号"
  7088. },
  7089. "weight": {
  7090. "description": "权重",
  7091. "type": "integer"
  7092. }
  7093. }
  7094. },
  7095. "md.AddEmoticonReq": {
  7096. "type": "object",
  7097. "properties": {
  7098. "img_url": {
  7099. "type": "string",
  7100. "example": "图片地址"
  7101. },
  7102. "memo": {
  7103. "description": "备注",
  7104. "type": "string",
  7105. "example": "备注"
  7106. },
  7107. "name": {
  7108. "type": "string",
  7109. "example": "名称"
  7110. },
  7111. "sort": {
  7112. "description": "排序",
  7113. "type": "integer"
  7114. }
  7115. }
  7116. },
  7117. "md.AddFreePublishUserReq": {
  7118. "type": "object",
  7119. "properties": {
  7120. "uid": {
  7121. "type": "integer"
  7122. }
  7123. }
  7124. },
  7125. "md.AddFundDataReq": {
  7126. "type": "object",
  7127. "properties": {
  7128. "frequency": {
  7129. "description": "频率(分钟)",
  7130. "type": "integer"
  7131. },
  7132. "hours": {
  7133. "description": "时长(小时)",
  7134. "type": "integer"
  7135. },
  7136. "kind": {
  7137. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  7138. "type": "integer"
  7139. },
  7140. "memo": {
  7141. "type": "string",
  7142. "example": "备注"
  7143. },
  7144. "total_amount": {
  7145. "description": "金额",
  7146. "type": "string"
  7147. }
  7148. }
  7149. },
  7150. "md.AddLevelReq": {
  7151. "type": "object",
  7152. "properties": {
  7153. "auto_update": {
  7154. "description": "自动升级 0关闭 1开启",
  7155. "type": "string"
  7156. },
  7157. "choosable_num": {
  7158. "description": "可选任务数量",
  7159. "type": "string"
  7160. },
  7161. "is_use": {
  7162. "description": "是否开启(0.否, 1.是)",
  7163. "type": "string"
  7164. },
  7165. "level_name": {
  7166. "description": "等级名称",
  7167. "type": "string"
  7168. },
  7169. "level_weight": {
  7170. "description": "等级权重",
  7171. "type": "string"
  7172. },
  7173. "memo": {
  7174. "description": "备注",
  7175. "type": "string"
  7176. }
  7177. }
  7178. },
  7179. "md.AddLevelTaskReq": {
  7180. "type": "object",
  7181. "properties": {
  7182. "finish_count": {
  7183. "description": "多少天内完成的指标",
  7184. "type": "string"
  7185. },
  7186. "is_must_task": {
  7187. "description": "是否必做(0,1)",
  7188. "type": "string"
  7189. },
  7190. "level_id": {
  7191. "description": "等级 ID",
  7192. "type": "string"
  7193. },
  7194. "task_type": {
  7195. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  7196. "type": "string"
  7197. },
  7198. "task_type_level_id": {
  7199. "description": "会员等级 ID (task_type=3时生效)",
  7200. "type": "string"
  7201. },
  7202. "within_days": {
  7203. "description": "多少天内完成",
  7204. "type": "string"
  7205. }
  7206. }
  7207. },
  7208. "md.AddPlatformRevenueReq": {
  7209. "type": "object",
  7210. "properties": {
  7211. "frequency": {
  7212. "description": "频率(分钟)",
  7213. "type": "integer"
  7214. },
  7215. "hours": {
  7216. "description": "时长(小时)",
  7217. "type": "integer"
  7218. },
  7219. "kind": {
  7220. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  7221. "type": "integer"
  7222. },
  7223. "memo": {
  7224. "type": "string",
  7225. "example": "备注"
  7226. },
  7227. "total_amount": {
  7228. "description": "金额",
  7229. "type": "string"
  7230. }
  7231. }
  7232. },
  7233. "md.AddTagReq": {
  7234. "type": "object",
  7235. "properties": {
  7236. "is_punish": {
  7237. "description": "是否为处罚标签(0:否 1:是)",
  7238. "type": "string"
  7239. },
  7240. "memo": {
  7241. "description": "备注",
  7242. "type": "string"
  7243. },
  7244. "name": {
  7245. "description": "标签名称",
  7246. "type": "string"
  7247. }
  7248. }
  7249. },
  7250. "md.AdvertisingBase": {
  7251. "type": "object",
  7252. "properties": {
  7253. "android_ad_is_open": {
  7254. "type": "string",
  7255. "example": "安卓广告是否开启(1:开启 0:不开启)"
  7256. },
  7257. "android_open_ad_is_open": {
  7258. "type": "string",
  7259. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  7260. },
  7261. "info": {
  7262. "type": "string",
  7263. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  7264. },
  7265. "ios_ad_is_open": {
  7266. "type": "string",
  7267. "example": "ios广告是否开启(1:开启 0:不开启)"
  7268. },
  7269. "ios_open_ad_is_open": {
  7270. "type": "string",
  7271. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  7272. },
  7273. "voice": {
  7274. "type": "string",
  7275. "example": "领取奖励声音"
  7276. },
  7277. "voice_url": {
  7278. "type": "string"
  7279. }
  7280. }
  7281. },
  7282. "md.AdvertisingBaseResp": {
  7283. "type": "object",
  7284. "properties": {
  7285. "advertising_base": {
  7286. "$ref": "#/definitions/md.AdvertisingBase"
  7287. },
  7288. "select_data": {
  7289. "type": "array",
  7290. "items": {
  7291. "type": "object",
  7292. "additionalProperties": {
  7293. "type": "string"
  7294. }
  7295. }
  7296. }
  7297. }
  7298. },
  7299. "md.AdvertisingDelReq": {
  7300. "type": "object",
  7301. "properties": {
  7302. "id": {
  7303. "type": "array",
  7304. "items": {
  7305. "type": "string"
  7306. }
  7307. }
  7308. }
  7309. },
  7310. "md.AdvertisingFunctionList": {
  7311. "type": "object",
  7312. "properties": {
  7313. "ad_id": {
  7314. "type": "string",
  7315. "example": "广告id"
  7316. },
  7317. "id": {
  7318. "type": "string"
  7319. },
  7320. "type": {
  7321. "type": "string",
  7322. "example": "类型"
  7323. }
  7324. }
  7325. },
  7326. "md.AdvertisingFunctionListReq": {
  7327. "type": "object",
  7328. "properties": {
  7329. "limit": {
  7330. "type": "string"
  7331. },
  7332. "page": {
  7333. "type": "string"
  7334. }
  7335. }
  7336. },
  7337. "md.AdvertisingFunctionListResp": {
  7338. "type": "object",
  7339. "properties": {
  7340. "adv_data": {
  7341. "type": "array",
  7342. "items": {
  7343. "type": "object",
  7344. "additionalProperties": {
  7345. "type": "string"
  7346. }
  7347. }
  7348. },
  7349. "list": {
  7350. "type": "array",
  7351. "items": {
  7352. "$ref": "#/definitions/md.AdvertisingFunctionList"
  7353. }
  7354. },
  7355. "select_data": {
  7356. "type": "array",
  7357. "items": {
  7358. "type": "object",
  7359. "additionalProperties": {
  7360. "type": "string"
  7361. }
  7362. }
  7363. },
  7364. "total": {
  7365. "type": "integer"
  7366. }
  7367. }
  7368. },
  7369. "md.AdvertisingLimit": {
  7370. "type": "object",
  7371. "properties": {
  7372. "imei_num": {
  7373. "type": "string",
  7374. "example": "设备数量"
  7375. },
  7376. "minute": {
  7377. "type": "string",
  7378. "example": "分钟"
  7379. },
  7380. "public_img": {
  7381. "type": "string",
  7382. "example": "公共弹窗图"
  7383. },
  7384. "public_img_url": {
  7385. "type": "string",
  7386. "example": "公共弹窗图"
  7387. },
  7388. "public_str": {
  7389. "type": "string",
  7390. "example": "公共弹窗文字"
  7391. },
  7392. "tip": {
  7393. "type": "string",
  7394. "example": "限制提示"
  7395. },
  7396. "withdraw_img": {
  7397. "type": "string",
  7398. "example": "提现弹窗图"
  7399. },
  7400. "withdraw_img_url": {
  7401. "type": "string",
  7402. "example": "提现弹窗图"
  7403. },
  7404. "withdraw_str": {
  7405. "type": "string",
  7406. "example": "提现弹窗文字"
  7407. }
  7408. }
  7409. },
  7410. "md.AdvertisingList": {
  7411. "type": "object",
  7412. "properties": {
  7413. "counting_down": {
  7414. "type": "string",
  7415. "example": "倒计时 单位秒"
  7416. },
  7417. "id": {
  7418. "type": "string"
  7419. },
  7420. "info": {
  7421. "type": "string",
  7422. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7423. },
  7424. "kind": {
  7425. "type": "string",
  7426. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7427. },
  7428. "name": {
  7429. "type": "string",
  7430. "example": "名称"
  7431. }
  7432. }
  7433. },
  7434. "md.AdvertisingListReq": {
  7435. "type": "object",
  7436. "properties": {
  7437. "kind": {
  7438. "type": "string"
  7439. },
  7440. "limit": {
  7441. "type": "string"
  7442. },
  7443. "name": {
  7444. "type": "string"
  7445. },
  7446. "page": {
  7447. "type": "string"
  7448. }
  7449. }
  7450. },
  7451. "md.AdvertisingListResp": {
  7452. "type": "object",
  7453. "properties": {
  7454. "adv_data": {
  7455. "type": "array",
  7456. "items": {
  7457. "type": "object",
  7458. "additionalProperties": {
  7459. "type": "string"
  7460. }
  7461. }
  7462. },
  7463. "list": {
  7464. "type": "array",
  7465. "items": {
  7466. "$ref": "#/definitions/md.AdvertisingList"
  7467. }
  7468. },
  7469. "select_data": {
  7470. "type": "array",
  7471. "items": {
  7472. "type": "object",
  7473. "additionalProperties": {
  7474. "type": "string"
  7475. }
  7476. }
  7477. },
  7478. "total": {
  7479. "type": "integer"
  7480. }
  7481. }
  7482. },
  7483. "md.AdvertisingSaveReq": {
  7484. "type": "object",
  7485. "properties": {
  7486. "counting_down": {
  7487. "type": "string",
  7488. "example": "倒计时 单位秒"
  7489. },
  7490. "id": {
  7491. "type": "string"
  7492. },
  7493. "info": {
  7494. "type": "string",
  7495. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7496. },
  7497. "kind": {
  7498. "type": "string",
  7499. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7500. },
  7501. "name": {
  7502. "type": "string",
  7503. "example": "名称"
  7504. }
  7505. }
  7506. },
  7507. "md.ArticleCateDelReq": {
  7508. "type": "object",
  7509. "properties": {
  7510. "id": {
  7511. "type": "array",
  7512. "items": {
  7513. "type": "string"
  7514. }
  7515. }
  7516. }
  7517. },
  7518. "md.ArticleCateList": {
  7519. "type": "object",
  7520. "properties": {
  7521. "id": {
  7522. "type": "string"
  7523. },
  7524. "is_show": {
  7525. "type": "string"
  7526. },
  7527. "name": {
  7528. "type": "string"
  7529. },
  7530. "pid": {
  7531. "type": "string"
  7532. },
  7533. "sort": {
  7534. "type": "string"
  7535. }
  7536. }
  7537. },
  7538. "md.ArticleCateListReq": {
  7539. "type": "object",
  7540. "properties": {
  7541. "limit": {
  7542. "description": "每页大小",
  7543. "type": "string"
  7544. },
  7545. "page": {
  7546. "description": "页数",
  7547. "type": "string"
  7548. }
  7549. }
  7550. },
  7551. "md.ArticleCateListResp": {
  7552. "type": "object",
  7553. "properties": {
  7554. "list": {
  7555. "type": "array",
  7556. "items": {
  7557. "$ref": "#/definitions/md.ArticleCateList"
  7558. }
  7559. },
  7560. "select_data": {
  7561. "type": "array",
  7562. "items": {
  7563. "type": "object",
  7564. "additionalProperties": {
  7565. "type": "string"
  7566. }
  7567. }
  7568. },
  7569. "total": {
  7570. "type": "integer"
  7571. }
  7572. }
  7573. },
  7574. "md.ArticleCateSaveReq": {
  7575. "type": "object",
  7576. "properties": {
  7577. "id": {
  7578. "type": "string"
  7579. },
  7580. "is_show": {
  7581. "type": "string"
  7582. },
  7583. "name": {
  7584. "type": "string"
  7585. },
  7586. "pid": {
  7587. "type": "string"
  7588. },
  7589. "sort": {
  7590. "type": "string"
  7591. }
  7592. }
  7593. },
  7594. "md.ArticleDelReq": {
  7595. "type": "object",
  7596. "properties": {
  7597. "id": {
  7598. "type": "array",
  7599. "items": {
  7600. "type": "string"
  7601. }
  7602. }
  7603. }
  7604. },
  7605. "md.ArticleList": {
  7606. "type": "object",
  7607. "properties": {
  7608. "cate_id": {
  7609. "type": "string",
  7610. "example": "二级分类id"
  7611. },
  7612. "content": {
  7613. "type": "string"
  7614. },
  7615. "cover": {
  7616. "type": "string",
  7617. "example": "一级分类id=4 显示 封面图"
  7618. },
  7619. "cover_url": {
  7620. "type": "string"
  7621. },
  7622. "id": {
  7623. "type": "string"
  7624. },
  7625. "is_show": {
  7626. "type": "string"
  7627. },
  7628. "pid": {
  7629. "type": "string",
  7630. "example": "一级分类id"
  7631. },
  7632. "sort": {
  7633. "type": "string"
  7634. },
  7635. "title": {
  7636. "type": "string"
  7637. },
  7638. "url": {
  7639. "type": "string"
  7640. }
  7641. }
  7642. },
  7643. "md.ArticleListReq": {
  7644. "type": "object",
  7645. "properties": {
  7646. "limit": {
  7647. "description": "每页大小",
  7648. "type": "string"
  7649. },
  7650. "page": {
  7651. "description": "页数",
  7652. "type": "string"
  7653. }
  7654. }
  7655. },
  7656. "md.ArticleListResp": {
  7657. "type": "object",
  7658. "properties": {
  7659. "cate_data": {
  7660. "type": "array",
  7661. "items": {
  7662. "type": "object",
  7663. "additionalProperties": true
  7664. }
  7665. },
  7666. "list": {
  7667. "type": "array",
  7668. "items": {
  7669. "$ref": "#/definitions/md.ArticleList"
  7670. }
  7671. },
  7672. "select_data": {
  7673. "type": "array",
  7674. "items": {
  7675. "type": "object",
  7676. "additionalProperties": true
  7677. }
  7678. },
  7679. "total": {
  7680. "type": "integer"
  7681. }
  7682. }
  7683. },
  7684. "md.ArticleSaveReq": {
  7685. "type": "object",
  7686. "properties": {
  7687. "cate_id": {
  7688. "type": "string",
  7689. "example": "二级分类id"
  7690. },
  7691. "content": {
  7692. "type": "string"
  7693. },
  7694. "cover": {
  7695. "type": "string",
  7696. "example": "一级分类id=4 显示 封面图"
  7697. },
  7698. "id": {
  7699. "type": "string"
  7700. },
  7701. "is_show": {
  7702. "type": "string"
  7703. },
  7704. "pid": {
  7705. "type": "string",
  7706. "example": "一级分类id"
  7707. },
  7708. "sort": {
  7709. "type": "string"
  7710. },
  7711. "title": {
  7712. "type": "string"
  7713. }
  7714. }
  7715. },
  7716. "md.AuditClearReq": {
  7717. "type": "object",
  7718. "properties": {
  7719. "os": {
  7720. "type": "string",
  7721. "example": "1-安卓 2-ios"
  7722. }
  7723. }
  7724. },
  7725. "md.BalanceDetailNode": {
  7726. "type": "object",
  7727. "properties": {
  7728. "after_amount": {
  7729. "description": "变更后余额",
  7730. "type": "string"
  7731. },
  7732. "amount": {
  7733. "description": "变更数量",
  7734. "type": "string"
  7735. },
  7736. "before_amount": {
  7737. "description": "变更前余额",
  7738. "type": "string"
  7739. },
  7740. "create_at": {
  7741. "description": "创建时间",
  7742. "type": "string"
  7743. },
  7744. "id": {
  7745. "description": "记录ID",
  7746. "type": "integer"
  7747. },
  7748. "kind": {
  7749. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  7750. "type": "string"
  7751. }
  7752. }
  7753. },
  7754. "md.BasicInfoNode": {
  7755. "type": "object",
  7756. "properties": {
  7757. "avatar": {
  7758. "description": "头像",
  7759. "type": "string"
  7760. },
  7761. "levelId": {
  7762. "description": "会员等级 ID",
  7763. "type": "integer"
  7764. },
  7765. "level_name": {
  7766. "description": "会员等级名称",
  7767. "type": "string"
  7768. },
  7769. "memo": {
  7770. "description": "备注",
  7771. "type": "string"
  7772. },
  7773. "nickname": {
  7774. "description": "用户名称",
  7775. "type": "string"
  7776. },
  7777. "parent_name": {
  7778. "description": "推荐人名称",
  7779. "type": "string"
  7780. },
  7781. "parent_phone": {
  7782. "description": "推荐人手机号",
  7783. "type": "string"
  7784. },
  7785. "parent_uid": {
  7786. "description": "推荐人",
  7787. "type": "integer"
  7788. },
  7789. "password": {
  7790. "description": "登录密码",
  7791. "type": "string"
  7792. },
  7793. "phone": {
  7794. "description": "手机号",
  7795. "type": "string"
  7796. },
  7797. "sex": {
  7798. "description": "性别",
  7799. "type": "integer"
  7800. },
  7801. "state": {
  7802. "description": "账号状态 1正常,2冻结",
  7803. "type": "integer"
  7804. },
  7805. "tag": {
  7806. "description": "标签名称",
  7807. "type": "array",
  7808. "items": {
  7809. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  7810. }
  7811. },
  7812. "union_id": {
  7813. "description": "微信号",
  7814. "type": "string"
  7815. }
  7816. }
  7817. },
  7818. "md.BatchSendGroupMessageReq": {
  7819. "type": "object",
  7820. "properties": {
  7821. "content": {
  7822. "description": "消息内容",
  7823. "type": "string"
  7824. },
  7825. "kind": {
  7826. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  7827. "type": "integer"
  7828. },
  7829. "not_condition": {
  7830. "description": "不发送条件 群 ID 以\";\"分割",
  7831. "type": "string"
  7832. },
  7833. "send_condition": {
  7834. "description": "发送条件 群 ID 以\";\"分割",
  7835. "type": "string"
  7836. },
  7837. "send_kind": {
  7838. "description": "发送模式(1:指定群组 2:所有群组)",
  7839. "type": "integer"
  7840. }
  7841. }
  7842. },
  7843. "md.BatchSendUserMessageReq": {
  7844. "type": "object",
  7845. "properties": {
  7846. "content": {
  7847. "description": "消息内容",
  7848. "type": "string"
  7849. },
  7850. "kind": {
  7851. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  7852. "type": "integer"
  7853. },
  7854. "not_condition": {
  7855. "description": "不发送条件 用户手机号 以\";\"分割",
  7856. "type": "string"
  7857. },
  7858. "send_condition": {
  7859. "description": "发送条件 用户手机号 以\";\"分割",
  7860. "type": "string"
  7861. },
  7862. "send_kind": {
  7863. "description": "发送模式(1:所有用户 2:指定用户)",
  7864. "type": "integer"
  7865. }
  7866. }
  7867. },
  7868. "md.CloudBundleBaseResp": {
  7869. "type": "object",
  7870. "properties": {
  7871. "android_logo": {
  7872. "type": "string"
  7873. },
  7874. "ios_logo": {
  7875. "type": "string"
  7876. },
  7877. "launch_screen": {
  7878. "type": "object",
  7879. "additionalProperties": {
  7880. "type": "string"
  7881. }
  7882. }
  7883. }
  7884. },
  7885. "md.CloudBundleBuildReq": {
  7886. "type": "object",
  7887. "properties": {
  7888. "bit": {
  7889. "type": "array",
  7890. "items": {
  7891. "type": "string"
  7892. }
  7893. },
  7894. "isCombine": {
  7895. "type": "string"
  7896. },
  7897. "memo": {
  7898. "type": "string"
  7899. },
  7900. "os": {
  7901. "type": "string"
  7902. },
  7903. "platform": {
  7904. "type": "array",
  7905. "items": {
  7906. "type": "string"
  7907. }
  7908. },
  7909. "version": {
  7910. "type": "string"
  7911. }
  7912. }
  7913. },
  7914. "md.CloudBundleImgResp": {
  7915. "type": "object",
  7916. "properties": {
  7917. "android_logo": {
  7918. "type": "string"
  7919. },
  7920. "android_logo_url": {
  7921. "type": "string"
  7922. },
  7923. "build_1080_2280": {
  7924. "type": "string"
  7925. },
  7926. "build_1080_2280_url": {
  7927. "type": "string"
  7928. },
  7929. "build_1125_2436": {
  7930. "type": "string"
  7931. },
  7932. "build_1125_2436_url": {
  7933. "type": "string"
  7934. },
  7935. "build_1242_2208": {
  7936. "type": "string"
  7937. },
  7938. "build_1242_2208_url": {
  7939. "type": "string"
  7940. },
  7941. "build_640_1136": {
  7942. "type": "string"
  7943. },
  7944. "build_640_1136_url": {
  7945. "type": "string"
  7946. },
  7947. "build_640_960": {
  7948. "type": "string"
  7949. },
  7950. "build_640_960_url": {
  7951. "type": "string"
  7952. },
  7953. "build_720_1280": {
  7954. "type": "string"
  7955. },
  7956. "build_720_1280_url": {
  7957. "type": "string"
  7958. },
  7959. "build_750_1334": {
  7960. "type": "string"
  7961. },
  7962. "build_750_1334_url": {
  7963. "type": "string"
  7964. },
  7965. "guide": {
  7966. "type": "array",
  7967. "items": {
  7968. "$ref": "#/definitions/md.Guide"
  7969. }
  7970. },
  7971. "ios_logo": {
  7972. "type": "string"
  7973. },
  7974. "ios_logo_url": {
  7975. "type": "string"
  7976. }
  7977. }
  7978. },
  7979. "md.CloudBundleList": {
  7980. "type": "object",
  7981. "properties": {
  7982. "apply_at": {
  7983. "type": "string"
  7984. },
  7985. "bit": {
  7986. "type": "string"
  7987. },
  7988. "build_id": {
  7989. "type": "string"
  7990. },
  7991. "finish_at": {
  7992. "type": "string"
  7993. },
  7994. "id": {
  7995. "type": "string"
  7996. },
  7997. "is_auditing": {
  7998. "type": "string"
  7999. },
  8000. "is_combine": {
  8001. "type": "string"
  8002. },
  8003. "memo": {
  8004. "type": "string"
  8005. },
  8006. "os": {
  8007. "type": "string"
  8008. },
  8009. "platform": {
  8010. "type": "string"
  8011. },
  8012. "src": {
  8013. "type": "string"
  8014. },
  8015. "state": {
  8016. "type": "string"
  8017. },
  8018. "version": {
  8019. "type": "string"
  8020. }
  8021. }
  8022. },
  8023. "md.CloudBundleReq": {
  8024. "type": "object",
  8025. "properties": {
  8026. "limit": {
  8027. "description": "每页大小",
  8028. "type": "string"
  8029. },
  8030. "page": {
  8031. "description": "页数",
  8032. "type": "string"
  8033. }
  8034. }
  8035. },
  8036. "md.CloudBundleResp": {
  8037. "type": "object",
  8038. "properties": {
  8039. "last_android": {
  8040. "type": "string"
  8041. },
  8042. "last_bit": {
  8043. "type": "string"
  8044. },
  8045. "last_is_combine": {
  8046. "type": "string"
  8047. },
  8048. "last_platform": {
  8049. "type": "array",
  8050. "items": {
  8051. "type": "string"
  8052. }
  8053. },
  8054. "list": {
  8055. "type": "array",
  8056. "items": {
  8057. "$ref": "#/definitions/md.CloudBundleList"
  8058. }
  8059. },
  8060. "list_ios": {
  8061. "type": "string"
  8062. },
  8063. "select_data": {
  8064. "type": "array",
  8065. "items": {
  8066. "$ref": "#/definitions/md.CloudBundleVersionMap"
  8067. }
  8068. },
  8069. "total": {
  8070. "type": "integer"
  8071. }
  8072. }
  8073. },
  8074. "md.CloudBundleUpdateStateReq": {
  8075. "type": "object",
  8076. "properties": {
  8077. "build_id": {
  8078. "type": "string"
  8079. },
  8080. "build_number": {
  8081. "type": "string"
  8082. },
  8083. "error_msg": {
  8084. "type": "string"
  8085. },
  8086. "id": {
  8087. "type": "string"
  8088. },
  8089. "src": {
  8090. "type": "string"
  8091. },
  8092. "state": {
  8093. "type": "string"
  8094. }
  8095. }
  8096. },
  8097. "md.CloudBundleVersion": {
  8098. "type": "object",
  8099. "properties": {
  8100. "content": {
  8101. "type": "string"
  8102. },
  8103. "img": {
  8104. "type": "string"
  8105. },
  8106. "img_url": {
  8107. "type": "string"
  8108. },
  8109. "is_must": {
  8110. "type": "string"
  8111. },
  8112. "name": {
  8113. "type": "string"
  8114. },
  8115. "type": {
  8116. "type": "string"
  8117. },
  8118. "url": {
  8119. "type": "string"
  8120. },
  8121. "version": {
  8122. "type": "string"
  8123. }
  8124. }
  8125. },
  8126. "md.CloudBundleVersionMap": {
  8127. "type": "object",
  8128. "properties": {
  8129. "img": {
  8130. "type": "string"
  8131. },
  8132. "name": {
  8133. "type": "string"
  8134. },
  8135. "type": {
  8136. "type": "string"
  8137. }
  8138. }
  8139. },
  8140. "md.CloudBundleVersionResp": {
  8141. "type": "object",
  8142. "properties": {
  8143. "version": {
  8144. "type": "array",
  8145. "items": {
  8146. "$ref": "#/definitions/md.CloudBundleVersion"
  8147. }
  8148. }
  8149. }
  8150. },
  8151. "md.CommReq": {
  8152. "type": "object",
  8153. "properties": {
  8154. "id": {
  8155. "type": "string"
  8156. }
  8157. }
  8158. },
  8159. "md.ConfigResp": {
  8160. "type": "object",
  8161. "properties": {
  8162. "oss_url": {
  8163. "type": "string",
  8164. "example": "阿里云图片链接"
  8165. }
  8166. }
  8167. },
  8168. "md.DailyActivityAnalysisTopData": {
  8169. "type": "object",
  8170. "properties": {
  8171. "activity_count": {
  8172. "description": "子节点活跃天数",
  8173. "type": "integer"
  8174. },
  8175. "team_activity_user_count": {
  8176. "description": "子节点活跃人数",
  8177. "type": "integer"
  8178. },
  8179. "team_user_count": {
  8180. "description": "团队人数",
  8181. "type": "integer"
  8182. }
  8183. }
  8184. },
  8185. "md.DataSetting": {
  8186. "type": "object",
  8187. "properties": {
  8188. "total_angel_investor": {
  8189. "description": "天使投资人",
  8190. "type": "string",
  8191. "example": "天使投资人"
  8192. },
  8193. "total_ecological_development": {
  8194. "description": "生态建设",
  8195. "type": "string",
  8196. "example": "当前价格"
  8197. },
  8198. "total_issuance_amount": {
  8199. "description": "总发行量",
  8200. "type": "string",
  8201. "example": "总发行量"
  8202. },
  8203. "total_operate_fund": {
  8204. "description": "运营资金",
  8205. "type": "string",
  8206. "example": "运营资金"
  8207. },
  8208. "total_team_dividends": {
  8209. "description": "团队分红",
  8210. "type": "string",
  8211. "example": "团队分红"
  8212. },
  8213. "total_technology_team": {
  8214. "description": "技术团队",
  8215. "type": "string",
  8216. "example": "技术团队"
  8217. },
  8218. "total_user_for_person": {
  8219. "description": "个人区域",
  8220. "type": "string",
  8221. "example": "个人区域"
  8222. },
  8223. "total_user_for_team": {
  8224. "description": "团队区域",
  8225. "type": "string",
  8226. "example": "团队区域"
  8227. }
  8228. }
  8229. },
  8230. "md.DeleteEmoticonReq": {
  8231. "type": "object",
  8232. "properties": {
  8233. "id": {
  8234. "description": "拥有用户数量",
  8235. "type": "integer"
  8236. }
  8237. }
  8238. },
  8239. "md.DeleteFreePublishUserReq": {
  8240. "type": "object",
  8241. "properties": {
  8242. "uid": {
  8243. "type": "string"
  8244. }
  8245. }
  8246. },
  8247. "md.DeleteLevelReq": {
  8248. "type": "object",
  8249. "properties": {
  8250. "level_id": {
  8251. "type": "string"
  8252. }
  8253. }
  8254. },
  8255. "md.DeleteTagReq": {
  8256. "type": "object",
  8257. "properties": {
  8258. "tag_id": {
  8259. "description": "标签 ID",
  8260. "type": "string"
  8261. }
  8262. }
  8263. },
  8264. "md.DeleteTaskReq": {
  8265. "type": "object",
  8266. "properties": {
  8267. "task_id": {
  8268. "type": "string"
  8269. }
  8270. }
  8271. },
  8272. "md.DestructionSettingStruct": {
  8273. "type": "object",
  8274. "properties": {
  8275. "community_dividends": {
  8276. "description": "社区分红百分比",
  8277. "type": "string"
  8278. },
  8279. "destruction_quantity": {
  8280. "description": "销毁百分比",
  8281. "type": "string"
  8282. },
  8283. "development_committee": {
  8284. "description": "发展委员会百分比",
  8285. "type": "string"
  8286. },
  8287. "marketplace_merchant": {
  8288. "description": "市商数量百分比",
  8289. "type": "string"
  8290. },
  8291. "public_welfare_and_charity": {
  8292. "description": "公益慈善百分比",
  8293. "type": "string"
  8294. },
  8295. "star_level_dividends": {
  8296. "description": "星级分红百分比",
  8297. "type": "string"
  8298. }
  8299. }
  8300. },
  8301. "md.DirectPushRewardSettingStruct": {
  8302. "type": "object",
  8303. "properties": {
  8304. "member_self_is_open_get_team_reward": {
  8305. "description": "会员是否活跃得到团队奖励",
  8306. "type": "string"
  8307. },
  8308. "reward_rate_value": {
  8309. "description": "奖励百分比",
  8310. "type": "string"
  8311. }
  8312. }
  8313. },
  8314. "md.DynamicDataFlowListReq": {
  8315. "type": "object",
  8316. "properties": {
  8317. "end_at": {
  8318. "description": "结束时间",
  8319. "type": "string",
  8320. "example": "结束时间"
  8321. },
  8322. "kind": {
  8323. "description": "持有类型",
  8324. "type": "integer"
  8325. },
  8326. "page": {
  8327. "description": "页数",
  8328. "type": "integer"
  8329. },
  8330. "page_size": {
  8331. "description": "每页大小",
  8332. "type": "integer"
  8333. },
  8334. "start_at": {
  8335. "description": "开始时间",
  8336. "type": "string",
  8337. "example": "开始时间"
  8338. }
  8339. }
  8340. },
  8341. "md.DynamicDataFlowListResp": {
  8342. "type": "object",
  8343. "properties": {
  8344. "kind_list": {
  8345. "description": "类型列表",
  8346. "type": "array",
  8347. "items": {
  8348. "type": "object",
  8349. "additionalProperties": true
  8350. }
  8351. },
  8352. "list": {
  8353. "description": "动态数据流水列表",
  8354. "type": "array",
  8355. "items": {
  8356. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  8357. }
  8358. },
  8359. "paginate": {
  8360. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8361. }
  8362. }
  8363. },
  8364. "md.EggEnergyAvailableEnergyFlow": {
  8365. "type": "object",
  8366. "properties": {
  8367. "after_community_dividends": {
  8368. "description": "变更后-社区分红区块币数量",
  8369. "type": "string"
  8370. },
  8371. "after_destruction_quantity_values": {
  8372. "description": "变更后-销毁区块币数量",
  8373. "type": "string"
  8374. },
  8375. "after_development_committee_values": {
  8376. "description": "变更后-发展委员会区块币数量",
  8377. "type": "string"
  8378. },
  8379. "after_marketplace_merchant_fund_values": {
  8380. "description": "变更后-市商资金值",
  8381. "type": "string"
  8382. },
  8383. "after_marketplace_merchant_values": {
  8384. "description": "变更后-市商区块币数量",
  8385. "type": "string"
  8386. },
  8387. "after_now_energy_total_nums": {
  8388. "description": "变更后-现行总量",
  8389. "type": "string"
  8390. },
  8391. "after_planet_total_value": {
  8392. "description": "变更后-星球总价值",
  8393. "type": "string"
  8394. },
  8395. "after_price": {
  8396. "description": "变更后-价格",
  8397. "type": "string"
  8398. },
  8399. "after_public_welfare_and_charity_values": {
  8400. "description": "变更后-公益慈善区块币数量",
  8401. "type": "string"
  8402. },
  8403. "after_star_level_dividends_values": {
  8404. "description": "变更后-星级分红区块币数量",
  8405. "type": "string"
  8406. },
  8407. "amount": {
  8408. "description": "变更数量",
  8409. "type": "string"
  8410. },
  8411. "before_community_dividends": {
  8412. "description": "变更前-社区分红区块币数量",
  8413. "type": "string"
  8414. },
  8415. "before_destruction_quantity_values": {
  8416. "description": "变更前-销毁区块币数量",
  8417. "type": "string"
  8418. },
  8419. "before_development_committee_values": {
  8420. "description": "变更前-发展委员会区块币数量",
  8421. "type": "string"
  8422. },
  8423. "before_marketplace_merchant_fund_values": {
  8424. "description": "变更前-市商资金值",
  8425. "type": "string"
  8426. },
  8427. "before_marketplace_merchant_values": {
  8428. "description": "变更前-市商区块币数量",
  8429. "type": "string"
  8430. },
  8431. "before_now_energy_total_nums": {
  8432. "description": "变更前-现行总量",
  8433. "type": "string"
  8434. },
  8435. "before_planet_total_value": {
  8436. "description": "变更前-星球总价值",
  8437. "type": "string"
  8438. },
  8439. "before_price": {
  8440. "description": "变更前-价格",
  8441. "type": "string"
  8442. },
  8443. "before_public_welfare_and_charity_values": {
  8444. "description": "变更前-公益慈善区块币数量",
  8445. "type": "string"
  8446. },
  8447. "before_star_level_dividends_values": {
  8448. "description": "变更前-星级分红区块币数量",
  8449. "type": "string"
  8450. },
  8451. "create_time": {
  8452. "description": "创建时间",
  8453. "type": "string"
  8454. },
  8455. "id": {
  8456. "type": "integer"
  8457. },
  8458. "kind": {
  8459. "description": "种类",
  8460. "type": "integer"
  8461. },
  8462. "title": {
  8463. "description": "标题",
  8464. "type": "string"
  8465. }
  8466. }
  8467. },
  8468. "md.EggEnergyCommunityDividends": {
  8469. "type": "object",
  8470. "properties": {
  8471. "amount": {
  8472. "description": "分红数量",
  8473. "type": "string"
  8474. },
  8475. "coin_id": {
  8476. "description": "虚拟币 id",
  8477. "type": "integer"
  8478. },
  8479. "create_at": {
  8480. "description": "分红时间",
  8481. "type": "string"
  8482. },
  8483. "id": {
  8484. "type": "integer"
  8485. },
  8486. "is_over": {
  8487. "description": "是否分红完毕",
  8488. "type": "integer"
  8489. },
  8490. "name": {
  8491. "type": "string",
  8492. "example": "名称"
  8493. },
  8494. "persons_num": {
  8495. "description": "分红人数",
  8496. "type": "integer"
  8497. },
  8498. "update_at": {
  8499. "type": "string"
  8500. }
  8501. }
  8502. },
  8503. "md.EggEnergyCommunityDividendsWithUser": {
  8504. "type": "object",
  8505. "properties": {
  8506. "id": {
  8507. "type": "integer"
  8508. },
  8509. "memo": {
  8510. "type": "string",
  8511. "example": "备注"
  8512. },
  8513. "nickname": {
  8514. "type": "string"
  8515. },
  8516. "phone": {
  8517. "type": "string"
  8518. },
  8519. "uid": {
  8520. "type": "integer"
  8521. }
  8522. }
  8523. },
  8524. "md.ExchangeRulesStruct": {
  8525. "type": "object",
  8526. "properties": {
  8527. "auto_exchange_nums_by_person": {
  8528. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  8529. "type": "string"
  8530. },
  8531. "auto_exchange_nums_by_team": {
  8532. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  8533. "type": "string"
  8534. },
  8535. "auto_exchange_rate_by_person": {
  8536. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  8537. "type": "string"
  8538. },
  8539. "auto_exchange_rate_by_team": {
  8540. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  8541. "type": "string"
  8542. }
  8543. }
  8544. },
  8545. "md.ExchangeUserPositionReq": {
  8546. "type": "object",
  8547. "properties": {
  8548. "position_1": {
  8549. "description": "位置1,具体值取返回数据中的 system_id",
  8550. "type": "integer"
  8551. },
  8552. "position_2": {
  8553. "description": "位置2,具体值取返回数据中的 system_id",
  8554. "type": "integer"
  8555. }
  8556. }
  8557. },
  8558. "md.FansNode": {
  8559. "type": "object",
  8560. "properties": {
  8561. "amount": {
  8562. "description": "可提现余额",
  8563. "type": "string"
  8564. },
  8565. "id": {
  8566. "description": "用户ID",
  8567. "type": "integer"
  8568. },
  8569. "level_total": {
  8570. "description": "所属代数",
  8571. "type": "integer"
  8572. },
  8573. "nickname": {
  8574. "type": "string",
  8575. "example": "用户昵称"
  8576. },
  8577. "phone": {
  8578. "type": "string",
  8579. "example": "手机号"
  8580. },
  8581. "register_at": {
  8582. "description": "注册时间",
  8583. "type": "string"
  8584. },
  8585. "total_income": {
  8586. "description": "累计收益",
  8587. "type": "string"
  8588. }
  8589. }
  8590. },
  8591. "md.FindSubUserRelationshipMapResp": {
  8592. "type": "object",
  8593. "properties": {
  8594. "basic_setting": {
  8595. "description": "公排设置",
  8596. "allOf": [
  8597. {
  8598. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  8599. }
  8600. ]
  8601. },
  8602. "search_uid": {
  8603. "description": "查找的用户 ID",
  8604. "type": "string"
  8605. },
  8606. "sub_user": {
  8607. "description": "上级用户信息",
  8608. "allOf": [
  8609. {
  8610. "$ref": "#/definitions/md.SubUser"
  8611. }
  8612. ]
  8613. }
  8614. }
  8615. },
  8616. "md.FirstWithdrawSet": {
  8617. "type": "object",
  8618. "properties": {
  8619. "first_withdraw_amount_limit": {
  8620. "description": "不需要实名时 最大提现金额",
  8621. "type": "string"
  8622. },
  8623. "is_need_real_name": {
  8624. "description": "是否需要实名(0:不需要,1:需要)",
  8625. "type": "integer"
  8626. }
  8627. }
  8628. },
  8629. "md.FreePublishUserNode": {
  8630. "type": "object",
  8631. "properties": {
  8632. "nickname": {
  8633. "type": "string",
  8634. "example": "昵称"
  8635. },
  8636. "phone": {
  8637. "type": "string",
  8638. "example": "手机号"
  8639. },
  8640. "uid": {
  8641. "type": "integer"
  8642. }
  8643. }
  8644. },
  8645. "md.FundDataNode": {
  8646. "type": "object",
  8647. "properties": {
  8648. "balance_amount": {
  8649. "description": "余额",
  8650. "type": "string"
  8651. },
  8652. "balance_times": {
  8653. "description": "剩余执行次数",
  8654. "type": "integer"
  8655. },
  8656. "create_at": {
  8657. "description": "创建时间",
  8658. "type": "string"
  8659. },
  8660. "hours": {
  8661. "description": "时长",
  8662. "type": "integer"
  8663. },
  8664. "kind": {
  8665. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  8666. "type": "integer"
  8667. },
  8668. "memo": {
  8669. "description": "备注",
  8670. "type": "string"
  8671. },
  8672. "system_id": {
  8673. "type": "integer"
  8674. },
  8675. "total_amount": {
  8676. "description": "金额",
  8677. "type": "string"
  8678. }
  8679. }
  8680. },
  8681. "md.FundDataRecordNode": {
  8682. "type": "object",
  8683. "properties": {
  8684. "after_planet_total_value": {
  8685. "description": "执行后-星球价值",
  8686. "type": "string"
  8687. },
  8688. "after_price": {
  8689. "description": "执行后-价格",
  8690. "type": "string"
  8691. },
  8692. "balance_amount": {
  8693. "description": "余额",
  8694. "type": "string"
  8695. },
  8696. "balance_times": {
  8697. "description": "剩余执行次数",
  8698. "type": "integer"
  8699. },
  8700. "before_planet_total_value": {
  8701. "description": "执行前-星球价值",
  8702. "type": "string"
  8703. },
  8704. "before_price": {
  8705. "description": "执行前-价格",
  8706. "type": "string"
  8707. },
  8708. "create_at": {
  8709. "type": "string"
  8710. },
  8711. "total_amount": {
  8712. "description": "金额",
  8713. "type": "string"
  8714. }
  8715. }
  8716. },
  8717. "md.GetActivePointsUserCoinFlowListReq": {
  8718. "type": "object",
  8719. "properties": {
  8720. "coin_id": {
  8721. "description": "货币类型 ID",
  8722. "type": "integer"
  8723. },
  8724. "direction": {
  8725. "description": "流水方向:1收入 2支出",
  8726. "type": "integer"
  8727. },
  8728. "end_at": {
  8729. "description": "结束时间",
  8730. "type": "string"
  8731. },
  8732. "page": {
  8733. "description": "页数",
  8734. "type": "integer"
  8735. },
  8736. "page_size": {
  8737. "description": "每页大小",
  8738. "type": "integer"
  8739. },
  8740. "start_at": {
  8741. "description": "开始时间",
  8742. "type": "string"
  8743. },
  8744. "uid": {
  8745. "description": "用户 ID",
  8746. "type": "integer"
  8747. }
  8748. }
  8749. },
  8750. "md.GetActivePointsUserCoinFlowListResp": {
  8751. "type": "object",
  8752. "properties": {
  8753. "list": {
  8754. "description": "流水信息",
  8755. "type": "array",
  8756. "items": {
  8757. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  8758. }
  8759. },
  8760. "paginate": {
  8761. "description": "分页信息",
  8762. "allOf": [
  8763. {
  8764. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8765. }
  8766. ]
  8767. },
  8768. "select_data": {
  8769. "description": "流水类型",
  8770. "allOf": [
  8771. {
  8772. "$ref": "#/definitions/md.SelectData"
  8773. }
  8774. ]
  8775. }
  8776. }
  8777. },
  8778. "md.GetActivePointsUserCoinListReq": {
  8779. "type": "object",
  8780. "properties": {
  8781. "end_coin": {
  8782. "type": "string",
  8783. "example": "最大金额"
  8784. },
  8785. "kind": {
  8786. "description": "虚拟币种类编号",
  8787. "type": "integer"
  8788. },
  8789. "page": {
  8790. "description": "页数",
  8791. "type": "integer"
  8792. },
  8793. "page_size": {
  8794. "description": "单页大小",
  8795. "type": "integer"
  8796. },
  8797. "start_coin": {
  8798. "type": "string",
  8799. "example": "最小金额"
  8800. },
  8801. "uid": {
  8802. "description": "指定查询用户 ID",
  8803. "type": "integer"
  8804. },
  8805. "user_name": {
  8806. "type": "string",
  8807. "example": "用户名称"
  8808. },
  8809. "user_phone": {
  8810. "type": "string",
  8811. "example": "手机号"
  8812. }
  8813. }
  8814. },
  8815. "md.GetActivePointsUserCoinListResp": {
  8816. "type": "object",
  8817. "properties": {
  8818. "kind_list": {
  8819. "description": "货币类型集合",
  8820. "type": "array",
  8821. "items": {
  8822. "$ref": "#/definitions/md.VirtualCoinListNode"
  8823. }
  8824. },
  8825. "list": {
  8826. "description": "余额集合",
  8827. "type": "array",
  8828. "items": {
  8829. "$ref": "#/definitions/md.ActivePointsWalletNode"
  8830. }
  8831. },
  8832. "sum_user_amount": {
  8833. "description": "用户持有总数",
  8834. "type": "number"
  8835. },
  8836. "total": {
  8837. "description": "持有该类型用户数",
  8838. "type": "integer"
  8839. }
  8840. }
  8841. },
  8842. "md.GetContributionValueBasicSettingResp": {
  8843. "type": "object",
  8844. "properties": {
  8845. "hand_out_red_package": {
  8846. "description": "发红包获得x点",
  8847. "type": "integer"
  8848. },
  8849. "id": {
  8850. "type": "integer"
  8851. },
  8852. "posting_comment_liked": {
  8853. "description": "发布评论被官方点赞获得x点",
  8854. "type": "integer"
  8855. },
  8856. "posting_dynamic_liked": {
  8857. "description": "发布动态被官方点赞获得x点",
  8858. "type": "integer"
  8859. },
  8860. "publish_creation": {
  8861. "description": "发布创作获得x点",
  8862. "type": "integer"
  8863. }
  8864. }
  8865. },
  8866. "md.GetEggCoreDataListResp": {
  8867. "type": "object",
  8868. "properties": {
  8869. "now_energy_total_nums": {
  8870. "description": "现行总量",
  8871. "type": "string",
  8872. "example": "现行总量"
  8873. },
  8874. "now_price": {
  8875. "description": "当前价格",
  8876. "type": "string",
  8877. "example": "当前价格"
  8878. },
  8879. "planet_total_value": {
  8880. "description": "星球价值",
  8881. "type": "string",
  8882. "example": "星球价值"
  8883. },
  8884. "user_hold_total_nums": {
  8885. "description": "用户持有总量",
  8886. "type": "string"
  8887. }
  8888. }
  8889. },
  8890. "md.GetEggEnergyBasicResp": {
  8891. "type": "object",
  8892. "properties": {
  8893. "basic_setting": {
  8894. "description": "基础设置",
  8895. "allOf": [
  8896. {
  8897. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  8898. }
  8899. ]
  8900. },
  8901. "data_setting": {
  8902. "description": "数据设置",
  8903. "allOf": [
  8904. {
  8905. "$ref": "#/definitions/md.DataSetting"
  8906. }
  8907. ]
  8908. },
  8909. "destruction_setting": {
  8910. "description": "销毁设置",
  8911. "allOf": [
  8912. {
  8913. "$ref": "#/definitions/md.DestructionSettingStruct"
  8914. }
  8915. ]
  8916. },
  8917. "exchange_rules": {
  8918. "description": "兑换规则",
  8919. "allOf": [
  8920. {
  8921. "$ref": "#/definitions/md.ExchangeRulesStruct"
  8922. }
  8923. ]
  8924. },
  8925. "new_user_incentive_rules": {
  8926. "description": "新用户奖励规则",
  8927. "allOf": [
  8928. {
  8929. "$ref": "#/definitions/md.NewUserRewardRules"
  8930. }
  8931. ]
  8932. },
  8933. "price_setting": {
  8934. "description": "价格设置",
  8935. "allOf": [
  8936. {
  8937. "$ref": "#/definitions/md.PriceSettingStruct"
  8938. }
  8939. ]
  8940. },
  8941. "reward_system": {
  8942. "description": "圈层奖励",
  8943. "type": "array",
  8944. "items": {
  8945. "$ref": "#/definitions/md.RewardSystemStruct"
  8946. }
  8947. },
  8948. "system_id": {
  8949. "description": "该设置系统 ID",
  8950. "type": "integer"
  8951. },
  8952. "video_reward_setting": {
  8953. "description": "视频奖励",
  8954. "allOf": [
  8955. {
  8956. "$ref": "#/definitions/md.VideoRewardSetting"
  8957. }
  8958. ]
  8959. }
  8960. }
  8961. },
  8962. "md.GetEggEnergyVipSettingResp": {
  8963. "type": "object",
  8964. "properties": {
  8965. "level_list": {
  8966. "description": "会员等级列表",
  8967. "type": "array",
  8968. "items": {
  8969. "type": "object",
  8970. "additionalProperties": true
  8971. }
  8972. },
  8973. "list": {
  8974. "description": "会员权益设置",
  8975. "type": "array",
  8976. "items": {
  8977. "$ref": "#/definitions/md.VipEquitySettingNode"
  8978. }
  8979. }
  8980. }
  8981. },
  8982. "md.GetFreePublishUserReq": {
  8983. "type": "object",
  8984. "properties": {
  8985. "limit": {
  8986. "description": "每页大小",
  8987. "type": "integer"
  8988. },
  8989. "page": {
  8990. "description": "当前页数",
  8991. "type": "integer"
  8992. },
  8993. "uid": {
  8994. "description": "筛选的用户 ID",
  8995. "type": "integer"
  8996. }
  8997. }
  8998. },
  8999. "md.GetFreePublishUserResp": {
  9000. "type": "object",
  9001. "properties": {
  9002. "list": {
  9003. "description": "免罚用户列表",
  9004. "type": "array",
  9005. "items": {
  9006. "$ref": "#/definitions/md.FreePublishUserNode"
  9007. }
  9008. },
  9009. "paginate": {
  9010. "description": "分页信息",
  9011. "allOf": [
  9012. {
  9013. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9014. }
  9015. ]
  9016. }
  9017. }
  9018. },
  9019. "md.GetFundDataListReq": {
  9020. "type": "object",
  9021. "properties": {
  9022. "end_at": {
  9023. "type": "string",
  9024. "example": "结束时间"
  9025. },
  9026. "kind": {
  9027. "description": "数据类型",
  9028. "type": "integer"
  9029. },
  9030. "limit": {
  9031. "description": "每页大小",
  9032. "type": "integer"
  9033. },
  9034. "page": {
  9035. "description": "页数",
  9036. "type": "integer"
  9037. },
  9038. "start_at": {
  9039. "type": "string",
  9040. "example": "开始时间"
  9041. }
  9042. }
  9043. },
  9044. "md.GetFundDataListResp": {
  9045. "type": "object",
  9046. "properties": {
  9047. "kind_list": {
  9048. "description": "类型列表",
  9049. "type": "array",
  9050. "items": {
  9051. "type": "object",
  9052. "additionalProperties": true
  9053. }
  9054. },
  9055. "list": {
  9056. "description": "数据列表",
  9057. "type": "array",
  9058. "items": {
  9059. "$ref": "#/definitions/md.FundDataNode"
  9060. }
  9061. },
  9062. "paginate": {
  9063. "description": "分页数据",
  9064. "allOf": [
  9065. {
  9066. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9067. }
  9068. ]
  9069. }
  9070. }
  9071. },
  9072. "md.GetFundDataRecordListReq": {
  9073. "type": "object",
  9074. "properties": {
  9075. "limit": {
  9076. "description": "页面大小",
  9077. "type": "integer"
  9078. },
  9079. "page": {
  9080. "description": "页数",
  9081. "type": "integer"
  9082. },
  9083. "system_id": {
  9084. "description": "数据在系统中的 ID",
  9085. "type": "integer"
  9086. }
  9087. }
  9088. },
  9089. "md.GetFundDataRecordListResp": {
  9090. "type": "object",
  9091. "properties": {
  9092. "list": {
  9093. "type": "array",
  9094. "items": {
  9095. "$ref": "#/definitions/md.FundDataRecordNode"
  9096. }
  9097. },
  9098. "paginate": {
  9099. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9100. }
  9101. }
  9102. },
  9103. "md.GetGreenEnergyUserCoinFlowListReq": {
  9104. "type": "object",
  9105. "properties": {
  9106. "coin_id": {
  9107. "description": "货币类型 ID",
  9108. "type": "integer"
  9109. },
  9110. "direction": {
  9111. "description": "流水方向:1收入 2支出",
  9112. "type": "integer"
  9113. },
  9114. "end_at": {
  9115. "description": "结束时间",
  9116. "type": "string"
  9117. },
  9118. "page": {
  9119. "description": "页数",
  9120. "type": "integer"
  9121. },
  9122. "page_size": {
  9123. "description": "每页大小",
  9124. "type": "integer"
  9125. },
  9126. "start_at": {
  9127. "description": "开始时间",
  9128. "type": "string"
  9129. },
  9130. "uid": {
  9131. "description": "用户 ID",
  9132. "type": "integer"
  9133. }
  9134. }
  9135. },
  9136. "md.GetGreenEnergyUserCoinFlowListResp": {
  9137. "type": "object",
  9138. "properties": {
  9139. "list": {
  9140. "description": "流水信息",
  9141. "type": "array",
  9142. "items": {
  9143. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  9144. }
  9145. },
  9146. "paginate": {
  9147. "description": "分页信息",
  9148. "allOf": [
  9149. {
  9150. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9151. }
  9152. ]
  9153. },
  9154. "select_data": {
  9155. "description": "流水类型",
  9156. "allOf": [
  9157. {
  9158. "$ref": "#/definitions/md.SelectData"
  9159. }
  9160. ]
  9161. }
  9162. }
  9163. },
  9164. "md.GetGreenEnergyUserCoinListReq": {
  9165. "type": "object",
  9166. "properties": {
  9167. "end_coin": {
  9168. "type": "string",
  9169. "example": "最大金额"
  9170. },
  9171. "kind": {
  9172. "description": "虚拟币种类编号",
  9173. "type": "integer"
  9174. },
  9175. "page": {
  9176. "description": "页数",
  9177. "type": "integer"
  9178. },
  9179. "page_size": {
  9180. "description": "单页大小",
  9181. "type": "integer"
  9182. },
  9183. "start_coin": {
  9184. "type": "string",
  9185. "example": "最小金额"
  9186. },
  9187. "uid": {
  9188. "description": "指定查询用户 ID",
  9189. "type": "integer"
  9190. },
  9191. "user_name": {
  9192. "type": "string",
  9193. "example": "用户名称"
  9194. },
  9195. "user_phone": {
  9196. "type": "string",
  9197. "example": "手机号"
  9198. }
  9199. }
  9200. },
  9201. "md.GetGreenEnergyUserCoinListResp": {
  9202. "type": "object",
  9203. "properties": {
  9204. "kind_list": {
  9205. "description": "货币类型集合",
  9206. "type": "array",
  9207. "items": {
  9208. "$ref": "#/definitions/md.VirtualCoinListNode"
  9209. }
  9210. },
  9211. "list": {
  9212. "description": "余额集合",
  9213. "type": "array",
  9214. "items": {
  9215. "$ref": "#/definitions/md.ActivePointsWalletNode"
  9216. }
  9217. },
  9218. "sum_user_amount": {
  9219. "description": "用户持有总数",
  9220. "type": "number"
  9221. },
  9222. "total": {
  9223. "description": "持有该类型用户数",
  9224. "type": "integer"
  9225. }
  9226. }
  9227. },
  9228. "md.GetLevelListResp": {
  9229. "type": "object",
  9230. "properties": {
  9231. "list": {
  9232. "type": "array",
  9233. "items": {
  9234. "$ref": "#/definitions/md.LevelListNode"
  9235. }
  9236. },
  9237. "paginate": {
  9238. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  9239. }
  9240. }
  9241. },
  9242. "md.GetOneLevelResp": {
  9243. "type": "object",
  9244. "properties": {
  9245. "auto_update": {
  9246. "description": "自动升级 0关闭,1开启",
  9247. "type": "integer"
  9248. },
  9249. "choosable_num": {
  9250. "description": "可选任务数量",
  9251. "type": "integer"
  9252. },
  9253. "is_use": {
  9254. "description": "是否开启(0.否, 1.是)",
  9255. "type": "integer"
  9256. },
  9257. "level_id": {
  9258. "description": "等级 ID",
  9259. "type": "integer"
  9260. },
  9261. "level_name": {
  9262. "description": "等级名称",
  9263. "type": "string"
  9264. },
  9265. "level_weight": {
  9266. "description": "等级权重",
  9267. "type": "integer"
  9268. },
  9269. "memo": {
  9270. "description": "备注",
  9271. "type": "string"
  9272. },
  9273. "task_type": {
  9274. "description": "任务类型关系",
  9275. "type": "array",
  9276. "items": {
  9277. "type": "object",
  9278. "additionalProperties": true
  9279. }
  9280. },
  9281. "user_level_tasks": {
  9282. "type": "array",
  9283. "items": {
  9284. "$ref": "#/definitions/model.UserLevelTask"
  9285. }
  9286. }
  9287. }
  9288. },
  9289. "md.GetPriceCurveResp": {
  9290. "type": "object",
  9291. "properties": {
  9292. "x_data": {
  9293. "type": "array",
  9294. "items": {}
  9295. },
  9296. "y_data": {
  9297. "type": "array",
  9298. "items": {}
  9299. }
  9300. }
  9301. },
  9302. "md.GetPublicPlatoonBasicResp": {
  9303. "type": "object",
  9304. "properties": {
  9305. "is_open": {
  9306. "description": "是否开启(1:开启 0:关闭)",
  9307. "type": "integer"
  9308. },
  9309. "is_self_active_get_team_revenue": {
  9310. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9311. "type": "integer"
  9312. },
  9313. "originator_name": {
  9314. "description": "创始人名称",
  9315. "type": "string"
  9316. },
  9317. "originator_uid": {
  9318. "description": "创始人uid",
  9319. "type": "integer"
  9320. },
  9321. "several_rows": {
  9322. "description": "几排",
  9323. "type": "integer"
  9324. },
  9325. "several_times": {
  9326. "description": "几乘",
  9327. "type": "integer"
  9328. },
  9329. "system_punish_replace": {
  9330. "description": "是否位置滑落 被新用户替换 0否 1是",
  9331. "type": "integer"
  9332. },
  9333. "system_punish_replace_value": {
  9334. "description": "xx天未活跃,处罚滑落",
  9335. "type": "integer"
  9336. }
  9337. }
  9338. },
  9339. "md.GetTagListResp": {
  9340. "type": "object",
  9341. "properties": {
  9342. "list": {
  9343. "type": "array",
  9344. "items": {
  9345. "$ref": "#/definitions/md.TagListNode"
  9346. }
  9347. },
  9348. "paginate": {
  9349. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  9350. }
  9351. }
  9352. },
  9353. "md.GetVideoRewardResp": {
  9354. "type": "object",
  9355. "properties": {
  9356. "ecmp": {
  9357. "description": "当前 Ecpm 值",
  9358. "type": "string"
  9359. },
  9360. "unit_price": {
  9361. "description": "单价",
  9362. "type": "string"
  9363. }
  9364. }
  9365. },
  9366. "md.GetWithdrawApplyListNode": {
  9367. "type": "object",
  9368. "properties": {
  9369. "actual_receipt": {
  9370. "description": "实际到账",
  9371. "type": "string"
  9372. },
  9373. "ali_pay_account": {
  9374. "description": "支付宝账号",
  9375. "type": "string"
  9376. },
  9377. "ali_pay_name": {
  9378. "description": "支付宝昵称",
  9379. "type": "string"
  9380. },
  9381. "amount": {
  9382. "description": "提现金额",
  9383. "type": "string"
  9384. },
  9385. "apply_at": {
  9386. "description": "申请时间",
  9387. "type": "string"
  9388. },
  9389. "invite_code": {
  9390. "description": "邀请码",
  9391. "type": "string"
  9392. },
  9393. "memo": {
  9394. "description": "备注",
  9395. "type": "string"
  9396. },
  9397. "nickname": {
  9398. "description": "用户名称",
  9399. "type": "string"
  9400. },
  9401. "parentID": {
  9402. "description": "推荐人ID",
  9403. "type": "integer"
  9404. },
  9405. "parentPhone": {
  9406. "description": "推荐人手机号",
  9407. "type": "string"
  9408. },
  9409. "pay_at": {
  9410. "description": "到账时间",
  9411. "type": "string"
  9412. },
  9413. "state": {
  9414. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  9415. "type": "integer"
  9416. },
  9417. "sys_fee": {
  9418. "description": "手续费",
  9419. "type": "string"
  9420. },
  9421. "tag": {
  9422. "description": "标签",
  9423. "type": "array",
  9424. "items": {
  9425. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  9426. }
  9427. },
  9428. "user_id": {
  9429. "description": "会员 ID",
  9430. "type": "integer"
  9431. },
  9432. "wechat_pay_account": {
  9433. "description": "微信账号",
  9434. "type": "string"
  9435. },
  9436. "wechat_pay_name": {
  9437. "description": "微信昵称",
  9438. "type": "string"
  9439. },
  9440. "withdraw_type": {
  9441. "description": "转账平台(1:支付宝 2:微信)",
  9442. "type": "integer"
  9443. }
  9444. }
  9445. },
  9446. "md.GetWithdrawApplyListReq": {
  9447. "type": "object",
  9448. "properties": {
  9449. "amount_begin": {
  9450. "description": "最小金额",
  9451. "type": "string"
  9452. },
  9453. "amount_end": {
  9454. "description": "最大金额",
  9455. "type": "string"
  9456. },
  9457. "apply_end_at": {
  9458. "description": "申请结束时间",
  9459. "type": "string"
  9460. },
  9461. "apply_start_at": {
  9462. "description": "申请开始时间",
  9463. "type": "string"
  9464. },
  9465. "examine_end_at": {
  9466. "description": "审核结束时间",
  9467. "type": "string"
  9468. },
  9469. "examine_start_at": {
  9470. "description": "审核开始时间",
  9471. "type": "string"
  9472. },
  9473. "is_first": {
  9474. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  9475. "type": "string"
  9476. },
  9477. "level": {
  9478. "description": "会员等级",
  9479. "type": "string"
  9480. },
  9481. "limit": {
  9482. "description": "页面大小",
  9483. "type": "integer"
  9484. },
  9485. "nickname": {
  9486. "description": "用户昵称",
  9487. "type": "string"
  9488. },
  9489. "page": {
  9490. "description": "页数",
  9491. "type": "integer"
  9492. },
  9493. "parent_id": {
  9494. "description": "推荐人 ID",
  9495. "type": "string"
  9496. },
  9497. "payment_type": {
  9498. "description": "打款类型 1:手动;2:自动",
  9499. "type": "string"
  9500. },
  9501. "phone": {
  9502. "description": "用户手机号",
  9503. "type": "string"
  9504. },
  9505. "state": {
  9506. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  9507. "type": "string"
  9508. },
  9509. "uid": {
  9510. "description": "用户 ID",
  9511. "type": "string"
  9512. },
  9513. "withdraw_account": {
  9514. "description": "支付宝/微信昵称",
  9515. "type": "string"
  9516. },
  9517. "withdraw_name": {
  9518. "description": "支付宝姓名",
  9519. "type": "string"
  9520. },
  9521. "withdraw_type": {
  9522. "description": "提现方式(1:支付宝 2:微信)",
  9523. "type": "string"
  9524. }
  9525. }
  9526. },
  9527. "md.GetWithdrawApplyListResp": {
  9528. "type": "object",
  9529. "properties": {
  9530. "levels_list": {
  9531. "description": "等级列表",
  9532. "type": "array",
  9533. "items": {
  9534. "type": "object",
  9535. "additionalProperties": true
  9536. }
  9537. },
  9538. "list": {
  9539. "type": "array",
  9540. "items": {
  9541. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  9542. }
  9543. },
  9544. "paginate": {
  9545. "description": "分页信息",
  9546. "allOf": [
  9547. {
  9548. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  9549. }
  9550. ]
  9551. },
  9552. "pay_failed_amount": {
  9553. "description": "打款失败金额",
  9554. "type": "string"
  9555. },
  9556. "pay_succeed_amount": {
  9557. "description": "打款成功金额",
  9558. "type": "string"
  9559. },
  9560. "pending_amount": {
  9561. "description": "处理中金额",
  9562. "type": "string"
  9563. },
  9564. "tags_list": {
  9565. "description": "标签列表",
  9566. "type": "array",
  9567. "items": {
  9568. "type": "object",
  9569. "additionalProperties": true
  9570. }
  9571. },
  9572. "under_review": {
  9573. "description": "审核中金额",
  9574. "type": "string"
  9575. }
  9576. }
  9577. },
  9578. "md.GetWithdrawSettingResp": {
  9579. "type": "object",
  9580. "properties": {
  9581. "condition_is_open": {
  9582. "description": "提现条件是否开启(0:关闭, 1:开启)",
  9583. "type": "integer"
  9584. },
  9585. "first_withdraw_set": {
  9586. "description": "首次提现设置",
  9587. "allOf": [
  9588. {
  9589. "$ref": "#/definitions/md.FirstWithdrawSet"
  9590. }
  9591. ]
  9592. },
  9593. "frequency_set": {
  9594. "description": "频率设置(0:日 1:周 2:月 3:年)",
  9595. "allOf": [
  9596. {
  9597. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  9598. }
  9599. ]
  9600. },
  9601. "id": {
  9602. "type": "integer"
  9603. },
  9604. "is_auto": {
  9605. "description": "是否开启自动提现(0:否 1:是)",
  9606. "type": "integer"
  9607. },
  9608. "is_auto_amount_limit": {
  9609. "description": "自动提现金额限制",
  9610. "type": "string"
  9611. },
  9612. "is_real_name": {
  9613. "description": "是否实名(0:否 1:是)",
  9614. "type": "integer"
  9615. },
  9616. "is_support_decimal_point": {
  9617. "description": "是否支持小数点(0:否 1:是)",
  9618. "type": "integer"
  9619. },
  9620. "level_list": {
  9621. "description": "会员等级列表",
  9622. "type": "array",
  9623. "items": {
  9624. "type": "object",
  9625. "additionalProperties": true
  9626. }
  9627. },
  9628. "pending_orders_is_can_apply": {
  9629. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  9630. "type": "integer"
  9631. },
  9632. "vip_level_limit": {
  9633. "description": "提现等级限制",
  9634. "type": "integer"
  9635. },
  9636. "withdraw_amount_limit": {
  9637. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  9638. "type": "string"
  9639. },
  9640. "withdraw_fee_set": {
  9641. "description": "提现手续费设置",
  9642. "allOf": [
  9643. {
  9644. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  9645. }
  9646. ]
  9647. },
  9648. "withdraw_multiple_limit": {
  9649. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  9650. "type": "string"
  9651. },
  9652. "withdraw_nums_limit": {
  9653. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  9654. "type": "integer"
  9655. },
  9656. "withdraw_time_interval": {
  9657. "description": "提现时段",
  9658. "allOf": [
  9659. {
  9660. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  9661. }
  9662. ]
  9663. },
  9664. "withdraw_type": {
  9665. "description": "提现方式(1:支付宝 2:微信)",
  9666. "type": "integer"
  9667. }
  9668. }
  9669. },
  9670. "md.GroupListReq": {
  9671. "type": "object",
  9672. "properties": {
  9673. "group_admin": {
  9674. "description": "群主",
  9675. "type": "string"
  9676. },
  9677. "name": {
  9678. "description": "群名称",
  9679. "type": "string"
  9680. },
  9681. "page": {
  9682. "type": "integer"
  9683. },
  9684. "page_size": {
  9685. "type": "integer"
  9686. },
  9687. "start_time_end": {
  9688. "type": "string",
  9689. "example": "创建时间-截止"
  9690. },
  9691. "start_time_start": {
  9692. "type": "string",
  9693. "example": "创建时间-起始"
  9694. }
  9695. }
  9696. },
  9697. "md.GroupListResp": {
  9698. "type": "object",
  9699. "properties": {
  9700. "list": {
  9701. "type": "array",
  9702. "items": {
  9703. "type": "object",
  9704. "properties": {
  9705. "avatarUrl": {
  9706. "description": "头像",
  9707. "type": "string"
  9708. },
  9709. "createTime": {
  9710. "description": "创建时间",
  9711. "type": "string"
  9712. },
  9713. "extra": {
  9714. "description": "附加字段",
  9715. "type": "string"
  9716. },
  9717. "id": {
  9718. "description": "群组id",
  9719. "type": "integer"
  9720. },
  9721. "introduction": {
  9722. "description": "群简介",
  9723. "type": "string"
  9724. },
  9725. "isAllAddFriend": {
  9726. "description": "是否允许加好友(1:是 2:否)",
  9727. "type": "integer"
  9728. },
  9729. "isAllMemberBanned": {
  9730. "description": "是否全员禁言(1:是 2:否)",
  9731. "type": "integer"
  9732. },
  9733. "name": {
  9734. "description": "组名",
  9735. "type": "string"
  9736. },
  9737. "nickname": {
  9738. "description": "群主昵称",
  9739. "type": "string"
  9740. },
  9741. "phoneNumber": {
  9742. "description": "群主账号",
  9743. "type": "string"
  9744. },
  9745. "updateTime": {
  9746. "description": "更新时间",
  9747. "type": "string"
  9748. },
  9749. "userNum": {
  9750. "description": "群组人数",
  9751. "type": "integer"
  9752. }
  9753. }
  9754. }
  9755. },
  9756. "page": {
  9757. "type": "integer"
  9758. },
  9759. "page_size": {
  9760. "type": "integer"
  9761. },
  9762. "total": {
  9763. "type": "integer"
  9764. }
  9765. }
  9766. },
  9767. "md.Guide": {
  9768. "type": "object",
  9769. "properties": {
  9770. "bg_image": {
  9771. "type": "string"
  9772. },
  9773. "bg_image_url": {
  9774. "type": "string"
  9775. },
  9776. "content_image": {
  9777. "type": "string"
  9778. },
  9779. "content_image_url": {
  9780. "type": "string"
  9781. }
  9782. }
  9783. },
  9784. "md.LevelListNode": {
  9785. "type": "object",
  9786. "properties": {
  9787. "count": {
  9788. "description": "等级人数",
  9789. "type": "string"
  9790. },
  9791. "create_at": {
  9792. "description": "创建时间",
  9793. "type": "string"
  9794. },
  9795. "is_use": {
  9796. "description": "是否开启(0.否, 1.是)",
  9797. "type": "integer"
  9798. },
  9799. "level_id": {
  9800. "description": "等级 ID",
  9801. "type": "integer"
  9802. },
  9803. "level_name": {
  9804. "description": "等级名称",
  9805. "type": "string"
  9806. },
  9807. "level_weight": {
  9808. "description": "等级权重",
  9809. "type": "integer"
  9810. },
  9811. "memo": {
  9812. "description": "备注",
  9813. "type": "string"
  9814. }
  9815. }
  9816. },
  9817. "md.ListCommunityDividendsReq": {
  9818. "type": "object",
  9819. "properties": {
  9820. "end_at": {
  9821. "description": "结束时间",
  9822. "type": "string"
  9823. },
  9824. "end_nums": {
  9825. "description": "分红总量上限",
  9826. "type": "integer"
  9827. },
  9828. "limit": {
  9829. "description": "每页大小",
  9830. "type": "integer"
  9831. },
  9832. "page": {
  9833. "description": "页数",
  9834. "type": "integer"
  9835. },
  9836. "start_at": {
  9837. "description": "开始时间",
  9838. "type": "string"
  9839. },
  9840. "start_nums": {
  9841. "description": "分红总量下限",
  9842. "type": "integer"
  9843. }
  9844. }
  9845. },
  9846. "md.ListCommunityDividendsResp": {
  9847. "type": "object",
  9848. "properties": {
  9849. "list": {
  9850. "type": "array",
  9851. "items": {
  9852. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  9853. }
  9854. },
  9855. "paginate": {
  9856. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9857. }
  9858. }
  9859. },
  9860. "md.ListCommunityDividendsWithUserReq": {
  9861. "type": "object",
  9862. "properties": {
  9863. "limit": {
  9864. "type": "integer"
  9865. },
  9866. "page": {
  9867. "type": "integer"
  9868. },
  9869. "phone": {
  9870. "type": "string"
  9871. },
  9872. "uid": {
  9873. "type": "integer"
  9874. }
  9875. }
  9876. },
  9877. "md.ListCommunityDividendsWithUserResp": {
  9878. "type": "object",
  9879. "properties": {
  9880. "list": {
  9881. "type": "array",
  9882. "items": {
  9883. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  9884. }
  9885. },
  9886. "paginate": {
  9887. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9888. }
  9889. }
  9890. },
  9891. "md.ListPlatformRevenueReq": {
  9892. "type": "object",
  9893. "properties": {
  9894. "end_at": {
  9895. "type": "string",
  9896. "example": "结束时间"
  9897. },
  9898. "kind": {
  9899. "description": "数据类型",
  9900. "type": "integer"
  9901. },
  9902. "limit": {
  9903. "description": "每页大小",
  9904. "type": "integer"
  9905. },
  9906. "page": {
  9907. "description": "页数",
  9908. "type": "integer"
  9909. },
  9910. "start_at": {
  9911. "type": "string",
  9912. "example": "开始时间"
  9913. }
  9914. }
  9915. },
  9916. "md.ListPlatformRevenueResp": {
  9917. "type": "object",
  9918. "properties": {
  9919. "kind_list": {
  9920. "description": "类型列表",
  9921. "type": "array",
  9922. "items": {
  9923. "type": "object",
  9924. "additionalProperties": true
  9925. }
  9926. },
  9927. "list": {
  9928. "description": "数据列表",
  9929. "type": "array",
  9930. "items": {
  9931. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  9932. }
  9933. },
  9934. "paginate": {
  9935. "description": "分页数据",
  9936. "allOf": [
  9937. {
  9938. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9939. }
  9940. ]
  9941. }
  9942. }
  9943. },
  9944. "md.LoginReq": {
  9945. "type": "object",
  9946. "required": [
  9947. "password",
  9948. "username"
  9949. ],
  9950. "properties": {
  9951. "code": {
  9952. "type": "string",
  9953. "example": "验证码"
  9954. },
  9955. "password": {
  9956. "type": "string",
  9957. "example": "登录密码"
  9958. },
  9959. "username": {
  9960. "type": "string",
  9961. "example": "登录账号"
  9962. }
  9963. }
  9964. },
  9965. "md.LoginResponse": {
  9966. "type": "object",
  9967. "properties": {
  9968. "token": {
  9969. "type": "string"
  9970. }
  9971. }
  9972. },
  9973. "md.ManualScoreReq": {
  9974. "type": "object",
  9975. "properties": {
  9976. "index_id": {
  9977. "description": "文档id",
  9978. "type": "string"
  9979. },
  9980. "score": {
  9981. "type": "string",
  9982. "example": "分数"
  9983. }
  9984. }
  9985. },
  9986. "md.ModuleSettingGetResp": {
  9987. "type": "object",
  9988. "properties": {
  9989. "data": {
  9990. "description": "内容"
  9991. },
  9992. "mod_name": {
  9993. "description": "模块名称",
  9994. "type": "string"
  9995. },
  9996. "mod_name_list": {
  9997. "description": "模块名称对照",
  9998. "type": "array",
  9999. "items": {
  10000. "type": "object",
  10001. "additionalProperties": true
  10002. }
  10003. },
  10004. "position": {
  10005. "description": "位置",
  10006. "type": "string"
  10007. },
  10008. "skip_identifier": {
  10009. "description": "跳转标识",
  10010. "type": "string"
  10011. },
  10012. "subtitle": {
  10013. "description": "副标题",
  10014. "type": "string"
  10015. },
  10016. "title": {
  10017. "description": "标题",
  10018. "type": "string"
  10019. }
  10020. }
  10021. },
  10022. "md.ModuleSettingUpdateReq": {
  10023. "type": "object",
  10024. "properties": {
  10025. "data": {
  10026. "description": "内容",
  10027. "type": "object",
  10028. "additionalProperties": true
  10029. },
  10030. "mod_name_value": {
  10031. "description": "模块类型值",
  10032. "type": "string"
  10033. },
  10034. "position": {
  10035. "description": "位置",
  10036. "type": "string"
  10037. },
  10038. "skip_identifier": {
  10039. "description": "跳转标识",
  10040. "type": "string"
  10041. },
  10042. "subtitle": {
  10043. "description": "副标题",
  10044. "type": "string"
  10045. },
  10046. "title": {
  10047. "description": "标题",
  10048. "type": "string"
  10049. }
  10050. }
  10051. },
  10052. "md.NewUserRedPackageGetBasicResp": {
  10053. "type": "object",
  10054. "properties": {
  10055. "create_at": {
  10056. "type": "string"
  10057. },
  10058. "days": {
  10059. "description": "天数",
  10060. "type": "integer"
  10061. },
  10062. "is_double": {
  10063. "description": "是否翻倍",
  10064. "type": "integer"
  10065. },
  10066. "is_open": {
  10067. "description": "是否开启(1:开启 0:关闭)",
  10068. "type": "integer"
  10069. },
  10070. "total_amount": {
  10071. "type": "string",
  10072. "example": "总金额"
  10073. },
  10074. "update_at": {
  10075. "type": "string"
  10076. }
  10077. }
  10078. },
  10079. "md.NewUserRedPackageRecordFlowListReq": {
  10080. "type": "object",
  10081. "properties": {
  10082. "end_at": {
  10083. "description": "结束时间",
  10084. "type": "string"
  10085. },
  10086. "limit": {
  10087. "description": "每页大小",
  10088. "type": "integer"
  10089. },
  10090. "page": {
  10091. "description": "页数",
  10092. "type": "integer"
  10093. },
  10094. "start_at": {
  10095. "description": "开始时间",
  10096. "type": "string"
  10097. },
  10098. "uid": {
  10099. "description": "用户 ID",
  10100. "type": "integer"
  10101. }
  10102. }
  10103. },
  10104. "md.NewUserRedPackageRecordFlowListResp": {
  10105. "type": "object",
  10106. "properties": {
  10107. "list": {
  10108. "type": "array",
  10109. "items": {
  10110. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  10111. }
  10112. },
  10113. "paginate": {
  10114. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  10115. }
  10116. }
  10117. },
  10118. "md.NewUserRedPackageRecordFlowNode": {
  10119. "type": "object",
  10120. "properties": {
  10121. "balance_amount": {
  10122. "description": "剩余金额",
  10123. "type": "string"
  10124. },
  10125. "balance_days": {
  10126. "description": "剩余天数",
  10127. "type": "integer"
  10128. },
  10129. "basic_amount": {
  10130. "description": "基础金额",
  10131. "type": "string"
  10132. },
  10133. "create_at": {
  10134. "description": "创建时间",
  10135. "type": "string"
  10136. },
  10137. "day_num": {
  10138. "description": "第x天",
  10139. "type": "integer"
  10140. },
  10141. "double_rate": {
  10142. "description": "倍率",
  10143. "type": "string"
  10144. },
  10145. "id": {
  10146. "description": "流水 ID",
  10147. "type": "integer"
  10148. },
  10149. "is_double": {
  10150. "description": "是否翻倍",
  10151. "type": "integer"
  10152. },
  10153. "receive_days": {
  10154. "description": "领取天数",
  10155. "type": "integer"
  10156. },
  10157. "total_amount": {
  10158. "description": "实际金额",
  10159. "type": "string"
  10160. },
  10161. "uid": {
  10162. "description": "用户 ID",
  10163. "type": "integer"
  10164. }
  10165. }
  10166. },
  10167. "md.NewUserRedPackageRecordListReq": {
  10168. "type": "object",
  10169. "properties": {
  10170. "end_at": {
  10171. "description": "结束时间",
  10172. "type": "string"
  10173. },
  10174. "limit": {
  10175. "description": "每页大小",
  10176. "type": "integer"
  10177. },
  10178. "page": {
  10179. "description": "页数",
  10180. "type": "integer"
  10181. },
  10182. "start_at": {
  10183. "description": "开始时间",
  10184. "type": "string"
  10185. },
  10186. "uid": {
  10187. "description": "用户 ID",
  10188. "type": "integer"
  10189. }
  10190. }
  10191. },
  10192. "md.NewUserRedPackageRecordListResp": {
  10193. "type": "object",
  10194. "properties": {
  10195. "list": {
  10196. "type": "array",
  10197. "items": {
  10198. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  10199. }
  10200. },
  10201. "paginate": {
  10202. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  10203. }
  10204. }
  10205. },
  10206. "md.NewUserRedPackageRecordNode": {
  10207. "type": "object",
  10208. "properties": {
  10209. "balance_amount": {
  10210. "description": "剩余金额",
  10211. "type": "string"
  10212. },
  10213. "balance_days": {
  10214. "description": "剩余天数",
  10215. "type": "integer"
  10216. },
  10217. "create_at": {
  10218. "description": "创建时间",
  10219. "type": "string"
  10220. },
  10221. "days": {
  10222. "description": "天数",
  10223. "type": "integer"
  10224. },
  10225. "receive_days": {
  10226. "description": "领取天数",
  10227. "type": "integer"
  10228. },
  10229. "state": {
  10230. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  10231. "type": "integer"
  10232. },
  10233. "system_id": {
  10234. "description": "系统中记录的 ID",
  10235. "type": "integer"
  10236. },
  10237. "total_amount": {
  10238. "description": "金额",
  10239. "type": "string"
  10240. },
  10241. "uid": {
  10242. "description": "用户 ID",
  10243. "type": "integer"
  10244. },
  10245. "update_at": {
  10246. "description": "修改时间",
  10247. "type": "string"
  10248. }
  10249. }
  10250. },
  10251. "md.NewUserRedPackageUpdateBasicReq": {
  10252. "type": "object",
  10253. "properties": {
  10254. "days": {
  10255. "description": "天数",
  10256. "type": "integer"
  10257. },
  10258. "is_double": {
  10259. "description": "是否翻倍",
  10260. "type": "integer"
  10261. },
  10262. "is_open": {
  10263. "description": "是否开启(1:开启 0:关闭)",
  10264. "type": "integer"
  10265. },
  10266. "total_amount": {
  10267. "type": "string",
  10268. "example": "总金额"
  10269. }
  10270. }
  10271. },
  10272. "md.NewUserRewardRules": {
  10273. "type": "object",
  10274. "properties": {
  10275. "continue_days": {
  10276. "description": "连续x天",
  10277. "type": "integer"
  10278. },
  10279. "invite_user_reward_value": {
  10280. "description": "拉新用户奖励x个活跃积分",
  10281. "type": "integer"
  10282. },
  10283. "reward_coefficient": {
  10284. "description": "奖励系数",
  10285. "type": "number"
  10286. }
  10287. }
  10288. },
  10289. "md.NoticeAliyunSmsList": {
  10290. "type": "object",
  10291. "properties": {
  10292. "content": {
  10293. "type": "string",
  10294. "example": "这是 填短信模板id"
  10295. },
  10296. "day": {
  10297. "type": "string",
  10298. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10299. },
  10300. "id": {
  10301. "type": "string"
  10302. },
  10303. "is_show": {
  10304. "type": "string"
  10305. },
  10306. "notice_day": {
  10307. "type": "string",
  10308. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10309. },
  10310. "title": {
  10311. "type": "string"
  10312. },
  10313. "type": {
  10314. "type": "string"
  10315. }
  10316. }
  10317. },
  10318. "md.NoticeAliyunSmsListReq": {
  10319. "type": "object",
  10320. "properties": {
  10321. "limit": {
  10322. "description": "每页大小",
  10323. "type": "string"
  10324. },
  10325. "page": {
  10326. "description": "页数",
  10327. "type": "string"
  10328. }
  10329. }
  10330. },
  10331. "md.NoticeAliyunSmsListResp": {
  10332. "type": "object",
  10333. "properties": {
  10334. "list": {
  10335. "type": "array",
  10336. "items": {
  10337. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  10338. }
  10339. },
  10340. "select_data": {
  10341. "type": "array",
  10342. "items": {
  10343. "type": "object",
  10344. "additionalProperties": {
  10345. "type": "string"
  10346. }
  10347. }
  10348. },
  10349. "total": {
  10350. "type": "integer"
  10351. }
  10352. }
  10353. },
  10354. "md.NoticeAliyunSmsSaveReq": {
  10355. "type": "object",
  10356. "properties": {
  10357. "content": {
  10358. "type": "string"
  10359. },
  10360. "day": {
  10361. "type": "string",
  10362. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10363. },
  10364. "id": {
  10365. "type": "string"
  10366. },
  10367. "is_show": {
  10368. "type": "string"
  10369. },
  10370. "notice_day": {
  10371. "type": "string",
  10372. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10373. },
  10374. "title": {
  10375. "type": "string"
  10376. },
  10377. "type": {
  10378. "type": "string"
  10379. }
  10380. }
  10381. },
  10382. "md.NoticeDelReq": {
  10383. "type": "object",
  10384. "properties": {
  10385. "id": {
  10386. "type": "array",
  10387. "items": {
  10388. "type": "string"
  10389. }
  10390. }
  10391. }
  10392. },
  10393. "md.NoticeList": {
  10394. "type": "object",
  10395. "properties": {
  10396. "content": {
  10397. "type": "string"
  10398. },
  10399. "day": {
  10400. "type": "string",
  10401. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10402. },
  10403. "id": {
  10404. "type": "string"
  10405. },
  10406. "jpush_open": {
  10407. "type": "string",
  10408. "example": "app推送开启 0关 1开"
  10409. },
  10410. "notice_day": {
  10411. "type": "string",
  10412. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10413. },
  10414. "sms_code": {
  10415. "type": "string",
  10416. "example": "短信模板id"
  10417. },
  10418. "sms_open": {
  10419. "type": "string",
  10420. "example": "短信推送开启 0关 1开"
  10421. },
  10422. "title": {
  10423. "type": "string"
  10424. },
  10425. "type": {
  10426. "type": "string"
  10427. }
  10428. }
  10429. },
  10430. "md.NoticeListReq": {
  10431. "type": "object",
  10432. "properties": {
  10433. "limit": {
  10434. "description": "每页大小",
  10435. "type": "string"
  10436. },
  10437. "page": {
  10438. "description": "页数",
  10439. "type": "string"
  10440. }
  10441. }
  10442. },
  10443. "md.NoticeListResp": {
  10444. "type": "object",
  10445. "properties": {
  10446. "change_data": {
  10447. "type": "array",
  10448. "items": {
  10449. "type": "object",
  10450. "additionalProperties": {
  10451. "type": "string"
  10452. }
  10453. }
  10454. },
  10455. "list": {
  10456. "type": "array",
  10457. "items": {
  10458. "$ref": "#/definitions/md.NoticeList"
  10459. }
  10460. },
  10461. "select_data": {
  10462. "type": "array",
  10463. "items": {
  10464. "type": "object",
  10465. "additionalProperties": {
  10466. "type": "string"
  10467. }
  10468. }
  10469. },
  10470. "total": {
  10471. "type": "integer"
  10472. }
  10473. }
  10474. },
  10475. "md.NoticePushList": {
  10476. "type": "object",
  10477. "properties": {
  10478. "content": {
  10479. "type": "string"
  10480. },
  10481. "id": {
  10482. "type": "string"
  10483. },
  10484. "platform": {
  10485. "type": "string"
  10486. },
  10487. "send_end_time": {
  10488. "type": "string",
  10489. "example": "如 2024-11-25 11:56:00"
  10490. },
  10491. "send_start_time": {
  10492. "type": "string",
  10493. "example": "如 2024-11-25 11:56:00"
  10494. },
  10495. "send_type": {
  10496. "type": "string",
  10497. "example": "0立即推送 1定时推送"
  10498. },
  10499. "state": {
  10500. "type": "string",
  10501. "example": "0待发送 1发送成功"
  10502. },
  10503. "target": {
  10504. "type": "string"
  10505. },
  10506. "title": {
  10507. "type": "string"
  10508. }
  10509. }
  10510. },
  10511. "md.NoticePushListResp": {
  10512. "type": "object",
  10513. "properties": {
  10514. "list": {
  10515. "type": "array",
  10516. "items": {
  10517. "$ref": "#/definitions/md.NoticePushList"
  10518. }
  10519. },
  10520. "platform_data": {
  10521. "type": "array",
  10522. "items": {
  10523. "type": "object",
  10524. "additionalProperties": {
  10525. "type": "string"
  10526. }
  10527. }
  10528. },
  10529. "target_data": {
  10530. "type": "array",
  10531. "items": {
  10532. "type": "object",
  10533. "additionalProperties": {
  10534. "type": "string"
  10535. }
  10536. }
  10537. },
  10538. "total": {
  10539. "type": "integer"
  10540. }
  10541. }
  10542. },
  10543. "md.NoticeSaveReq": {
  10544. "type": "object",
  10545. "properties": {
  10546. "content": {
  10547. "type": "string"
  10548. },
  10549. "day": {
  10550. "type": "string",
  10551. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10552. },
  10553. "id": {
  10554. "type": "string"
  10555. },
  10556. "jpush_open": {
  10557. "type": "string",
  10558. "example": "app推送开启 0关 1开"
  10559. },
  10560. "notice_day": {
  10561. "type": "string",
  10562. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10563. },
  10564. "sms_code": {
  10565. "type": "string",
  10566. "example": "短信模板id"
  10567. },
  10568. "sms_open": {
  10569. "type": "string",
  10570. "example": "短信推送开启 0关 1开"
  10571. },
  10572. "title": {
  10573. "type": "string"
  10574. },
  10575. "type": {
  10576. "type": "string"
  10577. }
  10578. }
  10579. },
  10580. "md.OtherNode": {
  10581. "type": "object",
  10582. "properties": {
  10583. "create_at": {
  10584. "description": "注册时间",
  10585. "type": "string"
  10586. },
  10587. "last_login_at": {
  10588. "description": "最近登录时间",
  10589. "type": "string"
  10590. },
  10591. "last_login_ip": {
  10592. "description": "最后登录 IP",
  10593. "type": "string"
  10594. }
  10595. }
  10596. },
  10597. "md.PageCustomerServiceReq": {
  10598. "type": "object",
  10599. "properties": {
  10600. "memo": {
  10601. "type": "string",
  10602. "example": "备注"
  10603. },
  10604. "page": {
  10605. "type": "integer"
  10606. },
  10607. "page_size": {
  10608. "type": "integer"
  10609. },
  10610. "state": {
  10611. "description": "状态",
  10612. "type": "integer"
  10613. }
  10614. }
  10615. },
  10616. "md.PageEmoticonReq": {
  10617. "type": "object",
  10618. "properties": {
  10619. "memo": {
  10620. "type": "string",
  10621. "example": "备注"
  10622. },
  10623. "page": {
  10624. "type": "integer"
  10625. },
  10626. "page_size": {
  10627. "type": "integer"
  10628. },
  10629. "state": {
  10630. "description": "状态",
  10631. "type": "integer"
  10632. }
  10633. }
  10634. },
  10635. "md.PageSendRedPackageOrdReq": {
  10636. "type": "object",
  10637. "properties": {
  10638. "invite_code": {
  10639. "description": "邀请码",
  10640. "type": "string",
  10641. "example": "邀请码"
  10642. },
  10643. "nickname": {
  10644. "description": "昵称",
  10645. "type": "string",
  10646. "example": "昵称"
  10647. },
  10648. "ord_no": {
  10649. "description": "订单号",
  10650. "type": "string",
  10651. "example": "订单号"
  10652. },
  10653. "page": {
  10654. "type": "integer"
  10655. },
  10656. "page_size": {
  10657. "type": "integer"
  10658. },
  10659. "phone": {
  10660. "description": "手机号",
  10661. "type": "string",
  10662. "example": "手机号"
  10663. },
  10664. "red_packet_type": {
  10665. "description": "红包类型",
  10666. "type": "integer"
  10667. },
  10668. "start_time_end": {
  10669. "type": "string",
  10670. "example": "发送时间-截止"
  10671. },
  10672. "start_time_start": {
  10673. "type": "string",
  10674. "example": "发送时间-起始"
  10675. },
  10676. "state": {
  10677. "description": "状态",
  10678. "type": "integer"
  10679. },
  10680. "uid": {
  10681. "type": "integer"
  10682. }
  10683. }
  10684. },
  10685. "md.PlatformRevenueDataNode": {
  10686. "type": "object",
  10687. "properties": {
  10688. "balance_amount": {
  10689. "description": "余额",
  10690. "type": "string"
  10691. },
  10692. "balance_times": {
  10693. "description": "剩余执行次数",
  10694. "type": "integer"
  10695. },
  10696. "create_at": {
  10697. "description": "创建时间",
  10698. "type": "string"
  10699. },
  10700. "hours": {
  10701. "description": "时长",
  10702. "type": "integer"
  10703. },
  10704. "kind": {
  10705. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10706. "type": "integer"
  10707. },
  10708. "memo": {
  10709. "description": "备注",
  10710. "type": "string"
  10711. },
  10712. "system_id": {
  10713. "type": "integer"
  10714. },
  10715. "total_amount": {
  10716. "description": "金额",
  10717. "type": "string"
  10718. }
  10719. }
  10720. },
  10721. "md.PriceSettingStruct": {
  10722. "type": "object",
  10723. "properties": {
  10724. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  10725. "description": "市商资金单笔x元自动兑换",
  10726. "type": "string"
  10727. },
  10728. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  10729. "description": "市商数量单笔x数量自动兑换",
  10730. "type": "string"
  10731. },
  10732. "price_below_value": {
  10733. "description": "低于x元",
  10734. "type": "string"
  10735. },
  10736. "price_higher_than_value": {
  10737. "description": "高于x元",
  10738. "type": "string"
  10739. }
  10740. }
  10741. },
  10742. "md.Response": {
  10743. "type": "object",
  10744. "properties": {
  10745. "code": {
  10746. "type": "string",
  10747. "example": "响应码"
  10748. },
  10749. "data": {
  10750. "description": "内容"
  10751. },
  10752. "msg": {
  10753. "type": "string",
  10754. "example": "具体错误原因"
  10755. }
  10756. }
  10757. },
  10758. "md.RewardSystemStruct": {
  10759. "type": "object",
  10760. "properties": {
  10761. "level": {
  10762. "description": "圈层",
  10763. "type": "integer"
  10764. },
  10765. "reward_condition": {
  10766. "description": "奖励条件",
  10767. "type": "string"
  10768. },
  10769. "reward_value": {
  10770. "description": "奖励值",
  10771. "type": "string"
  10772. }
  10773. }
  10774. },
  10775. "md.SelectData": {
  10776. "type": "object",
  10777. "properties": {
  10778. "direction": {
  10779. "type": "array",
  10780. "items": {
  10781. "type": "object",
  10782. "additionalProperties": {
  10783. "type": "string"
  10784. }
  10785. }
  10786. }
  10787. }
  10788. },
  10789. "md.SelectMemberNode": {
  10790. "type": "object",
  10791. "properties": {
  10792. "avatar": {
  10793. "description": "会员头像",
  10794. "type": "string"
  10795. },
  10796. "level": {
  10797. "description": "会员等级",
  10798. "type": "string"
  10799. },
  10800. "nickname": {
  10801. "description": "会员昵称",
  10802. "type": "string"
  10803. },
  10804. "phone": {
  10805. "description": "会员手机号",
  10806. "type": "string"
  10807. },
  10808. "uid": {
  10809. "description": "会员 ID",
  10810. "type": "integer"
  10811. }
  10812. }
  10813. },
  10814. "md.SelectMemberReq": {
  10815. "type": "object",
  10816. "properties": {
  10817. "level": {
  10818. "description": "会员等级",
  10819. "type": "integer"
  10820. },
  10821. "limit": {
  10822. "description": "每页大小",
  10823. "type": "integer"
  10824. },
  10825. "nickname": {
  10826. "description": "会员昵称",
  10827. "type": "string"
  10828. },
  10829. "page": {
  10830. "description": "页数",
  10831. "type": "integer"
  10832. },
  10833. "phone": {
  10834. "description": "会员手机号",
  10835. "type": "string"
  10836. },
  10837. "uid": {
  10838. "description": "会员 ID",
  10839. "type": "integer"
  10840. }
  10841. }
  10842. },
  10843. "md.SelectMemberResp": {
  10844. "type": "object",
  10845. "properties": {
  10846. "level_list": {
  10847. "description": "会员等级列表",
  10848. "type": "array",
  10849. "items": {
  10850. "type": "object",
  10851. "additionalProperties": true
  10852. }
  10853. },
  10854. "list": {
  10855. "description": "会员数据",
  10856. "type": "array",
  10857. "items": {
  10858. "$ref": "#/definitions/md.SelectMemberNode"
  10859. }
  10860. },
  10861. "paginate": {
  10862. "description": "分页信息",
  10863. "allOf": [
  10864. {
  10865. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10866. }
  10867. ]
  10868. }
  10869. }
  10870. },
  10871. "md.SetCustomerServiceStateReq": {
  10872. "type": "object",
  10873. "properties": {
  10874. "id": {
  10875. "description": "拥有用户数量",
  10876. "type": "integer"
  10877. },
  10878. "state": {
  10879. "description": "状态",
  10880. "type": "integer"
  10881. }
  10882. }
  10883. },
  10884. "md.SetEmoticonStateReq": {
  10885. "type": "object",
  10886. "properties": {
  10887. "id": {
  10888. "description": "拥有用户数量",
  10889. "type": "integer"
  10890. },
  10891. "state": {
  10892. "description": "状态",
  10893. "type": "integer"
  10894. }
  10895. }
  10896. },
  10897. "md.SetVideoRewardReq": {
  10898. "type": "object",
  10899. "properties": {
  10900. "ecpm": {
  10901. "description": "当前 Ecpm 值",
  10902. "type": "string"
  10903. },
  10904. "unit_price": {
  10905. "description": "单价",
  10906. "type": "string"
  10907. }
  10908. }
  10909. },
  10910. "md.SonUserDailyActivityAnalysisNode": {
  10911. "type": "object",
  10912. "properties": {
  10913. "activity_day_nums": {
  10914. "description": "活跃子节点活跃天数",
  10915. "type": "integer"
  10916. },
  10917. "nickname": {
  10918. "type": "string",
  10919. "example": "昵称"
  10920. },
  10921. "phone": {
  10922. "type": "string",
  10923. "example": "手机号"
  10924. },
  10925. "uid": {
  10926. "description": "查询用户活跃子节点 ID",
  10927. "type": "integer"
  10928. }
  10929. }
  10930. },
  10931. "md.StatisticsEggPointReq": {
  10932. "type": "object",
  10933. "properties": {
  10934. "week": {
  10935. "type": "string",
  10936. "example": "周份"
  10937. },
  10938. "year": {
  10939. "type": "string",
  10940. "example": "年份"
  10941. }
  10942. }
  10943. },
  10944. "md.StatisticsEggPointResp": {
  10945. "type": "object",
  10946. "properties": {
  10947. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  10948. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  10949. "type": "array",
  10950. "items": {
  10951. "type": "object",
  10952. "additionalProperties": {
  10953. "type": "string"
  10954. }
  10955. }
  10956. },
  10957. "statistics_user_egg_browse_interface_nums_range": {
  10958. "description": "统计用户\"浏览界面次数\"范围",
  10959. "type": "array",
  10960. "items": {
  10961. "type": "object",
  10962. "additionalProperties": {
  10963. "type": "string"
  10964. }
  10965. }
  10966. },
  10967. "statistics_user_egg_college_learning_nums_range": {
  10968. "description": "统计用户\"学院学习次数\"范围",
  10969. "type": "array",
  10970. "items": {
  10971. "type": "object",
  10972. "additionalProperties": {
  10973. "type": "string"
  10974. }
  10975. }
  10976. },
  10977. "statistics_user_egg_ecpm_range": {
  10978. "description": "统计用户\"ecpm\"范围",
  10979. "type": "array",
  10980. "items": {
  10981. "type": "object",
  10982. "additionalProperties": {
  10983. "type": "string"
  10984. }
  10985. }
  10986. },
  10987. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  10988. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  10989. "type": "array",
  10990. "items": {
  10991. "type": "object",
  10992. "additionalProperties": {
  10993. "type": "string"
  10994. }
  10995. }
  10996. },
  10997. "statistics_user_egg_forum_comments_nums_range": {
  10998. "description": "统计用户\"论坛评论次数\"范围",
  10999. "type": "array",
  11000. "items": {
  11001. "type": "object",
  11002. "additionalProperties": {
  11003. "type": "string"
  11004. }
  11005. }
  11006. },
  11007. "statistics_user_egg_invite_user_nums_range": {
  11008. "description": "统计用户\"拉新人数\"范围",
  11009. "type": "array",
  11010. "items": {
  11011. "type": "object",
  11012. "additionalProperties": {
  11013. "type": "string"
  11014. }
  11015. }
  11016. },
  11017. "statistics_user_egg_kind_proportion": {
  11018. "description": "统计用户蛋蛋分\"评比类型\"占比",
  11019. "type": "array",
  11020. "items": {
  11021. "type": "object",
  11022. "additionalProperties": true
  11023. }
  11024. },
  11025. "statistics_user_egg_person_add_activity_value_range": {
  11026. "description": "统计用户\"个人活跃积分增量值\"范围",
  11027. "type": "array",
  11028. "items": {
  11029. "type": "object",
  11030. "additionalProperties": {
  11031. "type": "string"
  11032. }
  11033. }
  11034. },
  11035. "statistics_user_egg_score_value_range": {
  11036. "description": "统计用户蛋蛋分范围",
  11037. "type": "array",
  11038. "items": {
  11039. "type": "object",
  11040. "additionalProperties": {
  11041. "type": "string"
  11042. }
  11043. }
  11044. },
  11045. "statistics_user_egg_send_circle_of_friend_nums_range": {
  11046. "description": "统计用户\"发朋友圈次数\"范围",
  11047. "type": "array",
  11048. "items": {
  11049. "type": "object",
  11050. "additionalProperties": {
  11051. "type": "string"
  11052. }
  11053. }
  11054. },
  11055. "statistics_user_egg_send_red_package_nums_range": {
  11056. "description": "统计用户\"发红包次数\"范围",
  11057. "type": "array",
  11058. "items": {
  11059. "type": "object",
  11060. "additionalProperties": {
  11061. "type": "string"
  11062. }
  11063. }
  11064. },
  11065. "statistics_user_egg_sign_in_nums_range": {
  11066. "description": "统计用户\"签到次数\"范围",
  11067. "type": "array",
  11068. "items": {
  11069. "type": "object",
  11070. "additionalProperties": {
  11071. "type": "string"
  11072. }
  11073. }
  11074. },
  11075. "statistics_user_egg_team_activity_nums_range": {
  11076. "description": "统计用户\"团队活跃次数\"范围",
  11077. "type": "array",
  11078. "items": {
  11079. "type": "object",
  11080. "additionalProperties": {
  11081. "type": "string"
  11082. }
  11083. }
  11084. },
  11085. "statistics_user_egg_violate_nums_range": {
  11086. "description": "统计用户\"违规次数\"范围",
  11087. "type": "array",
  11088. "items": {
  11089. "type": "object",
  11090. "additionalProperties": {
  11091. "type": "string"
  11092. }
  11093. }
  11094. },
  11095. "week": {
  11096. "type": "string",
  11097. "example": "周份"
  11098. },
  11099. "year": {
  11100. "type": "string",
  11101. "example": "年份"
  11102. },
  11103. "year_list": {
  11104. "description": "年份\u0026\u0026周份列表",
  11105. "type": "object",
  11106. "additionalProperties": {
  11107. "type": "array",
  11108. "items": {
  11109. "type": "string"
  11110. }
  11111. }
  11112. }
  11113. }
  11114. },
  11115. "md.SubUser": {
  11116. "type": "object",
  11117. "properties": {
  11118. "avatar_url": {
  11119. "type": "string",
  11120. "example": "头像"
  11121. },
  11122. "level": {
  11123. "description": "整个系统中的等级",
  11124. "type": "integer"
  11125. },
  11126. "nickname": {
  11127. "type": "string",
  11128. "example": "昵称"
  11129. },
  11130. "phone": {
  11131. "type": "string",
  11132. "example": "手机号"
  11133. },
  11134. "pid": {
  11135. "type": "integer"
  11136. },
  11137. "position": {
  11138. "description": "以pid1为创始人中网的位置",
  11139. "type": "integer"
  11140. },
  11141. "uid": {
  11142. "type": "integer"
  11143. }
  11144. }
  11145. },
  11146. "md.TagListNode": {
  11147. "type": "object",
  11148. "properties": {
  11149. "count": {
  11150. "description": "标签人数",
  11151. "type": "string"
  11152. },
  11153. "create_at": {
  11154. "description": "创建时间",
  11155. "type": "string"
  11156. },
  11157. "is_punish": {
  11158. "description": "是否处罚",
  11159. "type": "integer"
  11160. },
  11161. "memo": {
  11162. "description": "备注",
  11163. "type": "string"
  11164. },
  11165. "name": {
  11166. "description": "名称",
  11167. "type": "string"
  11168. },
  11169. "tag_id": {
  11170. "description": "标签 ID",
  11171. "type": "string"
  11172. }
  11173. }
  11174. },
  11175. "md.TreeNode": {
  11176. "type": "object",
  11177. "properties": {
  11178. "avatar_url": {
  11179. "type": "string",
  11180. "example": "头像"
  11181. },
  11182. "level": {
  11183. "type": "integer"
  11184. },
  11185. "nickname": {
  11186. "type": "string",
  11187. "example": "昵称"
  11188. },
  11189. "phone": {
  11190. "type": "string",
  11191. "example": "手机号"
  11192. },
  11193. "pid": {
  11194. "type": "integer"
  11195. },
  11196. "position": {
  11197. "type": "integer"
  11198. },
  11199. "son": {
  11200. "type": "array",
  11201. "items": {
  11202. "$ref": "#/definitions/md.TreeNode"
  11203. }
  11204. },
  11205. "system_id": {
  11206. "description": "公排网中id",
  11207. "type": "integer"
  11208. },
  11209. "uid": {
  11210. "type": "integer"
  11211. }
  11212. }
  11213. },
  11214. "md.UpdateContributionValueBasicSettingReq": {
  11215. "type": "object",
  11216. "properties": {
  11217. "hand_out_red_package": {
  11218. "description": "发红包获得x点",
  11219. "type": "string"
  11220. },
  11221. "id": {
  11222. "type": "string"
  11223. },
  11224. "posting_comment_liked": {
  11225. "description": "发布评论被官方点赞获得x点",
  11226. "type": "string"
  11227. },
  11228. "posting_dynamic_liked": {
  11229. "description": "发布动态被官方点赞获得x点",
  11230. "type": "string"
  11231. },
  11232. "publish_creation": {
  11233. "description": "发布创作获得x点",
  11234. "type": "string"
  11235. }
  11236. }
  11237. },
  11238. "md.UpdateCustomerServiceMemoReq": {
  11239. "type": "object",
  11240. "properties": {
  11241. "id": {
  11242. "description": "拥有用户数量",
  11243. "type": "integer"
  11244. },
  11245. "memo": {
  11246. "description": "备注",
  11247. "type": "string",
  11248. "example": "备注"
  11249. }
  11250. }
  11251. },
  11252. "md.UpdateEggEnergyBasicReq": {
  11253. "type": "object",
  11254. "properties": {
  11255. "basic_setting": {
  11256. "description": "基础设置",
  11257. "allOf": [
  11258. {
  11259. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  11260. }
  11261. ]
  11262. },
  11263. "data_setting": {
  11264. "description": "数据设置",
  11265. "allOf": [
  11266. {
  11267. "$ref": "#/definitions/md.DataSetting"
  11268. }
  11269. ]
  11270. },
  11271. "destruction_setting": {
  11272. "description": "销毁设置",
  11273. "allOf": [
  11274. {
  11275. "$ref": "#/definitions/md.DestructionSettingStruct"
  11276. }
  11277. ]
  11278. },
  11279. "exchange_rules": {
  11280. "description": "兑换规则",
  11281. "allOf": [
  11282. {
  11283. "$ref": "#/definitions/md.ExchangeRulesStruct"
  11284. }
  11285. ]
  11286. },
  11287. "new_user_incentive_rules": {
  11288. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  11289. "allOf": [
  11290. {
  11291. "$ref": "#/definitions/md.NewUserRewardRules"
  11292. }
  11293. ]
  11294. },
  11295. "price_setting": {
  11296. "description": "价格设置",
  11297. "allOf": [
  11298. {
  11299. "$ref": "#/definitions/md.PriceSettingStruct"
  11300. }
  11301. ]
  11302. },
  11303. "reward_system": {
  11304. "description": "圈层奖励",
  11305. "type": "array",
  11306. "items": {
  11307. "$ref": "#/definitions/md.RewardSystemStruct"
  11308. }
  11309. },
  11310. "system_id": {
  11311. "description": "该设置系统 ID",
  11312. "type": "integer"
  11313. },
  11314. "video_reward_setting": {
  11315. "description": "视频奖励",
  11316. "allOf": [
  11317. {
  11318. "$ref": "#/definitions/md.VideoRewardSetting"
  11319. }
  11320. ]
  11321. }
  11322. }
  11323. },
  11324. "md.UpdateEggEnergyVipSettingReq": {
  11325. "type": "object",
  11326. "properties": {
  11327. "list": {
  11328. "description": "更新后数据",
  11329. "type": "array",
  11330. "items": {
  11331. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  11332. }
  11333. }
  11334. }
  11335. },
  11336. "md.UpdateEmoticonReq": {
  11337. "type": "object",
  11338. "properties": {
  11339. "id": {
  11340. "description": "拥有用户数量",
  11341. "type": "integer"
  11342. },
  11343. "img_url": {
  11344. "type": "string",
  11345. "example": "图片地址"
  11346. },
  11347. "memo": {
  11348. "description": "备注",
  11349. "type": "string",
  11350. "example": "备注"
  11351. },
  11352. "name": {
  11353. "type": "string",
  11354. "example": "名称"
  11355. },
  11356. "sort": {
  11357. "description": "排序",
  11358. "type": "integer"
  11359. }
  11360. }
  11361. },
  11362. "md.UpdateLevelReq": {
  11363. "type": "object",
  11364. "properties": {
  11365. "auto_update": {
  11366. "description": "自动升级 0关闭 1开启",
  11367. "type": "string"
  11368. },
  11369. "choosable_num": {
  11370. "description": "可选任务数量",
  11371. "type": "string"
  11372. },
  11373. "is_use": {
  11374. "description": "是否开启(0.否, 1.是)",
  11375. "type": "string"
  11376. },
  11377. "level_id": {
  11378. "type": "string"
  11379. },
  11380. "level_name": {
  11381. "description": "等级名称",
  11382. "type": "string"
  11383. },
  11384. "level_weight": {
  11385. "description": "等级权重",
  11386. "type": "string"
  11387. },
  11388. "memo": {
  11389. "description": "备注",
  11390. "type": "string"
  11391. }
  11392. }
  11393. },
  11394. "md.UpdateLevelTaskReq": {
  11395. "type": "object",
  11396. "properties": {
  11397. "finish_count": {
  11398. "description": "多少天内完成的指标",
  11399. "type": "string"
  11400. },
  11401. "is_must_task": {
  11402. "description": "是否必做(0,1)",
  11403. "type": "string"
  11404. },
  11405. "task_id": {
  11406. "description": "等级 ID",
  11407. "type": "string"
  11408. },
  11409. "task_type": {
  11410. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  11411. "type": "string"
  11412. },
  11413. "task_type_level_id": {
  11414. "description": "会员等级 ID (task_type=3时生效)",
  11415. "type": "string"
  11416. },
  11417. "within_days": {
  11418. "description": "多少天内完成",
  11419. "type": "string"
  11420. }
  11421. }
  11422. },
  11423. "md.UpdatePublicPlatoonBasicReq": {
  11424. "type": "object",
  11425. "properties": {
  11426. "is_open": {
  11427. "description": "是否开启(1:开启 0:关闭)",
  11428. "type": "integer"
  11429. },
  11430. "is_self_active_get_team_revenue": {
  11431. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  11432. "type": "integer"
  11433. },
  11434. "originator_uid": {
  11435. "description": "创始人uid",
  11436. "type": "integer"
  11437. },
  11438. "several_rows": {
  11439. "description": "几排",
  11440. "type": "integer"
  11441. },
  11442. "several_times": {
  11443. "description": "几乘",
  11444. "type": "integer"
  11445. },
  11446. "system_punish_replace": {
  11447. "description": "是否位置滑落 被新用户替换 0否 1是",
  11448. "type": "integer"
  11449. },
  11450. "system_punish_replace_value": {
  11451. "description": "xx天未活跃,处罚滑落",
  11452. "type": "integer"
  11453. }
  11454. }
  11455. },
  11456. "md.UpdateTagReq": {
  11457. "type": "object",
  11458. "properties": {
  11459. "memo": {
  11460. "description": "备注",
  11461. "type": "string"
  11462. },
  11463. "name": {
  11464. "description": "标签名称",
  11465. "type": "string"
  11466. },
  11467. "tag_id": {
  11468. "description": "标签 ID",
  11469. "type": "string"
  11470. }
  11471. }
  11472. },
  11473. "md.UpdateVipEquitySettingNode": {
  11474. "type": "object",
  11475. "properties": {
  11476. "dividend_ratio": {
  11477. "description": "分红比例",
  11478. "type": "string"
  11479. },
  11480. "exchange_account_balance_fee": {
  11481. "description": "兑换余额手续费",
  11482. "type": "string"
  11483. },
  11484. "vip_level_id": {
  11485. "description": "会员等级ID",
  11486. "type": "string"
  11487. }
  11488. }
  11489. },
  11490. "md.UpdateWithdrawSettingReq": {
  11491. "type": "object",
  11492. "properties": {
  11493. "condition_is_open": {
  11494. "description": "提现条件是否开启(0:关闭, 1:开启)",
  11495. "type": "integer"
  11496. },
  11497. "first_withdraw_set": {
  11498. "description": "首次提现设置",
  11499. "allOf": [
  11500. {
  11501. "$ref": "#/definitions/md.FirstWithdrawSet"
  11502. }
  11503. ]
  11504. },
  11505. "frequency_set": {
  11506. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  11507. "allOf": [
  11508. {
  11509. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  11510. }
  11511. ]
  11512. },
  11513. "id": {
  11514. "type": "integer"
  11515. },
  11516. "is_auto": {
  11517. "description": "是否开启自动提现(0:否 1:是)",
  11518. "type": "integer"
  11519. },
  11520. "is_auto_amount_limit": {
  11521. "description": "自动提现金额限制",
  11522. "type": "string"
  11523. },
  11524. "is_real_name": {
  11525. "description": "是否实名(0:否 1:是)",
  11526. "type": "integer"
  11527. },
  11528. "is_support_decimal_point": {
  11529. "description": "是否支持小数点(0:否 1:是)",
  11530. "type": "integer"
  11531. },
  11532. "pending_orders_is_can_apply": {
  11533. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  11534. "type": "integer"
  11535. },
  11536. "vip_level_limit": {
  11537. "description": "提现等级限制",
  11538. "type": "integer"
  11539. },
  11540. "withdraw_amount_limit": {
  11541. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  11542. "type": "string"
  11543. },
  11544. "withdraw_fee_set": {
  11545. "description": "提现手续费设置",
  11546. "allOf": [
  11547. {
  11548. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  11549. }
  11550. ]
  11551. },
  11552. "withdraw_multiple_limit": {
  11553. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  11554. "type": "string"
  11555. },
  11556. "withdraw_nums_limit": {
  11557. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  11558. "type": "integer"
  11559. },
  11560. "withdraw_time_interval": {
  11561. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  11562. "allOf": [
  11563. {
  11564. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  11565. }
  11566. ]
  11567. },
  11568. "withdraw_type": {
  11569. "description": "提现方式(1:支付宝 2:微信)",
  11570. "type": "integer"
  11571. }
  11572. }
  11573. },
  11574. "md.UserDailyActivityAnalysisReq": {
  11575. "type": "object",
  11576. "properties": {
  11577. "end_date": {
  11578. "type": "string",
  11579. "example": "结束日期"
  11580. },
  11581. "page": {
  11582. "description": "页数",
  11583. "type": "integer"
  11584. },
  11585. "page_size": {
  11586. "description": "每页大小",
  11587. "type": "integer"
  11588. },
  11589. "start_date": {
  11590. "type": "string",
  11591. "example": "开始日期"
  11592. },
  11593. "uid": {
  11594. "description": "查询用户 ID",
  11595. "type": "integer"
  11596. }
  11597. }
  11598. },
  11599. "md.UserDailyActivityAnalysisResp": {
  11600. "type": "object",
  11601. "properties": {
  11602. "son_user_data": {
  11603. "description": "被查询用户子节点信息",
  11604. "type": "array",
  11605. "items": {
  11606. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  11607. }
  11608. },
  11609. "top_data": {
  11610. "description": "统计信息",
  11611. "allOf": [
  11612. {
  11613. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  11614. }
  11615. ]
  11616. }
  11617. }
  11618. },
  11619. "md.UserEggFlowReq": {
  11620. "type": "object",
  11621. "properties": {
  11622. "account_balance_exchange_egg_energy_nums_end": {
  11623. "type": "string",
  11624. "example": "余额兑换蛋蛋能量数量-结束值"
  11625. },
  11626. "account_balance_exchange_egg_energy_nums_start": {
  11627. "type": "string",
  11628. "example": "余额兑换蛋蛋能量数量-起始值"
  11629. },
  11630. "browse_interface_nums_end": {
  11631. "type": "string",
  11632. "example": "浏览界面次数-结束值"
  11633. },
  11634. "browse_interface_nums_start": {
  11635. "type": "string",
  11636. "example": "浏览界面次数-起始值"
  11637. },
  11638. "college_learning_nums_end": {
  11639. "type": "string",
  11640. "example": "学院学习次数-结束值"
  11641. },
  11642. "college_learning_nums_start": {
  11643. "type": "string",
  11644. "example": "学院学习次数-起始值"
  11645. },
  11646. "ecpm_end": {
  11647. "type": "string",
  11648. "example": "ecpm-结束值"
  11649. },
  11650. "ecpm_start": {
  11651. "type": "string",
  11652. "example": "ecpm-起始值"
  11653. },
  11654. "egg_energy_exchange_account_balance_end": {
  11655. "type": "string",
  11656. "example": "蛋蛋能量兑换余额数量-结束值"
  11657. },
  11658. "egg_energy_exchange_account_balance_start": {
  11659. "type": "string",
  11660. "example": "蛋蛋能量兑换余额数量-起始值"
  11661. },
  11662. "forum_comments_nums_end": {
  11663. "type": "string",
  11664. "example": "论坛评论次数-结束值"
  11665. },
  11666. "forum_comments_nums_start": {
  11667. "type": "string",
  11668. "example": "论坛评论次数-起始值"
  11669. },
  11670. "im_activity_nums_end": {
  11671. "type": "string",
  11672. "example": "im活跃次数-结束值"
  11673. },
  11674. "im_activity_nums_start": {
  11675. "type": "string",
  11676. "example": "im活跃次数-起始值"
  11677. },
  11678. "invite_user_nums_end": {
  11679. "type": "string",
  11680. "example": "拉新人数-结束值"
  11681. },
  11682. "invite_user_nums_start": {
  11683. "type": "string",
  11684. "example": "拉新人数-起始值"
  11685. },
  11686. "page": {
  11687. "description": "页数",
  11688. "type": "integer"
  11689. },
  11690. "page_size": {
  11691. "description": "每页大小",
  11692. "type": "integer"
  11693. },
  11694. "person_add_activity_value_end": {
  11695. "type": "string",
  11696. "example": "个人活跃积分-结束值"
  11697. },
  11698. "person_add_activity_value_start": {
  11699. "type": "string",
  11700. "example": "个人活跃积分-起始值"
  11701. },
  11702. "score_value_end": {
  11703. "type": "string",
  11704. "example": "蛋蛋分-结束值"
  11705. },
  11706. "score_value_kind": {
  11707. "description": "评分类型(0:未知 1:人工 2:系统)",
  11708. "type": "integer"
  11709. },
  11710. "score_value_start": {
  11711. "type": "string",
  11712. "example": "蛋蛋分-起始值"
  11713. },
  11714. "send_circle_of_friend_nums_end": {
  11715. "type": "string",
  11716. "example": "发朋友圈次数-结束值"
  11717. },
  11718. "send_circle_of_friend_nums_start": {
  11719. "type": "string",
  11720. "example": "发朋友圈次数-起始值"
  11721. },
  11722. "send_red_package_nums_end": {
  11723. "type": "string",
  11724. "example": "发红包次数-结束值"
  11725. },
  11726. "send_red_package_nums_start": {
  11727. "type": "string",
  11728. "example": "发红包次数-起始值"
  11729. },
  11730. "sign_in_nums_end": {
  11731. "type": "string",
  11732. "example": "签到次数-结束值"
  11733. },
  11734. "sign_in_nums_start": {
  11735. "type": "string",
  11736. "example": "签到次数-起始值"
  11737. },
  11738. "team-activity-nums-end": {
  11739. "type": "string",
  11740. "example": "团队活跃次数-结束值"
  11741. },
  11742. "team_activity_nums_start": {
  11743. "type": "string",
  11744. "example": "团队活跃次数-起始值"
  11745. },
  11746. "violate_nums_end": {
  11747. "type": "string",
  11748. "example": "违规次数-结束值"
  11749. },
  11750. "violate_nums_start": {
  11751. "type": "string",
  11752. "example": "违规次数-起始值"
  11753. },
  11754. "week": {
  11755. "type": "string",
  11756. "example": "周份"
  11757. },
  11758. "year": {
  11759. "type": "string",
  11760. "example": "年份"
  11761. }
  11762. }
  11763. },
  11764. "md.UserEggFlowReqResp": {
  11765. "type": "object",
  11766. "properties": {
  11767. "list": {
  11768. "type": "array",
  11769. "items": {
  11770. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  11771. }
  11772. },
  11773. "page": {
  11774. "description": "页数",
  11775. "type": "integer"
  11776. },
  11777. "page_size": {
  11778. "description": "每页大小",
  11779. "type": "integer"
  11780. },
  11781. "score_value_kind_map": {
  11782. "description": "评分类型(0:未知 1:人工 2:系统)",
  11783. "type": "array",
  11784. "items": {
  11785. "type": "object",
  11786. "additionalProperties": true
  11787. }
  11788. },
  11789. "total": {
  11790. "description": "总数量",
  11791. "type": "integer"
  11792. },
  11793. "week": {
  11794. "type": "string",
  11795. "example": "周份"
  11796. },
  11797. "year": {
  11798. "type": "string",
  11799. "example": "年份"
  11800. }
  11801. }
  11802. },
  11803. "md.UserEggFlowReqRespList": {
  11804. "type": "object",
  11805. "properties": {
  11806. "account_balance_exchange_egg_energy_nums": {
  11807. "description": "余额兑换蛋蛋能量数量",
  11808. "type": "integer"
  11809. },
  11810. "browse_interface_nums": {
  11811. "description": "浏览界面次数",
  11812. "type": "integer"
  11813. },
  11814. "college_learning_nums": {
  11815. "description": "学院学习次数",
  11816. "type": "integer"
  11817. },
  11818. "ecpm": {
  11819. "description": "ecpm",
  11820. "type": "number"
  11821. },
  11822. "egg_energy_exchange_account_balance": {
  11823. "description": "蛋蛋能量兑换余额数量",
  11824. "type": "integer"
  11825. },
  11826. "forum_comments_nums": {
  11827. "description": "论坛评论次数",
  11828. "type": "integer"
  11829. },
  11830. "im_activity_nums": {
  11831. "description": "im活跃次数",
  11832. "type": "integer"
  11833. },
  11834. "index_id": {
  11835. "description": "文档id",
  11836. "type": "string"
  11837. },
  11838. "invite_user_nums": {
  11839. "description": "拉新人数",
  11840. "type": "integer"
  11841. },
  11842. "person_add_activity_value": {
  11843. "description": "个人活跃积分",
  11844. "type": "integer"
  11845. },
  11846. "score_value": {
  11847. "description": "蛋蛋分-起始值",
  11848. "type": "number"
  11849. },
  11850. "score_value_kind": {
  11851. "description": "评分类型(0:未知 1:人工 2:系统)",
  11852. "type": "integer"
  11853. },
  11854. "send_circle_of_friend_nums": {
  11855. "description": "发朋友圈次数",
  11856. "type": "integer"
  11857. },
  11858. "send_red_package_nums": {
  11859. "description": "发红包次数",
  11860. "type": "integer"
  11861. },
  11862. "sign_in_nums": {
  11863. "description": "签到次数",
  11864. "type": "integer"
  11865. },
  11866. "team_activity_nums": {
  11867. "description": "团队活跃次数",
  11868. "type": "integer"
  11869. },
  11870. "violate_nums": {
  11871. "description": "违规次数",
  11872. "type": "integer"
  11873. }
  11874. }
  11875. },
  11876. "md.UserEggIndexReq": {
  11877. "type": "object",
  11878. "properties": {
  11879. "week": {
  11880. "type": "string",
  11881. "example": "周份"
  11882. },
  11883. "year": {
  11884. "type": "string",
  11885. "example": "年份"
  11886. }
  11887. }
  11888. },
  11889. "md.UserEggIndexResp": {
  11890. "type": "object",
  11891. "properties": {
  11892. "egg_energy_user_egg_index_weight": {
  11893. "description": "蛋蛋分系数权重",
  11894. "allOf": [
  11895. {
  11896. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  11897. }
  11898. ]
  11899. },
  11900. "statistics_user_egg_kind_proportion": {
  11901. "description": "统计用户蛋蛋分\"评比类型\"占比",
  11902. "type": "array",
  11903. "items": {
  11904. "type": "object",
  11905. "additionalProperties": true
  11906. }
  11907. },
  11908. "statistics_user_egg_score_value_range": {
  11909. "description": "统计用户蛋蛋分范围",
  11910. "type": "array",
  11911. "items": {
  11912. "type": "object",
  11913. "additionalProperties": {
  11914. "type": "string"
  11915. }
  11916. }
  11917. },
  11918. "week": {
  11919. "type": "string",
  11920. "example": "周份"
  11921. },
  11922. "year": {
  11923. "type": "string",
  11924. "example": "年份"
  11925. },
  11926. "year_list": {
  11927. "description": "年份\u0026\u0026周份列表",
  11928. "type": "object",
  11929. "additionalProperties": {
  11930. "type": "array",
  11931. "items": {
  11932. "type": "string"
  11933. }
  11934. }
  11935. }
  11936. }
  11937. },
  11938. "md.UserFeedbackCateDelReq": {
  11939. "type": "object",
  11940. "properties": {
  11941. "id": {
  11942. "type": "array",
  11943. "items": {
  11944. "type": "string"
  11945. }
  11946. }
  11947. }
  11948. },
  11949. "md.UserFeedbackCateList": {
  11950. "type": "object",
  11951. "properties": {
  11952. "id": {
  11953. "type": "string"
  11954. },
  11955. "name": {
  11956. "type": "string"
  11957. },
  11958. "sort": {
  11959. "type": "string"
  11960. }
  11961. }
  11962. },
  11963. "md.UserFeedbackCateListReq": {
  11964. "type": "object",
  11965. "properties": {
  11966. "limit": {
  11967. "description": "每页大小",
  11968. "type": "string"
  11969. },
  11970. "page": {
  11971. "description": "页数",
  11972. "type": "string"
  11973. }
  11974. }
  11975. },
  11976. "md.UserFeedbackCateListResp": {
  11977. "type": "object",
  11978. "properties": {
  11979. "list": {
  11980. "type": "array",
  11981. "items": {
  11982. "$ref": "#/definitions/md.UserFeedbackCateList"
  11983. }
  11984. },
  11985. "total": {
  11986. "type": "integer"
  11987. }
  11988. }
  11989. },
  11990. "md.UserFeedbackCateSaveReq": {
  11991. "type": "object",
  11992. "properties": {
  11993. "id": {
  11994. "type": "string"
  11995. },
  11996. "name": {
  11997. "type": "string"
  11998. },
  11999. "sort": {
  12000. "type": "string"
  12001. }
  12002. }
  12003. },
  12004. "md.UserFeedbackChangeStateReq": {
  12005. "type": "object",
  12006. "properties": {
  12007. "id": {
  12008. "type": "string"
  12009. },
  12010. "state": {
  12011. "type": "string",
  12012. "example": "0待解决 1处理中 2已解决"
  12013. }
  12014. }
  12015. },
  12016. "md.UserFeedbackDelReq": {
  12017. "type": "object",
  12018. "properties": {
  12019. "id": {
  12020. "type": "array",
  12021. "items": {
  12022. "type": "string"
  12023. }
  12024. }
  12025. }
  12026. },
  12027. "md.UserFeedbackList": {
  12028. "type": "object",
  12029. "properties": {
  12030. "content": {
  12031. "type": "string"
  12032. },
  12033. "create_at": {
  12034. "type": "string"
  12035. },
  12036. "id": {
  12037. "type": "string"
  12038. },
  12039. "img": {
  12040. "type": "array",
  12041. "items": {
  12042. "type": "string"
  12043. }
  12044. },
  12045. "phone": {
  12046. "type": "string"
  12047. },
  12048. "platform": {
  12049. "type": "string"
  12050. },
  12051. "state": {
  12052. "type": "string",
  12053. "example": "0待解决 1处理中 2已解决"
  12054. },
  12055. "title": {
  12056. "type": "string"
  12057. },
  12058. "type": {
  12059. "type": "string"
  12060. },
  12061. "version": {
  12062. "type": "string"
  12063. }
  12064. }
  12065. },
  12066. "md.UserFeedbackListReq": {
  12067. "type": "object",
  12068. "properties": {
  12069. "cid": {
  12070. "type": "string"
  12071. },
  12072. "limit": {
  12073. "description": "每页大小",
  12074. "type": "string"
  12075. },
  12076. "page": {
  12077. "description": "页数",
  12078. "type": "string"
  12079. },
  12080. "phone": {
  12081. "type": "string"
  12082. },
  12083. "uid": {
  12084. "type": "string"
  12085. }
  12086. }
  12087. },
  12088. "md.UserFeedbackListResp": {
  12089. "type": "object",
  12090. "properties": {
  12091. "list": {
  12092. "type": "array",
  12093. "items": {
  12094. "$ref": "#/definitions/md.UserFeedbackList"
  12095. }
  12096. },
  12097. "select_data": {
  12098. "type": "array",
  12099. "items": {
  12100. "type": "object",
  12101. "additionalProperties": true
  12102. }
  12103. },
  12104. "total": {
  12105. "type": "integer"
  12106. }
  12107. }
  12108. },
  12109. "md.UserFeedbackRecordListReq": {
  12110. "type": "object",
  12111. "properties": {
  12112. "id": {
  12113. "type": "string"
  12114. },
  12115. "limit": {
  12116. "description": "每页大小",
  12117. "type": "string"
  12118. },
  12119. "page": {
  12120. "description": "页数",
  12121. "type": "string"
  12122. }
  12123. }
  12124. },
  12125. "md.UserFeedbackRecordListResp": {
  12126. "type": "object",
  12127. "properties": {
  12128. "content": {
  12129. "type": "string"
  12130. },
  12131. "create_at": {
  12132. "type": "string"
  12133. },
  12134. "head_img": {
  12135. "type": "string"
  12136. },
  12137. "nickname": {
  12138. "type": "string"
  12139. },
  12140. "type": {
  12141. "type": "string"
  12142. }
  12143. }
  12144. },
  12145. "md.UserFeedbackSayReq": {
  12146. "type": "object",
  12147. "properties": {
  12148. "content": {
  12149. "type": "string"
  12150. },
  12151. "id": {
  12152. "type": "string"
  12153. }
  12154. }
  12155. },
  12156. "md.UserManagementGetBalanceDetailResp": {
  12157. "type": "object",
  12158. "properties": {
  12159. "list": {
  12160. "type": "array",
  12161. "items": {
  12162. "$ref": "#/definitions/md.BalanceDetailNode"
  12163. }
  12164. },
  12165. "paginate": {
  12166. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12167. }
  12168. }
  12169. },
  12170. "md.UserManagementGetFansResp": {
  12171. "type": "object",
  12172. "properties": {
  12173. "list": {
  12174. "description": "用户数据",
  12175. "type": "array",
  12176. "items": {
  12177. "$ref": "#/definitions/md.FansNode"
  12178. }
  12179. },
  12180. "paginate": {
  12181. "description": "分页信息",
  12182. "allOf": [
  12183. {
  12184. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12185. }
  12186. ]
  12187. }
  12188. }
  12189. },
  12190. "md.UserManagementGetOneBasicResp": {
  12191. "type": "object",
  12192. "properties": {
  12193. "basic_info": {
  12194. "description": "基本信息",
  12195. "allOf": [
  12196. {
  12197. "$ref": "#/definitions/md.BasicInfoNode"
  12198. }
  12199. ]
  12200. },
  12201. "levels_list": {
  12202. "description": "等级列表",
  12203. "type": "array",
  12204. "items": {
  12205. "type": "object",
  12206. "additionalProperties": true
  12207. }
  12208. },
  12209. "other_info": {
  12210. "description": "其他信息",
  12211. "allOf": [
  12212. {
  12213. "$ref": "#/definitions/md.OtherNode"
  12214. }
  12215. ]
  12216. },
  12217. "tags_list": {
  12218. "description": "标签列表",
  12219. "type": "array",
  12220. "items": {
  12221. "type": "object",
  12222. "additionalProperties": true
  12223. }
  12224. }
  12225. }
  12226. },
  12227. "md.UserManagementGetUserListNode": {
  12228. "type": "object",
  12229. "properties": {
  12230. "avatar": {
  12231. "description": "头像",
  12232. "type": "string"
  12233. },
  12234. "id": {
  12235. "description": "会员 ID",
  12236. "type": "integer"
  12237. },
  12238. "invite_code": {
  12239. "type": "string",
  12240. "example": "会员邀请码"
  12241. },
  12242. "is_real_name": {
  12243. "description": "是否实名 0.未实名,1.已实名",
  12244. "type": "integer"
  12245. },
  12246. "last_login_at": {
  12247. "description": "最后登录时间",
  12248. "type": "string"
  12249. },
  12250. "level_name": {
  12251. "description": "会员等级",
  12252. "type": "string"
  12253. },
  12254. "memo": {
  12255. "description": "备注",
  12256. "type": "string"
  12257. },
  12258. "nickname": {
  12259. "description": "昵称",
  12260. "type": "string"
  12261. },
  12262. "parent_id": {
  12263. "description": "推荐人 ID",
  12264. "type": "integer"
  12265. },
  12266. "parent_invite_code": {
  12267. "type": "string",
  12268. "example": "推荐人邀请码"
  12269. },
  12270. "parent_phone": {
  12271. "type": "string",
  12272. "example": "推荐人手机号"
  12273. },
  12274. "phone": {
  12275. "description": "手机号",
  12276. "type": "string"
  12277. },
  12278. "register_time": {
  12279. "description": "注册时间",
  12280. "type": "string"
  12281. },
  12282. "register_type": {
  12283. "description": "注册类型",
  12284. "type": "integer"
  12285. },
  12286. "sex": {
  12287. "description": "性别(0:未知 1:男 2:女)",
  12288. "type": "integer"
  12289. },
  12290. "state": {
  12291. "description": "状态",
  12292. "type": "integer"
  12293. },
  12294. "tag": {
  12295. "description": "会员标签",
  12296. "type": "array",
  12297. "items": {
  12298. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  12299. }
  12300. },
  12301. "wechat": {
  12302. "description": "微信号",
  12303. "type": "string"
  12304. }
  12305. }
  12306. },
  12307. "md.UserManagementGetUserListReq": {
  12308. "type": "object",
  12309. "properties": {
  12310. "effective": {
  12311. "description": "有效会员",
  12312. "type": "integer"
  12313. },
  12314. "id": {
  12315. "description": "会员 ID",
  12316. "type": "integer"
  12317. },
  12318. "invite_code": {
  12319. "type": "string",
  12320. "example": "会员邀请码"
  12321. },
  12322. "is_real_name": {
  12323. "description": "是否实名 0.未实名,1.已实名",
  12324. "type": "integer"
  12325. },
  12326. "level": {
  12327. "description": "会员等级",
  12328. "type": "integer"
  12329. },
  12330. "limit": {
  12331. "type": "integer"
  12332. },
  12333. "login_after": {
  12334. "description": "最近登录结束时间",
  12335. "type": "string"
  12336. },
  12337. "login_before": {
  12338. "description": "最近登录开始时间",
  12339. "type": "string"
  12340. },
  12341. "memo": {
  12342. "description": "备注",
  12343. "type": "string"
  12344. },
  12345. "nickname": {
  12346. "type": "string",
  12347. "example": "会员昵称"
  12348. },
  12349. "page": {
  12350. "type": "integer"
  12351. },
  12352. "parent_invite_code": {
  12353. "type": "string",
  12354. "example": "上级邀请码"
  12355. },
  12356. "parent_phone": {
  12357. "type": "string",
  12358. "example": "上级手机号"
  12359. },
  12360. "phone": {
  12361. "type": "string",
  12362. "example": "会员手机号"
  12363. },
  12364. "recommend_id": {
  12365. "description": "推荐人 ID",
  12366. "type": "integer"
  12367. },
  12368. "register_after": {
  12369. "description": "注册时间终点",
  12370. "type": "string"
  12371. },
  12372. "register_before": {
  12373. "description": "注册时间起点",
  12374. "type": "string"
  12375. },
  12376. "register_type": {
  12377. "description": "注册类型(1:APP注册、2:H5注册)",
  12378. "type": "integer"
  12379. },
  12380. "sex": {
  12381. "description": "性别(0:未知 1:男 2:女)",
  12382. "type": "integer"
  12383. },
  12384. "state": {
  12385. "description": "状态",
  12386. "type": "integer"
  12387. },
  12388. "tag": {
  12389. "description": "标签 id",
  12390. "type": "integer"
  12391. },
  12392. "union_id": {
  12393. "type": "string",
  12394. "example": "微信号"
  12395. }
  12396. }
  12397. },
  12398. "md.UserManagementGetUserListResp": {
  12399. "type": "object",
  12400. "properties": {
  12401. "levels_list": {
  12402. "description": "等级列表",
  12403. "type": "array",
  12404. "items": {
  12405. "type": "object",
  12406. "additionalProperties": true
  12407. }
  12408. },
  12409. "list": {
  12410. "type": "array",
  12411. "items": {
  12412. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  12413. }
  12414. },
  12415. "paginate": {
  12416. "description": "分页信息",
  12417. "allOf": [
  12418. {
  12419. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12420. }
  12421. ]
  12422. },
  12423. "state_list": {
  12424. "description": "状态列表",
  12425. "type": "array",
  12426. "items": {
  12427. "type": "object",
  12428. "additionalProperties": true
  12429. }
  12430. },
  12431. "tags_list": {
  12432. "description": "标签列表",
  12433. "type": "array",
  12434. "items": {
  12435. "type": "object",
  12436. "additionalProperties": true
  12437. }
  12438. }
  12439. }
  12440. },
  12441. "md.UserManagementGetVirtualCoinDetailResp": {
  12442. "type": "object",
  12443. "properties": {
  12444. "coin_list": {
  12445. "type": "array",
  12446. "items": {
  12447. "type": "object",
  12448. "additionalProperties": true
  12449. }
  12450. },
  12451. "list": {
  12452. "type": "array",
  12453. "items": {
  12454. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  12455. }
  12456. },
  12457. "paginate": {
  12458. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12459. }
  12460. }
  12461. },
  12462. "md.UserManagementUpdateUserInfoReq": {
  12463. "type": "object",
  12464. "properties": {
  12465. "avatar": {
  12466. "description": "头像",
  12467. "type": "string"
  12468. },
  12469. "last_login_ip": {
  12470. "description": "用户最后登录 IP",
  12471. "type": "string"
  12472. },
  12473. "level": {
  12474. "description": "会员等级 ID",
  12475. "type": "string"
  12476. },
  12477. "memo": {
  12478. "type": "string",
  12479. "example": "备注"
  12480. },
  12481. "nickname": {
  12482. "description": "用户名",
  12483. "type": "string"
  12484. },
  12485. "parent_uid": {
  12486. "description": "邀请人 ID",
  12487. "type": "string"
  12488. },
  12489. "password": {
  12490. "description": "登录密码",
  12491. "type": "string"
  12492. },
  12493. "phone": {
  12494. "description": "手机号",
  12495. "type": "string"
  12496. },
  12497. "sex": {
  12498. "description": "性别(0:未知 1:男 2:女)",
  12499. "type": "string"
  12500. },
  12501. "state": {
  12502. "description": "账号状态 1正常,2冻结",
  12503. "type": "string"
  12504. },
  12505. "tag": {
  12506. "description": "用户标签 ID列表",
  12507. "type": "string"
  12508. },
  12509. "uid": {
  12510. "type": "integer"
  12511. },
  12512. "union_id": {
  12513. "description": "微信号",
  12514. "type": "string"
  12515. }
  12516. }
  12517. },
  12518. "md.UserRealName": {
  12519. "type": "object",
  12520. "properties": {
  12521. "id": {
  12522. "type": "string"
  12523. },
  12524. "id_no": {
  12525. "type": "string"
  12526. },
  12527. "name": {
  12528. "type": "string"
  12529. },
  12530. "pay_state": {
  12531. "type": "string",
  12532. "example": "0未支付 1已支付"
  12533. },
  12534. "phone": {
  12535. "type": "string"
  12536. },
  12537. "state": {
  12538. "type": "string",
  12539. "example": "0未申请 1申请通过 3申请失败"
  12540. },
  12541. "uid": {
  12542. "type": "string"
  12543. }
  12544. }
  12545. },
  12546. "md.UserRealNameBaseResp": {
  12547. "type": "object",
  12548. "properties": {
  12549. "user_real_name_money": {
  12550. "type": "string",
  12551. "example": "实名认证费用"
  12552. },
  12553. "user_real_name_rule": {
  12554. "type": "string",
  12555. "example": "实名认证说明"
  12556. }
  12557. }
  12558. },
  12559. "md.UserRealNameReq": {
  12560. "type": "object",
  12561. "properties": {
  12562. "id_no": {
  12563. "type": "string"
  12564. },
  12565. "limit": {
  12566. "type": "string"
  12567. },
  12568. "name": {
  12569. "type": "string"
  12570. },
  12571. "page": {
  12572. "type": "string"
  12573. },
  12574. "phone": {
  12575. "type": "string"
  12576. },
  12577. "state": {
  12578. "type": "string"
  12579. },
  12580. "uid": {
  12581. "type": "string"
  12582. }
  12583. }
  12584. },
  12585. "md.UserRealNameResp": {
  12586. "type": "object",
  12587. "properties": {
  12588. "list": {
  12589. "type": "array",
  12590. "items": {
  12591. "$ref": "#/definitions/md.UserRealName"
  12592. }
  12593. },
  12594. "select_data": {
  12595. "type": "array",
  12596. "items": {
  12597. "type": "object",
  12598. "additionalProperties": {
  12599. "type": "string"
  12600. }
  12601. }
  12602. },
  12603. "total": {
  12604. "type": "integer"
  12605. }
  12606. }
  12607. },
  12608. "md.UserRealNameSaveReq": {
  12609. "type": "object",
  12610. "properties": {
  12611. "id": {
  12612. "type": "string"
  12613. },
  12614. "state": {
  12615. "type": "string"
  12616. }
  12617. }
  12618. },
  12619. "md.UserVirtualCoinFlow": {
  12620. "type": "object",
  12621. "properties": {
  12622. "after_amount": {
  12623. "type": "string",
  12624. "example": "变更后数量"
  12625. },
  12626. "amount": {
  12627. "type": "string",
  12628. "example": "变更数量"
  12629. },
  12630. "before_amount": {
  12631. "type": "string",
  12632. "example": "变更前数量"
  12633. },
  12634. "coin_id": {
  12635. "description": "虚拟币 ID",
  12636. "type": "integer"
  12637. },
  12638. "create_at": {
  12639. "type": "string",
  12640. "example": "创建时间"
  12641. },
  12642. "direction": {
  12643. "description": "方向:1收入 2支出",
  12644. "type": "integer"
  12645. },
  12646. "id": {
  12647. "type": "integer"
  12648. },
  12649. "sys_fee": {
  12650. "type": "string",
  12651. "example": "手续费"
  12652. },
  12653. "title": {
  12654. "type": "string",
  12655. "example": "标题"
  12656. },
  12657. "transfer_type": {
  12658. "description": "转账类型",
  12659. "type": "integer"
  12660. },
  12661. "uid": {
  12662. "description": "用户 ID",
  12663. "type": "integer"
  12664. },
  12665. "update_at": {
  12666. "type": "string",
  12667. "example": "更新时间"
  12668. }
  12669. }
  12670. },
  12671. "md.VideoRewardSetting": {
  12672. "type": "object",
  12673. "properties": {
  12674. "video_reward_is_open": {
  12675. "description": "视频奖励是否开启(1:开启 0:关闭)",
  12676. "type": "integer"
  12677. },
  12678. "video_reward_system": {
  12679. "description": "视频奖励机制",
  12680. "allOf": [
  12681. {
  12682. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  12683. }
  12684. ]
  12685. }
  12686. }
  12687. },
  12688. "md.VideoRewardSystemStruct": {
  12689. "type": "object",
  12690. "properties": {
  12691. "each_round_hour": {
  12692. "description": "每一轮X个小时",
  12693. "type": "string"
  12694. },
  12695. "interval_minutes": {
  12696. "description": "间隔X秒",
  12697. "type": "string"
  12698. },
  12699. "reward_total_num": {
  12700. "description": "一共X个奖励视屏",
  12701. "type": "string"
  12702. },
  12703. "reward_value": {
  12704. "description": "奖励X个活跃积分",
  12705. "type": "string"
  12706. }
  12707. }
  12708. },
  12709. "md.VipEquitySettingNode": {
  12710. "type": "object",
  12711. "properties": {
  12712. "dividend_ratio": {
  12713. "description": "分红比例",
  12714. "type": "string"
  12715. },
  12716. "exchange_account_balance_fee": {
  12717. "description": "兑换余额手续费",
  12718. "type": "string"
  12719. },
  12720. "vip_level_id": {
  12721. "description": "会员等级ID",
  12722. "type": "string"
  12723. },
  12724. "vip_level_name": {
  12725. "description": "会员等级名称",
  12726. "type": "string"
  12727. }
  12728. }
  12729. },
  12730. "md.VirtualCoin": {
  12731. "type": "object",
  12732. "properties": {
  12733. "create_at": {
  12734. "type": "string"
  12735. },
  12736. "exchange_ratio": {
  12737. "description": "兑换比例(与金额)",
  12738. "type": "string",
  12739. "example": "兑换比例(与金额)"
  12740. },
  12741. "id": {
  12742. "type": "integer"
  12743. },
  12744. "is_use": {
  12745. "description": "是否开启: 0否 1是",
  12746. "type": "integer"
  12747. },
  12748. "name": {
  12749. "description": "名称",
  12750. "type": "string"
  12751. },
  12752. "update_at": {
  12753. "type": "string"
  12754. }
  12755. }
  12756. },
  12757. "md.VirtualCoinDetailNode": {
  12758. "type": "object",
  12759. "properties": {
  12760. "after_amount": {
  12761. "description": "变更后积分余额",
  12762. "type": "string"
  12763. },
  12764. "amount": {
  12765. "description": "变更数量",
  12766. "type": "string"
  12767. },
  12768. "create_at": {
  12769. "description": "创建时间",
  12770. "type": "string"
  12771. },
  12772. "direction": {
  12773. "description": "类型 1.收入 2.支出",
  12774. "type": "integer"
  12775. },
  12776. "uid": {
  12777. "description": "用户 ID",
  12778. "type": "integer"
  12779. }
  12780. }
  12781. },
  12782. "md.VirtualCoinListNode": {
  12783. "type": "object",
  12784. "properties": {
  12785. "coin_id": {
  12786. "description": "货币类型 ID",
  12787. "type": "integer"
  12788. },
  12789. "kind": {
  12790. "description": "货币序号",
  12791. "type": "integer"
  12792. },
  12793. "name": {
  12794. "type": "string",
  12795. "example": "货币类型名称"
  12796. }
  12797. }
  12798. },
  12799. "md.WithdrawFeeSetStruct": {
  12800. "type": "object",
  12801. "properties": {
  12802. "duration": {
  12803. "description": "类型 (1.固定金额 2.固定比例)",
  12804. "type": "integer"
  12805. },
  12806. "value": {
  12807. "description": "具体值",
  12808. "type": "integer"
  12809. }
  12810. }
  12811. },
  12812. "md.WithdrawFrequencySettingStruct": {
  12813. "type": "object",
  12814. "properties": {
  12815. "duration": {
  12816. "description": "周期 (1.天 2.周 3.月)",
  12817. "type": "integer"
  12818. },
  12819. "num": {
  12820. "description": "周期数",
  12821. "type": "array",
  12822. "items": {
  12823. "type": "string"
  12824. }
  12825. }
  12826. }
  12827. },
  12828. "md.WithdrawTimeIntervalStruct": {
  12829. "type": "object",
  12830. "properties": {
  12831. "end_at": {
  12832. "type": "string"
  12833. },
  12834. "start_at": {
  12835. "type": "string"
  12836. }
  12837. }
  12838. },
  12839. "model.EggEnergyUserEggIndexWeight": {
  12840. "type": "object",
  12841. "properties": {
  12842. "account_balance_exchange_egg_energy_nums": {
  12843. "type": "string"
  12844. },
  12845. "browse_interface_nums": {
  12846. "type": "string"
  12847. },
  12848. "college_learning_nums": {
  12849. "type": "string"
  12850. },
  12851. "create_at": {
  12852. "type": "string"
  12853. },
  12854. "ecpm": {
  12855. "type": "string"
  12856. },
  12857. "egg_energy_exchange_account_balance": {
  12858. "type": "string"
  12859. },
  12860. "forum_comments_nums": {
  12861. "type": "string"
  12862. },
  12863. "id": {
  12864. "type": "integer"
  12865. },
  12866. "im_activity_nums": {
  12867. "type": "string"
  12868. },
  12869. "invite_user_nums": {
  12870. "type": "string"
  12871. },
  12872. "person_add_activity_value": {
  12873. "type": "string"
  12874. },
  12875. "send_circle_of_friend_nums": {
  12876. "type": "string"
  12877. },
  12878. "send_red_package_nums": {
  12879. "type": "string"
  12880. },
  12881. "sign_in_nums": {
  12882. "type": "string"
  12883. },
  12884. "team_activity_nums": {
  12885. "type": "string"
  12886. },
  12887. "update_at": {
  12888. "type": "string"
  12889. },
  12890. "violate_nums": {
  12891. "type": "string"
  12892. }
  12893. }
  12894. },
  12895. "model.PlatformActiveData": {
  12896. "type": "object",
  12897. "properties": {
  12898. "date": {
  12899. "type": "string"
  12900. },
  12901. "id": {
  12902. "type": "integer"
  12903. },
  12904. "new_user_count": {
  12905. "type": "integer"
  12906. },
  12907. "user_sign_in_count": {
  12908. "type": "integer"
  12909. },
  12910. "withdraw_amount_count": {
  12911. "type": "string"
  12912. },
  12913. "withdraw_user_count": {
  12914. "type": "integer"
  12915. }
  12916. }
  12917. },
  12918. "model.UserLevelTask": {
  12919. "type": "object",
  12920. "properties": {
  12921. "create_at": {
  12922. "type": "string"
  12923. },
  12924. "finish_count": {
  12925. "type": "integer"
  12926. },
  12927. "id": {
  12928. "type": "integer"
  12929. },
  12930. "is_must_task": {
  12931. "type": "integer"
  12932. },
  12933. "level_id": {
  12934. "type": "integer"
  12935. },
  12936. "task_type": {
  12937. "type": "integer"
  12938. },
  12939. "task_type_level_id": {
  12940. "type": "integer"
  12941. },
  12942. "update_at": {
  12943. "type": "string"
  12944. },
  12945. "within_days": {
  12946. "type": "integer"
  12947. }
  12948. }
  12949. }
  12950. },
  12951. "securityDefinitions": {
  12952. "MasterID": {
  12953. "type": "apiKey",
  12954. "name": "MasterID",
  12955. "in": "header"
  12956. }
  12957. }
  12958. }