蛋蛋星球 后台端
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

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