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

8143 lines
283 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/comm/getOssUrl": {
  21. "get": {
  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. "responses": {
  43. "200": {
  44. "description": "许可链接",
  45. "schema": {
  46. "type": "string"
  47. }
  48. },
  49. "400": {
  50. "description": "具体错误",
  51. "schema": {
  52. "$ref": "#/definitions/md.Response"
  53. }
  54. }
  55. }
  56. }
  57. },
  58. "/api/comm/oss/getBasic": {
  59. "get": {
  60. "description": "对象存储设置(获取)",
  61. "consumes": [
  62. "application/json"
  63. ],
  64. "produces": [
  65. "application/json"
  66. ],
  67. "tags": [
  68. "对象存储"
  69. ],
  70. "summary": "设置中心-对象存储-对象存储设置(获取)",
  71. "parameters": [
  72. {
  73. "type": "string",
  74. "description": "验证参数Bearer和token空格拼接",
  75. "name": "Authorization",
  76. "in": "header",
  77. "required": true
  78. }
  79. ],
  80. "responses": {
  81. "200": {
  82. "description": "设置列表",
  83. "schema": {
  84. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  85. }
  86. },
  87. "400": {
  88. "description": "具体错误",
  89. "schema": {
  90. "$ref": "#/definitions/md.Response"
  91. }
  92. }
  93. }
  94. }
  95. },
  96. "/api/comm/oss/setBasic": {
  97. "post": {
  98. "description": "对象存储设置(更新)",
  99. "consumes": [
  100. "application/json"
  101. ],
  102. "produces": [
  103. "application/json"
  104. ],
  105. "tags": [
  106. "对象存储"
  107. ],
  108. "summary": "设置中心-对象存储-对象存储设置(更新)",
  109. "parameters": [
  110. {
  111. "type": "string",
  112. "description": "验证参数Bearer和token空格拼接",
  113. "name": "Authorization",
  114. "in": "header",
  115. "required": true
  116. },
  117. {
  118. "description": "上传需要修改的信息",
  119. "name": "req",
  120. "in": "body",
  121. "required": true,
  122. "schema": {
  123. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  124. }
  125. }
  126. ],
  127. "responses": {
  128. "200": {
  129. "description": "success",
  130. "schema": {
  131. "type": "string"
  132. }
  133. },
  134. "400": {
  135. "description": "具体错误",
  136. "schema": {
  137. "$ref": "#/definitions/md.Response"
  138. }
  139. }
  140. }
  141. }
  142. },
  143. "/api/demo": {
  144. "post": {
  145. "description": "Demo样例测试",
  146. "consumes": [
  147. "application/json"
  148. ],
  149. "produces": [
  150. "application/json"
  151. ],
  152. "tags": [
  153. "Demo"
  154. ],
  155. "summary": "Demo测试",
  156. "parameters": [
  157. {
  158. "description": "用户名密码",
  159. "name": "req",
  160. "in": "body",
  161. "required": true,
  162. "schema": {}
  163. }
  164. ],
  165. "responses": {
  166. "200": {
  167. "description": "token",
  168. "schema": {
  169. "type": "object",
  170. "additionalProperties": true
  171. }
  172. },
  173. "400": {
  174. "description": "具体错误",
  175. "schema": {
  176. "$ref": "#/definitions/md.Response"
  177. }
  178. }
  179. }
  180. }
  181. },
  182. "/api/financialCenter/withdraw/applyList": {
  183. "post": {
  184. "description": "提现申请列表(获取)",
  185. "consumes": [
  186. "application/json"
  187. ],
  188. "produces": [
  189. "application/json"
  190. ],
  191. "tags": [
  192. "提现"
  193. ],
  194. "summary": "财务中心-提现-提现申请列表(获取)",
  195. "parameters": [
  196. {
  197. "type": "string",
  198. "description": "验证参数Bearer和token空格拼接",
  199. "name": "Authorization",
  200. "in": "header",
  201. "required": true
  202. },
  203. {
  204. "description": "筛选条件",
  205. "name": "req",
  206. "in": "body",
  207. "schema": {
  208. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  209. }
  210. }
  211. ],
  212. "responses": {
  213. "200": {
  214. "description": "具体数据",
  215. "schema": {
  216. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  217. }
  218. },
  219. "400": {
  220. "description": "具体错误",
  221. "schema": {
  222. "$ref": "#/definitions/md.Response"
  223. }
  224. }
  225. }
  226. }
  227. },
  228. "/api/financialCenter/withdraw/setting": {
  229. "get": {
  230. "description": "基础设置(获取)",
  231. "consumes": [
  232. "application/json"
  233. ],
  234. "produces": [
  235. "application/json"
  236. ],
  237. "tags": [
  238. "提现"
  239. ],
  240. "summary": "财务中心-提现-基础设置(获取)",
  241. "parameters": [
  242. {
  243. "type": "string",
  244. "description": "验证参数Bearer和token空格拼接",
  245. "name": "Authorization",
  246. "in": "header",
  247. "required": true
  248. }
  249. ],
  250. "responses": {
  251. "200": {
  252. "description": "具体数据",
  253. "schema": {
  254. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  255. }
  256. },
  257. "400": {
  258. "description": "具体错误",
  259. "schema": {
  260. "$ref": "#/definitions/md.Response"
  261. }
  262. }
  263. }
  264. }
  265. },
  266. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  267. "post": {
  268. "description": "基础设置(更新)",
  269. "consumes": [
  270. "application/json"
  271. ],
  272. "produces": [
  273. "application/json"
  274. ],
  275. "tags": [
  276. "提现"
  277. ],
  278. "summary": "财务中心-提现-基础设置(更新)",
  279. "parameters": [
  280. {
  281. "type": "string",
  282. "description": "验证参数Bearer和token空格拼接",
  283. "name": "Authorization",
  284. "in": "header",
  285. "required": true
  286. },
  287. {
  288. "description": "id 必填",
  289. "name": "req",
  290. "in": "body",
  291. "required": true,
  292. "schema": {
  293. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  294. }
  295. }
  296. ],
  297. "responses": {
  298. "200": {
  299. "description": "修改数据条数",
  300. "schema": {
  301. "type": "int"
  302. }
  303. },
  304. "400": {
  305. "description": "具体错误",
  306. "schema": {
  307. "$ref": "#/definitions/md.Response"
  308. }
  309. }
  310. }
  311. }
  312. },
  313. "/api/im/addCustomerService": {
  314. "post": {
  315. "description": "客服(新增)",
  316. "consumes": [
  317. "application/json"
  318. ],
  319. "produces": [
  320. "application/json"
  321. ],
  322. "tags": [
  323. "客服"
  324. ],
  325. "summary": "Im-客服(新增)",
  326. "parameters": [
  327. {
  328. "type": "string",
  329. "description": "验证参数Bearer和token空格拼接",
  330. "name": "Authorization",
  331. "in": "header",
  332. "required": true
  333. },
  334. {
  335. "description": "相关参数",
  336. "name": "req",
  337. "in": "body",
  338. "required": true,
  339. "schema": {
  340. "$ref": "#/definitions/md.AddCustomerServiceReq"
  341. }
  342. }
  343. ],
  344. "responses": {
  345. "200": {
  346. "description": "success",
  347. "schema": {
  348. "type": "string"
  349. }
  350. },
  351. "400": {
  352. "description": "具体错误",
  353. "schema": {
  354. "$ref": "#/definitions/md.Response"
  355. }
  356. }
  357. }
  358. }
  359. },
  360. "/api/im/addEmoticon": {
  361. "post": {
  362. "description": "表情包(新增)",
  363. "consumes": [
  364. "application/json"
  365. ],
  366. "produces": [
  367. "application/json"
  368. ],
  369. "tags": [
  370. "表情包"
  371. ],
  372. "summary": "Im-表情包(新增)",
  373. "parameters": [
  374. {
  375. "type": "string",
  376. "description": "验证参数Bearer和token空格拼接",
  377. "name": "Authorization",
  378. "in": "header",
  379. "required": true
  380. },
  381. {
  382. "description": "相关参数",
  383. "name": "req",
  384. "in": "body",
  385. "required": true,
  386. "schema": {
  387. "$ref": "#/definitions/md.AddEmoticonReq"
  388. }
  389. }
  390. ],
  391. "responses": {
  392. "200": {
  393. "description": "success",
  394. "schema": {
  395. "type": "string"
  396. }
  397. },
  398. "400": {
  399. "description": "具体错误",
  400. "schema": {
  401. "$ref": "#/definitions/md.Response"
  402. }
  403. }
  404. }
  405. }
  406. },
  407. "/api/im/deleteEmoticon": {
  408. "post": {
  409. "description": "表情包(删除)",
  410. "consumes": [
  411. "application/json"
  412. ],
  413. "produces": [
  414. "application/json"
  415. ],
  416. "tags": [
  417. "表情包"
  418. ],
  419. "summary": "Im-表情包(删除)",
  420. "parameters": [
  421. {
  422. "type": "string",
  423. "description": "验证参数Bearer和token空格拼接",
  424. "name": "Authorization",
  425. "in": "header",
  426. "required": true
  427. },
  428. {
  429. "description": "相关参数",
  430. "name": "req",
  431. "in": "body",
  432. "required": true,
  433. "schema": {
  434. "$ref": "#/definitions/md.DeleteEmoticonReq"
  435. }
  436. }
  437. ],
  438. "responses": {
  439. "200": {
  440. "description": "success",
  441. "schema": {
  442. "type": "string"
  443. }
  444. },
  445. "400": {
  446. "description": "具体错误",
  447. "schema": {
  448. "$ref": "#/definitions/md.Response"
  449. }
  450. }
  451. }
  452. }
  453. },
  454. "/api/im/getBasic": {
  455. "get": {
  456. "description": "基础设置(获取)",
  457. "consumes": [
  458. "application/json"
  459. ],
  460. "produces": [
  461. "application/json"
  462. ],
  463. "tags": [
  464. "基础设置"
  465. ],
  466. "summary": "Im-基础设置(获取)",
  467. "parameters": [
  468. {
  469. "type": "string",
  470. "description": "验证参数Bearer和token空格拼接",
  471. "name": "Authorization",
  472. "in": "header",
  473. "required": true
  474. }
  475. ],
  476. "responses": {
  477. "200": {
  478. "description": "设置列表",
  479. "schema": {
  480. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  481. }
  482. },
  483. "400": {
  484. "description": "具体错误",
  485. "schema": {
  486. "$ref": "#/definitions/md.Response"
  487. }
  488. }
  489. }
  490. }
  491. },
  492. "/api/im/pageCustomerService": {
  493. "post": {
  494. "description": "客服(列表)",
  495. "consumes": [
  496. "application/json"
  497. ],
  498. "produces": [
  499. "application/json"
  500. ],
  501. "tags": [
  502. "客服"
  503. ],
  504. "summary": "Im-客服(列表)",
  505. "parameters": [
  506. {
  507. "type": "string",
  508. "description": "验证参数Bearer和token空格拼接",
  509. "name": "Authorization",
  510. "in": "header",
  511. "required": true
  512. },
  513. {
  514. "description": "相关参数",
  515. "name": "req",
  516. "in": "body",
  517. "required": true,
  518. "schema": {
  519. "$ref": "#/definitions/md.PageCustomerServiceReq"
  520. }
  521. }
  522. ],
  523. "responses": {
  524. "200": {
  525. "description": "设置列表",
  526. "schema": {
  527. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  528. }
  529. },
  530. "400": {
  531. "description": "具体错误",
  532. "schema": {
  533. "$ref": "#/definitions/md.Response"
  534. }
  535. }
  536. }
  537. }
  538. },
  539. "/api/im/pageEmoticon": {
  540. "post": {
  541. "description": "表情包(列表)",
  542. "consumes": [
  543. "application/json"
  544. ],
  545. "produces": [
  546. "application/json"
  547. ],
  548. "tags": [
  549. "表情包"
  550. ],
  551. "summary": "Im-表情包(列表)",
  552. "parameters": [
  553. {
  554. "type": "string",
  555. "description": "验证参数Bearer和token空格拼接",
  556. "name": "Authorization",
  557. "in": "header",
  558. "required": true
  559. },
  560. {
  561. "description": "相关参数",
  562. "name": "req",
  563. "in": "body",
  564. "required": true,
  565. "schema": {
  566. "$ref": "#/definitions/md.PageEmoticonReq"
  567. }
  568. }
  569. ],
  570. "responses": {
  571. "200": {
  572. "description": "设置列表",
  573. "schema": {
  574. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  575. }
  576. },
  577. "400": {
  578. "description": "具体错误",
  579. "schema": {
  580. "$ref": "#/definitions/md.Response"
  581. }
  582. }
  583. }
  584. }
  585. },
  586. "/api/im/setBasic": {
  587. "post": {
  588. "description": "基础设置(更新)",
  589. "consumes": [
  590. "application/json"
  591. ],
  592. "produces": [
  593. "application/json"
  594. ],
  595. "tags": [
  596. "基础设置"
  597. ],
  598. "summary": "Im-基础设置(更新)",
  599. "parameters": [
  600. {
  601. "type": "string",
  602. "description": "验证参数Bearer和token空格拼接",
  603. "name": "Authorization",
  604. "in": "header",
  605. "required": true
  606. },
  607. {
  608. "description": "上传需要修改的信息",
  609. "name": "req",
  610. "in": "body",
  611. "required": true,
  612. "schema": {
  613. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  614. }
  615. }
  616. ],
  617. "responses": {
  618. "200": {
  619. "description": "success",
  620. "schema": {
  621. "type": "string"
  622. }
  623. },
  624. "400": {
  625. "description": "具体错误",
  626. "schema": {
  627. "$ref": "#/definitions/md.Response"
  628. }
  629. }
  630. }
  631. }
  632. },
  633. "/api/im/setCustomerServiceState": {
  634. "post": {
  635. "description": "客服(更新状态)",
  636. "consumes": [
  637. "application/json"
  638. ],
  639. "produces": [
  640. "application/json"
  641. ],
  642. "tags": [
  643. "客服"
  644. ],
  645. "summary": "Im-客服(更新状态)",
  646. "parameters": [
  647. {
  648. "type": "string",
  649. "description": "验证参数Bearer和token空格拼接",
  650. "name": "Authorization",
  651. "in": "header",
  652. "required": true
  653. },
  654. {
  655. "description": "相关参数",
  656. "name": "req",
  657. "in": "body",
  658. "required": true,
  659. "schema": {
  660. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  661. }
  662. }
  663. ],
  664. "responses": {
  665. "200": {
  666. "description": "success",
  667. "schema": {
  668. "type": "string"
  669. }
  670. },
  671. "400": {
  672. "description": "具体错误",
  673. "schema": {
  674. "$ref": "#/definitions/md.Response"
  675. }
  676. }
  677. }
  678. }
  679. },
  680. "/api/im/setEmoticonState": {
  681. "post": {
  682. "description": "表情包(新增)",
  683. "consumes": [
  684. "application/json"
  685. ],
  686. "produces": [
  687. "application/json"
  688. ],
  689. "tags": [
  690. "表情包"
  691. ],
  692. "summary": "Im-表情包(更新状态)",
  693. "parameters": [
  694. {
  695. "type": "string",
  696. "description": "验证参数Bearer和token空格拼接",
  697. "name": "Authorization",
  698. "in": "header",
  699. "required": true
  700. },
  701. {
  702. "description": "相关参数",
  703. "name": "req",
  704. "in": "body",
  705. "required": true,
  706. "schema": {
  707. "$ref": "#/definitions/md.SetEmoticonStateReq"
  708. }
  709. }
  710. ],
  711. "responses": {
  712. "200": {
  713. "description": "success",
  714. "schema": {
  715. "type": "string"
  716. }
  717. },
  718. "400": {
  719. "description": "具体错误",
  720. "schema": {
  721. "$ref": "#/definitions/md.Response"
  722. }
  723. }
  724. }
  725. }
  726. },
  727. "/api/im/updateCustomerServiceMemo": {
  728. "post": {
  729. "description": "客服(编辑备注)",
  730. "consumes": [
  731. "application/json"
  732. ],
  733. "produces": [
  734. "application/json"
  735. ],
  736. "tags": [
  737. "客服"
  738. ],
  739. "summary": "Im-客服(编辑备注)",
  740. "parameters": [
  741. {
  742. "type": "string",
  743. "description": "验证参数Bearer和token空格拼接",
  744. "name": "Authorization",
  745. "in": "header",
  746. "required": true
  747. },
  748. {
  749. "description": "相关参数",
  750. "name": "req",
  751. "in": "body",
  752. "required": true,
  753. "schema": {
  754. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  755. }
  756. }
  757. ],
  758. "responses": {
  759. "200": {
  760. "description": "success",
  761. "schema": {
  762. "type": "string"
  763. }
  764. },
  765. "400": {
  766. "description": "具体错误",
  767. "schema": {
  768. "$ref": "#/definitions/md.Response"
  769. }
  770. }
  771. }
  772. }
  773. },
  774. "/api/im/updateEmoticon": {
  775. "post": {
  776. "description": "表情包(编辑)",
  777. "consumes": [
  778. "application/json"
  779. ],
  780. "produces": [
  781. "application/json"
  782. ],
  783. "tags": [
  784. "表情包"
  785. ],
  786. "summary": "Im-表情包(编辑)",
  787. "parameters": [
  788. {
  789. "type": "string",
  790. "description": "验证参数Bearer和token空格拼接",
  791. "name": "Authorization",
  792. "in": "header",
  793. "required": true
  794. },
  795. {
  796. "description": "相关参数",
  797. "name": "req",
  798. "in": "body",
  799. "required": true,
  800. "schema": {
  801. "$ref": "#/definitions/md.UpdateEmoticonReq"
  802. }
  803. }
  804. ],
  805. "responses": {
  806. "200": {
  807. "description": "success",
  808. "schema": {
  809. "type": "string"
  810. }
  811. },
  812. "400": {
  813. "description": "具体错误",
  814. "schema": {
  815. "$ref": "#/definitions/md.Response"
  816. }
  817. }
  818. }
  819. }
  820. },
  821. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  822. "post": {
  823. "description": "会员设置(新增)",
  824. "consumes": [
  825. "application/json"
  826. ],
  827. "produces": [
  828. "application/json"
  829. ],
  830. "tags": [
  831. "蛋蛋能量"
  832. ],
  833. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  834. "parameters": [
  835. {
  836. "type": "string",
  837. "description": "验证参数Bearer和token空格拼接",
  838. "name": "Authorization",
  839. "in": "header",
  840. "required": true
  841. },
  842. {
  843. "description": "system_id 必填",
  844. "name": "req",
  845. "in": "body",
  846. "required": true,
  847. "schema": {
  848. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  849. }
  850. }
  851. ],
  852. "responses": {
  853. "200": {
  854. "description": "修改数据条数",
  855. "schema": {
  856. "type": "int"
  857. }
  858. },
  859. "400": {
  860. "description": "具体错误",
  861. "schema": {
  862. "$ref": "#/definitions/md.Response"
  863. }
  864. }
  865. }
  866. }
  867. },
  868. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  869. "post": {
  870. "description": "动态数据流水(获取)",
  871. "consumes": [
  872. "application/json"
  873. ],
  874. "produces": [
  875. "application/json"
  876. ],
  877. "tags": [
  878. "公排管理"
  879. ],
  880. "summary": "制度中心-动态数据-动态数据流水(获取)",
  881. "parameters": [
  882. {
  883. "type": "string",
  884. "description": "验证参数Bearer和token空格拼接",
  885. "name": "Authorization",
  886. "in": "header",
  887. "required": true
  888. },
  889. {
  890. "description": "页数、每页大小必传 起止时间、持有类型选传",
  891. "name": "req",
  892. "in": "body",
  893. "required": true,
  894. "schema": {
  895. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  896. }
  897. }
  898. ],
  899. "responses": {
  900. "200": {
  901. "description": "成功返回",
  902. "schema": {
  903. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  904. }
  905. },
  906. "400": {
  907. "description": "具体错误",
  908. "schema": {
  909. "$ref": "#/definitions/md.Response"
  910. }
  911. }
  912. }
  913. }
  914. },
  915. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  916. "get": {
  917. "description": "贡献值-基础设置(获取)",
  918. "consumes": [
  919. "application/json"
  920. ],
  921. "produces": [
  922. "application/json"
  923. ],
  924. "tags": [
  925. "贡献值"
  926. ],
  927. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  928. "parameters": [
  929. {
  930. "type": "string",
  931. "description": "验证参数Bearer和token空格拼接",
  932. "name": "Authorization",
  933. "in": "header",
  934. "required": true
  935. }
  936. ],
  937. "responses": {
  938. "200": {
  939. "description": "具体数据",
  940. "schema": {
  941. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  942. }
  943. },
  944. "400": {
  945. "description": "具体错误",
  946. "schema": {
  947. "$ref": "#/definitions/md.Response"
  948. }
  949. }
  950. }
  951. }
  952. },
  953. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  954. "post": {
  955. "description": "贡献值-基础设置(更新)",
  956. "consumes": [
  957. "application/json"
  958. ],
  959. "produces": [
  960. "application/json"
  961. ],
  962. "tags": [
  963. "贡献值"
  964. ],
  965. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  966. "parameters": [
  967. {
  968. "type": "string",
  969. "description": "验证参数Bearer和token空格拼接",
  970. "name": "Authorization",
  971. "in": "header",
  972. "required": true
  973. },
  974. {
  975. "description": "id 必填",
  976. "name": "req",
  977. "in": "body",
  978. "required": true,
  979. "schema": {
  980. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  981. }
  982. }
  983. ],
  984. "responses": {
  985. "200": {
  986. "description": "修改数据条数",
  987. "schema": {
  988. "type": "int"
  989. }
  990. },
  991. "400": {
  992. "description": "具体错误",
  993. "schema": {
  994. "$ref": "#/definitions/md.Response"
  995. }
  996. }
  997. }
  998. }
  999. },
  1000. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  1001. "post": {
  1002. "description": "蛋蛋分管理(人工打分)",
  1003. "consumes": [
  1004. "application/json"
  1005. ],
  1006. "produces": [
  1007. "application/json"
  1008. ],
  1009. "tags": [
  1010. "蛋蛋能量"
  1011. ],
  1012. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  1013. "parameters": [
  1014. {
  1015. "type": "string",
  1016. "description": "验证参数Bearer和token空格拼接",
  1017. "name": "Authorization",
  1018. "in": "header",
  1019. "required": true
  1020. },
  1021. {
  1022. "description": "请求参数",
  1023. "name": "req",
  1024. "in": "body",
  1025. "required": true,
  1026. "schema": {
  1027. "$ref": "#/definitions/md.ManualScoreReq"
  1028. }
  1029. }
  1030. ],
  1031. "responses": {
  1032. "200": {
  1033. "description": "成功返回",
  1034. "schema": {
  1035. "type": "string"
  1036. }
  1037. },
  1038. "400": {
  1039. "description": "具体错误",
  1040. "schema": {
  1041. "$ref": "#/definitions/md.Response"
  1042. }
  1043. }
  1044. }
  1045. }
  1046. },
  1047. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  1048. "post": {
  1049. "description": "蛋蛋分管理(着陆页数据分析)",
  1050. "consumes": [
  1051. "application/json"
  1052. ],
  1053. "produces": [
  1054. "application/json"
  1055. ],
  1056. "tags": [
  1057. "蛋蛋能量"
  1058. ],
  1059. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  1060. "parameters": [
  1061. {
  1062. "type": "string",
  1063. "description": "验证参数Bearer和token空格拼接",
  1064. "name": "Authorization",
  1065. "in": "header",
  1066. "required": true
  1067. },
  1068. {
  1069. "description": "请求参数",
  1070. "name": "req",
  1071. "in": "body",
  1072. "required": true,
  1073. "schema": {
  1074. "$ref": "#/definitions/md.StatisticsEggPointReq"
  1075. }
  1076. }
  1077. ],
  1078. "responses": {
  1079. "200": {
  1080. "description": "成功返回",
  1081. "schema": {
  1082. "$ref": "#/definitions/md.StatisticsEggPointResp"
  1083. }
  1084. },
  1085. "400": {
  1086. "description": "具体错误",
  1087. "schema": {
  1088. "$ref": "#/definitions/md.Response"
  1089. }
  1090. }
  1091. }
  1092. }
  1093. },
  1094. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  1095. "post": {
  1096. "description": "蛋蛋分管理(用户数据列表)",
  1097. "consumes": [
  1098. "application/json"
  1099. ],
  1100. "produces": [
  1101. "application/json"
  1102. ],
  1103. "tags": [
  1104. "蛋蛋能量"
  1105. ],
  1106. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  1107. "parameters": [
  1108. {
  1109. "type": "string",
  1110. "description": "验证参数Bearer和token空格拼接",
  1111. "name": "Authorization",
  1112. "in": "header",
  1113. "required": true
  1114. },
  1115. {
  1116. "description": "请求参数",
  1117. "name": "req",
  1118. "in": "body",
  1119. "required": true,
  1120. "schema": {
  1121. "$ref": "#/definitions/md.UserEggFlowReq"
  1122. }
  1123. }
  1124. ],
  1125. "responses": {
  1126. "200": {
  1127. "description": "成功返回",
  1128. "schema": {
  1129. "$ref": "#/definitions/md.UserEggFlowReqResp"
  1130. }
  1131. },
  1132. "400": {
  1133. "description": "具体错误",
  1134. "schema": {
  1135. "$ref": "#/definitions/md.Response"
  1136. }
  1137. }
  1138. }
  1139. }
  1140. },
  1141. "/api/institutionalManagement/eggEnergy/getBasic": {
  1142. "get": {
  1143. "description": "基础设置(获取)",
  1144. "consumes": [
  1145. "application/json"
  1146. ],
  1147. "produces": [
  1148. "application/json"
  1149. ],
  1150. "tags": [
  1151. "蛋蛋能量"
  1152. ],
  1153. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  1154. "parameters": [
  1155. {
  1156. "type": "string",
  1157. "description": "验证参数Bearer和token空格拼接",
  1158. "name": "Authorization",
  1159. "in": "header",
  1160. "required": true
  1161. }
  1162. ],
  1163. "responses": {
  1164. "200": {
  1165. "description": "具体数据",
  1166. "schema": {
  1167. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  1168. }
  1169. },
  1170. "400": {
  1171. "description": "具体错误",
  1172. "schema": {
  1173. "$ref": "#/definitions/md.Response"
  1174. }
  1175. }
  1176. }
  1177. }
  1178. },
  1179. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  1180. "get": {
  1181. "description": "基础会员设置(获取)",
  1182. "consumes": [
  1183. "application/json"
  1184. ],
  1185. "produces": [
  1186. "application/json"
  1187. ],
  1188. "tags": [
  1189. "蛋蛋能量"
  1190. ],
  1191. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  1192. "parameters": [
  1193. {
  1194. "type": "string",
  1195. "description": "验证参数Bearer和token空格拼接",
  1196. "name": "Authorization",
  1197. "in": "header",
  1198. "required": true
  1199. }
  1200. ],
  1201. "responses": {
  1202. "200": {
  1203. "description": "具体数据",
  1204. "schema": {
  1205. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  1206. }
  1207. },
  1208. "400": {
  1209. "description": "具体错误",
  1210. "schema": {
  1211. "$ref": "#/definitions/md.Response"
  1212. }
  1213. }
  1214. }
  1215. }
  1216. },
  1217. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  1218. "get": {
  1219. "description": "查询所有币种(获取)",
  1220. "consumes": [
  1221. "application/json"
  1222. ],
  1223. "produces": [
  1224. "application/json"
  1225. ],
  1226. "tags": [
  1227. "蛋蛋能量"
  1228. ],
  1229. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  1230. "parameters": [
  1231. {
  1232. "type": "string",
  1233. "description": "验证参数Bearer和token空格拼接",
  1234. "name": "Authorization",
  1235. "in": "header",
  1236. "required": true
  1237. }
  1238. ],
  1239. "responses": {
  1240. "200": {
  1241. "description": "成功返回",
  1242. "schema": {
  1243. "type": "array",
  1244. "items": {
  1245. "$ref": "#/definitions/md.VirtualCoin"
  1246. }
  1247. }
  1248. },
  1249. "400": {
  1250. "description": "具体错误",
  1251. "schema": {
  1252. "$ref": "#/definitions/md.Response"
  1253. }
  1254. }
  1255. }
  1256. }
  1257. },
  1258. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  1259. "get": {
  1260. "description": "数据概览(获取)",
  1261. "consumes": [
  1262. "application/json"
  1263. ],
  1264. "produces": [
  1265. "application/json"
  1266. ],
  1267. "tags": [
  1268. "蛋蛋能量"
  1269. ],
  1270. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  1271. "parameters": [
  1272. {
  1273. "type": "string",
  1274. "description": "验证参数Bearer和token空格拼接",
  1275. "name": "Authorization",
  1276. "in": "header",
  1277. "required": true
  1278. }
  1279. ],
  1280. "responses": {
  1281. "200": {
  1282. "description": "具体数据",
  1283. "schema": {
  1284. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  1285. }
  1286. },
  1287. "400": {
  1288. "description": "具体错误",
  1289. "schema": {
  1290. "$ref": "#/definitions/md.Response"
  1291. }
  1292. }
  1293. }
  1294. }
  1295. },
  1296. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  1297. "post": {
  1298. "description": "价值明细数据(新增)",
  1299. "consumes": [
  1300. "application/json"
  1301. ],
  1302. "produces": [
  1303. "application/json"
  1304. ],
  1305. "tags": [
  1306. "蛋蛋能量"
  1307. ],
  1308. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  1309. "parameters": [
  1310. {
  1311. "type": "string",
  1312. "description": "验证参数Bearer和token空格拼接",
  1313. "name": "Authorization",
  1314. "in": "header",
  1315. "required": true
  1316. },
  1317. {
  1318. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  1319. "name": "req",
  1320. "in": "body",
  1321. "required": true,
  1322. "schema": {
  1323. "$ref": "#/definitions/md.AddFundDataReq"
  1324. }
  1325. }
  1326. ],
  1327. "responses": {
  1328. "200": {
  1329. "description": "插入数据 id",
  1330. "schema": {
  1331. "type": "int"
  1332. }
  1333. },
  1334. "400": {
  1335. "description": "具体错误",
  1336. "schema": {
  1337. "$ref": "#/definitions/md.Response"
  1338. }
  1339. }
  1340. }
  1341. }
  1342. },
  1343. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  1344. "post": {
  1345. "description": "新增数据列表(获取)",
  1346. "consumes": [
  1347. "application/json"
  1348. ],
  1349. "produces": [
  1350. "application/json"
  1351. ],
  1352. "tags": [
  1353. "蛋蛋能量"
  1354. ],
  1355. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  1356. "parameters": [
  1357. {
  1358. "type": "string",
  1359. "description": "验证参数Bearer和token空格拼接",
  1360. "name": "Authorization",
  1361. "in": "header",
  1362. "required": true
  1363. },
  1364. {
  1365. "description": "分页信息必填",
  1366. "name": "req",
  1367. "in": "body",
  1368. "required": true,
  1369. "schema": {
  1370. "$ref": "#/definitions/md.GetFundDataListReq"
  1371. }
  1372. }
  1373. ],
  1374. "responses": {
  1375. "200": {
  1376. "description": "具体数据",
  1377. "schema": {
  1378. "$ref": "#/definitions/md.GetFundDataListResp"
  1379. }
  1380. },
  1381. "400": {
  1382. "description": "具体错误",
  1383. "schema": {
  1384. "$ref": "#/definitions/md.Response"
  1385. }
  1386. }
  1387. }
  1388. }
  1389. },
  1390. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  1391. "post": {
  1392. "description": "新增数据列表详情(查询)",
  1393. "consumes": [
  1394. "application/json"
  1395. ],
  1396. "produces": [
  1397. "application/json"
  1398. ],
  1399. "tags": [
  1400. "蛋蛋能量"
  1401. ],
  1402. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  1403. "parameters": [
  1404. {
  1405. "type": "string",
  1406. "description": "验证参数Bearer和token空格拼接",
  1407. "name": "Authorization",
  1408. "in": "header",
  1409. "required": true
  1410. },
  1411. {
  1412. "description": "获取到的 system_id 以及分页信息",
  1413. "name": "req",
  1414. "in": "body",
  1415. "required": true,
  1416. "schema": {
  1417. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  1418. }
  1419. }
  1420. ],
  1421. "responses": {
  1422. "200": {
  1423. "description": "具体数据",
  1424. "schema": {
  1425. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  1426. }
  1427. },
  1428. "400": {
  1429. "description": "具体错误",
  1430. "schema": {
  1431. "$ref": "#/definitions/md.Response"
  1432. }
  1433. }
  1434. }
  1435. }
  1436. },
  1437. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  1438. "get": {
  1439. "description": "价格趋势(获取)",
  1440. "consumes": [
  1441. "application/json"
  1442. ],
  1443. "produces": [
  1444. "application/json"
  1445. ],
  1446. "tags": [
  1447. "蛋蛋能量"
  1448. ],
  1449. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  1450. "parameters": [
  1451. {
  1452. "type": "string",
  1453. "description": "验证参数Bearer和token空格拼接",
  1454. "name": "Authorization",
  1455. "in": "header",
  1456. "required": true
  1457. },
  1458. {
  1459. "type": "string",
  1460. "description": "1:按天 2:按小时 3:按周",
  1461. "name": "kind",
  1462. "in": "query"
  1463. }
  1464. ],
  1465. "responses": {
  1466. "200": {
  1467. "description": "具体数据",
  1468. "schema": {
  1469. "$ref": "#/definitions/md.GetPriceCurveResp"
  1470. }
  1471. },
  1472. "400": {
  1473. "description": "具体错误",
  1474. "schema": {
  1475. "$ref": "#/definitions/md.Response"
  1476. }
  1477. }
  1478. }
  1479. }
  1480. },
  1481. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  1482. "post": {
  1483. "description": "激励视频(获取)",
  1484. "consumes": [
  1485. "application/json"
  1486. ],
  1487. "produces": [
  1488. "application/json"
  1489. ],
  1490. "tags": [
  1491. "蛋蛋能量"
  1492. ],
  1493. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  1494. "parameters": [
  1495. {
  1496. "type": "string",
  1497. "description": "验证参数Bearer和token空格拼接",
  1498. "name": "Authorization",
  1499. "in": "header",
  1500. "required": true
  1501. },
  1502. {
  1503. "description": "落地页不填页大小默认20条数据",
  1504. "name": "req",
  1505. "in": "body",
  1506. "required": true,
  1507. "schema": {
  1508. "$ref": "#/definitions/md.SetVideoRewardReq"
  1509. }
  1510. }
  1511. ],
  1512. "responses": {
  1513. "200": {
  1514. "description": "OK",
  1515. "schema": {
  1516. "$ref": "#/definitions/md.GetVideoRewardResp"
  1517. }
  1518. },
  1519. "400": {
  1520. "description": "具体错误",
  1521. "schema": {
  1522. "$ref": "#/definitions/md.Response"
  1523. }
  1524. }
  1525. }
  1526. }
  1527. },
  1528. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  1529. "post": {
  1530. "description": "其他广告设置数据(新增)",
  1531. "consumes": [
  1532. "application/json"
  1533. ],
  1534. "produces": [
  1535. "application/json"
  1536. ],
  1537. "tags": [
  1538. "蛋蛋能量"
  1539. ],
  1540. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  1541. "parameters": [
  1542. {
  1543. "type": "string",
  1544. "description": "验证参数Bearer和token空格拼接",
  1545. "name": "Authorization",
  1546. "in": "header",
  1547. "required": true
  1548. },
  1549. {
  1550. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  1551. "name": "req",
  1552. "in": "body",
  1553. "required": true,
  1554. "schema": {
  1555. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  1556. }
  1557. }
  1558. ],
  1559. "responses": {
  1560. "200": {
  1561. "description": "插入数据 id",
  1562. "schema": {
  1563. "type": "int"
  1564. }
  1565. },
  1566. "400": {
  1567. "description": "具体错误",
  1568. "schema": {
  1569. "$ref": "#/definitions/md.Response"
  1570. }
  1571. }
  1572. }
  1573. }
  1574. },
  1575. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  1576. "post": {
  1577. "description": "其他广告设置数据(获取)",
  1578. "consumes": [
  1579. "application/json"
  1580. ],
  1581. "produces": [
  1582. "application/json"
  1583. ],
  1584. "tags": [
  1585. "蛋蛋能量"
  1586. ],
  1587. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  1588. "parameters": [
  1589. {
  1590. "type": "string",
  1591. "description": "验证参数Bearer和token空格拼接",
  1592. "name": "Authorization",
  1593. "in": "header",
  1594. "required": true
  1595. },
  1596. {
  1597. "description": "分页信息必填",
  1598. "name": "req",
  1599. "in": "body",
  1600. "required": true,
  1601. "schema": {
  1602. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  1603. }
  1604. }
  1605. ],
  1606. "responses": {
  1607. "200": {
  1608. "description": "具体数据",
  1609. "schema": {
  1610. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  1611. }
  1612. },
  1613. "400": {
  1614. "description": "具体错误",
  1615. "schema": {
  1616. "$ref": "#/definitions/md.Response"
  1617. }
  1618. }
  1619. }
  1620. }
  1621. },
  1622. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  1623. "post": {
  1624. "description": "激励视频(设置)",
  1625. "consumes": [
  1626. "application/json"
  1627. ],
  1628. "produces": [
  1629. "application/json"
  1630. ],
  1631. "tags": [
  1632. "蛋蛋能量"
  1633. ],
  1634. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  1635. "parameters": [
  1636. {
  1637. "type": "string",
  1638. "description": "验证参数Bearer和token空格拼接",
  1639. "name": "Authorization",
  1640. "in": "header",
  1641. "required": true
  1642. },
  1643. {
  1644. "description": "落地页不填页大小默认20条数据",
  1645. "name": "req",
  1646. "in": "body",
  1647. "required": true,
  1648. "schema": {
  1649. "$ref": "#/definitions/md.SetVideoRewardReq"
  1650. }
  1651. }
  1652. ],
  1653. "responses": {
  1654. "200": {
  1655. "description": "success",
  1656. "schema": {
  1657. "type": "string"
  1658. }
  1659. },
  1660. "400": {
  1661. "description": "具体错误",
  1662. "schema": {
  1663. "$ref": "#/definitions/md.Response"
  1664. }
  1665. }
  1666. }
  1667. }
  1668. },
  1669. "/api/institutionalManagement/eggEnergy/updateBasic": {
  1670. "post": {
  1671. "description": "基础设置(更新)",
  1672. "consumes": [
  1673. "application/json"
  1674. ],
  1675. "produces": [
  1676. "application/json"
  1677. ],
  1678. "tags": [
  1679. "蛋蛋能量"
  1680. ],
  1681. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  1682. "parameters": [
  1683. {
  1684. "type": "string",
  1685. "description": "验证参数Bearer和token空格拼接",
  1686. "name": "Authorization",
  1687. "in": "header",
  1688. "required": true
  1689. },
  1690. {
  1691. "description": "system_id 必填",
  1692. "name": "req",
  1693. "in": "body",
  1694. "required": true,
  1695. "schema": {
  1696. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  1697. }
  1698. }
  1699. ],
  1700. "responses": {
  1701. "200": {
  1702. "description": "修改数据条数",
  1703. "schema": {
  1704. "type": "int"
  1705. }
  1706. },
  1707. "400": {
  1708. "description": "具体错误",
  1709. "schema": {
  1710. "$ref": "#/definitions/md.Response"
  1711. }
  1712. }
  1713. }
  1714. }
  1715. },
  1716. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  1717. "post": {
  1718. "description": "会员设置(更新)",
  1719. "consumes": [
  1720. "application/json"
  1721. ],
  1722. "produces": [
  1723. "application/json"
  1724. ],
  1725. "tags": [
  1726. "蛋蛋能量"
  1727. ],
  1728. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  1729. "parameters": [
  1730. {
  1731. "type": "string",
  1732. "description": "验证参数Bearer和token空格拼接",
  1733. "name": "Authorization",
  1734. "in": "header",
  1735. "required": true
  1736. },
  1737. {
  1738. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  1739. "name": "req",
  1740. "in": "body",
  1741. "required": true,
  1742. "schema": {
  1743. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  1744. }
  1745. }
  1746. ],
  1747. "responses": {
  1748. "200": {
  1749. "description": "修改数据条数",
  1750. "schema": {
  1751. "type": "int"
  1752. }
  1753. },
  1754. "400": {
  1755. "description": "具体错误",
  1756. "schema": {
  1757. "$ref": "#/definitions/md.Response"
  1758. }
  1759. }
  1760. }
  1761. }
  1762. },
  1763. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  1764. "post": {
  1765. "description": "蛋蛋能量流水(查询)",
  1766. "consumes": [
  1767. "application/json"
  1768. ],
  1769. "produces": [
  1770. "application/json"
  1771. ],
  1772. "tags": [
  1773. "公排管理"
  1774. ],
  1775. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  1776. "parameters": [
  1777. {
  1778. "type": "string",
  1779. "description": "验证参数Bearer和token空格拼接",
  1780. "name": "Authorization",
  1781. "in": "header",
  1782. "required": true
  1783. },
  1784. {
  1785. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  1786. "name": "req",
  1787. "in": "body",
  1788. "required": true,
  1789. "schema": {
  1790. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  1791. }
  1792. }
  1793. ],
  1794. "responses": {
  1795. "200": {
  1796. "description": "成功返回",
  1797. "schema": {
  1798. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  1799. }
  1800. },
  1801. "400": {
  1802. "description": "具体错误",
  1803. "schema": {
  1804. "$ref": "#/definitions/md.Response"
  1805. }
  1806. }
  1807. }
  1808. }
  1809. },
  1810. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  1811. "post": {
  1812. "description": "蛋蛋能量明细(获取)",
  1813. "consumes": [
  1814. "application/json"
  1815. ],
  1816. "produces": [
  1817. "application/json"
  1818. ],
  1819. "tags": [
  1820. "公排管理"
  1821. ],
  1822. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  1823. "parameters": [
  1824. {
  1825. "type": "string",
  1826. "description": "验证参数Bearer和token空格拼接",
  1827. "name": "Authorization",
  1828. "in": "header",
  1829. "required": true
  1830. },
  1831. {
  1832. "description": "落地页不填页大小默认20条数据",
  1833. "name": "req",
  1834. "in": "body",
  1835. "schema": {
  1836. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  1837. }
  1838. }
  1839. ],
  1840. "responses": {
  1841. "200": {
  1842. "description": "成功返回",
  1843. "schema": {
  1844. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  1845. }
  1846. },
  1847. "400": {
  1848. "description": "具体错误",
  1849. "schema": {
  1850. "$ref": "#/definitions/md.Response"
  1851. }
  1852. }
  1853. }
  1854. }
  1855. },
  1856. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  1857. "post": {
  1858. "description": "蛋蛋积分持有者明细(获取)",
  1859. "consumes": [
  1860. "application/json"
  1861. ],
  1862. "produces": [
  1863. "application/json"
  1864. ],
  1865. "tags": [
  1866. "公排管理"
  1867. ],
  1868. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  1869. "parameters": [
  1870. {
  1871. "type": "string",
  1872. "description": "验证参数Bearer和token空格拼接",
  1873. "name": "Authorization",
  1874. "in": "header",
  1875. "required": true
  1876. },
  1877. {
  1878. "description": "落地页不填页大小默认20条数据",
  1879. "name": "req",
  1880. "in": "body",
  1881. "schema": {
  1882. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  1883. }
  1884. }
  1885. ],
  1886. "responses": {
  1887. "200": {
  1888. "description": "成功返回",
  1889. "schema": {
  1890. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  1891. }
  1892. },
  1893. "400": {
  1894. "description": "具体错误",
  1895. "schema": {
  1896. "$ref": "#/definitions/md.Response"
  1897. }
  1898. }
  1899. }
  1900. }
  1901. },
  1902. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  1903. "post": {
  1904. "description": "蛋蛋积分流水明细(查询)",
  1905. "consumes": [
  1906. "application/json"
  1907. ],
  1908. "produces": [
  1909. "application/json"
  1910. ],
  1911. "tags": [
  1912. "公排管理"
  1913. ],
  1914. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  1915. "parameters": [
  1916. {
  1917. "type": "string",
  1918. "description": "验证参数Bearer和token空格拼接",
  1919. "name": "Authorization",
  1920. "in": "header",
  1921. "required": true
  1922. },
  1923. {
  1924. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  1925. "name": "req",
  1926. "in": "body",
  1927. "required": true,
  1928. "schema": {
  1929. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  1930. }
  1931. }
  1932. ],
  1933. "responses": {
  1934. "200": {
  1935. "description": "成功返回",
  1936. "schema": {
  1937. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  1938. }
  1939. },
  1940. "400": {
  1941. "description": "具体错误",
  1942. "schema": {
  1943. "$ref": "#/definitions/md.Response"
  1944. }
  1945. }
  1946. }
  1947. }
  1948. },
  1949. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  1950. "post": {
  1951. "description": "社区分红(新增)",
  1952. "consumes": [
  1953. "application/json"
  1954. ],
  1955. "produces": [
  1956. "application/json"
  1957. ],
  1958. "tags": [
  1959. "公排管理"
  1960. ],
  1961. "summary": "制度中心-公排管理-社区分红(新增)",
  1962. "parameters": [
  1963. {
  1964. "type": "string",
  1965. "description": "验证参数Bearer和token空格拼接",
  1966. "name": "Authorization",
  1967. "in": "header",
  1968. "required": true
  1969. },
  1970. {
  1971. "description": "分红名称、分红总量",
  1972. "name": "req",
  1973. "in": "body",
  1974. "required": true,
  1975. "schema": {
  1976. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  1977. }
  1978. }
  1979. ],
  1980. "responses": {
  1981. "200": {
  1982. "description": "成功",
  1983. "schema": {
  1984. "type": "success"
  1985. }
  1986. },
  1987. "400": {
  1988. "description": "具体错误",
  1989. "schema": {
  1990. "$ref": "#/definitions/md.Response"
  1991. }
  1992. }
  1993. }
  1994. }
  1995. },
  1996. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  1997. "post": {
  1998. "description": "社区分红(查询)",
  1999. "consumes": [
  2000. "application/json"
  2001. ],
  2002. "produces": [
  2003. "application/json"
  2004. ],
  2005. "tags": [
  2006. "公排管理"
  2007. ],
  2008. "summary": "制度中心-公排管理-社区分红(查询)",
  2009. "parameters": [
  2010. {
  2011. "type": "string",
  2012. "description": "验证参数Bearer和token空格拼接",
  2013. "name": "Authorization",
  2014. "in": "header",
  2015. "required": true
  2016. },
  2017. {
  2018. "description": "页数、每页大小必填 起止时间、起止数量选填",
  2019. "name": "req",
  2020. "in": "body",
  2021. "required": true,
  2022. "schema": {
  2023. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  2024. }
  2025. }
  2026. ],
  2027. "responses": {
  2028. "200": {
  2029. "description": "具体数据",
  2030. "schema": {
  2031. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  2032. }
  2033. },
  2034. "400": {
  2035. "description": "具体错误",
  2036. "schema": {
  2037. "$ref": "#/definitions/md.Response"
  2038. }
  2039. }
  2040. }
  2041. }
  2042. },
  2043. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  2044. "post": {
  2045. "description": "社区长列表(新增)",
  2046. "consumes": [
  2047. "application/json"
  2048. ],
  2049. "produces": [
  2050. "application/json"
  2051. ],
  2052. "tags": [
  2053. "公排管理"
  2054. ],
  2055. "summary": "制度中心-公排管理-社区长列表(新增)",
  2056. "parameters": [
  2057. {
  2058. "type": "string",
  2059. "description": "验证参数Bearer和token空格拼接",
  2060. "name": "Authorization",
  2061. "in": "header",
  2062. "required": true
  2063. },
  2064. {
  2065. "description": "新增社区长 ID、备注",
  2066. "name": "req",
  2067. "in": "body",
  2068. "required": true,
  2069. "schema": {
  2070. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  2071. }
  2072. }
  2073. ],
  2074. "responses": {
  2075. "200": {
  2076. "description": "插入数据 ID",
  2077. "schema": {
  2078. "type": "int"
  2079. }
  2080. },
  2081. "400": {
  2082. "description": "具体错误",
  2083. "schema": {
  2084. "$ref": "#/definitions/md.Response"
  2085. }
  2086. }
  2087. }
  2088. }
  2089. },
  2090. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  2091. "post": {
  2092. "description": "社区长列表(查询)",
  2093. "consumes": [
  2094. "application/json"
  2095. ],
  2096. "produces": [
  2097. "application/json"
  2098. ],
  2099. "tags": [
  2100. "公排管理"
  2101. ],
  2102. "summary": "制度中心-公排管理-社区长列表(查询)",
  2103. "parameters": [
  2104. {
  2105. "type": "string",
  2106. "description": "验证参数Bearer和token空格拼接",
  2107. "name": "Authorization",
  2108. "in": "header",
  2109. "required": true
  2110. },
  2111. {
  2112. "description": "页数、每页大小必填 手机号、用户ID选填",
  2113. "name": "req",
  2114. "in": "body",
  2115. "required": true,
  2116. "schema": {
  2117. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  2118. }
  2119. }
  2120. ],
  2121. "responses": {
  2122. "200": {
  2123. "description": "社区长列表",
  2124. "schema": {
  2125. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  2126. }
  2127. },
  2128. "400": {
  2129. "description": "具体错误",
  2130. "schema": {
  2131. "$ref": "#/definitions/md.Response"
  2132. }
  2133. }
  2134. }
  2135. }
  2136. },
  2137. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  2138. "post": {
  2139. "description": "关系分布图(位置转换)",
  2140. "consumes": [
  2141. "application/json"
  2142. ],
  2143. "produces": [
  2144. "application/json"
  2145. ],
  2146. "tags": [
  2147. "公排管理"
  2148. ],
  2149. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  2150. "parameters": [
  2151. {
  2152. "type": "string",
  2153. "description": "验证参数Bearer和token空格拼接",
  2154. "name": "Authorization",
  2155. "in": "header",
  2156. "required": true
  2157. },
  2158. {
  2159. "description": "需要交换的两个位置",
  2160. "name": "req",
  2161. "in": "body",
  2162. "required": true,
  2163. "schema": {
  2164. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  2165. }
  2166. }
  2167. ],
  2168. "responses": {
  2169. "200": {
  2170. "description": "成功返回",
  2171. "schema": {
  2172. "type": ""
  2173. }
  2174. },
  2175. "400": {
  2176. "description": "具体错误",
  2177. "schema": {
  2178. "$ref": "#/definitions/md.Response"
  2179. }
  2180. }
  2181. }
  2182. }
  2183. },
  2184. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  2185. "get": {
  2186. "description": "关系分布图(获取指定用户上级)",
  2187. "consumes": [
  2188. "application/json"
  2189. ],
  2190. "produces": [
  2191. "application/json"
  2192. ],
  2193. "tags": [
  2194. "公排管理"
  2195. ],
  2196. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  2197. "parameters": [
  2198. {
  2199. "type": "string",
  2200. "description": "验证参数Bearer和token空格拼接",
  2201. "name": "Authorization",
  2202. "in": "header",
  2203. "required": true
  2204. },
  2205. {
  2206. "type": "string",
  2207. "description": "用户ID",
  2208. "name": "uid",
  2209. "in": "query",
  2210. "required": true
  2211. }
  2212. ],
  2213. "responses": {
  2214. "200": {
  2215. "description": "具体数据",
  2216. "schema": {
  2217. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  2218. }
  2219. },
  2220. "400": {
  2221. "description": "具体错误",
  2222. "schema": {
  2223. "$ref": "#/definitions/md.Response"
  2224. }
  2225. }
  2226. }
  2227. }
  2228. },
  2229. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  2230. "get": {
  2231. "description": "关系分布图(获取指定用户下级)",
  2232. "consumes": [
  2233. "application/json"
  2234. ],
  2235. "produces": [
  2236. "application/json"
  2237. ],
  2238. "tags": [
  2239. "公排管理"
  2240. ],
  2241. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  2242. "parameters": [
  2243. {
  2244. "type": "string",
  2245. "description": "验证参数Bearer和token空格拼接",
  2246. "name": "Authorization",
  2247. "in": "header",
  2248. "required": true
  2249. },
  2250. {
  2251. "type": "string",
  2252. "description": "用户ID",
  2253. "name": "uid",
  2254. "in": "query",
  2255. "required": true
  2256. }
  2257. ],
  2258. "responses": {
  2259. "200": {
  2260. "description": "具体数据",
  2261. "schema": {
  2262. "$ref": "#/definitions/md.TreeNode"
  2263. }
  2264. },
  2265. "400": {
  2266. "description": "具体错误",
  2267. "schema": {
  2268. "$ref": "#/definitions/md.Response"
  2269. }
  2270. }
  2271. }
  2272. }
  2273. },
  2274. "/api/institutionalManagement/publicPlatoon/getBasic": {
  2275. "get": {
  2276. "description": "公排基础设置(获取)",
  2277. "consumes": [
  2278. "application/json"
  2279. ],
  2280. "produces": [
  2281. "application/json"
  2282. ],
  2283. "tags": [
  2284. "公排管理"
  2285. ],
  2286. "summary": "制度中心-公排管理-公排基础设置(获取)",
  2287. "parameters": [
  2288. {
  2289. "type": "string",
  2290. "description": "验证参数Bearer和token空格拼接",
  2291. "name": "Authorization",
  2292. "in": "header",
  2293. "required": true
  2294. }
  2295. ],
  2296. "responses": {
  2297. "200": {
  2298. "description": "具体数据",
  2299. "schema": {
  2300. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  2301. }
  2302. },
  2303. "400": {
  2304. "description": "具体错误",
  2305. "schema": {
  2306. "$ref": "#/definitions/md.Response"
  2307. }
  2308. }
  2309. }
  2310. }
  2311. },
  2312. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  2313. "delete": {
  2314. "description": "免罚用户(删除)",
  2315. "consumes": [
  2316. "application/json"
  2317. ],
  2318. "produces": [
  2319. "application/json"
  2320. ],
  2321. "tags": [
  2322. "公排管理"
  2323. ],
  2324. "summary": "制度中心-公排管理-免罚用户(删除)",
  2325. "parameters": [
  2326. {
  2327. "type": "string",
  2328. "description": "验证参数Bearer和token空格拼接",
  2329. "name": "Authorization",
  2330. "in": "header",
  2331. "required": true
  2332. },
  2333. {
  2334. "description": "免罚用户ID",
  2335. "name": "req",
  2336. "in": "body",
  2337. "required": true,
  2338. "schema": {
  2339. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  2340. }
  2341. }
  2342. ],
  2343. "responses": {
  2344. "200": {
  2345. "description": "删除数据数量",
  2346. "schema": {
  2347. "type": "int"
  2348. }
  2349. },
  2350. "400": {
  2351. "description": "具体错误",
  2352. "schema": {
  2353. "$ref": "#/definitions/md.Response"
  2354. }
  2355. }
  2356. }
  2357. }
  2358. },
  2359. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  2360. "post": {
  2361. "description": "免罚用户(查询)",
  2362. "consumes": [
  2363. "application/json"
  2364. ],
  2365. "produces": [
  2366. "application/json"
  2367. ],
  2368. "tags": [
  2369. "公排管理"
  2370. ],
  2371. "summary": "制度中心-公排管理-免罚用户(查询)",
  2372. "parameters": [
  2373. {
  2374. "type": "string",
  2375. "description": "验证参数Bearer和token空格拼接",
  2376. "name": "Authorization",
  2377. "in": "header",
  2378. "required": true
  2379. },
  2380. {
  2381. "description": "页数和行数必填,uid选填",
  2382. "name": "req",
  2383. "in": "body",
  2384. "required": true,
  2385. "schema": {
  2386. "$ref": "#/definitions/md.GetFreePublishUserReq"
  2387. }
  2388. }
  2389. ],
  2390. "responses": {
  2391. "200": {
  2392. "description": "成功返回",
  2393. "schema": {
  2394. "$ref": "#/definitions/md.GetFreePublishUserResp"
  2395. }
  2396. },
  2397. "400": {
  2398. "description": "具体错误",
  2399. "schema": {
  2400. "$ref": "#/definitions/md.Response"
  2401. }
  2402. }
  2403. }
  2404. }
  2405. },
  2406. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  2407. "post": {
  2408. "description": "免罚用户(新增)",
  2409. "consumes": [
  2410. "application/json"
  2411. ],
  2412. "produces": [
  2413. "application/json"
  2414. ],
  2415. "tags": [
  2416. "公排管理"
  2417. ],
  2418. "summary": "制度中心-公排管理-免罚用户(新增)",
  2419. "parameters": [
  2420. {
  2421. "type": "string",
  2422. "description": "验证参数Bearer和token空格拼接",
  2423. "name": "Authorization",
  2424. "in": "header",
  2425. "required": true
  2426. },
  2427. {
  2428. "description": "免罚用户ID",
  2429. "name": "req",
  2430. "in": "body",
  2431. "required": true,
  2432. "schema": {
  2433. "$ref": "#/definitions/md.AddFreePublishUserReq"
  2434. }
  2435. }
  2436. ],
  2437. "responses": {
  2438. "200": {
  2439. "description": "插入数据 ID",
  2440. "schema": {
  2441. "type": "int"
  2442. }
  2443. },
  2444. "400": {
  2445. "description": "具体错误",
  2446. "schema": {
  2447. "$ref": "#/definitions/md.Response"
  2448. }
  2449. }
  2450. }
  2451. }
  2452. },
  2453. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  2454. "get": {
  2455. "description": "关系分布图(获取)",
  2456. "consumes": [
  2457. "application/json"
  2458. ],
  2459. "produces": [
  2460. "application/json"
  2461. ],
  2462. "tags": [
  2463. "公排管理"
  2464. ],
  2465. "summary": "制度中心-公排管理-关系分布图(获取)",
  2466. "parameters": [
  2467. {
  2468. "type": "string",
  2469. "description": "验证参数Bearer和token空格拼接",
  2470. "name": "Authorization",
  2471. "in": "header",
  2472. "required": true
  2473. },
  2474. {
  2475. "type": "string",
  2476. "description": "phone",
  2477. "name": "phone",
  2478. "in": "query",
  2479. "required": true
  2480. },
  2481. {
  2482. "type": "string",
  2483. "description": "uid",
  2484. "name": "uid",
  2485. "in": "query",
  2486. "required": true
  2487. }
  2488. ],
  2489. "responses": {
  2490. "200": {
  2491. "description": "具体数据",
  2492. "schema": {
  2493. "$ref": "#/definitions/md.TreeNode"
  2494. }
  2495. },
  2496. "400": {
  2497. "description": "具体错误",
  2498. "schema": {
  2499. "$ref": "#/definitions/md.Response"
  2500. }
  2501. }
  2502. }
  2503. }
  2504. },
  2505. "/api/institutionalManagement/publicPlatoon/selectMember": {
  2506. "post": {
  2507. "description": "公排基础设置选择会员(查询)",
  2508. "consumes": [
  2509. "application/json"
  2510. ],
  2511. "produces": [
  2512. "application/json"
  2513. ],
  2514. "tags": [
  2515. "公排管理"
  2516. ],
  2517. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  2518. "parameters": [
  2519. {
  2520. "type": "string",
  2521. "description": "验证参数Bearer和token空格拼接",
  2522. "name": "Authorization",
  2523. "in": "header",
  2524. "required": true
  2525. },
  2526. {
  2527. "description": "分页信息必填",
  2528. "name": "req",
  2529. "in": "body",
  2530. "required": true,
  2531. "schema": {
  2532. "$ref": "#/definitions/md.SelectMemberReq"
  2533. }
  2534. }
  2535. ],
  2536. "responses": {
  2537. "200": {
  2538. "description": "具体数据",
  2539. "schema": {
  2540. "$ref": "#/definitions/md.SelectMemberResp"
  2541. }
  2542. },
  2543. "400": {
  2544. "description": "具体错误",
  2545. "schema": {
  2546. "$ref": "#/definitions/md.Response"
  2547. }
  2548. }
  2549. }
  2550. }
  2551. },
  2552. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  2553. "put": {
  2554. "description": "公排基础设置(修改)",
  2555. "consumes": [
  2556. "application/json"
  2557. ],
  2558. "produces": [
  2559. "application/json"
  2560. ],
  2561. "tags": [
  2562. "公排管理"
  2563. ],
  2564. "summary": "制度中心-公排管理-公排基础设置(修改)",
  2565. "parameters": [
  2566. {
  2567. "type": "string",
  2568. "description": "验证参数Bearer和token空格拼接",
  2569. "name": "Authorization",
  2570. "in": "header",
  2571. "required": true
  2572. },
  2573. {
  2574. "description": "公排设置表单内容",
  2575. "name": "req",
  2576. "in": "body",
  2577. "required": true,
  2578. "schema": {
  2579. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  2580. }
  2581. }
  2582. ],
  2583. "responses": {
  2584. "200": {
  2585. "description": "success",
  2586. "schema": {
  2587. "type": "string"
  2588. }
  2589. },
  2590. "400": {
  2591. "description": "具体错误",
  2592. "schema": {
  2593. "$ref": "#/definitions/md.Response"
  2594. }
  2595. }
  2596. }
  2597. }
  2598. },
  2599. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  2600. "post": {
  2601. "description": "日活分析",
  2602. "consumes": [
  2603. "application/json"
  2604. ],
  2605. "produces": [
  2606. "application/json"
  2607. ],
  2608. "tags": [
  2609. "公排管理"
  2610. ],
  2611. "summary": "制度中心-公排管理-日活分析",
  2612. "parameters": [
  2613. {
  2614. "type": "string",
  2615. "description": "验证参数Bearer和token空格拼接",
  2616. "name": "Authorization",
  2617. "in": "header",
  2618. "required": true
  2619. },
  2620. {
  2621. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  2622. "name": "req",
  2623. "in": "body",
  2624. "required": true,
  2625. "schema": {
  2626. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  2627. }
  2628. }
  2629. ],
  2630. "responses": {
  2631. "200": {
  2632. "description": "具体数据",
  2633. "schema": {
  2634. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  2635. }
  2636. },
  2637. "400": {
  2638. "description": "具体错误",
  2639. "schema": {
  2640. "$ref": "#/definitions/md.Response"
  2641. }
  2642. }
  2643. }
  2644. }
  2645. },
  2646. "/api/login": {
  2647. "post": {
  2648. "description": "登入",
  2649. "consumes": [
  2650. "application/json"
  2651. ],
  2652. "produces": [
  2653. "application/json"
  2654. ],
  2655. "tags": [
  2656. "登录"
  2657. ],
  2658. "summary": "登陆",
  2659. "parameters": [
  2660. {
  2661. "description": "用户名密码",
  2662. "name": "req",
  2663. "in": "body",
  2664. "required": true,
  2665. "schema": {
  2666. "$ref": "#/definitions/md.LoginReq"
  2667. }
  2668. }
  2669. ],
  2670. "responses": {
  2671. "200": {
  2672. "description": "token",
  2673. "schema": {
  2674. "$ref": "#/definitions/md.LoginResponse"
  2675. }
  2676. },
  2677. "400": {
  2678. "description": "具体错误",
  2679. "schema": {
  2680. "$ref": "#/definitions/md.Response"
  2681. }
  2682. }
  2683. }
  2684. }
  2685. },
  2686. "/api/marketingApplications/newUserRedPackage/getBasic": {
  2687. "get": {
  2688. "description": "新人红包设置(获取)",
  2689. "consumes": [
  2690. "application/json"
  2691. ],
  2692. "produces": [
  2693. "application/json"
  2694. ],
  2695. "tags": [
  2696. "营销应用"
  2697. ],
  2698. "summary": "制度中心-营销应用-新人红包设置(获取)",
  2699. "parameters": [
  2700. {
  2701. "type": "string",
  2702. "description": "验证参数Bearer和token空格拼接",
  2703. "name": "Authorization",
  2704. "in": "header",
  2705. "required": true
  2706. }
  2707. ],
  2708. "responses": {
  2709. "200": {
  2710. "description": "具体数据",
  2711. "schema": {
  2712. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  2713. }
  2714. },
  2715. "400": {
  2716. "description": "具体错误",
  2717. "schema": {
  2718. "$ref": "#/definitions/md.Response"
  2719. }
  2720. }
  2721. }
  2722. }
  2723. },
  2724. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  2725. "post": {
  2726. "description": "新人红包列表明细(查询)",
  2727. "consumes": [
  2728. "application/json"
  2729. ],
  2730. "produces": [
  2731. "application/json"
  2732. ],
  2733. "tags": [
  2734. "营销应用"
  2735. ],
  2736. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  2737. "parameters": [
  2738. {
  2739. "type": "string",
  2740. "description": "验证参数Bearer和token空格拼接",
  2741. "name": "Authorization",
  2742. "in": "header",
  2743. "required": true
  2744. },
  2745. {
  2746. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  2747. "name": "req",
  2748. "in": "body",
  2749. "required": true,
  2750. "schema": {
  2751. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  2752. }
  2753. }
  2754. ],
  2755. "responses": {
  2756. "200": {
  2757. "description": "具体数据",
  2758. "schema": {
  2759. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  2760. }
  2761. },
  2762. "400": {
  2763. "description": "具体错误",
  2764. "schema": {
  2765. "$ref": "#/definitions/md.Response"
  2766. }
  2767. }
  2768. }
  2769. }
  2770. },
  2771. "/api/marketingApplications/newUserRedPackage/recordList": {
  2772. "post": {
  2773. "description": "新人红包列表(查询)",
  2774. "consumes": [
  2775. "application/json"
  2776. ],
  2777. "produces": [
  2778. "application/json"
  2779. ],
  2780. "tags": [
  2781. "营销应用"
  2782. ],
  2783. "summary": "制度中心-营销应用-新人红包列表(查询)",
  2784. "parameters": [
  2785. {
  2786. "type": "string",
  2787. "description": "验证参数Bearer和token空格拼接",
  2788. "name": "Authorization",
  2789. "in": "header",
  2790. "required": true
  2791. },
  2792. {
  2793. "description": "新人红包列表查询条件(分页信息必填)",
  2794. "name": "req",
  2795. "in": "body",
  2796. "required": true,
  2797. "schema": {
  2798. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  2799. }
  2800. }
  2801. ],
  2802. "responses": {
  2803. "200": {
  2804. "description": "具体数据",
  2805. "schema": {
  2806. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  2807. }
  2808. },
  2809. "400": {
  2810. "description": "具体错误",
  2811. "schema": {
  2812. "$ref": "#/definitions/md.Response"
  2813. }
  2814. }
  2815. }
  2816. }
  2817. },
  2818. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  2819. "put": {
  2820. "description": "新人红包设置(修改)",
  2821. "consumes": [
  2822. "application/json"
  2823. ],
  2824. "produces": [
  2825. "application/json"
  2826. ],
  2827. "tags": [
  2828. "营销应用"
  2829. ],
  2830. "summary": "制度中心-营销应用-新人红包设置(修改)",
  2831. "parameters": [
  2832. {
  2833. "type": "string",
  2834. "description": "验证参数Bearer和token空格拼接",
  2835. "name": "Authorization",
  2836. "in": "header",
  2837. "required": true
  2838. },
  2839. {
  2840. "description": "新人红包设置表单",
  2841. "name": "req",
  2842. "in": "body",
  2843. "required": true,
  2844. "schema": {
  2845. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  2846. }
  2847. }
  2848. ],
  2849. "responses": {
  2850. "200": {
  2851. "description": "success",
  2852. "schema": {
  2853. "type": "string"
  2854. }
  2855. },
  2856. "400": {
  2857. "description": "具体错误",
  2858. "schema": {
  2859. "$ref": "#/definitions/md.Response"
  2860. }
  2861. }
  2862. }
  2863. }
  2864. },
  2865. "/api/memberCenter/levelManagement/addLevel": {
  2866. "post": {
  2867. "description": "等级管理(新增)",
  2868. "consumes": [
  2869. "application/json"
  2870. ],
  2871. "produces": [
  2872. "application/json"
  2873. ],
  2874. "tags": [
  2875. "会员中心"
  2876. ],
  2877. "summary": "制度中心-会员中心-等级管理(新增)",
  2878. "parameters": [
  2879. {
  2880. "type": "string",
  2881. "description": "验证参数Bearer和token空格拼接",
  2882. "name": "Authorization",
  2883. "in": "header",
  2884. "required": true
  2885. },
  2886. {
  2887. "description": "需要新增的等级信息",
  2888. "name": "req",
  2889. "in": "body",
  2890. "required": true,
  2891. "schema": {
  2892. "$ref": "#/definitions/md.AddLevelReq"
  2893. }
  2894. }
  2895. ],
  2896. "responses": {
  2897. "200": {
  2898. "description": "新增等级ID",
  2899. "schema": {
  2900. "type": "int"
  2901. }
  2902. },
  2903. "400": {
  2904. "description": "具体错误",
  2905. "schema": {
  2906. "$ref": "#/definitions/md.Response"
  2907. }
  2908. }
  2909. }
  2910. }
  2911. },
  2912. "/api/memberCenter/levelManagement/addLevelTask": {
  2913. "post": {
  2914. "description": "等级任务(新增)",
  2915. "consumes": [
  2916. "application/json"
  2917. ],
  2918. "produces": [
  2919. "application/json"
  2920. ],
  2921. "tags": [
  2922. "会员中心"
  2923. ],
  2924. "summary": "制度中心-会员中心-等级明细-等级任务(新增)",
  2925. "parameters": [
  2926. {
  2927. "type": "string",
  2928. "description": "验证参数Bearer和token空格拼接",
  2929. "name": "Authorization",
  2930. "in": "header",
  2931. "required": true
  2932. },
  2933. {
  2934. "description": "需要新增的任务信息",
  2935. "name": "req",
  2936. "in": "body",
  2937. "required": true,
  2938. "schema": {
  2939. "$ref": "#/definitions/md.AddLevelTaskReq"
  2940. }
  2941. }
  2942. ],
  2943. "responses": {
  2944. "200": {
  2945. "description": "新增的任务ID",
  2946. "schema": {
  2947. "type": "int"
  2948. }
  2949. },
  2950. "400": {
  2951. "description": "具体错误",
  2952. "schema": {
  2953. "$ref": "#/definitions/md.Response"
  2954. }
  2955. }
  2956. }
  2957. }
  2958. },
  2959. "/api/memberCenter/levelManagement/deleteLevel": {
  2960. "delete": {
  2961. "description": "等级管理(删除)",
  2962. "consumes": [
  2963. "application/json"
  2964. ],
  2965. "produces": [
  2966. "application/json"
  2967. ],
  2968. "tags": [
  2969. "会员中心"
  2970. ],
  2971. "summary": "制度中心-会员中心-等级管理(删除)",
  2972. "parameters": [
  2973. {
  2974. "type": "string",
  2975. "description": "验证参数Bearer和token空格拼接",
  2976. "name": "Authorization",
  2977. "in": "header",
  2978. "required": true
  2979. },
  2980. {
  2981. "description": "需要删除的等级 ID",
  2982. "name": "req",
  2983. "in": "body",
  2984. "required": true,
  2985. "schema": {
  2986. "$ref": "#/definitions/md.DeleteLevelReq"
  2987. }
  2988. }
  2989. ],
  2990. "responses": {
  2991. "200": {
  2992. "description": "成功删除数据数量",
  2993. "schema": {
  2994. "type": "int"
  2995. }
  2996. },
  2997. "400": {
  2998. "description": "具体错误",
  2999. "schema": {
  3000. "$ref": "#/definitions/md.Response"
  3001. }
  3002. }
  3003. }
  3004. }
  3005. },
  3006. "/api/memberCenter/levelManagement/deleteLevelTask": {
  3007. "delete": {
  3008. "description": "等级任务(删除)",
  3009. "consumes": [
  3010. "application/json"
  3011. ],
  3012. "produces": [
  3013. "application/json"
  3014. ],
  3015. "tags": [
  3016. "会员中心"
  3017. ],
  3018. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  3019. "parameters": [
  3020. {
  3021. "type": "string",
  3022. "description": "验证参数Bearer和token空格拼接",
  3023. "name": "Authorization",
  3024. "in": "header",
  3025. "required": true
  3026. },
  3027. {
  3028. "description": "需要删除的等级任务ID",
  3029. "name": "req",
  3030. "in": "body",
  3031. "required": true,
  3032. "schema": {
  3033. "$ref": "#/definitions/md.DeleteTaskReq"
  3034. }
  3035. }
  3036. ],
  3037. "responses": {
  3038. "200": {
  3039. "description": "成功删除数据数量",
  3040. "schema": {
  3041. "type": "int"
  3042. }
  3043. },
  3044. "400": {
  3045. "description": "具体错误",
  3046. "schema": {
  3047. "$ref": "#/definitions/md.Response"
  3048. }
  3049. }
  3050. }
  3051. }
  3052. },
  3053. "/api/memberCenter/levelManagement/getLevelList": {
  3054. "get": {
  3055. "description": "标签管理(获取)",
  3056. "consumes": [
  3057. "application/json"
  3058. ],
  3059. "produces": [
  3060. "application/json"
  3061. ],
  3062. "tags": [
  3063. "会员中心"
  3064. ],
  3065. "summary": "制度中心-会员中心-等级管理(获取)",
  3066. "parameters": [
  3067. {
  3068. "type": "string",
  3069. "description": "验证参数Bearer和token空格拼接",
  3070. "name": "Authorization",
  3071. "in": "header",
  3072. "required": true
  3073. },
  3074. {
  3075. "type": "integer",
  3076. "description": "每页大小",
  3077. "name": "limit",
  3078. "in": "query",
  3079. "required": true
  3080. },
  3081. {
  3082. "type": "integer",
  3083. "description": "页数",
  3084. "name": "page",
  3085. "in": "query",
  3086. "required": true
  3087. }
  3088. ],
  3089. "responses": {
  3090. "200": {
  3091. "description": "具体数据",
  3092. "schema": {
  3093. "$ref": "#/definitions/md.GetLevelListResp"
  3094. }
  3095. },
  3096. "400": {
  3097. "description": "具体错误",
  3098. "schema": {
  3099. "$ref": "#/definitions/md.Response"
  3100. }
  3101. }
  3102. }
  3103. }
  3104. },
  3105. "/api/memberCenter/levelManagement/getOneLevel": {
  3106. "get": {
  3107. "description": "等级明细(获取)",
  3108. "consumes": [
  3109. "application/json"
  3110. ],
  3111. "produces": [
  3112. "application/json"
  3113. ],
  3114. "tags": [
  3115. "会员中心"
  3116. ],
  3117. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  3118. "parameters": [
  3119. {
  3120. "type": "string",
  3121. "description": "验证参数Bearer和token空格拼接",
  3122. "name": "Authorization",
  3123. "in": "header",
  3124. "required": true
  3125. },
  3126. {
  3127. "type": "integer",
  3128. "description": "等级 ID",
  3129. "name": "level_id",
  3130. "in": "query",
  3131. "required": true
  3132. }
  3133. ],
  3134. "responses": {
  3135. "200": {
  3136. "description": "具体数据",
  3137. "schema": {
  3138. "$ref": "#/definitions/md.GetOneLevelResp"
  3139. }
  3140. },
  3141. "400": {
  3142. "description": "具体错误",
  3143. "schema": {
  3144. "$ref": "#/definitions/md.Response"
  3145. }
  3146. }
  3147. }
  3148. }
  3149. },
  3150. "/api/memberCenter/levelManagement/updateLevel": {
  3151. "post": {
  3152. "description": "等级管理(更新)",
  3153. "consumes": [
  3154. "application/json"
  3155. ],
  3156. "produces": [
  3157. "application/json"
  3158. ],
  3159. "tags": [
  3160. "会员中心"
  3161. ],
  3162. "summary": "制度中心-会员中心-等级管理(更新)",
  3163. "parameters": [
  3164. {
  3165. "type": "string",
  3166. "description": "验证参数Bearer和token空格拼接",
  3167. "name": "Authorization",
  3168. "in": "header",
  3169. "required": true
  3170. },
  3171. {
  3172. "description": "需要修改的等级信息",
  3173. "name": "req",
  3174. "in": "body",
  3175. "required": true,
  3176. "schema": {
  3177. "$ref": "#/definitions/md.UpdateLevelReq"
  3178. }
  3179. }
  3180. ],
  3181. "responses": {
  3182. "200": {
  3183. "description": "成功修改数据条数",
  3184. "schema": {
  3185. "type": "int"
  3186. }
  3187. },
  3188. "400": {
  3189. "description": "具体错误",
  3190. "schema": {
  3191. "$ref": "#/definitions/md.Response"
  3192. }
  3193. }
  3194. }
  3195. }
  3196. },
  3197. "/api/memberCenter/levelManagement/updateLevelTask": {
  3198. "post": {
  3199. "description": "等级任务(更新)",
  3200. "consumes": [
  3201. "application/json"
  3202. ],
  3203. "produces": [
  3204. "application/json"
  3205. ],
  3206. "tags": [
  3207. "会员中心"
  3208. ],
  3209. "summary": "制度中心-会员中心-等级明细-等级任务(更新)",
  3210. "parameters": [
  3211. {
  3212. "type": "string",
  3213. "description": "验证参数Bearer和token空格拼接",
  3214. "name": "Authorization",
  3215. "in": "header",
  3216. "required": true
  3217. },
  3218. {
  3219. "description": "需要修改的等级任务信息",
  3220. "name": "req",
  3221. "in": "body",
  3222. "required": true,
  3223. "schema": {
  3224. "$ref": "#/definitions/md.UpdateLevelTaskReq"
  3225. }
  3226. }
  3227. ],
  3228. "responses": {
  3229. "200": {
  3230. "description": "成功修改数据条数",
  3231. "schema": {
  3232. "type": "int"
  3233. }
  3234. },
  3235. "400": {
  3236. "description": "具体错误",
  3237. "schema": {
  3238. "$ref": "#/definitions/md.Response"
  3239. }
  3240. }
  3241. }
  3242. }
  3243. },
  3244. "/api/memberCenter/tagManagement/addTag": {
  3245. "post": {
  3246. "description": "标签管理(新增)",
  3247. "consumes": [
  3248. "application/json"
  3249. ],
  3250. "produces": [
  3251. "application/json"
  3252. ],
  3253. "tags": [
  3254. "会员中心"
  3255. ],
  3256. "summary": "制度中心-会员中心-标签管理(新增)",
  3257. "parameters": [
  3258. {
  3259. "type": "string",
  3260. "description": "验证参数Bearer和token空格拼接",
  3261. "name": "Authorization",
  3262. "in": "header",
  3263. "required": true
  3264. },
  3265. {
  3266. "description": "新增的标签信息",
  3267. "name": "req",
  3268. "in": "body",
  3269. "required": true,
  3270. "schema": {
  3271. "$ref": "#/definitions/md.AddTagReq"
  3272. }
  3273. }
  3274. ],
  3275. "responses": {
  3276. "200": {
  3277. "description": "新增的标签 ID",
  3278. "schema": {
  3279. "type": "int"
  3280. }
  3281. },
  3282. "400": {
  3283. "description": "具体错误",
  3284. "schema": {
  3285. "$ref": "#/definitions/md.Response"
  3286. }
  3287. }
  3288. }
  3289. }
  3290. },
  3291. "/api/memberCenter/tagManagement/deleteTag": {
  3292. "delete": {
  3293. "description": "标签管理(删除)",
  3294. "consumes": [
  3295. "application/json"
  3296. ],
  3297. "produces": [
  3298. "application/json"
  3299. ],
  3300. "tags": [
  3301. "会员中心"
  3302. ],
  3303. "summary": "制度中心-会员中心-标签管理(删除)",
  3304. "parameters": [
  3305. {
  3306. "type": "string",
  3307. "description": "验证参数Bearer和token空格拼接",
  3308. "name": "Authorization",
  3309. "in": "header",
  3310. "required": true
  3311. },
  3312. {
  3313. "description": "需要删除的标签 ID",
  3314. "name": "req",
  3315. "in": "body",
  3316. "required": true,
  3317. "schema": {
  3318. "$ref": "#/definitions/md.DeleteTagReq"
  3319. }
  3320. }
  3321. ],
  3322. "responses": {
  3323. "200": {
  3324. "description": "成功删除标签用户数",
  3325. "schema": {
  3326. "type": "int"
  3327. }
  3328. },
  3329. "400": {
  3330. "description": "具体错误",
  3331. "schema": {
  3332. "$ref": "#/definitions/md.Response"
  3333. }
  3334. }
  3335. }
  3336. }
  3337. },
  3338. "/api/memberCenter/tagManagement/getTagList": {
  3339. "get": {
  3340. "description": "标签管理(获取)",
  3341. "consumes": [
  3342. "application/json"
  3343. ],
  3344. "produces": [
  3345. "application/json"
  3346. ],
  3347. "tags": [
  3348. "会员中心"
  3349. ],
  3350. "summary": "制度中心-会员中心-标签管理(获取)",
  3351. "parameters": [
  3352. {
  3353. "type": "string",
  3354. "description": "验证参数Bearer和token空格拼接",
  3355. "name": "Authorization",
  3356. "in": "header",
  3357. "required": true
  3358. },
  3359. {
  3360. "type": "integer",
  3361. "description": "每页大小",
  3362. "name": "limit",
  3363. "in": "query",
  3364. "required": true
  3365. },
  3366. {
  3367. "type": "integer",
  3368. "description": "页数",
  3369. "name": "page",
  3370. "in": "query",
  3371. "required": true
  3372. }
  3373. ],
  3374. "responses": {
  3375. "200": {
  3376. "description": "具体数据",
  3377. "schema": {
  3378. "$ref": "#/definitions/md.GetTagListResp"
  3379. }
  3380. },
  3381. "400": {
  3382. "description": "具体错误",
  3383. "schema": {
  3384. "$ref": "#/definitions/md.Response"
  3385. }
  3386. }
  3387. }
  3388. }
  3389. },
  3390. "/api/memberCenter/tagManagement/updateTag": {
  3391. "post": {
  3392. "description": "标签管理(更新)",
  3393. "consumes": [
  3394. "application/json"
  3395. ],
  3396. "produces": [
  3397. "application/json"
  3398. ],
  3399. "tags": [
  3400. "会员中心"
  3401. ],
  3402. "summary": "制度中心-会员中心-标签管理(更新)",
  3403. "parameters": [
  3404. {
  3405. "type": "string",
  3406. "description": "验证参数Bearer和token空格拼接",
  3407. "name": "Authorization",
  3408. "in": "header",
  3409. "required": true
  3410. },
  3411. {
  3412. "description": "需要修改的标签信息",
  3413. "name": "req",
  3414. "in": "body",
  3415. "required": true,
  3416. "schema": {
  3417. "$ref": "#/definitions/md.UpdateTagReq"
  3418. }
  3419. }
  3420. ],
  3421. "responses": {
  3422. "200": {
  3423. "description": "成功修改数据条数",
  3424. "schema": {
  3425. "type": "int"
  3426. }
  3427. },
  3428. "400": {
  3429. "description": "具体错误",
  3430. "schema": {
  3431. "$ref": "#/definitions/md.Response"
  3432. }
  3433. }
  3434. }
  3435. }
  3436. },
  3437. "/api/memberCenter/userManagement/balanceDetail": {
  3438. "get": {
  3439. "description": "会员明细(余额获取)",
  3440. "consumes": [
  3441. "application/json"
  3442. ],
  3443. "produces": [
  3444. "application/json"
  3445. ],
  3446. "tags": [
  3447. "会员中心"
  3448. ],
  3449. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  3450. "parameters": [
  3451. {
  3452. "type": "string",
  3453. "description": "验证参数Bearer和token空格拼接",
  3454. "name": "Authorization",
  3455. "in": "header",
  3456. "required": true
  3457. },
  3458. {
  3459. "type": "string",
  3460. "description": "用户 ID",
  3461. "name": "uid",
  3462. "in": "query",
  3463. "required": true
  3464. },
  3465. {
  3466. "type": "string",
  3467. "description": "每页大小",
  3468. "name": "limit",
  3469. "in": "query",
  3470. "required": true
  3471. },
  3472. {
  3473. "type": "string",
  3474. "description": "页数",
  3475. "name": "page",
  3476. "in": "query",
  3477. "required": true
  3478. }
  3479. ],
  3480. "responses": {
  3481. "200": {
  3482. "description": "具体数据",
  3483. "schema": {
  3484. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  3485. }
  3486. },
  3487. "400": {
  3488. "description": "具体错误",
  3489. "schema": {
  3490. "$ref": "#/definitions/md.Response"
  3491. }
  3492. }
  3493. }
  3494. }
  3495. },
  3496. "/api/memberCenter/userManagement/getFans": {
  3497. "get": {
  3498. "description": "会员明细粉丝情况(获取)",
  3499. "consumes": [
  3500. "application/json"
  3501. ],
  3502. "produces": [
  3503. "application/json"
  3504. ],
  3505. "tags": [
  3506. "会员中心"
  3507. ],
  3508. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  3509. "parameters": [
  3510. {
  3511. "type": "string",
  3512. "description": "验证参数Bearer和token空格拼接",
  3513. "name": "Authorization",
  3514. "in": "header",
  3515. "required": true
  3516. },
  3517. {
  3518. "type": "string",
  3519. "description": "用户 ID",
  3520. "name": "uid",
  3521. "in": "query",
  3522. "required": true
  3523. },
  3524. {
  3525. "type": "string",
  3526. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  3527. "name": "type",
  3528. "in": "query",
  3529. "required": true
  3530. },
  3531. {
  3532. "type": "string",
  3533. "description": "每页大小",
  3534. "name": "limit",
  3535. "in": "query",
  3536. "required": true
  3537. },
  3538. {
  3539. "type": "string",
  3540. "description": "页数",
  3541. "name": "page",
  3542. "in": "query",
  3543. "required": true
  3544. }
  3545. ],
  3546. "responses": {
  3547. "200": {
  3548. "description": "具体数据",
  3549. "schema": {
  3550. "$ref": "#/definitions/md.UserManagementGetFansResp"
  3551. }
  3552. },
  3553. "400": {
  3554. "description": "具体错误",
  3555. "schema": {
  3556. "$ref": "#/definitions/md.Response"
  3557. }
  3558. }
  3559. }
  3560. }
  3561. },
  3562. "/api/memberCenter/userManagement/getUserList": {
  3563. "post": {
  3564. "description": "用户信息管理(获取)",
  3565. "consumes": [
  3566. "application/json"
  3567. ],
  3568. "produces": [
  3569. "application/json"
  3570. ],
  3571. "tags": [
  3572. "会员中心"
  3573. ],
  3574. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  3575. "parameters": [
  3576. {
  3577. "type": "string",
  3578. "description": "验证参数Bearer和token空格拼接",
  3579. "name": "Authorization",
  3580. "in": "header",
  3581. "required": true
  3582. },
  3583. {
  3584. "description": "分页信息必填",
  3585. "name": "req",
  3586. "in": "body",
  3587. "required": true,
  3588. "schema": {
  3589. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  3590. }
  3591. }
  3592. ],
  3593. "responses": {
  3594. "200": {
  3595. "description": "具体数据",
  3596. "schema": {
  3597. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  3598. }
  3599. },
  3600. "400": {
  3601. "description": "具体错误",
  3602. "schema": {
  3603. "$ref": "#/definitions/md.Response"
  3604. }
  3605. }
  3606. }
  3607. }
  3608. },
  3609. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  3610. "get": {
  3611. "description": "会员明细(积分明细获取)",
  3612. "consumes": [
  3613. "application/json"
  3614. ],
  3615. "produces": [
  3616. "application/json"
  3617. ],
  3618. "tags": [
  3619. "会员中心"
  3620. ],
  3621. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  3622. "parameters": [
  3623. {
  3624. "type": "string",
  3625. "description": "验证参数Bearer和token空格拼接",
  3626. "name": "Authorization",
  3627. "in": "header",
  3628. "required": true
  3629. },
  3630. {
  3631. "type": "string",
  3632. "description": "用户 ID",
  3633. "name": "uid",
  3634. "in": "query",
  3635. "required": true
  3636. },
  3637. {
  3638. "type": "string",
  3639. "description": "货币 ID",
  3640. "name": "coinId",
  3641. "in": "query",
  3642. "required": true
  3643. },
  3644. {
  3645. "type": "string",
  3646. "description": "每页大小",
  3647. "name": "limit",
  3648. "in": "query",
  3649. "required": true
  3650. },
  3651. {
  3652. "type": "string",
  3653. "description": "页数",
  3654. "name": "page",
  3655. "in": "query",
  3656. "required": true
  3657. }
  3658. ],
  3659. "responses": {
  3660. "200": {
  3661. "description": "具体数据",
  3662. "schema": {
  3663. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  3664. }
  3665. },
  3666. "400": {
  3667. "description": "具体错误",
  3668. "schema": {
  3669. "$ref": "#/definitions/md.Response"
  3670. }
  3671. }
  3672. }
  3673. }
  3674. },
  3675. "/api/memberCenter/userManagement/updateUserInfo": {
  3676. "post": {
  3677. "description": "用户信息管理(更新)",
  3678. "consumes": [
  3679. "application/json"
  3680. ],
  3681. "produces": [
  3682. "application/json"
  3683. ],
  3684. "tags": [
  3685. "会员中心"
  3686. ],
  3687. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  3688. "parameters": [
  3689. {
  3690. "type": "string",
  3691. "description": "验证参数Bearer和token空格拼接",
  3692. "name": "Authorization",
  3693. "in": "header",
  3694. "required": true
  3695. },
  3696. {
  3697. "description": "用户ID 必传",
  3698. "name": "req",
  3699. "in": "body",
  3700. "required": true,
  3701. "schema": {
  3702. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  3703. }
  3704. }
  3705. ],
  3706. "responses": {
  3707. "200": {
  3708. "description": "修改数据行数",
  3709. "schema": {
  3710. "type": "int"
  3711. }
  3712. },
  3713. "400": {
  3714. "description": "具体错误",
  3715. "schema": {
  3716. "$ref": "#/definitions/md.Response"
  3717. }
  3718. }
  3719. }
  3720. }
  3721. },
  3722. "/api/memberCenter/userManagement/userData": {
  3723. "get": {
  3724. "description": "会员明细概况(获取)",
  3725. "consumes": [
  3726. "application/json"
  3727. ],
  3728. "produces": [
  3729. "application/json"
  3730. ],
  3731. "tags": [
  3732. "会员中心"
  3733. ],
  3734. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  3735. "parameters": [
  3736. {
  3737. "type": "string",
  3738. "description": "验证参数Bearer和token空格拼接",
  3739. "name": "Authorization",
  3740. "in": "header",
  3741. "required": true
  3742. },
  3743. {
  3744. "type": "string",
  3745. "description": "用户 ID",
  3746. "name": "uid",
  3747. "in": "query",
  3748. "required": true
  3749. }
  3750. ],
  3751. "responses": {
  3752. "200": {
  3753. "description": "会员明细概况具体数据",
  3754. "schema": {
  3755. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  3756. }
  3757. },
  3758. "400": {
  3759. "description": "具体错误",
  3760. "schema": {
  3761. "$ref": "#/definitions/md.Response"
  3762. }
  3763. }
  3764. }
  3765. }
  3766. }
  3767. },
  3768. "definitions": {
  3769. "applet_app_md_financial_center.Paginate": {
  3770. "type": "object",
  3771. "properties": {
  3772. "limit": {
  3773. "description": "每页大小",
  3774. "type": "integer"
  3775. },
  3776. "page": {
  3777. "description": "页数",
  3778. "type": "integer"
  3779. },
  3780. "total": {
  3781. "description": "总数据量",
  3782. "type": "integer"
  3783. }
  3784. }
  3785. },
  3786. "applet_app_md_im.GetBasicResp": {
  3787. "type": "object",
  3788. "properties": {
  3789. "chat_sensitive_words": {
  3790. "type": "string",
  3791. "example": "聊天敏感词"
  3792. },
  3793. "is_allow_add_friends": {
  3794. "type": "string",
  3795. "example": "是否允许加好友"
  3796. },
  3797. "is_auto_add_friends": {
  3798. "type": "string",
  3799. "example": "是否自动加好友"
  3800. },
  3801. "prohibit_add_group_members": {
  3802. "type": "string",
  3803. "example": "是否禁止添加群成员"
  3804. },
  3805. "prohibit_remove_group_members": {
  3806. "type": "string",
  3807. "example": "是否禁止移出群成员"
  3808. },
  3809. "prohibit_update_group_name": {
  3810. "type": "string",
  3811. "example": "是否禁止修改群名称"
  3812. }
  3813. }
  3814. },
  3815. "applet_app_md_im.SetBasicReq": {
  3816. "type": "object",
  3817. "properties": {
  3818. "chat_sensitive_words": {
  3819. "type": "string",
  3820. "example": "聊天敏感词"
  3821. },
  3822. "is_allow_add_friends": {
  3823. "type": "string",
  3824. "example": "是否允许加好友"
  3825. },
  3826. "is_auto_add_friends": {
  3827. "type": "string",
  3828. "example": "是否自动加好友"
  3829. },
  3830. "prohibit_add_group_members": {
  3831. "type": "string",
  3832. "example": "是否禁止添加群成员"
  3833. },
  3834. "prohibit_remove_group_members": {
  3835. "type": "string",
  3836. "example": "是否禁止移出群成员"
  3837. },
  3838. "prohibit_update_group_name": {
  3839. "type": "string",
  3840. "example": "是否禁止修改群名称"
  3841. }
  3842. }
  3843. },
  3844. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  3845. "type": "object",
  3846. "properties": {
  3847. "direct_push_reward": {
  3848. "description": "直推奖励",
  3849. "allOf": [
  3850. {
  3851. "$ref": "#/definitions/md.TeamRewardSettingStruct"
  3852. }
  3853. ]
  3854. },
  3855. "is_open": {
  3856. "description": "是否开启(1:开启 0:关闭)",
  3857. "type": "integer"
  3858. },
  3859. "person_egg_energy_coin_id": {
  3860. "description": "个人蛋蛋能量对应虚拟币 id",
  3861. "type": "integer"
  3862. },
  3863. "person_egg_points_coin_id": {
  3864. "description": "个人蛋蛋积分对应虚拟币 id",
  3865. "type": "integer"
  3866. },
  3867. "team_egg_energy_coin_id": {
  3868. "description": "团队蛋蛋能量对应虚拟币 id",
  3869. "type": "integer"
  3870. },
  3871. "team_egg_points_coin_id": {
  3872. "description": "团队蛋蛋积分对应虚拟币 id",
  3873. "type": "integer"
  3874. }
  3875. }
  3876. },
  3877. "applet_app_md_institutional_management_egg_energy.Paginate": {
  3878. "type": "object",
  3879. "properties": {
  3880. "limit": {
  3881. "description": "每页大小",
  3882. "type": "integer"
  3883. },
  3884. "page": {
  3885. "description": "页数",
  3886. "type": "integer"
  3887. },
  3888. "total": {
  3889. "description": "总数据量",
  3890. "type": "integer"
  3891. }
  3892. }
  3893. },
  3894. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  3895. "type": "object",
  3896. "properties": {
  3897. "id": {
  3898. "type": "integer"
  3899. },
  3900. "is_open": {
  3901. "description": "是否开启(1:开启 0:关闭)",
  3902. "type": "integer"
  3903. },
  3904. "is_self_active_get_team_revenue": {
  3905. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  3906. "type": "integer"
  3907. },
  3908. "originator_uid": {
  3909. "description": "创始人uid",
  3910. "type": "integer"
  3911. },
  3912. "several_rows": {
  3913. "description": "几排",
  3914. "type": "integer"
  3915. },
  3916. "several_times": {
  3917. "description": "几乘",
  3918. "type": "integer"
  3919. },
  3920. "system_punish_replace": {
  3921. "description": "是否位置滑落 被新用户替换 0否 1是",
  3922. "type": "integer"
  3923. },
  3924. "system_punish_replace_value": {
  3925. "description": "xx天未活跃,处罚滑落",
  3926. "type": "integer"
  3927. }
  3928. }
  3929. },
  3930. "applet_app_md_institutional_management_public_platoon.Paginate": {
  3931. "type": "object",
  3932. "properties": {
  3933. "limit": {
  3934. "description": "每页大小",
  3935. "type": "integer"
  3936. },
  3937. "page": {
  3938. "description": "页数",
  3939. "type": "integer"
  3940. },
  3941. "total": {
  3942. "description": "总数据量",
  3943. "type": "integer"
  3944. }
  3945. }
  3946. },
  3947. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  3948. "type": "object",
  3949. "properties": {
  3950. "limit": {
  3951. "type": "integer"
  3952. },
  3953. "page": {
  3954. "type": "integer"
  3955. },
  3956. "total": {
  3957. "type": "integer"
  3958. }
  3959. }
  3960. },
  3961. "applet_app_md_member_center.Paginate": {
  3962. "type": "object",
  3963. "properties": {
  3964. "limit": {
  3965. "description": "每页大小",
  3966. "type": "integer"
  3967. },
  3968. "page": {
  3969. "description": "页数",
  3970. "type": "integer"
  3971. },
  3972. "total": {
  3973. "description": "总数据量",
  3974. "type": "integer"
  3975. }
  3976. }
  3977. },
  3978. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  3979. "type": "object",
  3980. "properties": {
  3981. "oss_access_key_id": {
  3982. "type": "string",
  3983. "example": "oss访问秘钥id"
  3984. },
  3985. "oss_access_key_secret": {
  3986. "type": "string",
  3987. "example": "oss访问秘钥"
  3988. },
  3989. "oss_bucket_name": {
  3990. "type": "string",
  3991. "example": "oss存储桶名称"
  3992. },
  3993. "oss_bucket_scheme": {
  3994. "type": "string",
  3995. "example": "oss上传方式"
  3996. },
  3997. "oss_endpoint": {
  3998. "type": "string",
  3999. "example": "oss地域节点"
  4000. },
  4001. "oss_object_domain": {
  4002. "type": "string",
  4003. "example": "oss域名"
  4004. }
  4005. }
  4006. },
  4007. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  4008. "type": "object",
  4009. "properties": {
  4010. "oss_access_key_id": {
  4011. "type": "string",
  4012. "example": "oss访问秘钥id"
  4013. },
  4014. "oss_access_key_secret": {
  4015. "type": "string",
  4016. "example": "oss访问秘钥"
  4017. },
  4018. "oss_bucket_name": {
  4019. "type": "string",
  4020. "example": "oss存储桶名称"
  4021. },
  4022. "oss_bucket_scheme": {
  4023. "type": "string",
  4024. "example": "oss上传方式"
  4025. },
  4026. "oss_endpoint": {
  4027. "type": "string",
  4028. "example": "oss地域节点"
  4029. },
  4030. "oss_object_domain": {
  4031. "type": "string",
  4032. "example": "oss域名"
  4033. }
  4034. }
  4035. },
  4036. "md.ActivePointsWalletNode": {
  4037. "type": "object",
  4038. "properties": {
  4039. "amount": {
  4040. "type": "string",
  4041. "example": "账户余额"
  4042. },
  4043. "uid": {
  4044. "description": "用户 ID",
  4045. "type": "integer"
  4046. },
  4047. "user_name": {
  4048. "type": "string",
  4049. "example": "用户名"
  4050. },
  4051. "user_phone": {
  4052. "type": "string",
  4053. "example": "手机号"
  4054. }
  4055. }
  4056. },
  4057. "md.AddCommunityDividendsReq": {
  4058. "type": "object",
  4059. "properties": {
  4060. "amount": {
  4061. "description": "社区分红数量",
  4062. "type": "string"
  4063. },
  4064. "name": {
  4065. "type": "string",
  4066. "example": "社区分红名称"
  4067. }
  4068. }
  4069. },
  4070. "md.AddCommunityDividendsWithUserReq": {
  4071. "type": "object",
  4072. "properties": {
  4073. "memo": {
  4074. "type": "string",
  4075. "example": "备注"
  4076. },
  4077. "uid": {
  4078. "description": "新增社区长用户 ID",
  4079. "type": "integer"
  4080. }
  4081. }
  4082. },
  4083. "md.AddCustomerServiceReq": {
  4084. "type": "object",
  4085. "properties": {
  4086. "memo": {
  4087. "description": "备注",
  4088. "type": "string",
  4089. "example": "备注"
  4090. },
  4091. "phone": {
  4092. "type": "string",
  4093. "example": "手机号"
  4094. },
  4095. "weight": {
  4096. "description": "权重",
  4097. "type": "integer"
  4098. }
  4099. }
  4100. },
  4101. "md.AddEmoticonReq": {
  4102. "type": "object",
  4103. "properties": {
  4104. "img_url": {
  4105. "type": "string",
  4106. "example": "图片地址"
  4107. },
  4108. "memo": {
  4109. "description": "备注",
  4110. "type": "string",
  4111. "example": "备注"
  4112. },
  4113. "name": {
  4114. "type": "string",
  4115. "example": "名称"
  4116. },
  4117. "sort": {
  4118. "description": "排序",
  4119. "type": "integer"
  4120. }
  4121. }
  4122. },
  4123. "md.AddFreePublishUserReq": {
  4124. "type": "object",
  4125. "properties": {
  4126. "uid": {
  4127. "type": "integer"
  4128. }
  4129. }
  4130. },
  4131. "md.AddFundDataReq": {
  4132. "type": "object",
  4133. "properties": {
  4134. "frequency": {
  4135. "description": "频率(分钟)",
  4136. "type": "integer"
  4137. },
  4138. "hours": {
  4139. "description": "时长(小时)",
  4140. "type": "integer"
  4141. },
  4142. "kind": {
  4143. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  4144. "type": "integer"
  4145. },
  4146. "memo": {
  4147. "type": "string",
  4148. "example": "备注"
  4149. },
  4150. "total_amount": {
  4151. "description": "金额",
  4152. "type": "string"
  4153. }
  4154. }
  4155. },
  4156. "md.AddLevelReq": {
  4157. "type": "object",
  4158. "properties": {
  4159. "auto_update": {
  4160. "description": "自动升级 0关闭 1开启",
  4161. "type": "string"
  4162. },
  4163. "choosable_num": {
  4164. "description": "可选任务数量",
  4165. "type": "string"
  4166. },
  4167. "is_use": {
  4168. "description": "是否开启(0.否, 1.是)",
  4169. "type": "string"
  4170. },
  4171. "level_name": {
  4172. "description": "等级名称",
  4173. "type": "string"
  4174. },
  4175. "level_weight": {
  4176. "description": "等级权重",
  4177. "type": "string"
  4178. },
  4179. "memo": {
  4180. "description": "备注",
  4181. "type": "string"
  4182. }
  4183. }
  4184. },
  4185. "md.AddLevelTaskReq": {
  4186. "type": "object",
  4187. "properties": {
  4188. "finish_count": {
  4189. "description": "多少天内完成的指标",
  4190. "type": "string"
  4191. },
  4192. "is_must_task": {
  4193. "description": "是否必做(0,1)",
  4194. "type": "string"
  4195. },
  4196. "level_id": {
  4197. "description": "等级 ID",
  4198. "type": "string"
  4199. },
  4200. "task_type": {
  4201. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  4202. "type": "string"
  4203. },
  4204. "task_type_level_id": {
  4205. "description": "会员等级 ID (task_type=3时生效)",
  4206. "type": "string"
  4207. },
  4208. "within_days": {
  4209. "description": "多少天内完成",
  4210. "type": "string"
  4211. }
  4212. }
  4213. },
  4214. "md.AddPlatformRevenueReq": {
  4215. "type": "object",
  4216. "properties": {
  4217. "frequency": {
  4218. "description": "频率(分钟)",
  4219. "type": "integer"
  4220. },
  4221. "hours": {
  4222. "description": "时长(小时)",
  4223. "type": "integer"
  4224. },
  4225. "kind": {
  4226. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  4227. "type": "integer"
  4228. },
  4229. "memo": {
  4230. "type": "string",
  4231. "example": "备注"
  4232. },
  4233. "total_amount": {
  4234. "description": "金额",
  4235. "type": "string"
  4236. }
  4237. }
  4238. },
  4239. "md.AddTagReq": {
  4240. "type": "object",
  4241. "properties": {
  4242. "is_punish": {
  4243. "description": "是否为处罚标签(0:否 1:是)",
  4244. "type": "string"
  4245. },
  4246. "memo": {
  4247. "description": "备注",
  4248. "type": "string"
  4249. },
  4250. "name": {
  4251. "description": "标签名称",
  4252. "type": "string"
  4253. }
  4254. }
  4255. },
  4256. "md.BalanceDetailNode": {
  4257. "type": "object",
  4258. "properties": {
  4259. "after_amount": {
  4260. "description": "变更后余额",
  4261. "type": "string"
  4262. },
  4263. "amount": {
  4264. "description": "变更数量",
  4265. "type": "string"
  4266. },
  4267. "before_amount": {
  4268. "description": "变更前余额",
  4269. "type": "string"
  4270. },
  4271. "create_at": {
  4272. "description": "创建时间",
  4273. "type": "string"
  4274. },
  4275. "id": {
  4276. "description": "记录ID",
  4277. "type": "integer"
  4278. },
  4279. "kind": {
  4280. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  4281. "type": "string"
  4282. }
  4283. }
  4284. },
  4285. "md.BasicInfoNode": {
  4286. "type": "object",
  4287. "properties": {
  4288. "avatar": {
  4289. "description": "头像",
  4290. "type": "string"
  4291. },
  4292. "level_name": {
  4293. "description": "会员等级名称",
  4294. "type": "string"
  4295. },
  4296. "memo": {
  4297. "description": "备注",
  4298. "type": "string"
  4299. },
  4300. "nickname": {
  4301. "description": "用户名称",
  4302. "type": "string"
  4303. },
  4304. "parent_name": {
  4305. "description": "推荐人名称",
  4306. "type": "string"
  4307. },
  4308. "parent_phone": {
  4309. "description": "推荐人手机号",
  4310. "type": "string"
  4311. },
  4312. "parent_uid": {
  4313. "description": "推荐人",
  4314. "type": "integer"
  4315. },
  4316. "password": {
  4317. "description": "登录密码",
  4318. "type": "string"
  4319. },
  4320. "phone": {
  4321. "description": "手机号",
  4322. "type": "string"
  4323. },
  4324. "sex": {
  4325. "description": "性别",
  4326. "type": "integer"
  4327. },
  4328. "state": {
  4329. "description": "账号状态 1正常,2冻结",
  4330. "type": "integer"
  4331. },
  4332. "tag_name": {
  4333. "description": "标签名称",
  4334. "type": "string"
  4335. },
  4336. "union_id": {
  4337. "description": "微信号",
  4338. "type": "string"
  4339. }
  4340. }
  4341. },
  4342. "md.DailyActivityAnalysisTopData": {
  4343. "type": "object",
  4344. "properties": {
  4345. "activity_count": {
  4346. "description": "子节点活跃天数",
  4347. "type": "integer"
  4348. },
  4349. "team_activity_user_count": {
  4350. "description": "子节点活跃人数",
  4351. "type": "integer"
  4352. },
  4353. "team_user_count": {
  4354. "description": "团队人数",
  4355. "type": "integer"
  4356. }
  4357. }
  4358. },
  4359. "md.DataSetting": {
  4360. "type": "object",
  4361. "properties": {
  4362. "total_angel_investor": {
  4363. "description": "天使投资人",
  4364. "type": "string",
  4365. "example": "天使投资人"
  4366. },
  4367. "total_ecological_development": {
  4368. "description": "生态建设",
  4369. "type": "string",
  4370. "example": "当前价格"
  4371. },
  4372. "total_issuance_amount": {
  4373. "description": "总发行量",
  4374. "type": "string",
  4375. "example": "总发行量"
  4376. },
  4377. "total_operate_fund": {
  4378. "description": "运营资金",
  4379. "type": "string",
  4380. "example": "运营资金"
  4381. },
  4382. "total_team_dividends": {
  4383. "description": "团队分红",
  4384. "type": "string",
  4385. "example": "团队分红"
  4386. },
  4387. "total_technology_team": {
  4388. "description": "技术团队",
  4389. "type": "string",
  4390. "example": "技术团队"
  4391. },
  4392. "total_user_for_person": {
  4393. "description": "个人区域",
  4394. "type": "string",
  4395. "example": "个人区域"
  4396. },
  4397. "total_user_for_team": {
  4398. "description": "团队区域",
  4399. "type": "string",
  4400. "example": "团队区域"
  4401. }
  4402. }
  4403. },
  4404. "md.DeleteEmoticonReq": {
  4405. "type": "object",
  4406. "properties": {
  4407. "id": {
  4408. "description": "拥有用户数量",
  4409. "type": "integer"
  4410. }
  4411. }
  4412. },
  4413. "md.DeleteFreePublishUserReq": {
  4414. "type": "object",
  4415. "properties": {
  4416. "uid": {
  4417. "type": "string"
  4418. }
  4419. }
  4420. },
  4421. "md.DeleteLevelReq": {
  4422. "type": "object",
  4423. "properties": {
  4424. "level_id": {
  4425. "type": "string"
  4426. }
  4427. }
  4428. },
  4429. "md.DeleteTagReq": {
  4430. "type": "object",
  4431. "properties": {
  4432. "tag_id": {
  4433. "description": "标签 ID",
  4434. "type": "string"
  4435. }
  4436. }
  4437. },
  4438. "md.DeleteTaskReq": {
  4439. "type": "object",
  4440. "properties": {
  4441. "task_id": {
  4442. "type": "string"
  4443. }
  4444. }
  4445. },
  4446. "md.DestructionSettingStruct": {
  4447. "type": "object",
  4448. "properties": {
  4449. "community_dividends": {
  4450. "description": "社区分红百分比",
  4451. "type": "string"
  4452. },
  4453. "destruction_quantity": {
  4454. "description": "销毁百分比",
  4455. "type": "string"
  4456. },
  4457. "development_committee": {
  4458. "description": "发展委员会百分比",
  4459. "type": "string"
  4460. },
  4461. "marketplace_merchant": {
  4462. "description": "市商数量百分比",
  4463. "type": "string"
  4464. },
  4465. "public_welfare_and_charity": {
  4466. "description": "公益慈善百分比",
  4467. "type": "string"
  4468. },
  4469. "star_level_dividends": {
  4470. "description": "星级分红百分比",
  4471. "type": "string"
  4472. }
  4473. }
  4474. },
  4475. "md.DynamicDataFlowListReq": {
  4476. "type": "object",
  4477. "properties": {
  4478. "end_at": {
  4479. "description": "结束时间",
  4480. "type": "string",
  4481. "example": "结束时间"
  4482. },
  4483. "kind": {
  4484. "description": "持有类型",
  4485. "type": "integer"
  4486. },
  4487. "page": {
  4488. "description": "页数",
  4489. "type": "integer"
  4490. },
  4491. "page_size": {
  4492. "description": "每页大小",
  4493. "type": "integer"
  4494. },
  4495. "start_at": {
  4496. "description": "开始时间",
  4497. "type": "string",
  4498. "example": "开始时间"
  4499. }
  4500. }
  4501. },
  4502. "md.DynamicDataFlowListResp": {
  4503. "type": "object",
  4504. "properties": {
  4505. "kind_list": {
  4506. "description": "类型列表",
  4507. "type": "array",
  4508. "items": {
  4509. "type": "object",
  4510. "additionalProperties": true
  4511. }
  4512. },
  4513. "list": {
  4514. "description": "动态数据流水列表",
  4515. "type": "array",
  4516. "items": {
  4517. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  4518. }
  4519. },
  4520. "paginate": {
  4521. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  4522. }
  4523. }
  4524. },
  4525. "md.EggEnergyAvailableEnergyFlow": {
  4526. "type": "object",
  4527. "properties": {
  4528. "after_community_dividends": {
  4529. "description": "变更后-社区分红区块币数量",
  4530. "type": "string"
  4531. },
  4532. "after_destruction_quantity_values": {
  4533. "description": "变更后-销毁区块币数量",
  4534. "type": "string"
  4535. },
  4536. "after_development_committee_values": {
  4537. "description": "变更后-发展委员会区块币数量",
  4538. "type": "string"
  4539. },
  4540. "after_marketplace_merchant_fund_values": {
  4541. "description": "变更后-市商资金值",
  4542. "type": "string"
  4543. },
  4544. "after_marketplace_merchant_values": {
  4545. "description": "变更后-市商区块币数量",
  4546. "type": "string"
  4547. },
  4548. "after_now_energy_total_nums": {
  4549. "description": "变更后-现行总量",
  4550. "type": "string"
  4551. },
  4552. "after_planet_total_value": {
  4553. "description": "变更后-星球总价值",
  4554. "type": "string"
  4555. },
  4556. "after_price": {
  4557. "description": "变更后-价格",
  4558. "type": "string"
  4559. },
  4560. "after_public_welfare_and_charity_values": {
  4561. "description": "变更后-公益慈善区块币数量",
  4562. "type": "string"
  4563. },
  4564. "after_star_level_dividends_values": {
  4565. "description": "变更后-星级分红区块币数量",
  4566. "type": "string"
  4567. },
  4568. "amount": {
  4569. "description": "变更数量",
  4570. "type": "string"
  4571. },
  4572. "before_community_dividends": {
  4573. "description": "变更前-社区分红区块币数量",
  4574. "type": "string"
  4575. },
  4576. "before_destruction_quantity_values": {
  4577. "description": "变更前-销毁区块币数量",
  4578. "type": "string"
  4579. },
  4580. "before_development_committee_values": {
  4581. "description": "变更前-发展委员会区块币数量",
  4582. "type": "string"
  4583. },
  4584. "before_marketplace_merchant_fund_values": {
  4585. "description": "变更前-市商资金值",
  4586. "type": "string"
  4587. },
  4588. "before_marketplace_merchant_values": {
  4589. "description": "变更前-市商区块币数量",
  4590. "type": "string"
  4591. },
  4592. "before_now_energy_total_nums": {
  4593. "description": "变更前-现行总量",
  4594. "type": "string"
  4595. },
  4596. "before_planet_total_value": {
  4597. "description": "变更前-星球总价值",
  4598. "type": "string"
  4599. },
  4600. "before_price": {
  4601. "description": "变更前-价格",
  4602. "type": "string"
  4603. },
  4604. "before_public_welfare_and_charity_values": {
  4605. "description": "变更前-公益慈善区块币数量",
  4606. "type": "string"
  4607. },
  4608. "before_star_level_dividends_values": {
  4609. "description": "变更前-星级分红区块币数量",
  4610. "type": "string"
  4611. },
  4612. "create_time": {
  4613. "description": "创建时间",
  4614. "type": "string"
  4615. },
  4616. "id": {
  4617. "type": "integer"
  4618. },
  4619. "kind": {
  4620. "description": "种类",
  4621. "type": "integer"
  4622. },
  4623. "title": {
  4624. "description": "标题",
  4625. "type": "string"
  4626. }
  4627. }
  4628. },
  4629. "md.EggEnergyCommunityDividends": {
  4630. "type": "object",
  4631. "properties": {
  4632. "amount": {
  4633. "description": "分红数量",
  4634. "type": "string"
  4635. },
  4636. "coin_id": {
  4637. "description": "虚拟币 id",
  4638. "type": "integer"
  4639. },
  4640. "create_at": {
  4641. "description": "分红时间",
  4642. "type": "string"
  4643. },
  4644. "id": {
  4645. "type": "integer"
  4646. },
  4647. "is_over": {
  4648. "description": "是否分红完毕",
  4649. "type": "integer"
  4650. },
  4651. "name": {
  4652. "type": "string",
  4653. "example": "名称"
  4654. },
  4655. "persons_num": {
  4656. "description": "分红人数",
  4657. "type": "integer"
  4658. },
  4659. "update_at": {
  4660. "type": "string"
  4661. }
  4662. }
  4663. },
  4664. "md.EggEnergyCommunityDividendsWithUser": {
  4665. "type": "object",
  4666. "properties": {
  4667. "id": {
  4668. "type": "integer"
  4669. },
  4670. "memo": {
  4671. "type": "string",
  4672. "example": "备注"
  4673. },
  4674. "nickname": {
  4675. "type": "string"
  4676. },
  4677. "phone": {
  4678. "type": "string"
  4679. },
  4680. "uid": {
  4681. "type": "integer"
  4682. }
  4683. }
  4684. },
  4685. "md.ExchangeRulesStruct": {
  4686. "type": "object",
  4687. "properties": {
  4688. "auto_exchange_nums_by_person": {
  4689. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  4690. "type": "string"
  4691. },
  4692. "auto_exchange_nums_by_team": {
  4693. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  4694. "type": "string"
  4695. },
  4696. "auto_exchange_rate_by_person": {
  4697. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  4698. "type": "string"
  4699. },
  4700. "auto_exchange_rate_by_team": {
  4701. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  4702. "type": "string"
  4703. }
  4704. }
  4705. },
  4706. "md.ExchangeUserPositionReq": {
  4707. "type": "object",
  4708. "properties": {
  4709. "position_1": {
  4710. "description": "位置1,具体值取返回数据中的 system_id",
  4711. "type": "integer"
  4712. },
  4713. "position_2": {
  4714. "description": "位置2,具体值取返回数据中的 system_id",
  4715. "type": "integer"
  4716. }
  4717. }
  4718. },
  4719. "md.FansNode": {
  4720. "type": "object",
  4721. "properties": {
  4722. "amount": {
  4723. "description": "可提现余额",
  4724. "type": "string"
  4725. },
  4726. "id": {
  4727. "description": "用户ID",
  4728. "type": "integer"
  4729. },
  4730. "level_total": {
  4731. "description": "所属代数",
  4732. "type": "integer"
  4733. },
  4734. "nickname": {
  4735. "type": "string",
  4736. "example": "用户昵称"
  4737. },
  4738. "phone": {
  4739. "type": "string",
  4740. "example": "手机号"
  4741. },
  4742. "register_at": {
  4743. "description": "注册时间",
  4744. "type": "string"
  4745. },
  4746. "total_income": {
  4747. "description": "累计收益",
  4748. "type": "string"
  4749. }
  4750. }
  4751. },
  4752. "md.FindSubUserRelationshipMapResp": {
  4753. "type": "object",
  4754. "properties": {
  4755. "basic_setting": {
  4756. "description": "公排设置",
  4757. "allOf": [
  4758. {
  4759. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  4760. }
  4761. ]
  4762. },
  4763. "search_uid": {
  4764. "description": "查找的用户 ID",
  4765. "type": "string"
  4766. },
  4767. "sub_user": {
  4768. "description": "上级用户信息",
  4769. "allOf": [
  4770. {
  4771. "$ref": "#/definitions/md.SubUser"
  4772. }
  4773. ]
  4774. }
  4775. }
  4776. },
  4777. "md.FreePublishUserNode": {
  4778. "type": "object",
  4779. "properties": {
  4780. "nickname": {
  4781. "type": "string",
  4782. "example": "昵称"
  4783. },
  4784. "phone": {
  4785. "type": "string",
  4786. "example": "手机号"
  4787. },
  4788. "uid": {
  4789. "type": "integer"
  4790. }
  4791. }
  4792. },
  4793. "md.FundDataNode": {
  4794. "type": "object",
  4795. "properties": {
  4796. "balance_amount": {
  4797. "description": "余额",
  4798. "type": "string"
  4799. },
  4800. "balance_times": {
  4801. "description": "剩余执行次数",
  4802. "type": "integer"
  4803. },
  4804. "create_at": {
  4805. "description": "创建时间",
  4806. "type": "string"
  4807. },
  4808. "hours": {
  4809. "description": "时长",
  4810. "type": "integer"
  4811. },
  4812. "kind": {
  4813. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  4814. "type": "integer"
  4815. },
  4816. "memo": {
  4817. "description": "备注",
  4818. "type": "string"
  4819. },
  4820. "system_id": {
  4821. "type": "integer"
  4822. },
  4823. "total_amount": {
  4824. "description": "金额",
  4825. "type": "string"
  4826. }
  4827. }
  4828. },
  4829. "md.FundDataRecordNode": {
  4830. "type": "object",
  4831. "properties": {
  4832. "after_planet_total_value": {
  4833. "description": "执行后-星球价值",
  4834. "type": "string"
  4835. },
  4836. "after_price": {
  4837. "description": "执行后-价格",
  4838. "type": "string"
  4839. },
  4840. "balance_amount": {
  4841. "description": "余额",
  4842. "type": "string"
  4843. },
  4844. "balance_times": {
  4845. "description": "剩余执行次数",
  4846. "type": "integer"
  4847. },
  4848. "before_planet_total_value": {
  4849. "description": "执行前-星球价值",
  4850. "type": "string"
  4851. },
  4852. "before_price": {
  4853. "description": "执行前-价格",
  4854. "type": "string"
  4855. },
  4856. "create_at": {
  4857. "type": "string"
  4858. },
  4859. "total_amount": {
  4860. "description": "金额",
  4861. "type": "string"
  4862. }
  4863. }
  4864. },
  4865. "md.GetActivePointsUserCoinFlowListReq": {
  4866. "type": "object",
  4867. "properties": {
  4868. "coin_id": {
  4869. "description": "货币类型 ID",
  4870. "type": "integer"
  4871. },
  4872. "direction": {
  4873. "description": "流水方向:1收入 2支出",
  4874. "type": "integer"
  4875. },
  4876. "end_at": {
  4877. "description": "结束时间",
  4878. "type": "string"
  4879. },
  4880. "page": {
  4881. "description": "页数",
  4882. "type": "integer"
  4883. },
  4884. "page_size": {
  4885. "description": "每页大小",
  4886. "type": "integer"
  4887. },
  4888. "start_at": {
  4889. "description": "开始时间",
  4890. "type": "string"
  4891. },
  4892. "uid": {
  4893. "description": "用户 ID",
  4894. "type": "integer"
  4895. }
  4896. }
  4897. },
  4898. "md.GetActivePointsUserCoinFlowListResp": {
  4899. "type": "object",
  4900. "properties": {
  4901. "list": {
  4902. "description": "流水信息",
  4903. "type": "array",
  4904. "items": {
  4905. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  4906. }
  4907. },
  4908. "paginate": {
  4909. "description": "分页信息",
  4910. "allOf": [
  4911. {
  4912. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  4913. }
  4914. ]
  4915. },
  4916. "select_data": {
  4917. "description": "流水类型",
  4918. "allOf": [
  4919. {
  4920. "$ref": "#/definitions/md.SelectData"
  4921. }
  4922. ]
  4923. }
  4924. }
  4925. },
  4926. "md.GetActivePointsUserCoinListReq": {
  4927. "type": "object",
  4928. "properties": {
  4929. "end_coin": {
  4930. "type": "string",
  4931. "example": "最大金额"
  4932. },
  4933. "kind": {
  4934. "description": "虚拟币种类编号",
  4935. "type": "integer"
  4936. },
  4937. "page": {
  4938. "description": "页数",
  4939. "type": "integer"
  4940. },
  4941. "page_size": {
  4942. "description": "单页大小",
  4943. "type": "integer"
  4944. },
  4945. "start_coin": {
  4946. "type": "string",
  4947. "example": "最小金额"
  4948. },
  4949. "uid": {
  4950. "description": "指定查询用户 ID",
  4951. "type": "integer"
  4952. },
  4953. "user_name": {
  4954. "type": "string",
  4955. "example": "用户名称"
  4956. },
  4957. "user_phone": {
  4958. "type": "string",
  4959. "example": "手机号"
  4960. }
  4961. }
  4962. },
  4963. "md.GetActivePointsUserCoinListResp": {
  4964. "type": "object",
  4965. "properties": {
  4966. "kind_list": {
  4967. "description": "货币类型集合",
  4968. "type": "array",
  4969. "items": {
  4970. "$ref": "#/definitions/md.VirtualCoinListNode"
  4971. }
  4972. },
  4973. "list": {
  4974. "description": "余额集合",
  4975. "type": "array",
  4976. "items": {
  4977. "$ref": "#/definitions/md.ActivePointsWalletNode"
  4978. }
  4979. },
  4980. "sum_user_amount": {
  4981. "description": "用户持有总数",
  4982. "type": "number"
  4983. },
  4984. "total": {
  4985. "description": "持有该类型用户数",
  4986. "type": "integer"
  4987. }
  4988. }
  4989. },
  4990. "md.GetContributionValueBasicSettingResp": {
  4991. "type": "object",
  4992. "properties": {
  4993. "hand_out_red_package": {
  4994. "description": "发红包获得x点",
  4995. "type": "integer"
  4996. },
  4997. "id": {
  4998. "type": "integer"
  4999. },
  5000. "posting_comment_liked": {
  5001. "description": "发布评论被官方点赞获得x点",
  5002. "type": "integer"
  5003. },
  5004. "posting_dynamic_liked": {
  5005. "description": "发布动态被官方点赞获得x点",
  5006. "type": "integer"
  5007. },
  5008. "publish_creation": {
  5009. "description": "发布创作获得x点",
  5010. "type": "integer"
  5011. }
  5012. }
  5013. },
  5014. "md.GetEggCoreDataListResp": {
  5015. "type": "object",
  5016. "properties": {
  5017. "now_energy_total_nums": {
  5018. "description": "现行总量",
  5019. "type": "string",
  5020. "example": "现行总量"
  5021. },
  5022. "now_price": {
  5023. "description": "当前价格",
  5024. "type": "string",
  5025. "example": "当前价格"
  5026. },
  5027. "planet_total_value": {
  5028. "description": "星球价值",
  5029. "type": "string",
  5030. "example": "星球价值"
  5031. },
  5032. "user_hold_total_nums": {
  5033. "description": "用户持有总量",
  5034. "type": "string"
  5035. }
  5036. }
  5037. },
  5038. "md.GetEggEnergyBasicResp": {
  5039. "type": "object",
  5040. "properties": {
  5041. "basic_setting": {
  5042. "description": "基础设置",
  5043. "allOf": [
  5044. {
  5045. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  5046. }
  5047. ]
  5048. },
  5049. "data_setting": {
  5050. "description": "数据设置",
  5051. "allOf": [
  5052. {
  5053. "$ref": "#/definitions/md.DataSetting"
  5054. }
  5055. ]
  5056. },
  5057. "destruction_setting": {
  5058. "description": "销毁设置",
  5059. "allOf": [
  5060. {
  5061. "$ref": "#/definitions/md.DestructionSettingStruct"
  5062. }
  5063. ]
  5064. },
  5065. "exchange_rules": {
  5066. "description": "兑换规则",
  5067. "allOf": [
  5068. {
  5069. "$ref": "#/definitions/md.ExchangeRulesStruct"
  5070. }
  5071. ]
  5072. },
  5073. "new_user_incentive_rules": {
  5074. "description": "新用户奖励规则",
  5075. "allOf": [
  5076. {
  5077. "$ref": "#/definitions/md.NewUserRewardRules"
  5078. }
  5079. ]
  5080. },
  5081. "price_setting": {
  5082. "description": "价格设置",
  5083. "allOf": [
  5084. {
  5085. "$ref": "#/definitions/md.PriceSettingStruct"
  5086. }
  5087. ]
  5088. },
  5089. "reward_system": {
  5090. "description": "圈层奖励",
  5091. "type": "array",
  5092. "items": {
  5093. "$ref": "#/definitions/md.RewardSystemStruct"
  5094. }
  5095. },
  5096. "system_id": {
  5097. "description": "该设置系统 ID",
  5098. "type": "integer"
  5099. },
  5100. "video_reward_setting": {
  5101. "description": "视频奖励",
  5102. "allOf": [
  5103. {
  5104. "$ref": "#/definitions/md.VideoRewardSetting"
  5105. }
  5106. ]
  5107. }
  5108. }
  5109. },
  5110. "md.GetEggEnergyVipSettingResp": {
  5111. "type": "object",
  5112. "properties": {
  5113. "level_list": {
  5114. "description": "会员等级列表",
  5115. "type": "array",
  5116. "items": {
  5117. "type": "object",
  5118. "additionalProperties": true
  5119. }
  5120. },
  5121. "list": {
  5122. "description": "会员权益设置",
  5123. "type": "array",
  5124. "items": {
  5125. "$ref": "#/definitions/md.VipEquitySettingNode"
  5126. }
  5127. }
  5128. }
  5129. },
  5130. "md.GetFreePublishUserReq": {
  5131. "type": "object",
  5132. "properties": {
  5133. "limit": {
  5134. "description": "每页大小",
  5135. "type": "integer"
  5136. },
  5137. "page": {
  5138. "description": "当前页数",
  5139. "type": "integer"
  5140. },
  5141. "uid": {
  5142. "description": "筛选的用户 ID",
  5143. "type": "integer"
  5144. }
  5145. }
  5146. },
  5147. "md.GetFreePublishUserResp": {
  5148. "type": "object",
  5149. "properties": {
  5150. "list": {
  5151. "description": "免罚用户列表",
  5152. "type": "array",
  5153. "items": {
  5154. "$ref": "#/definitions/md.FreePublishUserNode"
  5155. }
  5156. },
  5157. "paginate": {
  5158. "description": "分页信息",
  5159. "allOf": [
  5160. {
  5161. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  5162. }
  5163. ]
  5164. }
  5165. }
  5166. },
  5167. "md.GetFundDataListReq": {
  5168. "type": "object",
  5169. "properties": {
  5170. "end_at": {
  5171. "type": "string",
  5172. "example": "结束时间"
  5173. },
  5174. "kind": {
  5175. "description": "数据类型",
  5176. "type": "integer"
  5177. },
  5178. "limit": {
  5179. "description": "每页大小",
  5180. "type": "integer"
  5181. },
  5182. "page": {
  5183. "description": "页数",
  5184. "type": "integer"
  5185. },
  5186. "start_at": {
  5187. "type": "string",
  5188. "example": "开始时间"
  5189. }
  5190. }
  5191. },
  5192. "md.GetFundDataListResp": {
  5193. "type": "object",
  5194. "properties": {
  5195. "kind_list": {
  5196. "description": "类型列表",
  5197. "type": "array",
  5198. "items": {
  5199. "type": "object",
  5200. "additionalProperties": true
  5201. }
  5202. },
  5203. "list": {
  5204. "description": "数据列表",
  5205. "type": "array",
  5206. "items": {
  5207. "$ref": "#/definitions/md.FundDataNode"
  5208. }
  5209. },
  5210. "paginate": {
  5211. "description": "分页数据",
  5212. "allOf": [
  5213. {
  5214. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  5215. }
  5216. ]
  5217. }
  5218. }
  5219. },
  5220. "md.GetFundDataRecordListReq": {
  5221. "type": "object",
  5222. "properties": {
  5223. "limit": {
  5224. "description": "页面大小",
  5225. "type": "integer"
  5226. },
  5227. "page": {
  5228. "description": "页数",
  5229. "type": "integer"
  5230. },
  5231. "system_id": {
  5232. "description": "数据在系统中的 ID",
  5233. "type": "integer"
  5234. }
  5235. }
  5236. },
  5237. "md.GetFundDataRecordListResp": {
  5238. "type": "object",
  5239. "properties": {
  5240. "list": {
  5241. "type": "array",
  5242. "items": {
  5243. "$ref": "#/definitions/md.FundDataRecordNode"
  5244. }
  5245. },
  5246. "paginate": {
  5247. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  5248. }
  5249. }
  5250. },
  5251. "md.GetGreenEnergyUserCoinFlowListReq": {
  5252. "type": "object",
  5253. "properties": {
  5254. "coin_id": {
  5255. "description": "货币类型 ID",
  5256. "type": "integer"
  5257. },
  5258. "direction": {
  5259. "description": "流水方向:1收入 2支出",
  5260. "type": "integer"
  5261. },
  5262. "end_at": {
  5263. "description": "结束时间",
  5264. "type": "string"
  5265. },
  5266. "page": {
  5267. "description": "页数",
  5268. "type": "integer"
  5269. },
  5270. "page_size": {
  5271. "description": "每页大小",
  5272. "type": "integer"
  5273. },
  5274. "start_at": {
  5275. "description": "开始时间",
  5276. "type": "string"
  5277. },
  5278. "uid": {
  5279. "description": "用户 ID",
  5280. "type": "integer"
  5281. }
  5282. }
  5283. },
  5284. "md.GetGreenEnergyUserCoinFlowListResp": {
  5285. "type": "object",
  5286. "properties": {
  5287. "list": {
  5288. "description": "流水信息",
  5289. "type": "array",
  5290. "items": {
  5291. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  5292. }
  5293. },
  5294. "paginate": {
  5295. "description": "分页信息",
  5296. "allOf": [
  5297. {
  5298. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  5299. }
  5300. ]
  5301. },
  5302. "select_data": {
  5303. "description": "流水类型",
  5304. "allOf": [
  5305. {
  5306. "$ref": "#/definitions/md.SelectData"
  5307. }
  5308. ]
  5309. }
  5310. }
  5311. },
  5312. "md.GetGreenEnergyUserCoinListReq": {
  5313. "type": "object",
  5314. "properties": {
  5315. "end_coin": {
  5316. "type": "string",
  5317. "example": "最大金额"
  5318. },
  5319. "kind": {
  5320. "description": "虚拟币种类编号",
  5321. "type": "integer"
  5322. },
  5323. "page": {
  5324. "description": "页数",
  5325. "type": "integer"
  5326. },
  5327. "page_size": {
  5328. "description": "单页大小",
  5329. "type": "integer"
  5330. },
  5331. "start_coin": {
  5332. "type": "string",
  5333. "example": "最小金额"
  5334. },
  5335. "uid": {
  5336. "description": "指定查询用户 ID",
  5337. "type": "integer"
  5338. },
  5339. "user_name": {
  5340. "type": "string",
  5341. "example": "用户名称"
  5342. },
  5343. "user_phone": {
  5344. "type": "string",
  5345. "example": "手机号"
  5346. }
  5347. }
  5348. },
  5349. "md.GetGreenEnergyUserCoinListResp": {
  5350. "type": "object",
  5351. "properties": {
  5352. "kind_list": {
  5353. "description": "货币类型集合",
  5354. "type": "array",
  5355. "items": {
  5356. "$ref": "#/definitions/md.VirtualCoinListNode"
  5357. }
  5358. },
  5359. "list": {
  5360. "description": "余额集合",
  5361. "type": "array",
  5362. "items": {
  5363. "$ref": "#/definitions/md.ActivePointsWalletNode"
  5364. }
  5365. },
  5366. "sum_user_amount": {
  5367. "description": "用户持有总数",
  5368. "type": "number"
  5369. },
  5370. "total": {
  5371. "description": "持有该类型用户数",
  5372. "type": "integer"
  5373. }
  5374. }
  5375. },
  5376. "md.GetLevelListResp": {
  5377. "type": "object",
  5378. "properties": {
  5379. "list": {
  5380. "type": "array",
  5381. "items": {
  5382. "$ref": "#/definitions/md.LevelListNode"
  5383. }
  5384. },
  5385. "paginate": {
  5386. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  5387. }
  5388. }
  5389. },
  5390. "md.GetOneLevelResp": {
  5391. "type": "object",
  5392. "properties": {
  5393. "auto_update": {
  5394. "description": "自动升级 0关闭,1开启",
  5395. "type": "integer"
  5396. },
  5397. "choosable_num": {
  5398. "description": "可选任务数量",
  5399. "type": "integer"
  5400. },
  5401. "is_use": {
  5402. "description": "是否开启(0.否, 1.是)",
  5403. "type": "integer"
  5404. },
  5405. "level_id": {
  5406. "description": "等级 ID",
  5407. "type": "integer"
  5408. },
  5409. "level_name": {
  5410. "description": "等级名称",
  5411. "type": "string"
  5412. },
  5413. "level_weight": {
  5414. "description": "等级权重",
  5415. "type": "integer"
  5416. },
  5417. "memo": {
  5418. "description": "备注",
  5419. "type": "string"
  5420. },
  5421. "task_type": {
  5422. "description": "任务类型关系",
  5423. "type": "array",
  5424. "items": {
  5425. "type": "object",
  5426. "additionalProperties": true
  5427. }
  5428. },
  5429. "user_level_tasks": {
  5430. "type": "array",
  5431. "items": {
  5432. "$ref": "#/definitions/model.UserLevelTask"
  5433. }
  5434. }
  5435. }
  5436. },
  5437. "md.GetPriceCurveResp": {
  5438. "type": "object",
  5439. "properties": {
  5440. "x_data": {
  5441. "type": "array",
  5442. "items": {}
  5443. },
  5444. "y_data": {
  5445. "type": "array",
  5446. "items": {}
  5447. }
  5448. }
  5449. },
  5450. "md.GetPublicPlatoonBasicResp": {
  5451. "type": "object",
  5452. "properties": {
  5453. "is_open": {
  5454. "description": "是否开启(1:开启 0:关闭)",
  5455. "type": "integer"
  5456. },
  5457. "is_self_active_get_team_revenue": {
  5458. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  5459. "type": "integer"
  5460. },
  5461. "originator_name": {
  5462. "description": "创始人名称",
  5463. "type": "string"
  5464. },
  5465. "originator_uid": {
  5466. "description": "创始人uid",
  5467. "type": "integer"
  5468. },
  5469. "several_rows": {
  5470. "description": "几排",
  5471. "type": "integer"
  5472. },
  5473. "several_times": {
  5474. "description": "几乘",
  5475. "type": "integer"
  5476. },
  5477. "system_punish_replace": {
  5478. "description": "是否位置滑落 被新用户替换 0否 1是",
  5479. "type": "integer"
  5480. },
  5481. "system_punish_replace_value": {
  5482. "description": "xx天未活跃,处罚滑落",
  5483. "type": "integer"
  5484. }
  5485. }
  5486. },
  5487. "md.GetTagListResp": {
  5488. "type": "object",
  5489. "properties": {
  5490. "list": {
  5491. "type": "array",
  5492. "items": {
  5493. "$ref": "#/definitions/md.TagListNode"
  5494. }
  5495. },
  5496. "paginate": {
  5497. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  5498. }
  5499. }
  5500. },
  5501. "md.GetVideoRewardResp": {
  5502. "type": "object",
  5503. "properties": {
  5504. "ecmp": {
  5505. "description": "当前 Ecpm 值",
  5506. "type": "string"
  5507. },
  5508. "unit_price": {
  5509. "description": "单价",
  5510. "type": "string"
  5511. }
  5512. }
  5513. },
  5514. "md.GetWithdrawApplyListNode": {
  5515. "type": "object",
  5516. "properties": {
  5517. "actual_receipt": {
  5518. "description": "实际到账",
  5519. "type": "string"
  5520. },
  5521. "ali_pay_account": {
  5522. "description": "支付宝账号",
  5523. "type": "string"
  5524. },
  5525. "ali_pay_name": {
  5526. "description": "支付宝昵称",
  5527. "type": "string"
  5528. },
  5529. "amount": {
  5530. "description": "提现金额",
  5531. "type": "string"
  5532. },
  5533. "apply_at": {
  5534. "description": "申请时间",
  5535. "type": "string"
  5536. },
  5537. "invite_code": {
  5538. "description": "邀请码",
  5539. "type": "string"
  5540. },
  5541. "memo": {
  5542. "description": "备注",
  5543. "type": "string"
  5544. },
  5545. "nickname": {
  5546. "description": "用户名称",
  5547. "type": "string"
  5548. },
  5549. "parentID": {
  5550. "description": "推荐人ID",
  5551. "type": "integer"
  5552. },
  5553. "parentPhone": {
  5554. "description": "推荐人手机号",
  5555. "type": "string"
  5556. },
  5557. "pay_at": {
  5558. "description": "到账时间",
  5559. "type": "string"
  5560. },
  5561. "state": {
  5562. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  5563. "type": "integer"
  5564. },
  5565. "sys_fee": {
  5566. "description": "手续费",
  5567. "type": "string"
  5568. },
  5569. "tag": {
  5570. "description": "标签",
  5571. "type": "string"
  5572. },
  5573. "user_id": {
  5574. "description": "会员 ID",
  5575. "type": "integer"
  5576. },
  5577. "wechat_pay_account": {
  5578. "description": "微信账号",
  5579. "type": "string"
  5580. },
  5581. "wechat_pay_name": {
  5582. "description": "微信昵称",
  5583. "type": "string"
  5584. },
  5585. "withdraw_type": {
  5586. "description": "提现方式(1:支付宝 2:微信)",
  5587. "type": "integer"
  5588. }
  5589. }
  5590. },
  5591. "md.GetWithdrawApplyListReq": {
  5592. "type": "object",
  5593. "properties": {
  5594. "amount_begin": {
  5595. "description": "最小金额",
  5596. "type": "string"
  5597. },
  5598. "amount_end": {
  5599. "description": "最大金额",
  5600. "type": "string"
  5601. },
  5602. "apply_end_at": {
  5603. "description": "申请结束时间",
  5604. "type": "string"
  5605. },
  5606. "apply_start_at": {
  5607. "description": "申请开始时间",
  5608. "type": "string"
  5609. },
  5610. "examine_end_at": {
  5611. "description": "审核结束时间",
  5612. "type": "string"
  5613. },
  5614. "examine_start_at": {
  5615. "description": "审核开始时间",
  5616. "type": "string"
  5617. },
  5618. "is_first": {
  5619. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  5620. "type": "string"
  5621. },
  5622. "level": {
  5623. "description": "会员等级",
  5624. "type": "string"
  5625. },
  5626. "limit": {
  5627. "description": "页面大小",
  5628. "type": "integer"
  5629. },
  5630. "nickname": {
  5631. "description": "用户昵称",
  5632. "type": "string"
  5633. },
  5634. "page": {
  5635. "description": "页数",
  5636. "type": "integer"
  5637. },
  5638. "parent_id": {
  5639. "description": "推荐人 ID",
  5640. "type": "string"
  5641. },
  5642. "payment_type": {
  5643. "description": "打款类型 1:手动;2:自动",
  5644. "type": "string"
  5645. },
  5646. "phone": {
  5647. "description": "用户手机号",
  5648. "type": "string"
  5649. },
  5650. "state": {
  5651. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  5652. "type": "string"
  5653. },
  5654. "uid": {
  5655. "description": "用户 ID",
  5656. "type": "string"
  5657. },
  5658. "withdraw_account": {
  5659. "description": "支付宝/微信昵称",
  5660. "type": "string"
  5661. },
  5662. "withdraw_name": {
  5663. "description": "支付宝姓名",
  5664. "type": "string"
  5665. },
  5666. "withdraw_type": {
  5667. "description": "提现方式(1:支付宝 2:微信)",
  5668. "type": "string"
  5669. }
  5670. }
  5671. },
  5672. "md.GetWithdrawApplyListResp": {
  5673. "type": "object",
  5674. "properties": {
  5675. "levels_list": {
  5676. "description": "等级列表",
  5677. "type": "array",
  5678. "items": {
  5679. "type": "object",
  5680. "additionalProperties": true
  5681. }
  5682. },
  5683. "list": {
  5684. "type": "array",
  5685. "items": {
  5686. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  5687. }
  5688. },
  5689. "paginate": {
  5690. "description": "分页信息",
  5691. "allOf": [
  5692. {
  5693. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  5694. }
  5695. ]
  5696. },
  5697. "tags_list": {
  5698. "description": "标签列表",
  5699. "type": "array",
  5700. "items": {
  5701. "type": "object",
  5702. "additionalProperties": true
  5703. }
  5704. }
  5705. }
  5706. },
  5707. "md.GetWithdrawSettingResp": {
  5708. "type": "object",
  5709. "properties": {
  5710. "create_at": {
  5711. "description": "申请时间",
  5712. "type": "string"
  5713. },
  5714. "frequency_set": {
  5715. "description": "频率设置(0:日 1:周 2:月 3:年)",
  5716. "allOf": [
  5717. {
  5718. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  5719. }
  5720. ]
  5721. },
  5722. "id": {
  5723. "type": "integer"
  5724. },
  5725. "is_auto": {
  5726. "description": "是否开启自动提现(0:否 1:是)",
  5727. "type": "integer"
  5728. },
  5729. "is_real_name": {
  5730. "description": "是否实名(0:否 1:是)",
  5731. "type": "integer"
  5732. },
  5733. "is_support_decimal_point": {
  5734. "description": "是否支持小数点(0:否 1:是)",
  5735. "type": "integer"
  5736. },
  5737. "update_at": {
  5738. "description": "处理时间",
  5739. "type": "string"
  5740. },
  5741. "vip_level_limit": {
  5742. "description": "提现等级限制",
  5743. "type": "integer"
  5744. },
  5745. "withdraw_amount_limit": {
  5746. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  5747. "type": "string"
  5748. },
  5749. "withdraw_fee_set": {
  5750. "description": "提现手续费设置",
  5751. "type": "string"
  5752. },
  5753. "withdraw_multiple_limit": {
  5754. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  5755. "type": "string"
  5756. },
  5757. "withdraw_nums_limit": {
  5758. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  5759. "type": "integer"
  5760. },
  5761. "withdraw_time_interval": {
  5762. "description": "提现时段",
  5763. "type": "string"
  5764. },
  5765. "withdraw_type": {
  5766. "description": "提现方式(1:支付宝 2:微信)",
  5767. "type": "integer"
  5768. }
  5769. }
  5770. },
  5771. "md.LevelListNode": {
  5772. "type": "object",
  5773. "properties": {
  5774. "count": {
  5775. "description": "等级人数",
  5776. "type": "string"
  5777. },
  5778. "create_at": {
  5779. "description": "创建时间",
  5780. "type": "string"
  5781. },
  5782. "is_use": {
  5783. "description": "是否开启(0.否, 1.是)",
  5784. "type": "integer"
  5785. },
  5786. "level_id": {
  5787. "description": "等级 ID",
  5788. "type": "integer"
  5789. },
  5790. "level_name": {
  5791. "description": "等级名称",
  5792. "type": "string"
  5793. },
  5794. "level_weight": {
  5795. "description": "等级权重",
  5796. "type": "integer"
  5797. },
  5798. "memo": {
  5799. "description": "备注",
  5800. "type": "string"
  5801. }
  5802. }
  5803. },
  5804. "md.ListCommunityDividendsReq": {
  5805. "type": "object",
  5806. "properties": {
  5807. "end_at": {
  5808. "description": "结束时间",
  5809. "type": "string"
  5810. },
  5811. "end_nums": {
  5812. "description": "分红总量上限",
  5813. "type": "integer"
  5814. },
  5815. "limit": {
  5816. "description": "每页大小",
  5817. "type": "integer"
  5818. },
  5819. "page": {
  5820. "description": "页数",
  5821. "type": "integer"
  5822. },
  5823. "start_at": {
  5824. "description": "开始时间",
  5825. "type": "string"
  5826. },
  5827. "start_nums": {
  5828. "description": "分红总量下限",
  5829. "type": "integer"
  5830. }
  5831. }
  5832. },
  5833. "md.ListCommunityDividendsResp": {
  5834. "type": "object",
  5835. "properties": {
  5836. "list": {
  5837. "type": "array",
  5838. "items": {
  5839. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  5840. }
  5841. },
  5842. "paginate": {
  5843. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  5844. }
  5845. }
  5846. },
  5847. "md.ListCommunityDividendsWithUserReq": {
  5848. "type": "object",
  5849. "properties": {
  5850. "limit": {
  5851. "type": "integer"
  5852. },
  5853. "page": {
  5854. "type": "integer"
  5855. },
  5856. "phone": {
  5857. "type": "string"
  5858. },
  5859. "uid": {
  5860. "type": "integer"
  5861. }
  5862. }
  5863. },
  5864. "md.ListCommunityDividendsWithUserResp": {
  5865. "type": "object",
  5866. "properties": {
  5867. "list": {
  5868. "type": "array",
  5869. "items": {
  5870. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  5871. }
  5872. },
  5873. "paginate": {
  5874. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  5875. }
  5876. }
  5877. },
  5878. "md.ListPlatformRevenueReq": {
  5879. "type": "object",
  5880. "properties": {
  5881. "end_at": {
  5882. "type": "string",
  5883. "example": "结束时间"
  5884. },
  5885. "kind": {
  5886. "description": "数据类型",
  5887. "type": "integer"
  5888. },
  5889. "limit": {
  5890. "description": "每页大小",
  5891. "type": "integer"
  5892. },
  5893. "page": {
  5894. "description": "页数",
  5895. "type": "integer"
  5896. },
  5897. "start_at": {
  5898. "type": "string",
  5899. "example": "开始时间"
  5900. }
  5901. }
  5902. },
  5903. "md.ListPlatformRevenueResp": {
  5904. "type": "object",
  5905. "properties": {
  5906. "kind_list": {
  5907. "description": "类型列表",
  5908. "type": "array",
  5909. "items": {
  5910. "type": "object",
  5911. "additionalProperties": true
  5912. }
  5913. },
  5914. "list": {
  5915. "description": "数据列表",
  5916. "type": "array",
  5917. "items": {
  5918. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  5919. }
  5920. },
  5921. "paginate": {
  5922. "description": "分页数据",
  5923. "allOf": [
  5924. {
  5925. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  5926. }
  5927. ]
  5928. }
  5929. }
  5930. },
  5931. "md.LoginReq": {
  5932. "type": "object",
  5933. "required": [
  5934. "password",
  5935. "username"
  5936. ],
  5937. "properties": {
  5938. "code": {
  5939. "type": "string",
  5940. "example": "验证码"
  5941. },
  5942. "password": {
  5943. "type": "string",
  5944. "example": "登录密码"
  5945. },
  5946. "username": {
  5947. "type": "string",
  5948. "example": "登录账号"
  5949. }
  5950. }
  5951. },
  5952. "md.LoginResponse": {
  5953. "type": "object",
  5954. "properties": {
  5955. "token": {
  5956. "type": "string"
  5957. }
  5958. }
  5959. },
  5960. "md.ManualScoreReq": {
  5961. "type": "object",
  5962. "properties": {
  5963. "index_id": {
  5964. "description": "文档id",
  5965. "type": "string"
  5966. },
  5967. "score": {
  5968. "type": "string",
  5969. "example": "分数"
  5970. }
  5971. }
  5972. },
  5973. "md.NewUserRedPackageGetBasicResp": {
  5974. "type": "object",
  5975. "properties": {
  5976. "create_at": {
  5977. "type": "string"
  5978. },
  5979. "days": {
  5980. "description": "天数",
  5981. "type": "integer"
  5982. },
  5983. "is_double": {
  5984. "description": "是否翻倍",
  5985. "type": "integer"
  5986. },
  5987. "is_open": {
  5988. "description": "是否开启(1:开启 0:关闭)",
  5989. "type": "integer"
  5990. },
  5991. "total_amount": {
  5992. "type": "string",
  5993. "example": "总金额"
  5994. },
  5995. "update_at": {
  5996. "type": "string"
  5997. }
  5998. }
  5999. },
  6000. "md.NewUserRedPackageRecordFlowListReq": {
  6001. "type": "object",
  6002. "properties": {
  6003. "end_at": {
  6004. "description": "结束时间",
  6005. "type": "string"
  6006. },
  6007. "limit": {
  6008. "description": "每页大小",
  6009. "type": "integer"
  6010. },
  6011. "page": {
  6012. "description": "页数",
  6013. "type": "integer"
  6014. },
  6015. "start_at": {
  6016. "description": "开始时间",
  6017. "type": "string"
  6018. },
  6019. "uid": {
  6020. "description": "用户 ID",
  6021. "type": "integer"
  6022. }
  6023. }
  6024. },
  6025. "md.NewUserRedPackageRecordFlowListResp": {
  6026. "type": "object",
  6027. "properties": {
  6028. "list": {
  6029. "type": "array",
  6030. "items": {
  6031. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  6032. }
  6033. },
  6034. "paginate": {
  6035. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  6036. }
  6037. }
  6038. },
  6039. "md.NewUserRedPackageRecordFlowNode": {
  6040. "type": "object",
  6041. "properties": {
  6042. "balance_amount": {
  6043. "description": "剩余金额",
  6044. "type": "string"
  6045. },
  6046. "balance_days": {
  6047. "description": "剩余天数",
  6048. "type": "integer"
  6049. },
  6050. "basic_amount": {
  6051. "description": "基础金额",
  6052. "type": "string"
  6053. },
  6054. "create_at": {
  6055. "description": "创建时间",
  6056. "type": "string"
  6057. },
  6058. "day_num": {
  6059. "description": "第x天",
  6060. "type": "integer"
  6061. },
  6062. "double_rate": {
  6063. "description": "倍率",
  6064. "type": "string"
  6065. },
  6066. "id": {
  6067. "description": "流水 ID",
  6068. "type": "integer"
  6069. },
  6070. "is_double": {
  6071. "description": "是否翻倍",
  6072. "type": "integer"
  6073. },
  6074. "receive_days": {
  6075. "description": "领取天数",
  6076. "type": "integer"
  6077. },
  6078. "total_amount": {
  6079. "description": "实际金额",
  6080. "type": "string"
  6081. },
  6082. "uid": {
  6083. "description": "用户 ID",
  6084. "type": "integer"
  6085. }
  6086. }
  6087. },
  6088. "md.NewUserRedPackageRecordListReq": {
  6089. "type": "object",
  6090. "properties": {
  6091. "end_at": {
  6092. "description": "结束时间",
  6093. "type": "string"
  6094. },
  6095. "limit": {
  6096. "description": "每页大小",
  6097. "type": "integer"
  6098. },
  6099. "page": {
  6100. "description": "页数",
  6101. "type": "integer"
  6102. },
  6103. "start_at": {
  6104. "description": "开始时间",
  6105. "type": "string"
  6106. },
  6107. "uid": {
  6108. "description": "用户 ID",
  6109. "type": "integer"
  6110. }
  6111. }
  6112. },
  6113. "md.NewUserRedPackageRecordListResp": {
  6114. "type": "object",
  6115. "properties": {
  6116. "list": {
  6117. "type": "array",
  6118. "items": {
  6119. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  6120. }
  6121. },
  6122. "paginate": {
  6123. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  6124. }
  6125. }
  6126. },
  6127. "md.NewUserRedPackageRecordNode": {
  6128. "type": "object",
  6129. "properties": {
  6130. "balance_amount": {
  6131. "description": "剩余金额",
  6132. "type": "string"
  6133. },
  6134. "balance_days": {
  6135. "description": "剩余天数",
  6136. "type": "integer"
  6137. },
  6138. "create_at": {
  6139. "description": "创建时间",
  6140. "type": "string"
  6141. },
  6142. "days": {
  6143. "description": "天数",
  6144. "type": "integer"
  6145. },
  6146. "receive_days": {
  6147. "description": "领取天数",
  6148. "type": "integer"
  6149. },
  6150. "state": {
  6151. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  6152. "type": "integer"
  6153. },
  6154. "system_id": {
  6155. "description": "系统中记录的 ID",
  6156. "type": "integer"
  6157. },
  6158. "total_amount": {
  6159. "description": "金额",
  6160. "type": "string"
  6161. },
  6162. "uid": {
  6163. "description": "用户 ID",
  6164. "type": "integer"
  6165. },
  6166. "update_at": {
  6167. "description": "修改时间",
  6168. "type": "string"
  6169. }
  6170. }
  6171. },
  6172. "md.NewUserRedPackageUpdateBasicReq": {
  6173. "type": "object",
  6174. "properties": {
  6175. "days": {
  6176. "description": "天数",
  6177. "type": "integer"
  6178. },
  6179. "is_double": {
  6180. "description": "是否翻倍",
  6181. "type": "integer"
  6182. },
  6183. "is_open": {
  6184. "description": "是否开启(1:开启 0:关闭)",
  6185. "type": "integer"
  6186. },
  6187. "total_amount": {
  6188. "type": "string",
  6189. "example": "总金额"
  6190. }
  6191. }
  6192. },
  6193. "md.NewUserRewardRules": {
  6194. "type": "object",
  6195. "properties": {
  6196. "continue_days": {
  6197. "description": "连续x天",
  6198. "type": "integer"
  6199. },
  6200. "invite_user_reward_value": {
  6201. "description": "拉新用户奖励x个活跃积分",
  6202. "type": "integer"
  6203. },
  6204. "reward_coefficient": {
  6205. "description": "奖励系数",
  6206. "type": "number"
  6207. }
  6208. }
  6209. },
  6210. "md.OtherNode": {
  6211. "type": "object",
  6212. "properties": {
  6213. "create_at": {
  6214. "description": "注册时间",
  6215. "type": "string"
  6216. },
  6217. "last_login_at": {
  6218. "description": "最近登录时间",
  6219. "type": "string"
  6220. },
  6221. "last_login_ip": {
  6222. "description": "最后登录 IP",
  6223. "type": "string"
  6224. }
  6225. }
  6226. },
  6227. "md.PageCustomerServiceReq": {
  6228. "type": "object",
  6229. "properties": {
  6230. "memo": {
  6231. "type": "string",
  6232. "example": "备注"
  6233. },
  6234. "page": {
  6235. "type": "integer"
  6236. },
  6237. "page_size": {
  6238. "type": "integer"
  6239. },
  6240. "state": {
  6241. "description": "状态",
  6242. "type": "integer"
  6243. }
  6244. }
  6245. },
  6246. "md.PageEmoticonReq": {
  6247. "type": "object",
  6248. "properties": {
  6249. "memo": {
  6250. "type": "string",
  6251. "example": "备注"
  6252. },
  6253. "page": {
  6254. "type": "integer"
  6255. },
  6256. "page_size": {
  6257. "type": "integer"
  6258. },
  6259. "state": {
  6260. "description": "状态",
  6261. "type": "integer"
  6262. }
  6263. }
  6264. },
  6265. "md.PlatformRevenueDataNode": {
  6266. "type": "object",
  6267. "properties": {
  6268. "balance_amount": {
  6269. "description": "余额",
  6270. "type": "string"
  6271. },
  6272. "balance_times": {
  6273. "description": "剩余执行次数",
  6274. "type": "integer"
  6275. },
  6276. "create_at": {
  6277. "description": "创建时间",
  6278. "type": "string"
  6279. },
  6280. "hours": {
  6281. "description": "时长",
  6282. "type": "integer"
  6283. },
  6284. "kind": {
  6285. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  6286. "type": "integer"
  6287. },
  6288. "memo": {
  6289. "description": "备注",
  6290. "type": "string"
  6291. },
  6292. "system_id": {
  6293. "type": "integer"
  6294. },
  6295. "total_amount": {
  6296. "description": "金额",
  6297. "type": "string"
  6298. }
  6299. }
  6300. },
  6301. "md.PriceSettingStruct": {
  6302. "type": "object",
  6303. "properties": {
  6304. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  6305. "description": "市商资金单笔x元自动兑换",
  6306. "type": "string"
  6307. },
  6308. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  6309. "description": "市商数量单笔x数量自动兑换",
  6310. "type": "string"
  6311. },
  6312. "price_below_value": {
  6313. "description": "低于x元",
  6314. "type": "string"
  6315. },
  6316. "price_higher_than_value": {
  6317. "description": "高于x元",
  6318. "type": "string"
  6319. }
  6320. }
  6321. },
  6322. "md.Response": {
  6323. "type": "object",
  6324. "properties": {
  6325. "code": {
  6326. "type": "string",
  6327. "example": "响应码"
  6328. },
  6329. "data": {
  6330. "description": "内容"
  6331. },
  6332. "msg": {
  6333. "type": "string",
  6334. "example": "具体错误原因"
  6335. }
  6336. }
  6337. },
  6338. "md.RewardSystemStruct": {
  6339. "type": "object",
  6340. "properties": {
  6341. "level": {
  6342. "description": "圈层",
  6343. "type": "integer"
  6344. },
  6345. "reward_condition": {
  6346. "description": "奖励条件",
  6347. "type": "string"
  6348. },
  6349. "reward_value": {
  6350. "description": "奖励值",
  6351. "type": "string"
  6352. }
  6353. }
  6354. },
  6355. "md.SelectData": {
  6356. "type": "object",
  6357. "properties": {
  6358. "direction": {
  6359. "type": "array",
  6360. "items": {
  6361. "type": "object",
  6362. "additionalProperties": {
  6363. "type": "string"
  6364. }
  6365. }
  6366. }
  6367. }
  6368. },
  6369. "md.SelectMemberNode": {
  6370. "type": "object",
  6371. "properties": {
  6372. "avatar": {
  6373. "description": "会员头像",
  6374. "type": "string"
  6375. },
  6376. "level": {
  6377. "description": "会员等级",
  6378. "type": "string"
  6379. },
  6380. "nickname": {
  6381. "description": "会员昵称",
  6382. "type": "string"
  6383. },
  6384. "phone": {
  6385. "description": "会员手机号",
  6386. "type": "string"
  6387. },
  6388. "uid": {
  6389. "description": "会员 ID",
  6390. "type": "integer"
  6391. }
  6392. }
  6393. },
  6394. "md.SelectMemberReq": {
  6395. "type": "object",
  6396. "properties": {
  6397. "level": {
  6398. "description": "会员等级",
  6399. "type": "integer"
  6400. },
  6401. "limit": {
  6402. "description": "每页大小",
  6403. "type": "integer"
  6404. },
  6405. "nickname": {
  6406. "description": "会员昵称",
  6407. "type": "string"
  6408. },
  6409. "page": {
  6410. "description": "页数",
  6411. "type": "integer"
  6412. },
  6413. "phone": {
  6414. "description": "会员手机号",
  6415. "type": "string"
  6416. },
  6417. "uid": {
  6418. "description": "会员 ID",
  6419. "type": "integer"
  6420. }
  6421. }
  6422. },
  6423. "md.SelectMemberResp": {
  6424. "type": "object",
  6425. "properties": {
  6426. "level_list": {
  6427. "description": "会员等级列表",
  6428. "type": "array",
  6429. "items": {
  6430. "type": "object",
  6431. "additionalProperties": true
  6432. }
  6433. },
  6434. "list": {
  6435. "description": "会员数据",
  6436. "type": "array",
  6437. "items": {
  6438. "$ref": "#/definitions/md.SelectMemberNode"
  6439. }
  6440. },
  6441. "paginate": {
  6442. "description": "分页信息",
  6443. "allOf": [
  6444. {
  6445. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  6446. }
  6447. ]
  6448. }
  6449. }
  6450. },
  6451. "md.SetCustomerServiceStateReq": {
  6452. "type": "object",
  6453. "properties": {
  6454. "id": {
  6455. "description": "拥有用户数量",
  6456. "type": "integer"
  6457. },
  6458. "state": {
  6459. "description": "状态",
  6460. "type": "integer"
  6461. }
  6462. }
  6463. },
  6464. "md.SetEmoticonStateReq": {
  6465. "type": "object",
  6466. "properties": {
  6467. "id": {
  6468. "description": "拥有用户数量",
  6469. "type": "integer"
  6470. },
  6471. "state": {
  6472. "description": "状态",
  6473. "type": "integer"
  6474. }
  6475. }
  6476. },
  6477. "md.SetVideoRewardReq": {
  6478. "type": "object",
  6479. "properties": {
  6480. "ecpm": {
  6481. "description": "当前 Ecpm 值",
  6482. "type": "string"
  6483. },
  6484. "unit_price": {
  6485. "description": "单价",
  6486. "type": "string"
  6487. }
  6488. }
  6489. },
  6490. "md.SonUserDailyActivityAnalysisNode": {
  6491. "type": "object",
  6492. "properties": {
  6493. "activity_day_nums": {
  6494. "description": "活跃子节点活跃天数",
  6495. "type": "integer"
  6496. },
  6497. "nickname": {
  6498. "type": "string",
  6499. "example": "昵称"
  6500. },
  6501. "phone": {
  6502. "type": "string",
  6503. "example": "手机号"
  6504. },
  6505. "uid": {
  6506. "description": "查询用户活跃子节点 ID",
  6507. "type": "integer"
  6508. }
  6509. }
  6510. },
  6511. "md.StatisticsEggPointReq": {
  6512. "type": "object",
  6513. "properties": {
  6514. "week": {
  6515. "type": "string",
  6516. "example": "周份"
  6517. },
  6518. "year": {
  6519. "type": "string",
  6520. "example": "年份"
  6521. }
  6522. }
  6523. },
  6524. "md.StatisticsEggPointResp": {
  6525. "type": "object",
  6526. "properties": {
  6527. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  6528. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  6529. "type": "array",
  6530. "items": {
  6531. "type": "object",
  6532. "additionalProperties": {
  6533. "type": "string"
  6534. }
  6535. }
  6536. },
  6537. "statistics_user_egg_browse_interface_nums_range": {
  6538. "description": "统计用户\"浏览界面次数\"范围",
  6539. "type": "array",
  6540. "items": {
  6541. "type": "object",
  6542. "additionalProperties": {
  6543. "type": "string"
  6544. }
  6545. }
  6546. },
  6547. "statistics_user_egg_college_learning_nums_range": {
  6548. "description": "统计用户\"学院学习次数\"范围",
  6549. "type": "array",
  6550. "items": {
  6551. "type": "object",
  6552. "additionalProperties": {
  6553. "type": "string"
  6554. }
  6555. }
  6556. },
  6557. "statistics_user_egg_ecpm_range": {
  6558. "description": "统计用户\"ecpm\"范围",
  6559. "type": "array",
  6560. "items": {
  6561. "type": "object",
  6562. "additionalProperties": {
  6563. "type": "string"
  6564. }
  6565. }
  6566. },
  6567. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  6568. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  6569. "type": "array",
  6570. "items": {
  6571. "type": "object",
  6572. "additionalProperties": {
  6573. "type": "string"
  6574. }
  6575. }
  6576. },
  6577. "statistics_user_egg_forum_comments_nums_range": {
  6578. "description": "统计用户\"论坛评论次数\"范围",
  6579. "type": "array",
  6580. "items": {
  6581. "type": "object",
  6582. "additionalProperties": {
  6583. "type": "string"
  6584. }
  6585. }
  6586. },
  6587. "statistics_user_egg_invite_user_nums_range": {
  6588. "description": "统计用户\"拉新人数\"范围",
  6589. "type": "array",
  6590. "items": {
  6591. "type": "object",
  6592. "additionalProperties": {
  6593. "type": "string"
  6594. }
  6595. }
  6596. },
  6597. "statistics_user_egg_kind_proportion": {
  6598. "description": "统计用户蛋蛋分\"评比类型\"占比",
  6599. "type": "array",
  6600. "items": {
  6601. "type": "object",
  6602. "additionalProperties": true
  6603. }
  6604. },
  6605. "statistics_user_egg_person_add_activity_value_range": {
  6606. "description": "统计用户\"个人活跃积分增量值\"范围",
  6607. "type": "array",
  6608. "items": {
  6609. "type": "object",
  6610. "additionalProperties": {
  6611. "type": "string"
  6612. }
  6613. }
  6614. },
  6615. "statistics_user_egg_score_value_range": {
  6616. "description": "统计用户蛋蛋分范围",
  6617. "type": "array",
  6618. "items": {
  6619. "type": "object",
  6620. "additionalProperties": {
  6621. "type": "string"
  6622. }
  6623. }
  6624. },
  6625. "statistics_user_egg_send_circle_of_friend_nums_range": {
  6626. "description": "统计用户\"发朋友圈次数\"范围",
  6627. "type": "array",
  6628. "items": {
  6629. "type": "object",
  6630. "additionalProperties": {
  6631. "type": "string"
  6632. }
  6633. }
  6634. },
  6635. "statistics_user_egg_send_red_package_nums_range": {
  6636. "description": "统计用户\"发红包次数\"范围",
  6637. "type": "array",
  6638. "items": {
  6639. "type": "object",
  6640. "additionalProperties": {
  6641. "type": "string"
  6642. }
  6643. }
  6644. },
  6645. "statistics_user_egg_sign_in_nums_range": {
  6646. "description": "统计用户\"签到次数\"范围",
  6647. "type": "array",
  6648. "items": {
  6649. "type": "object",
  6650. "additionalProperties": {
  6651. "type": "string"
  6652. }
  6653. }
  6654. },
  6655. "statistics_user_egg_team_activity_nums_range": {
  6656. "description": "统计用户\"团队活跃次数\"范围",
  6657. "type": "array",
  6658. "items": {
  6659. "type": "object",
  6660. "additionalProperties": {
  6661. "type": "string"
  6662. }
  6663. }
  6664. },
  6665. "statistics_user_egg_violate_nums_range": {
  6666. "description": "统计用户\"违规次数\"范围",
  6667. "type": "array",
  6668. "items": {
  6669. "type": "object",
  6670. "additionalProperties": {
  6671. "type": "string"
  6672. }
  6673. }
  6674. },
  6675. "week": {
  6676. "type": "string",
  6677. "example": "周份"
  6678. },
  6679. "year": {
  6680. "type": "string",
  6681. "example": "年份"
  6682. },
  6683. "year_list": {
  6684. "description": "年份\u0026\u0026周份列表",
  6685. "type": "object",
  6686. "additionalProperties": {
  6687. "type": "array",
  6688. "items": {
  6689. "type": "string"
  6690. }
  6691. }
  6692. }
  6693. }
  6694. },
  6695. "md.SubUser": {
  6696. "type": "object",
  6697. "properties": {
  6698. "avatar_url": {
  6699. "type": "string",
  6700. "example": "头像"
  6701. },
  6702. "level": {
  6703. "description": "整个系统中的等级",
  6704. "type": "integer"
  6705. },
  6706. "nickname": {
  6707. "type": "string",
  6708. "example": "昵称"
  6709. },
  6710. "phone": {
  6711. "type": "string",
  6712. "example": "手机号"
  6713. },
  6714. "pid": {
  6715. "type": "integer"
  6716. },
  6717. "position": {
  6718. "description": "以pid1为创始人中网的位置",
  6719. "type": "integer"
  6720. },
  6721. "uid": {
  6722. "type": "integer"
  6723. }
  6724. }
  6725. },
  6726. "md.TagListNode": {
  6727. "type": "object",
  6728. "properties": {
  6729. "count": {
  6730. "description": "标签人数",
  6731. "type": "string"
  6732. },
  6733. "create_at": {
  6734. "description": "创建时间",
  6735. "type": "string"
  6736. },
  6737. "memo": {
  6738. "description": "备注",
  6739. "type": "string"
  6740. },
  6741. "name": {
  6742. "description": "名称",
  6743. "type": "string"
  6744. },
  6745. "tag_id": {
  6746. "description": "标签 ID",
  6747. "type": "string"
  6748. }
  6749. }
  6750. },
  6751. "md.TeamRewardSettingStruct": {
  6752. "type": "object",
  6753. "properties": {
  6754. "member_self_is_open_get_team_reward": {
  6755. "description": "会员是否活跃得到团队奖励",
  6756. "type": "string"
  6757. },
  6758. "one_round_duration": {
  6759. "description": "一轮持续时间",
  6760. "type": "string"
  6761. },
  6762. "reward_decrement_value": {
  6763. "description": "递减百分比",
  6764. "type": "string"
  6765. },
  6766. "reward_end_value": {
  6767. "description": "奖励结束值",
  6768. "type": "string"
  6769. }
  6770. }
  6771. },
  6772. "md.TreeNode": {
  6773. "type": "object",
  6774. "properties": {
  6775. "avatar_url": {
  6776. "type": "string",
  6777. "example": "头像"
  6778. },
  6779. "level": {
  6780. "type": "integer"
  6781. },
  6782. "nickname": {
  6783. "type": "string",
  6784. "example": "昵称"
  6785. },
  6786. "phone": {
  6787. "type": "string",
  6788. "example": "手机号"
  6789. },
  6790. "pid": {
  6791. "type": "integer"
  6792. },
  6793. "position": {
  6794. "type": "integer"
  6795. },
  6796. "son": {
  6797. "type": "array",
  6798. "items": {
  6799. "$ref": "#/definitions/md.TreeNode"
  6800. }
  6801. },
  6802. "system_id": {
  6803. "description": "公排网中id",
  6804. "type": "integer"
  6805. },
  6806. "uid": {
  6807. "type": "integer"
  6808. }
  6809. }
  6810. },
  6811. "md.UpdateContributionValueBasicSettingReq": {
  6812. "type": "object",
  6813. "properties": {
  6814. "hand_out_red_package": {
  6815. "description": "发红包获得x点",
  6816. "type": "string"
  6817. },
  6818. "id": {
  6819. "type": "string"
  6820. },
  6821. "posting_comment_liked": {
  6822. "description": "发布评论被官方点赞获得x点",
  6823. "type": "string"
  6824. },
  6825. "posting_dynamic_liked": {
  6826. "description": "发布动态被官方点赞获得x点",
  6827. "type": "string"
  6828. },
  6829. "publish_creation": {
  6830. "description": "发布创作获得x点",
  6831. "type": "string"
  6832. }
  6833. }
  6834. },
  6835. "md.UpdateCustomerServiceMemoReq": {
  6836. "type": "object",
  6837. "properties": {
  6838. "id": {
  6839. "description": "拥有用户数量",
  6840. "type": "integer"
  6841. },
  6842. "memo": {
  6843. "description": "备注",
  6844. "type": "string",
  6845. "example": "备注"
  6846. }
  6847. }
  6848. },
  6849. "md.UpdateEggEnergyBasicReq": {
  6850. "type": "object",
  6851. "properties": {
  6852. "basic_setting": {
  6853. "description": "基础设置",
  6854. "allOf": [
  6855. {
  6856. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  6857. }
  6858. ]
  6859. },
  6860. "data_setting": {
  6861. "description": "数据设置",
  6862. "allOf": [
  6863. {
  6864. "$ref": "#/definitions/md.DataSetting"
  6865. }
  6866. ]
  6867. },
  6868. "destruction_setting": {
  6869. "description": "销毁设置",
  6870. "allOf": [
  6871. {
  6872. "$ref": "#/definitions/md.DestructionSettingStruct"
  6873. }
  6874. ]
  6875. },
  6876. "exchange_rules": {
  6877. "description": "兑换规则",
  6878. "allOf": [
  6879. {
  6880. "$ref": "#/definitions/md.ExchangeRulesStruct"
  6881. }
  6882. ]
  6883. },
  6884. "new_user_incentive_rules": {
  6885. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  6886. "allOf": [
  6887. {
  6888. "$ref": "#/definitions/md.NewUserRewardRules"
  6889. }
  6890. ]
  6891. },
  6892. "price_setting": {
  6893. "description": "价格设置",
  6894. "allOf": [
  6895. {
  6896. "$ref": "#/definitions/md.PriceSettingStruct"
  6897. }
  6898. ]
  6899. },
  6900. "reward_system": {
  6901. "description": "圈层奖励",
  6902. "type": "array",
  6903. "items": {
  6904. "$ref": "#/definitions/md.RewardSystemStruct"
  6905. }
  6906. },
  6907. "system_id": {
  6908. "description": "该设置系统 ID",
  6909. "type": "integer"
  6910. },
  6911. "video_reward_setting": {
  6912. "description": "视频奖励",
  6913. "allOf": [
  6914. {
  6915. "$ref": "#/definitions/md.VideoRewardSetting"
  6916. }
  6917. ]
  6918. }
  6919. }
  6920. },
  6921. "md.UpdateEggEnergyVipSettingReq": {
  6922. "type": "object",
  6923. "properties": {
  6924. "list": {
  6925. "description": "更新后数据",
  6926. "type": "array",
  6927. "items": {
  6928. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  6929. }
  6930. }
  6931. }
  6932. },
  6933. "md.UpdateEmoticonReq": {
  6934. "type": "object",
  6935. "properties": {
  6936. "id": {
  6937. "description": "拥有用户数量",
  6938. "type": "integer"
  6939. },
  6940. "img_url": {
  6941. "type": "string",
  6942. "example": "图片地址"
  6943. },
  6944. "memo": {
  6945. "description": "备注",
  6946. "type": "string",
  6947. "example": "备注"
  6948. },
  6949. "name": {
  6950. "type": "string",
  6951. "example": "名称"
  6952. },
  6953. "sort": {
  6954. "description": "排序",
  6955. "type": "integer"
  6956. }
  6957. }
  6958. },
  6959. "md.UpdateLevelReq": {
  6960. "type": "object",
  6961. "properties": {
  6962. "auto_update": {
  6963. "description": "自动升级 0关闭 1开启",
  6964. "type": "string"
  6965. },
  6966. "choosable_num": {
  6967. "description": "可选任务数量",
  6968. "type": "string"
  6969. },
  6970. "is_use": {
  6971. "description": "是否开启(0.否, 1.是)",
  6972. "type": "string"
  6973. },
  6974. "level_id": {
  6975. "type": "string"
  6976. },
  6977. "level_name": {
  6978. "description": "等级名称",
  6979. "type": "string"
  6980. },
  6981. "level_weight": {
  6982. "description": "等级权重",
  6983. "type": "string"
  6984. },
  6985. "memo": {
  6986. "description": "备注",
  6987. "type": "string"
  6988. }
  6989. }
  6990. },
  6991. "md.UpdateLevelTaskReq": {
  6992. "type": "object",
  6993. "properties": {
  6994. "finish_count": {
  6995. "description": "多少天内完成的指标",
  6996. "type": "string"
  6997. },
  6998. "is_must_task": {
  6999. "description": "是否必做(0,1)",
  7000. "type": "string"
  7001. },
  7002. "task_id": {
  7003. "description": "等级 ID",
  7004. "type": "string"
  7005. },
  7006. "task_type": {
  7007. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  7008. "type": "string"
  7009. },
  7010. "task_type_level_id": {
  7011. "description": "会员等级 ID (task_type=3时生效)",
  7012. "type": "string"
  7013. },
  7014. "within_days": {
  7015. "description": "多少天内完成",
  7016. "type": "string"
  7017. }
  7018. }
  7019. },
  7020. "md.UpdatePublicPlatoonBasicReq": {
  7021. "type": "object",
  7022. "properties": {
  7023. "is_open": {
  7024. "description": "是否开启(1:开启 0:关闭)",
  7025. "type": "integer"
  7026. },
  7027. "is_self_active_get_team_revenue": {
  7028. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  7029. "type": "integer"
  7030. },
  7031. "originator_uid": {
  7032. "description": "创始人uid",
  7033. "type": "integer"
  7034. },
  7035. "several_rows": {
  7036. "description": "几排",
  7037. "type": "integer"
  7038. },
  7039. "several_times": {
  7040. "description": "几乘",
  7041. "type": "integer"
  7042. },
  7043. "system_punish_replace": {
  7044. "description": "是否位置滑落 被新用户替换 0否 1是",
  7045. "type": "integer"
  7046. },
  7047. "system_punish_replace_value": {
  7048. "description": "xx天未活跃,处罚滑落",
  7049. "type": "integer"
  7050. }
  7051. }
  7052. },
  7053. "md.UpdateTagReq": {
  7054. "type": "object",
  7055. "properties": {
  7056. "memo": {
  7057. "description": "备注",
  7058. "type": "string"
  7059. },
  7060. "name": {
  7061. "description": "标签名称",
  7062. "type": "string"
  7063. },
  7064. "tag_id": {
  7065. "description": "标签 ID",
  7066. "type": "string"
  7067. }
  7068. }
  7069. },
  7070. "md.UpdateVipEquitySettingNode": {
  7071. "type": "object",
  7072. "properties": {
  7073. "dividend_ratio": {
  7074. "description": "分红比例",
  7075. "type": "string"
  7076. },
  7077. "exchange_account_balance_fee": {
  7078. "description": "兑换余额手续费",
  7079. "type": "string"
  7080. },
  7081. "vip_level_id": {
  7082. "description": "会员等级ID",
  7083. "type": "string"
  7084. }
  7085. }
  7086. },
  7087. "md.UpdateWithdrawSettingReq": {
  7088. "type": "object",
  7089. "properties": {
  7090. "frequency_set": {
  7091. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  7092. "allOf": [
  7093. {
  7094. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  7095. }
  7096. ]
  7097. },
  7098. "id": {
  7099. "type": "integer"
  7100. },
  7101. "is_auto": {
  7102. "description": "是否开启自动提现(0:否 1:是)",
  7103. "type": "integer"
  7104. },
  7105. "is_real_name": {
  7106. "description": "是否实名(0:否 1:是)",
  7107. "type": "integer"
  7108. },
  7109. "is_support_decimal_point": {
  7110. "description": "是否支持小数点(0:否 1:是)",
  7111. "type": "integer"
  7112. },
  7113. "vip_level_limit": {
  7114. "description": "提现等级限制",
  7115. "type": "integer"
  7116. },
  7117. "withdraw_amount_limit": {
  7118. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  7119. "type": "string"
  7120. },
  7121. "withdraw_fee_set": {
  7122. "description": "提现手续费设置",
  7123. "type": "string"
  7124. },
  7125. "withdraw_multiple_limit": {
  7126. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  7127. "type": "string"
  7128. },
  7129. "withdraw_nums_limit": {
  7130. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  7131. "type": "integer"
  7132. },
  7133. "withdraw_time_interval": {
  7134. "description": "提现时段",
  7135. "type": "string"
  7136. },
  7137. "withdraw_type": {
  7138. "description": "提现方式(1:支付宝 2:微信)",
  7139. "type": "integer"
  7140. }
  7141. }
  7142. },
  7143. "md.UserDailyActivityAnalysisReq": {
  7144. "type": "object",
  7145. "properties": {
  7146. "end_date": {
  7147. "type": "string",
  7148. "example": "结束日期"
  7149. },
  7150. "page": {
  7151. "description": "页数",
  7152. "type": "integer"
  7153. },
  7154. "page_size": {
  7155. "description": "每页大小",
  7156. "type": "integer"
  7157. },
  7158. "start_date": {
  7159. "type": "string",
  7160. "example": "开始日期"
  7161. },
  7162. "uid": {
  7163. "description": "查询用户 ID",
  7164. "type": "integer"
  7165. }
  7166. }
  7167. },
  7168. "md.UserDailyActivityAnalysisResp": {
  7169. "type": "object",
  7170. "properties": {
  7171. "son_user_data": {
  7172. "description": "被查询用户子节点信息",
  7173. "type": "array",
  7174. "items": {
  7175. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  7176. }
  7177. },
  7178. "top_data": {
  7179. "description": "统计信息",
  7180. "allOf": [
  7181. {
  7182. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  7183. }
  7184. ]
  7185. }
  7186. }
  7187. },
  7188. "md.UserEggFlowReq": {
  7189. "type": "object",
  7190. "properties": {
  7191. "account_balance_exchange_egg_energy_nums_end": {
  7192. "type": "string",
  7193. "example": "余额兑换蛋蛋能量数量-结束值"
  7194. },
  7195. "account_balance_exchange_egg_energy_nums_start": {
  7196. "type": "string",
  7197. "example": "余额兑换蛋蛋能量数量-起始值"
  7198. },
  7199. "browse_interface_nums_end": {
  7200. "type": "string",
  7201. "example": "浏览界面次数-结束值"
  7202. },
  7203. "browse_interface_nums_start": {
  7204. "type": "string",
  7205. "example": "浏览界面次数-起始值"
  7206. },
  7207. "college_learning_nums_end": {
  7208. "type": "string",
  7209. "example": "学院学习次数-结束值"
  7210. },
  7211. "college_learning_nums_start": {
  7212. "type": "string",
  7213. "example": "学院学习次数-起始值"
  7214. },
  7215. "ecpm_end": {
  7216. "type": "string",
  7217. "example": "ecpm-结束值"
  7218. },
  7219. "ecpm_start": {
  7220. "type": "string",
  7221. "example": "ecpm-起始值"
  7222. },
  7223. "egg_energy_exchange_account_balance_end": {
  7224. "type": "string",
  7225. "example": "蛋蛋能量兑换余额数量-结束值"
  7226. },
  7227. "egg_energy_exchange_account_balance_start": {
  7228. "type": "string",
  7229. "example": "蛋蛋能量兑换余额数量-起始值"
  7230. },
  7231. "forum_comments_nums_end": {
  7232. "type": "string",
  7233. "example": "论坛评论次数-结束值"
  7234. },
  7235. "forum_comments_nums_start": {
  7236. "type": "string",
  7237. "example": "论坛评论次数-起始值"
  7238. },
  7239. "im_activity_nums_end": {
  7240. "type": "string",
  7241. "example": "im活跃次数-结束值"
  7242. },
  7243. "im_activity_nums_start": {
  7244. "type": "string",
  7245. "example": "im活跃次数-起始值"
  7246. },
  7247. "invite_user_nums_end": {
  7248. "type": "string",
  7249. "example": "拉新人数-结束值"
  7250. },
  7251. "invite_user_nums_start": {
  7252. "type": "string",
  7253. "example": "拉新人数-起始值"
  7254. },
  7255. "page": {
  7256. "description": "页数",
  7257. "type": "integer"
  7258. },
  7259. "page_size": {
  7260. "description": "每页大小",
  7261. "type": "integer"
  7262. },
  7263. "person_add_activity_value_end": {
  7264. "type": "string",
  7265. "example": "个人活跃积分-结束值"
  7266. },
  7267. "person_add_activity_value_start": {
  7268. "type": "string",
  7269. "example": "个人活跃积分-起始值"
  7270. },
  7271. "score_value_end": {
  7272. "type": "string",
  7273. "example": "蛋蛋分-结束值"
  7274. },
  7275. "score_value_kind": {
  7276. "description": "评分类型(0:未知 1:人工 2:系统)",
  7277. "type": "integer"
  7278. },
  7279. "score_value_start": {
  7280. "type": "string",
  7281. "example": "蛋蛋分-起始值"
  7282. },
  7283. "send_circle_of_friend_nums_end": {
  7284. "type": "string",
  7285. "example": "发朋友圈次数-结束值"
  7286. },
  7287. "send_circle_of_friend_nums_start": {
  7288. "type": "string",
  7289. "example": "发朋友圈次数-起始值"
  7290. },
  7291. "send_red_package_nums_end": {
  7292. "type": "string",
  7293. "example": "发红包次数-结束值"
  7294. },
  7295. "send_red_package_nums_start": {
  7296. "type": "string",
  7297. "example": "发红包次数-起始值"
  7298. },
  7299. "sign_in_nums_end": {
  7300. "type": "string",
  7301. "example": "签到次数-结束值"
  7302. },
  7303. "sign_in_nums_start": {
  7304. "type": "string",
  7305. "example": "签到次数-起始值"
  7306. },
  7307. "team-activity-nums-end": {
  7308. "type": "string",
  7309. "example": "团队活跃次数-结束值"
  7310. },
  7311. "team_activity_nums_start": {
  7312. "type": "string",
  7313. "example": "团队活跃次数-起始值"
  7314. },
  7315. "violate_nums_end": {
  7316. "type": "string",
  7317. "example": "违规次数-结束值"
  7318. },
  7319. "violate_nums_start": {
  7320. "type": "string",
  7321. "example": "违规次数-起始值"
  7322. },
  7323. "week": {
  7324. "type": "string",
  7325. "example": "周份"
  7326. },
  7327. "year": {
  7328. "type": "string",
  7329. "example": "年份"
  7330. }
  7331. }
  7332. },
  7333. "md.UserEggFlowReqResp": {
  7334. "type": "object",
  7335. "properties": {
  7336. "list": {
  7337. "type": "array",
  7338. "items": {
  7339. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  7340. }
  7341. },
  7342. "page": {
  7343. "description": "页数",
  7344. "type": "integer"
  7345. },
  7346. "page_size": {
  7347. "description": "每页大小",
  7348. "type": "integer"
  7349. },
  7350. "score_value_kind_map": {
  7351. "description": "评分类型(0:未知 1:人工 2:系统)",
  7352. "type": "array",
  7353. "items": {
  7354. "type": "object",
  7355. "additionalProperties": true
  7356. }
  7357. },
  7358. "total": {
  7359. "description": "总数量",
  7360. "type": "integer"
  7361. },
  7362. "week": {
  7363. "type": "string",
  7364. "example": "周份"
  7365. },
  7366. "year": {
  7367. "type": "string",
  7368. "example": "年份"
  7369. }
  7370. }
  7371. },
  7372. "md.UserEggFlowReqRespList": {
  7373. "type": "object",
  7374. "properties": {
  7375. "account_balance_exchange_egg_energy_nums": {
  7376. "description": "余额兑换蛋蛋能量数量",
  7377. "type": "integer"
  7378. },
  7379. "browse_interface_nums": {
  7380. "description": "浏览界面次数",
  7381. "type": "integer"
  7382. },
  7383. "college_learning_nums": {
  7384. "description": "学院学习次数",
  7385. "type": "integer"
  7386. },
  7387. "ecpm": {
  7388. "description": "ecpm",
  7389. "type": "number"
  7390. },
  7391. "egg_energy_exchange_account_balance": {
  7392. "description": "蛋蛋能量兑换余额数量",
  7393. "type": "integer"
  7394. },
  7395. "forum_comments_nums": {
  7396. "description": "论坛评论次数",
  7397. "type": "integer"
  7398. },
  7399. "im_activity_nums": {
  7400. "description": "im活跃次数",
  7401. "type": "integer"
  7402. },
  7403. "index_id": {
  7404. "description": "文档id",
  7405. "type": "string"
  7406. },
  7407. "invite_user_nums": {
  7408. "description": "拉新人数",
  7409. "type": "integer"
  7410. },
  7411. "person_add_activity_value": {
  7412. "description": "个人活跃积分",
  7413. "type": "integer"
  7414. },
  7415. "score_value": {
  7416. "description": "蛋蛋分-起始值",
  7417. "type": "number"
  7418. },
  7419. "score_value_kind": {
  7420. "description": "评分类型(0:未知 1:人工 2:系统)",
  7421. "type": "integer"
  7422. },
  7423. "send_circle_of_friend_nums": {
  7424. "description": "发朋友圈次数",
  7425. "type": "integer"
  7426. },
  7427. "send_red_package_nums": {
  7428. "description": "发红包次数",
  7429. "type": "integer"
  7430. },
  7431. "sign_in_nums": {
  7432. "description": "签到次数",
  7433. "type": "integer"
  7434. },
  7435. "team_activity_nums": {
  7436. "description": "团队活跃次数",
  7437. "type": "integer"
  7438. },
  7439. "violate_nums": {
  7440. "description": "违规次数",
  7441. "type": "integer"
  7442. }
  7443. }
  7444. },
  7445. "md.UserEggIndexReq": {
  7446. "type": "object",
  7447. "properties": {
  7448. "week": {
  7449. "type": "string",
  7450. "example": "周份"
  7451. },
  7452. "year": {
  7453. "type": "string",
  7454. "example": "年份"
  7455. }
  7456. }
  7457. },
  7458. "md.UserEggIndexResp": {
  7459. "type": "object",
  7460. "properties": {
  7461. "egg_energy_user_egg_index_weight": {
  7462. "description": "蛋蛋分系数权重",
  7463. "allOf": [
  7464. {
  7465. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  7466. }
  7467. ]
  7468. },
  7469. "statistics_user_egg_kind_proportion": {
  7470. "description": "统计用户蛋蛋分\"评比类型\"占比",
  7471. "type": "array",
  7472. "items": {
  7473. "type": "object",
  7474. "additionalProperties": true
  7475. }
  7476. },
  7477. "statistics_user_egg_score_value_range": {
  7478. "description": "统计用户蛋蛋分范围",
  7479. "type": "array",
  7480. "items": {
  7481. "type": "object",
  7482. "additionalProperties": {
  7483. "type": "string"
  7484. }
  7485. }
  7486. },
  7487. "week": {
  7488. "type": "string",
  7489. "example": "周份"
  7490. },
  7491. "year": {
  7492. "type": "string",
  7493. "example": "年份"
  7494. },
  7495. "year_list": {
  7496. "description": "年份\u0026\u0026周份列表",
  7497. "type": "object",
  7498. "additionalProperties": {
  7499. "type": "array",
  7500. "items": {
  7501. "type": "string"
  7502. }
  7503. }
  7504. }
  7505. }
  7506. },
  7507. "md.UserManagementGetBalanceDetailResp": {
  7508. "type": "object",
  7509. "properties": {
  7510. "list": {
  7511. "type": "array",
  7512. "items": {
  7513. "$ref": "#/definitions/md.BalanceDetailNode"
  7514. }
  7515. },
  7516. "paginate": {
  7517. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  7518. }
  7519. }
  7520. },
  7521. "md.UserManagementGetFansResp": {
  7522. "type": "object",
  7523. "properties": {
  7524. "list": {
  7525. "description": "用户数据",
  7526. "type": "array",
  7527. "items": {
  7528. "$ref": "#/definitions/md.FansNode"
  7529. }
  7530. },
  7531. "paginate": {
  7532. "description": "分页信息",
  7533. "allOf": [
  7534. {
  7535. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  7536. }
  7537. ]
  7538. }
  7539. }
  7540. },
  7541. "md.UserManagementGetOneBasicResp": {
  7542. "type": "object",
  7543. "properties": {
  7544. "basic_info": {
  7545. "description": "基本信息",
  7546. "allOf": [
  7547. {
  7548. "$ref": "#/definitions/md.BasicInfoNode"
  7549. }
  7550. ]
  7551. },
  7552. "levels_list": {
  7553. "description": "等级列表",
  7554. "type": "array",
  7555. "items": {
  7556. "type": "object",
  7557. "additionalProperties": true
  7558. }
  7559. },
  7560. "other_info": {
  7561. "description": "其他信息",
  7562. "allOf": [
  7563. {
  7564. "$ref": "#/definitions/md.OtherNode"
  7565. }
  7566. ]
  7567. },
  7568. "tags_list": {
  7569. "description": "标签列表",
  7570. "type": "array",
  7571. "items": {
  7572. "type": "object",
  7573. "additionalProperties": true
  7574. }
  7575. }
  7576. }
  7577. },
  7578. "md.UserManagementGetUserListNode": {
  7579. "type": "object",
  7580. "properties": {
  7581. "avatar": {
  7582. "description": "头像",
  7583. "type": "string"
  7584. },
  7585. "id": {
  7586. "description": "会员 ID",
  7587. "type": "integer"
  7588. },
  7589. "invite_code": {
  7590. "type": "string",
  7591. "example": "会员邀请码"
  7592. },
  7593. "is_real_name": {
  7594. "description": "是否实名 0.未实名,1.已实名",
  7595. "type": "integer"
  7596. },
  7597. "last_login_at": {
  7598. "description": "最后登录时间",
  7599. "type": "string"
  7600. },
  7601. "level_name": {
  7602. "description": "会员等级",
  7603. "type": "string"
  7604. },
  7605. "memo": {
  7606. "description": "备注",
  7607. "type": "string"
  7608. },
  7609. "nickname": {
  7610. "description": "昵称",
  7611. "type": "string"
  7612. },
  7613. "parent_id": {
  7614. "description": "推荐人 ID",
  7615. "type": "integer"
  7616. },
  7617. "parent_invite_code": {
  7618. "type": "string",
  7619. "example": "推荐人邀请码"
  7620. },
  7621. "parent_phone": {
  7622. "type": "string",
  7623. "example": "推荐人手机号"
  7624. },
  7625. "phone": {
  7626. "description": "手机号",
  7627. "type": "string"
  7628. },
  7629. "register_time": {
  7630. "description": "注册时间",
  7631. "type": "string"
  7632. },
  7633. "register_type": {
  7634. "description": "注册类型",
  7635. "type": "integer"
  7636. },
  7637. "sex": {
  7638. "description": "性别(0:未知 1:男 2:女)",
  7639. "type": "integer"
  7640. },
  7641. "state": {
  7642. "description": "状态",
  7643. "type": "integer"
  7644. },
  7645. "tag_name": {
  7646. "description": "会员标签",
  7647. "type": "string"
  7648. },
  7649. "wechat": {
  7650. "description": "微信号",
  7651. "type": "string"
  7652. }
  7653. }
  7654. },
  7655. "md.UserManagementGetUserListReq": {
  7656. "type": "object",
  7657. "properties": {
  7658. "effective": {
  7659. "description": "有效会员",
  7660. "type": "integer"
  7661. },
  7662. "id": {
  7663. "description": "会员 ID",
  7664. "type": "integer"
  7665. },
  7666. "invite_code": {
  7667. "type": "string",
  7668. "example": "会员邀请码"
  7669. },
  7670. "is_real_name": {
  7671. "description": "是否实名 0.未实名,1.已实名",
  7672. "type": "integer"
  7673. },
  7674. "level": {
  7675. "description": "会员等级",
  7676. "type": "integer"
  7677. },
  7678. "limit": {
  7679. "type": "integer"
  7680. },
  7681. "login_after": {
  7682. "description": "最近登录结束时间",
  7683. "type": "string"
  7684. },
  7685. "login_before": {
  7686. "description": "最近登录开始时间",
  7687. "type": "string"
  7688. },
  7689. "memo": {
  7690. "description": "备注",
  7691. "type": "string"
  7692. },
  7693. "nickname": {
  7694. "type": "string",
  7695. "example": "会员昵称"
  7696. },
  7697. "page": {
  7698. "type": "integer"
  7699. },
  7700. "parent_invite_code": {
  7701. "type": "string",
  7702. "example": "上级邀请码"
  7703. },
  7704. "parent_phone": {
  7705. "type": "string",
  7706. "example": "上级手机号"
  7707. },
  7708. "phone": {
  7709. "type": "string",
  7710. "example": "会员手机号"
  7711. },
  7712. "recommend_id": {
  7713. "description": "推荐人 ID",
  7714. "type": "integer"
  7715. },
  7716. "register_after": {
  7717. "description": "注册时间终点",
  7718. "type": "string"
  7719. },
  7720. "register_before": {
  7721. "description": "注册时间起点",
  7722. "type": "string"
  7723. },
  7724. "register_type": {
  7725. "description": "注册类型(1:APP注册、2:H5注册)",
  7726. "type": "integer"
  7727. },
  7728. "sex": {
  7729. "description": "性别(0:未知 1:男 2:女)",
  7730. "type": "integer"
  7731. },
  7732. "state": {
  7733. "description": "状态",
  7734. "type": "integer"
  7735. },
  7736. "tag": {
  7737. "description": "标签 id",
  7738. "type": "integer"
  7739. },
  7740. "union_id": {
  7741. "type": "string",
  7742. "example": "微信号"
  7743. }
  7744. }
  7745. },
  7746. "md.UserManagementGetUserListResp": {
  7747. "type": "object",
  7748. "properties": {
  7749. "levels_list": {
  7750. "description": "等级列表",
  7751. "type": "array",
  7752. "items": {
  7753. "type": "object",
  7754. "additionalProperties": true
  7755. }
  7756. },
  7757. "list": {
  7758. "type": "array",
  7759. "items": {
  7760. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  7761. }
  7762. },
  7763. "paginate": {
  7764. "description": "分页信息",
  7765. "allOf": [
  7766. {
  7767. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  7768. }
  7769. ]
  7770. },
  7771. "tags_list": {
  7772. "description": "标签列表",
  7773. "type": "array",
  7774. "items": {
  7775. "type": "object",
  7776. "additionalProperties": true
  7777. }
  7778. }
  7779. }
  7780. },
  7781. "md.UserManagementGetVirtualCoinDetailResp": {
  7782. "type": "object",
  7783. "properties": {
  7784. "coin_list": {
  7785. "type": "array",
  7786. "items": {
  7787. "type": "object",
  7788. "additionalProperties": true
  7789. }
  7790. },
  7791. "list": {
  7792. "type": "array",
  7793. "items": {
  7794. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  7795. }
  7796. },
  7797. "paginate": {
  7798. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  7799. }
  7800. }
  7801. },
  7802. "md.UserManagementUpdateUserInfoReq": {
  7803. "type": "object",
  7804. "properties": {
  7805. "avatar": {
  7806. "description": "头像",
  7807. "type": "string"
  7808. },
  7809. "last_login_ip": {
  7810. "description": "用户最后登录 IP",
  7811. "type": "string"
  7812. },
  7813. "level": {
  7814. "description": "会员等级 ID",
  7815. "type": "string"
  7816. },
  7817. "memo": {
  7818. "type": "string",
  7819. "example": "备注"
  7820. },
  7821. "nickname": {
  7822. "description": "用户名",
  7823. "type": "string"
  7824. },
  7825. "parent_uid": {
  7826. "description": "邀请人 ID",
  7827. "type": "string"
  7828. },
  7829. "phone": {
  7830. "description": "手机号",
  7831. "type": "string"
  7832. },
  7833. "sex": {
  7834. "description": "性别(0:未知 1:男 2:女)",
  7835. "type": "string"
  7836. },
  7837. "state": {
  7838. "description": "账号状态 1正常,2冻结",
  7839. "type": "string"
  7840. },
  7841. "tag": {
  7842. "description": "用户标签 ID",
  7843. "type": "string"
  7844. },
  7845. "uid": {
  7846. "type": "integer"
  7847. },
  7848. "union_id": {
  7849. "description": "微信号",
  7850. "type": "string"
  7851. }
  7852. }
  7853. },
  7854. "md.UserVirtualCoinFlow": {
  7855. "type": "object",
  7856. "properties": {
  7857. "after_amount": {
  7858. "type": "string",
  7859. "example": "变更后数量"
  7860. },
  7861. "amount": {
  7862. "type": "string",
  7863. "example": "变更数量"
  7864. },
  7865. "before_amount": {
  7866. "type": "string",
  7867. "example": "变更前数量"
  7868. },
  7869. "coin_id": {
  7870. "description": "虚拟币 ID",
  7871. "type": "integer"
  7872. },
  7873. "create_at": {
  7874. "type": "string",
  7875. "example": "创建时间"
  7876. },
  7877. "direction": {
  7878. "description": "方向:1收入 2支出",
  7879. "type": "integer"
  7880. },
  7881. "id": {
  7882. "type": "integer"
  7883. },
  7884. "sys_fee": {
  7885. "type": "string",
  7886. "example": "手续费"
  7887. },
  7888. "title": {
  7889. "type": "string",
  7890. "example": "标题"
  7891. },
  7892. "transfer_type": {
  7893. "description": "转账类型",
  7894. "type": "integer"
  7895. },
  7896. "uid": {
  7897. "description": "用户 ID",
  7898. "type": "integer"
  7899. },
  7900. "update_at": {
  7901. "type": "string",
  7902. "example": "更新时间"
  7903. }
  7904. }
  7905. },
  7906. "md.VideoRewardSetting": {
  7907. "type": "object",
  7908. "properties": {
  7909. "video_reward_is_open": {
  7910. "description": "视频奖励是否开启(1:开启 0:关闭)",
  7911. "type": "integer"
  7912. },
  7913. "video_reward_system": {
  7914. "description": "视频奖励机制",
  7915. "allOf": [
  7916. {
  7917. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  7918. }
  7919. ]
  7920. }
  7921. }
  7922. },
  7923. "md.VideoRewardSystemStruct": {
  7924. "type": "object",
  7925. "properties": {
  7926. "each_round_hour": {
  7927. "description": "每一轮X个小时",
  7928. "type": "string"
  7929. },
  7930. "interval_minutes": {
  7931. "description": "间隔X秒",
  7932. "type": "string"
  7933. },
  7934. "reward_total_num": {
  7935. "description": "一共X个奖励视屏",
  7936. "type": "string"
  7937. },
  7938. "reward_value": {
  7939. "description": "奖励X个活跃积分",
  7940. "type": "string"
  7941. }
  7942. }
  7943. },
  7944. "md.VipEquitySettingNode": {
  7945. "type": "object",
  7946. "properties": {
  7947. "dividend_ratio": {
  7948. "description": "分红比例",
  7949. "type": "string"
  7950. },
  7951. "exchange_account_balance_fee": {
  7952. "description": "兑换余额手续费",
  7953. "type": "string"
  7954. },
  7955. "vip_level_id": {
  7956. "description": "会员等级ID",
  7957. "type": "string"
  7958. },
  7959. "vip_level_name": {
  7960. "description": "会员等级名称",
  7961. "type": "string"
  7962. }
  7963. }
  7964. },
  7965. "md.VirtualCoin": {
  7966. "type": "object",
  7967. "properties": {
  7968. "create_at": {
  7969. "type": "string"
  7970. },
  7971. "exchange_ratio": {
  7972. "description": "兑换比例(与金额)",
  7973. "type": "string",
  7974. "example": "兑换比例(与金额)"
  7975. },
  7976. "id": {
  7977. "type": "integer"
  7978. },
  7979. "is_use": {
  7980. "description": "是否开启: 0否 1是",
  7981. "type": "integer"
  7982. },
  7983. "name": {
  7984. "description": "名称",
  7985. "type": "string"
  7986. },
  7987. "update_at": {
  7988. "type": "string"
  7989. }
  7990. }
  7991. },
  7992. "md.VirtualCoinDetailNode": {
  7993. "type": "object",
  7994. "properties": {
  7995. "after_amount": {
  7996. "description": "变更后积分余额",
  7997. "type": "string"
  7998. },
  7999. "amount": {
  8000. "description": "变更数量",
  8001. "type": "string"
  8002. },
  8003. "create_at": {
  8004. "description": "创建时间",
  8005. "type": "string"
  8006. },
  8007. "direction": {
  8008. "description": "类型 1.收入 2.支出",
  8009. "type": "integer"
  8010. },
  8011. "uid": {
  8012. "description": "用户 ID",
  8013. "type": "integer"
  8014. }
  8015. }
  8016. },
  8017. "md.VirtualCoinListNode": {
  8018. "type": "object",
  8019. "properties": {
  8020. "coin_id": {
  8021. "description": "货币类型 ID",
  8022. "type": "integer"
  8023. },
  8024. "kind": {
  8025. "description": "货币序号",
  8026. "type": "integer"
  8027. },
  8028. "name": {
  8029. "type": "string",
  8030. "example": "货币类型名称"
  8031. }
  8032. }
  8033. },
  8034. "md.WithdrawFrequencySettingStruct": {
  8035. "type": "object",
  8036. "properties": {
  8037. "duration": {
  8038. "description": "周期 (0.天 1.小时 2.周 3.天 4.月 5.年)",
  8039. "type": "integer"
  8040. },
  8041. "num": {
  8042. "description": "周期数",
  8043. "type": "integer"
  8044. }
  8045. }
  8046. },
  8047. "model.EggEnergyUserEggIndexWeight": {
  8048. "type": "object",
  8049. "properties": {
  8050. "account_balance_exchange_egg_energy_nums": {
  8051. "type": "string"
  8052. },
  8053. "browse_interface_nums": {
  8054. "type": "string"
  8055. },
  8056. "college_learning_nums": {
  8057. "type": "string"
  8058. },
  8059. "create_at": {
  8060. "type": "string"
  8061. },
  8062. "ecpm": {
  8063. "type": "string"
  8064. },
  8065. "egg_energy_exchange_account_balance": {
  8066. "type": "string"
  8067. },
  8068. "forum_comments_nums": {
  8069. "type": "string"
  8070. },
  8071. "id": {
  8072. "type": "integer"
  8073. },
  8074. "im_activity_nums": {
  8075. "type": "string"
  8076. },
  8077. "invite_user_nums": {
  8078. "type": "string"
  8079. },
  8080. "person_add_activity_value": {
  8081. "type": "string"
  8082. },
  8083. "send_circle_of_friend_nums": {
  8084. "type": "string"
  8085. },
  8086. "send_red_package_nums": {
  8087. "type": "string"
  8088. },
  8089. "sign_in_nums": {
  8090. "type": "string"
  8091. },
  8092. "team_activity_nums": {
  8093. "type": "string"
  8094. },
  8095. "update_at": {
  8096. "type": "string"
  8097. },
  8098. "violate_nums": {
  8099. "type": "string"
  8100. }
  8101. }
  8102. },
  8103. "model.UserLevelTask": {
  8104. "type": "object",
  8105. "properties": {
  8106. "create_at": {
  8107. "type": "string"
  8108. },
  8109. "finish_count": {
  8110. "type": "integer"
  8111. },
  8112. "id": {
  8113. "type": "integer"
  8114. },
  8115. "is_must_task": {
  8116. "type": "integer"
  8117. },
  8118. "level_id": {
  8119. "type": "integer"
  8120. },
  8121. "task_type": {
  8122. "type": "integer"
  8123. },
  8124. "task_type_level_id": {
  8125. "type": "integer"
  8126. },
  8127. "update_at": {
  8128. "type": "string"
  8129. },
  8130. "within_days": {
  8131. "type": "integer"
  8132. }
  8133. }
  8134. }
  8135. },
  8136. "securityDefinitions": {
  8137. "MasterID": {
  8138. "type": "apiKey",
  8139. "name": "MasterID",
  8140. "in": "header"
  8141. }
  8142. }
  8143. }