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

5113 lines
176 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/institutionalManagement/eggEnergy/availableEnergy/list": {
  183. "post": {
  184. "description": "动态数据流水(获取)",
  185. "consumes": [
  186. "application/json"
  187. ],
  188. "produces": [
  189. "application/json"
  190. ],
  191. "tags": [
  192. "公排管理"
  193. ],
  194. "summary": "制度中心-动态数据-动态数据流水(获取)",
  195. "parameters": [
  196. {
  197. "type": "string",
  198. "description": "验证参数Bearer和token空格拼接",
  199. "name": "Authorization",
  200. "in": "header",
  201. "required": true
  202. },
  203. {
  204. "description": "页数、每页大小必传 起止时间、持有类型选传",
  205. "name": "req",
  206. "in": "body",
  207. "required": true,
  208. "schema": {
  209. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  210. }
  211. }
  212. ],
  213. "responses": {
  214. "200": {
  215. "description": "成功返回",
  216. "schema": {
  217. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  218. }
  219. },
  220. "400": {
  221. "description": "具体错误",
  222. "schema": {
  223. "$ref": "#/definitions/md.Response"
  224. }
  225. }
  226. }
  227. }
  228. },
  229. "/api/institutionalManagement/eggEnergy/getBasic": {
  230. "get": {
  231. "description": "基础设置(获取)",
  232. "consumes": [
  233. "application/json"
  234. ],
  235. "produces": [
  236. "application/json"
  237. ],
  238. "tags": [
  239. "蛋蛋能量"
  240. ],
  241. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  242. "parameters": [
  243. {
  244. "type": "string",
  245. "description": "验证参数Bearer和token空格拼接",
  246. "name": "Authorization",
  247. "in": "header",
  248. "required": true
  249. }
  250. ],
  251. "responses": {
  252. "200": {
  253. "description": "具体数据",
  254. "schema": {
  255. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  256. }
  257. },
  258. "400": {
  259. "description": "具体错误",
  260. "schema": {
  261. "$ref": "#/definitions/md.Response"
  262. }
  263. }
  264. }
  265. }
  266. },
  267. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  268. "get": {
  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. "responses": {
  290. "200": {
  291. "description": "成功返回",
  292. "schema": {
  293. "type": "array",
  294. "items": {
  295. "$ref": "#/definitions/md.VirtualCoin"
  296. }
  297. }
  298. },
  299. "400": {
  300. "description": "具体错误",
  301. "schema": {
  302. "$ref": "#/definitions/md.Response"
  303. }
  304. }
  305. }
  306. }
  307. },
  308. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  309. "get": {
  310. "description": "数据概览(获取)",
  311. "consumes": [
  312. "application/json"
  313. ],
  314. "produces": [
  315. "application/json"
  316. ],
  317. "tags": [
  318. "蛋蛋能量"
  319. ],
  320. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  321. "parameters": [
  322. {
  323. "type": "string",
  324. "description": "验证参数Bearer和token空格拼接",
  325. "name": "Authorization",
  326. "in": "header",
  327. "required": true
  328. }
  329. ],
  330. "responses": {
  331. "200": {
  332. "description": "具体数据",
  333. "schema": {
  334. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  335. }
  336. },
  337. "400": {
  338. "description": "具体错误",
  339. "schema": {
  340. "$ref": "#/definitions/md.Response"
  341. }
  342. }
  343. }
  344. }
  345. },
  346. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  347. "post": {
  348. "description": "价值明细数据(新增)",
  349. "consumes": [
  350. "application/json"
  351. ],
  352. "produces": [
  353. "application/json"
  354. ],
  355. "tags": [
  356. "蛋蛋能量"
  357. ],
  358. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  359. "parameters": [
  360. {
  361. "type": "string",
  362. "description": "验证参数Bearer和token空格拼接",
  363. "name": "Authorization",
  364. "in": "header",
  365. "required": true
  366. },
  367. {
  368. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  369. "name": "req",
  370. "in": "body",
  371. "required": true,
  372. "schema": {
  373. "$ref": "#/definitions/md.AddFundDataReq"
  374. }
  375. }
  376. ],
  377. "responses": {
  378. "200": {
  379. "description": "插入数据 id",
  380. "schema": {
  381. "type": "int"
  382. }
  383. },
  384. "400": {
  385. "description": "具体错误",
  386. "schema": {
  387. "$ref": "#/definitions/md.Response"
  388. }
  389. }
  390. }
  391. }
  392. },
  393. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  394. "post": {
  395. "description": "新增数据列表(获取)",
  396. "consumes": [
  397. "application/json"
  398. ],
  399. "produces": [
  400. "application/json"
  401. ],
  402. "tags": [
  403. "蛋蛋能量"
  404. ],
  405. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  406. "parameters": [
  407. {
  408. "type": "string",
  409. "description": "验证参数Bearer和token空格拼接",
  410. "name": "Authorization",
  411. "in": "header",
  412. "required": true
  413. },
  414. {
  415. "description": "分页信息必填",
  416. "name": "req",
  417. "in": "body",
  418. "required": true,
  419. "schema": {
  420. "$ref": "#/definitions/md.GetFundDataListReq"
  421. }
  422. }
  423. ],
  424. "responses": {
  425. "200": {
  426. "description": "具体数据",
  427. "schema": {
  428. "$ref": "#/definitions/md.GetFundDataListResp"
  429. }
  430. },
  431. "400": {
  432. "description": "具体错误",
  433. "schema": {
  434. "$ref": "#/definitions/md.Response"
  435. }
  436. }
  437. }
  438. }
  439. },
  440. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  441. "post": {
  442. "description": "新增数据列表详情(查询)",
  443. "consumes": [
  444. "application/json"
  445. ],
  446. "produces": [
  447. "application/json"
  448. ],
  449. "tags": [
  450. "蛋蛋能量"
  451. ],
  452. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  453. "parameters": [
  454. {
  455. "type": "string",
  456. "description": "验证参数Bearer和token空格拼接",
  457. "name": "Authorization",
  458. "in": "header",
  459. "required": true
  460. },
  461. {
  462. "description": "获取到的 system_id 以及分页信息",
  463. "name": "req",
  464. "in": "body",
  465. "required": true,
  466. "schema": {
  467. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  468. }
  469. }
  470. ],
  471. "responses": {
  472. "200": {
  473. "description": "具体数据",
  474. "schema": {
  475. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  476. }
  477. },
  478. "400": {
  479. "description": "具体错误",
  480. "schema": {
  481. "$ref": "#/definitions/md.Response"
  482. }
  483. }
  484. }
  485. }
  486. },
  487. "/api/institutionalManagement/eggEnergy/globalData/platformRevenueList": {
  488. "post": {
  489. "description": "平台营收数据(获取)",
  490. "consumes": [
  491. "application/json"
  492. ],
  493. "produces": [
  494. "application/json"
  495. ],
  496. "tags": [
  497. "蛋蛋能量"
  498. ],
  499. "summary": "制度中心-蛋蛋能量-平台营收数据(获取)",
  500. "parameters": [
  501. {
  502. "type": "string",
  503. "description": "验证参数Bearer和token空格拼接",
  504. "name": "Authorization",
  505. "in": "header",
  506. "required": true
  507. },
  508. {
  509. "description": "分页信息必填",
  510. "name": "req",
  511. "in": "body",
  512. "required": true,
  513. "schema": {
  514. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  515. }
  516. }
  517. ],
  518. "responses": {
  519. "200": {
  520. "description": "具体数据",
  521. "schema": {
  522. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  523. }
  524. },
  525. "400": {
  526. "description": "具体错误",
  527. "schema": {
  528. "$ref": "#/definitions/md.Response"
  529. }
  530. }
  531. }
  532. }
  533. },
  534. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  535. "get": {
  536. "description": "价格趋势(获取)",
  537. "consumes": [
  538. "application/json"
  539. ],
  540. "produces": [
  541. "application/json"
  542. ],
  543. "tags": [
  544. "蛋蛋能量"
  545. ],
  546. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  547. "parameters": [
  548. {
  549. "type": "string",
  550. "description": "验证参数Bearer和token空格拼接",
  551. "name": "Authorization",
  552. "in": "header",
  553. "required": true
  554. },
  555. {
  556. "type": "string",
  557. "description": "1:按天 2:按小时 3:按周",
  558. "name": "kind",
  559. "in": "query"
  560. }
  561. ],
  562. "responses": {
  563. "200": {
  564. "description": "具体数据",
  565. "schema": {
  566. "$ref": "#/definitions/md.GetPriceCurveResp"
  567. }
  568. },
  569. "400": {
  570. "description": "具体错误",
  571. "schema": {
  572. "$ref": "#/definitions/md.Response"
  573. }
  574. }
  575. }
  576. }
  577. },
  578. "/api/institutionalManagement/eggEnergy/platformRevenue/PlatformRevenueAdd": {
  579. "post": {
  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. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  601. "name": "req",
  602. "in": "body",
  603. "required": true,
  604. "schema": {
  605. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  606. }
  607. }
  608. ],
  609. "responses": {
  610. "200": {
  611. "description": "插入数据 id",
  612. "schema": {
  613. "type": "int"
  614. }
  615. },
  616. "400": {
  617. "description": "具体错误",
  618. "schema": {
  619. "$ref": "#/definitions/md.Response"
  620. }
  621. }
  622. }
  623. }
  624. },
  625. "/api/institutionalManagement/eggEnergy/platformRevenue/SetVideoReward": {
  626. "post": {
  627. "description": "激励视频(设置)",
  628. "consumes": [
  629. "application/json"
  630. ],
  631. "produces": [
  632. "application/json"
  633. ],
  634. "tags": [
  635. "蛋蛋能量"
  636. ],
  637. "summary": "制度中心-蛋蛋能量-激励视频(设置)",
  638. "parameters": [
  639. {
  640. "type": "string",
  641. "description": "验证参数Bearer和token空格拼接",
  642. "name": "Authorization",
  643. "in": "header",
  644. "required": true
  645. },
  646. {
  647. "description": "落地页不填页大小默认20条数据",
  648. "name": "req",
  649. "in": "body",
  650. "required": true,
  651. "schema": {
  652. "$ref": "#/definitions/md.SetVideoRewardReq"
  653. }
  654. }
  655. ],
  656. "responses": {
  657. "200": {
  658. "description": "success",
  659. "schema": {
  660. "type": "string"
  661. }
  662. },
  663. "400": {
  664. "description": "具体错误",
  665. "schema": {
  666. "$ref": "#/definitions/md.Response"
  667. }
  668. }
  669. }
  670. }
  671. },
  672. "/api/institutionalManagement/eggEnergy/updateBasic": {
  673. "post": {
  674. "description": "基础设置(更新)",
  675. "consumes": [
  676. "application/json"
  677. ],
  678. "produces": [
  679. "application/json"
  680. ],
  681. "tags": [
  682. "蛋蛋能量"
  683. ],
  684. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  685. "parameters": [
  686. {
  687. "type": "string",
  688. "description": "验证参数Bearer和token空格拼接",
  689. "name": "Authorization",
  690. "in": "header",
  691. "required": true
  692. },
  693. {
  694. "description": "system_id 必填",
  695. "name": "req",
  696. "in": "body",
  697. "required": true,
  698. "schema": {
  699. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  700. }
  701. }
  702. ],
  703. "responses": {
  704. "200": {
  705. "description": "修改数据条数",
  706. "schema": {
  707. "type": "int"
  708. }
  709. },
  710. "400": {
  711. "description": "具体错误",
  712. "schema": {
  713. "$ref": "#/definitions/md.Response"
  714. }
  715. }
  716. }
  717. }
  718. },
  719. "/api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinFlowList": {
  720. "post": {
  721. "description": "活跃积分持有流水(查询)",
  722. "consumes": [
  723. "application/json"
  724. ],
  725. "produces": [
  726. "application/json"
  727. ],
  728. "tags": [
  729. "公排管理"
  730. ],
  731. "summary": "制度中心-活跃积分持有者明细-活跃积分持有流水(查询)",
  732. "parameters": [
  733. {
  734. "type": "string",
  735. "description": "验证参数Bearer和token空格拼接",
  736. "name": "Authorization",
  737. "in": "header",
  738. "required": true
  739. },
  740. {
  741. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  742. "name": "req",
  743. "in": "body",
  744. "required": true,
  745. "schema": {
  746. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  747. }
  748. }
  749. ],
  750. "responses": {
  751. "200": {
  752. "description": "成功返回",
  753. "schema": {
  754. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  755. }
  756. },
  757. "400": {
  758. "description": "具体错误",
  759. "schema": {
  760. "$ref": "#/definitions/md.Response"
  761. }
  762. }
  763. }
  764. }
  765. },
  766. "/api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinList": {
  767. "post": {
  768. "description": "活跃积分持有(获取)",
  769. "consumes": [
  770. "application/json"
  771. ],
  772. "produces": [
  773. "application/json"
  774. ],
  775. "tags": [
  776. "公排管理"
  777. ],
  778. "summary": "制度中心-活跃积分持有者明细-活跃积分持有(获取)",
  779. "parameters": [
  780. {
  781. "type": "string",
  782. "description": "验证参数Bearer和token空格拼接",
  783. "name": "Authorization",
  784. "in": "header",
  785. "required": true
  786. },
  787. {
  788. "description": "落地页不填页大小默认20条数据",
  789. "name": "req",
  790. "in": "body",
  791. "schema": {
  792. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  793. }
  794. }
  795. ],
  796. "responses": {
  797. "200": {
  798. "description": "成功返回",
  799. "schema": {
  800. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  801. }
  802. },
  803. "400": {
  804. "description": "具体错误",
  805. "schema": {
  806. "$ref": "#/definitions/md.Response"
  807. }
  808. }
  809. }
  810. }
  811. },
  812. "/api/institutionalManagement/eggEnergy/userCoin/greenEnergyUserCoinFlowList": {
  813. "post": {
  814. "description": "绿色能量持有流水(查询)",
  815. "consumes": [
  816. "application/json"
  817. ],
  818. "produces": [
  819. "application/json"
  820. ],
  821. "tags": [
  822. "公排管理"
  823. ],
  824. "summary": "制度中心-绿色能量持有者明细-绿色能量持有流水(查询)",
  825. "parameters": [
  826. {
  827. "type": "string",
  828. "description": "验证参数Bearer和token空格拼接",
  829. "name": "Authorization",
  830. "in": "header",
  831. "required": true
  832. },
  833. {
  834. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  835. "name": "req",
  836. "in": "body",
  837. "required": true,
  838. "schema": {
  839. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  840. }
  841. }
  842. ],
  843. "responses": {
  844. "200": {
  845. "description": "成功返回",
  846. "schema": {
  847. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  848. }
  849. },
  850. "400": {
  851. "description": "具体错误",
  852. "schema": {
  853. "$ref": "#/definitions/md.Response"
  854. }
  855. }
  856. }
  857. }
  858. },
  859. "/api/institutionalManagement/eggEnergy/userCoin/greenEnergyUserCoinList": {
  860. "post": {
  861. "description": "绿色能量(获取)",
  862. "consumes": [
  863. "application/json"
  864. ],
  865. "produces": [
  866. "application/json"
  867. ],
  868. "tags": [
  869. "公排管理"
  870. ],
  871. "summary": "制度中心-绿色能量持有者明细-绿色能量(获取)",
  872. "parameters": [
  873. {
  874. "type": "string",
  875. "description": "验证参数Bearer和token空格拼接",
  876. "name": "Authorization",
  877. "in": "header",
  878. "required": true
  879. },
  880. {
  881. "description": "落地页不填页大小默认20条数据",
  882. "name": "req",
  883. "in": "body",
  884. "schema": {
  885. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  886. }
  887. }
  888. ],
  889. "responses": {
  890. "200": {
  891. "description": "成功返回",
  892. "schema": {
  893. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  894. }
  895. },
  896. "400": {
  897. "description": "具体错误",
  898. "schema": {
  899. "$ref": "#/definitions/md.Response"
  900. }
  901. }
  902. }
  903. }
  904. },
  905. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  906. "post": {
  907. "description": "社区分红(新增)",
  908. "consumes": [
  909. "application/json"
  910. ],
  911. "produces": [
  912. "application/json"
  913. ],
  914. "tags": [
  915. "公排管理"
  916. ],
  917. "summary": "制度中心-公排管理-社区分红(新增)",
  918. "parameters": [
  919. {
  920. "type": "string",
  921. "description": "验证参数Bearer和token空格拼接",
  922. "name": "Authorization",
  923. "in": "header",
  924. "required": true
  925. },
  926. {
  927. "description": "分红名称、分红总量",
  928. "name": "req",
  929. "in": "body",
  930. "required": true,
  931. "schema": {
  932. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  933. }
  934. }
  935. ],
  936. "responses": {
  937. "200": {
  938. "description": "成功",
  939. "schema": {
  940. "type": "success"
  941. }
  942. },
  943. "400": {
  944. "description": "具体错误",
  945. "schema": {
  946. "$ref": "#/definitions/md.Response"
  947. }
  948. }
  949. }
  950. }
  951. },
  952. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  953. "post": {
  954. "description": "社区分红(查询)",
  955. "consumes": [
  956. "application/json"
  957. ],
  958. "produces": [
  959. "application/json"
  960. ],
  961. "tags": [
  962. "公排管理"
  963. ],
  964. "summary": "制度中心-公排管理-社区分红(查询)",
  965. "parameters": [
  966. {
  967. "type": "string",
  968. "description": "验证参数Bearer和token空格拼接",
  969. "name": "Authorization",
  970. "in": "header",
  971. "required": true
  972. },
  973. {
  974. "description": "页数、每页大小必填 起止时间、起止数量选填",
  975. "name": "req",
  976. "in": "body",
  977. "required": true,
  978. "schema": {
  979. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  980. }
  981. }
  982. ],
  983. "responses": {
  984. "200": {
  985. "description": "具体数据",
  986. "schema": {
  987. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  988. }
  989. },
  990. "400": {
  991. "description": "具体错误",
  992. "schema": {
  993. "$ref": "#/definitions/md.Response"
  994. }
  995. }
  996. }
  997. }
  998. },
  999. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  1000. "post": {
  1001. "description": "社区长列表(新增)",
  1002. "consumes": [
  1003. "application/json"
  1004. ],
  1005. "produces": [
  1006. "application/json"
  1007. ],
  1008. "tags": [
  1009. "公排管理"
  1010. ],
  1011. "summary": "制度中心-公排管理-社区长列表(新增)",
  1012. "parameters": [
  1013. {
  1014. "type": "string",
  1015. "description": "验证参数Bearer和token空格拼接",
  1016. "name": "Authorization",
  1017. "in": "header",
  1018. "required": true
  1019. },
  1020. {
  1021. "description": "新增社区长 ID、备注",
  1022. "name": "req",
  1023. "in": "body",
  1024. "required": true,
  1025. "schema": {
  1026. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  1027. }
  1028. }
  1029. ],
  1030. "responses": {
  1031. "200": {
  1032. "description": "插入数据 ID",
  1033. "schema": {
  1034. "type": "int"
  1035. }
  1036. },
  1037. "400": {
  1038. "description": "具体错误",
  1039. "schema": {
  1040. "$ref": "#/definitions/md.Response"
  1041. }
  1042. }
  1043. }
  1044. }
  1045. },
  1046. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  1047. "post": {
  1048. "description": "社区长列表(查询)",
  1049. "consumes": [
  1050. "application/json"
  1051. ],
  1052. "produces": [
  1053. "application/json"
  1054. ],
  1055. "tags": [
  1056. "公排管理"
  1057. ],
  1058. "summary": "制度中心-公排管理-社区长列表(查询)",
  1059. "parameters": [
  1060. {
  1061. "type": "string",
  1062. "description": "验证参数Bearer和token空格拼接",
  1063. "name": "Authorization",
  1064. "in": "header",
  1065. "required": true
  1066. },
  1067. {
  1068. "description": "页数、每页大小必填 手机号、用户ID选填",
  1069. "name": "req",
  1070. "in": "body",
  1071. "required": true,
  1072. "schema": {
  1073. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  1074. }
  1075. }
  1076. ],
  1077. "responses": {
  1078. "200": {
  1079. "description": "社区长列表",
  1080. "schema": {
  1081. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  1082. }
  1083. },
  1084. "400": {
  1085. "description": "具体错误",
  1086. "schema": {
  1087. "$ref": "#/definitions/md.Response"
  1088. }
  1089. }
  1090. }
  1091. }
  1092. },
  1093. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  1094. "post": {
  1095. "description": "关系分布图(位置转换)",
  1096. "consumes": [
  1097. "application/json"
  1098. ],
  1099. "produces": [
  1100. "application/json"
  1101. ],
  1102. "tags": [
  1103. "公排管理"
  1104. ],
  1105. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  1106. "parameters": [
  1107. {
  1108. "type": "string",
  1109. "description": "验证参数Bearer和token空格拼接",
  1110. "name": "Authorization",
  1111. "in": "header",
  1112. "required": true
  1113. },
  1114. {
  1115. "description": "需要交换的两个位置",
  1116. "name": "req",
  1117. "in": "body",
  1118. "required": true,
  1119. "schema": {
  1120. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  1121. }
  1122. }
  1123. ],
  1124. "responses": {
  1125. "200": {
  1126. "description": "成功返回",
  1127. "schema": {
  1128. "type": ""
  1129. }
  1130. },
  1131. "400": {
  1132. "description": "具体错误",
  1133. "schema": {
  1134. "$ref": "#/definitions/md.Response"
  1135. }
  1136. }
  1137. }
  1138. }
  1139. },
  1140. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  1141. "get": {
  1142. "description": "关系分布图(获取指定用户上级)",
  1143. "consumes": [
  1144. "application/json"
  1145. ],
  1146. "produces": [
  1147. "application/json"
  1148. ],
  1149. "tags": [
  1150. "公排管理"
  1151. ],
  1152. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  1153. "parameters": [
  1154. {
  1155. "type": "string",
  1156. "description": "验证参数Bearer和token空格拼接",
  1157. "name": "Authorization",
  1158. "in": "header",
  1159. "required": true
  1160. },
  1161. {
  1162. "type": "string",
  1163. "description": "用户ID",
  1164. "name": "uid",
  1165. "in": "query",
  1166. "required": true
  1167. }
  1168. ],
  1169. "responses": {
  1170. "200": {
  1171. "description": "具体数据",
  1172. "schema": {
  1173. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  1174. }
  1175. },
  1176. "400": {
  1177. "description": "具体错误",
  1178. "schema": {
  1179. "$ref": "#/definitions/md.Response"
  1180. }
  1181. }
  1182. }
  1183. }
  1184. },
  1185. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  1186. "get": {
  1187. "description": "关系分布图(获取指定用户下级)",
  1188. "consumes": [
  1189. "application/json"
  1190. ],
  1191. "produces": [
  1192. "application/json"
  1193. ],
  1194. "tags": [
  1195. "公排管理"
  1196. ],
  1197. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  1198. "parameters": [
  1199. {
  1200. "type": "string",
  1201. "description": "验证参数Bearer和token空格拼接",
  1202. "name": "Authorization",
  1203. "in": "header",
  1204. "required": true
  1205. },
  1206. {
  1207. "type": "string",
  1208. "description": "用户ID",
  1209. "name": "uid",
  1210. "in": "query",
  1211. "required": true
  1212. }
  1213. ],
  1214. "responses": {
  1215. "200": {
  1216. "description": "具体数据",
  1217. "schema": {
  1218. "$ref": "#/definitions/md.TreeNode"
  1219. }
  1220. },
  1221. "400": {
  1222. "description": "具体错误",
  1223. "schema": {
  1224. "$ref": "#/definitions/md.Response"
  1225. }
  1226. }
  1227. }
  1228. }
  1229. },
  1230. "/api/institutionalManagement/publicPlatoon/getBasic": {
  1231. "get": {
  1232. "description": "公排基础设置(获取)",
  1233. "consumes": [
  1234. "application/json"
  1235. ],
  1236. "produces": [
  1237. "application/json"
  1238. ],
  1239. "tags": [
  1240. "公排管理"
  1241. ],
  1242. "summary": "制度中心-公排管理-公排基础设置(获取)",
  1243. "parameters": [
  1244. {
  1245. "type": "string",
  1246. "description": "验证参数Bearer和token空格拼接",
  1247. "name": "Authorization",
  1248. "in": "header",
  1249. "required": true
  1250. }
  1251. ],
  1252. "responses": {
  1253. "200": {
  1254. "description": "具体数据",
  1255. "schema": {
  1256. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  1257. }
  1258. },
  1259. "400": {
  1260. "description": "具体错误",
  1261. "schema": {
  1262. "$ref": "#/definitions/md.Response"
  1263. }
  1264. }
  1265. }
  1266. }
  1267. },
  1268. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  1269. "post": {
  1270. "description": "免罚用户(查询)",
  1271. "consumes": [
  1272. "application/json"
  1273. ],
  1274. "produces": [
  1275. "application/json"
  1276. ],
  1277. "tags": [
  1278. "公排管理"
  1279. ],
  1280. "summary": "制度中心-公排管理-免罚用户(查询)",
  1281. "parameters": [
  1282. {
  1283. "type": "string",
  1284. "description": "验证参数Bearer和token空格拼接",
  1285. "name": "Authorization",
  1286. "in": "header",
  1287. "required": true
  1288. },
  1289. {
  1290. "description": "页数和行数必填,uid选填",
  1291. "name": "req",
  1292. "in": "body",
  1293. "required": true,
  1294. "schema": {
  1295. "$ref": "#/definitions/md.GetFreePublishUserReq"
  1296. }
  1297. }
  1298. ],
  1299. "responses": {
  1300. "200": {
  1301. "description": "成功返回",
  1302. "schema": {
  1303. "$ref": "#/definitions/md.GetFreePublishUserResp"
  1304. }
  1305. },
  1306. "400": {
  1307. "description": "具体错误",
  1308. "schema": {
  1309. "$ref": "#/definitions/md.Response"
  1310. }
  1311. }
  1312. }
  1313. }
  1314. },
  1315. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  1316. "post": {
  1317. "description": "免罚用户(新增)",
  1318. "consumes": [
  1319. "application/json"
  1320. ],
  1321. "produces": [
  1322. "application/json"
  1323. ],
  1324. "tags": [
  1325. "公排管理"
  1326. ],
  1327. "summary": "制度中心-公排管理-免罚用户(新增)",
  1328. "parameters": [
  1329. {
  1330. "type": "string",
  1331. "description": "验证参数Bearer和token空格拼接",
  1332. "name": "Authorization",
  1333. "in": "header",
  1334. "required": true
  1335. },
  1336. {
  1337. "description": "页数和行数必填,uid选填",
  1338. "name": "req",
  1339. "in": "body",
  1340. "required": true,
  1341. "schema": {
  1342. "$ref": "#/definitions/md.AddFreePublishUserReq"
  1343. }
  1344. }
  1345. ],
  1346. "responses": {
  1347. "200": {
  1348. "description": "插入数据 ID",
  1349. "schema": {
  1350. "type": "int"
  1351. }
  1352. },
  1353. "400": {
  1354. "description": "具体错误",
  1355. "schema": {
  1356. "$ref": "#/definitions/md.Response"
  1357. }
  1358. }
  1359. }
  1360. }
  1361. },
  1362. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  1363. "get": {
  1364. "description": "关系分布图(获取)",
  1365. "consumes": [
  1366. "application/json"
  1367. ],
  1368. "produces": [
  1369. "application/json"
  1370. ],
  1371. "tags": [
  1372. "公排管理"
  1373. ],
  1374. "summary": "制度中心-公排管理-关系分布图(获取)",
  1375. "parameters": [
  1376. {
  1377. "type": "string",
  1378. "description": "验证参数Bearer和token空格拼接",
  1379. "name": "Authorization",
  1380. "in": "header",
  1381. "required": true
  1382. },
  1383. {
  1384. "type": "string",
  1385. "description": "phone",
  1386. "name": "phone",
  1387. "in": "query",
  1388. "required": true
  1389. },
  1390. {
  1391. "type": "string",
  1392. "description": "uid",
  1393. "name": "uid",
  1394. "in": "query",
  1395. "required": true
  1396. }
  1397. ],
  1398. "responses": {
  1399. "200": {
  1400. "description": "具体数据",
  1401. "schema": {
  1402. "$ref": "#/definitions/md.TreeNode"
  1403. }
  1404. },
  1405. "400": {
  1406. "description": "具体错误",
  1407. "schema": {
  1408. "$ref": "#/definitions/md.Response"
  1409. }
  1410. }
  1411. }
  1412. }
  1413. },
  1414. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  1415. "put": {
  1416. "description": "公排基础设置(修改)",
  1417. "consumes": [
  1418. "application/json"
  1419. ],
  1420. "produces": [
  1421. "application/json"
  1422. ],
  1423. "tags": [
  1424. "公排管理"
  1425. ],
  1426. "summary": "制度中心-公排管理-公排基础设置(修改)",
  1427. "parameters": [
  1428. {
  1429. "type": "string",
  1430. "description": "验证参数Bearer和token空格拼接",
  1431. "name": "Authorization",
  1432. "in": "header",
  1433. "required": true
  1434. },
  1435. {
  1436. "description": "公排设置表单内容",
  1437. "name": "req",
  1438. "in": "body",
  1439. "required": true,
  1440. "schema": {
  1441. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  1442. }
  1443. }
  1444. ],
  1445. "responses": {
  1446. "200": {
  1447. "description": "success",
  1448. "schema": {
  1449. "type": "string"
  1450. }
  1451. },
  1452. "400": {
  1453. "description": "具体错误",
  1454. "schema": {
  1455. "$ref": "#/definitions/md.Response"
  1456. }
  1457. }
  1458. }
  1459. }
  1460. },
  1461. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  1462. "post": {
  1463. "description": "日活分析",
  1464. "consumes": [
  1465. "application/json"
  1466. ],
  1467. "produces": [
  1468. "application/json"
  1469. ],
  1470. "tags": [
  1471. "公排管理"
  1472. ],
  1473. "summary": "制度中心-公排管理-日活分析",
  1474. "parameters": [
  1475. {
  1476. "type": "string",
  1477. "description": "验证参数Bearer和token空格拼接",
  1478. "name": "Authorization",
  1479. "in": "header",
  1480. "required": true
  1481. },
  1482. {
  1483. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  1484. "name": "req",
  1485. "in": "body",
  1486. "required": true,
  1487. "schema": {
  1488. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  1489. }
  1490. }
  1491. ],
  1492. "responses": {
  1493. "200": {
  1494. "description": "具体数据",
  1495. "schema": {
  1496. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  1497. }
  1498. },
  1499. "400": {
  1500. "description": "具体错误",
  1501. "schema": {
  1502. "$ref": "#/definitions/md.Response"
  1503. }
  1504. }
  1505. }
  1506. }
  1507. },
  1508. "/api/login": {
  1509. "post": {
  1510. "description": "登入",
  1511. "consumes": [
  1512. "application/json"
  1513. ],
  1514. "produces": [
  1515. "application/json"
  1516. ],
  1517. "tags": [
  1518. "登录"
  1519. ],
  1520. "summary": "登陆",
  1521. "parameters": [
  1522. {
  1523. "description": "用户名密码",
  1524. "name": "req",
  1525. "in": "body",
  1526. "required": true,
  1527. "schema": {
  1528. "$ref": "#/definitions/md.LoginReq"
  1529. }
  1530. }
  1531. ],
  1532. "responses": {
  1533. "200": {
  1534. "description": "token",
  1535. "schema": {
  1536. "$ref": "#/definitions/md.LoginResponse"
  1537. }
  1538. },
  1539. "400": {
  1540. "description": "具体错误",
  1541. "schema": {
  1542. "$ref": "#/definitions/md.Response"
  1543. }
  1544. }
  1545. }
  1546. }
  1547. },
  1548. "/api/marketingApplications/newUserRedPackage/getBasic": {
  1549. "get": {
  1550. "description": "新人红包设置(获取)",
  1551. "consumes": [
  1552. "application/json"
  1553. ],
  1554. "produces": [
  1555. "application/json"
  1556. ],
  1557. "tags": [
  1558. "营销应用"
  1559. ],
  1560. "summary": "制度中心-营销应用-新人红包设置(获取)",
  1561. "parameters": [
  1562. {
  1563. "type": "string",
  1564. "description": "验证参数Bearer和token空格拼接",
  1565. "name": "Authorization",
  1566. "in": "header",
  1567. "required": true
  1568. }
  1569. ],
  1570. "responses": {
  1571. "200": {
  1572. "description": "具体数据",
  1573. "schema": {
  1574. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  1575. }
  1576. },
  1577. "400": {
  1578. "description": "具体错误",
  1579. "schema": {
  1580. "$ref": "#/definitions/md.Response"
  1581. }
  1582. }
  1583. }
  1584. }
  1585. },
  1586. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  1587. "post": {
  1588. "description": "新人红包列表明细(查询)",
  1589. "consumes": [
  1590. "application/json"
  1591. ],
  1592. "produces": [
  1593. "application/json"
  1594. ],
  1595. "tags": [
  1596. "营销应用"
  1597. ],
  1598. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  1599. "parameters": [
  1600. {
  1601. "type": "string",
  1602. "description": "验证参数Bearer和token空格拼接",
  1603. "name": "Authorization",
  1604. "in": "header",
  1605. "required": true
  1606. },
  1607. {
  1608. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  1609. "name": "req",
  1610. "in": "body",
  1611. "required": true,
  1612. "schema": {
  1613. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  1614. }
  1615. }
  1616. ],
  1617. "responses": {
  1618. "200": {
  1619. "description": "具体数据",
  1620. "schema": {
  1621. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  1622. }
  1623. },
  1624. "400": {
  1625. "description": "具体错误",
  1626. "schema": {
  1627. "$ref": "#/definitions/md.Response"
  1628. }
  1629. }
  1630. }
  1631. }
  1632. },
  1633. "/api/marketingApplications/newUserRedPackage/recordList": {
  1634. "post": {
  1635. "description": "新人红包列表(查询)",
  1636. "consumes": [
  1637. "application/json"
  1638. ],
  1639. "produces": [
  1640. "application/json"
  1641. ],
  1642. "tags": [
  1643. "营销应用"
  1644. ],
  1645. "summary": "制度中心-营销应用-新人红包列表(查询)",
  1646. "parameters": [
  1647. {
  1648. "type": "string",
  1649. "description": "验证参数Bearer和token空格拼接",
  1650. "name": "Authorization",
  1651. "in": "header",
  1652. "required": true
  1653. },
  1654. {
  1655. "description": "新人红包列表查询条件(分页信息必填)",
  1656. "name": "req",
  1657. "in": "body",
  1658. "required": true,
  1659. "schema": {
  1660. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  1661. }
  1662. }
  1663. ],
  1664. "responses": {
  1665. "200": {
  1666. "description": "具体数据",
  1667. "schema": {
  1668. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  1669. }
  1670. },
  1671. "400": {
  1672. "description": "具体错误",
  1673. "schema": {
  1674. "$ref": "#/definitions/md.Response"
  1675. }
  1676. }
  1677. }
  1678. }
  1679. },
  1680. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  1681. "put": {
  1682. "description": "新人红包设置(修改)",
  1683. "consumes": [
  1684. "application/json"
  1685. ],
  1686. "produces": [
  1687. "application/json"
  1688. ],
  1689. "tags": [
  1690. "营销应用"
  1691. ],
  1692. "summary": "制度中心-营销应用-新人红包设置(修改)",
  1693. "parameters": [
  1694. {
  1695. "type": "string",
  1696. "description": "验证参数Bearer和token空格拼接",
  1697. "name": "Authorization",
  1698. "in": "header",
  1699. "required": true
  1700. },
  1701. {
  1702. "description": "新人红包设置表单",
  1703. "name": "req",
  1704. "in": "body",
  1705. "required": true,
  1706. "schema": {
  1707. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  1708. }
  1709. }
  1710. ],
  1711. "responses": {
  1712. "200": {
  1713. "description": "success",
  1714. "schema": {
  1715. "type": "string"
  1716. }
  1717. },
  1718. "400": {
  1719. "description": "具体错误",
  1720. "schema": {
  1721. "$ref": "#/definitions/md.Response"
  1722. }
  1723. }
  1724. }
  1725. }
  1726. },
  1727. "/api/memberCenter/levelManagement/getLevelList": {
  1728. "get": {
  1729. "description": "标签管理(获取)",
  1730. "consumes": [
  1731. "application/json"
  1732. ],
  1733. "produces": [
  1734. "application/json"
  1735. ],
  1736. "tags": [
  1737. "会员中心"
  1738. ],
  1739. "summary": "制度中心-会员中心-等级管理(获取)",
  1740. "parameters": [
  1741. {
  1742. "type": "string",
  1743. "description": "验证参数Bearer和token空格拼接",
  1744. "name": "Authorization",
  1745. "in": "header",
  1746. "required": true
  1747. },
  1748. {
  1749. "type": "integer",
  1750. "description": "每页大小",
  1751. "name": "limit",
  1752. "in": "query",
  1753. "required": true
  1754. },
  1755. {
  1756. "type": "integer",
  1757. "description": "页数",
  1758. "name": "page",
  1759. "in": "query",
  1760. "required": true
  1761. }
  1762. ],
  1763. "responses": {
  1764. "200": {
  1765. "description": "具体数据",
  1766. "schema": {
  1767. "$ref": "#/definitions/md.GetLevelListResp"
  1768. }
  1769. },
  1770. "400": {
  1771. "description": "具体错误",
  1772. "schema": {
  1773. "$ref": "#/definitions/md.Response"
  1774. }
  1775. }
  1776. }
  1777. }
  1778. },
  1779. "/api/memberCenter/levelManagement/updateLevel": {
  1780. "post": {
  1781. "description": "等级管理(更新)",
  1782. "consumes": [
  1783. "application/json"
  1784. ],
  1785. "produces": [
  1786. "application/json"
  1787. ],
  1788. "tags": [
  1789. "会员中心"
  1790. ],
  1791. "summary": "制度中心-会员中心-等级管理(更新)",
  1792. "parameters": [
  1793. {
  1794. "type": "string",
  1795. "description": "验证参数Bearer和token空格拼接",
  1796. "name": "Authorization",
  1797. "in": "header",
  1798. "required": true
  1799. },
  1800. {
  1801. "description": "需要修改的等级信息",
  1802. "name": "req",
  1803. "in": "body",
  1804. "required": true,
  1805. "schema": {
  1806. "$ref": "#/definitions/md.UpdateLevelReq"
  1807. }
  1808. }
  1809. ],
  1810. "responses": {
  1811. "200": {
  1812. "description": "成功修改数据条数",
  1813. "schema": {
  1814. "type": "int"
  1815. }
  1816. },
  1817. "400": {
  1818. "description": "具体错误",
  1819. "schema": {
  1820. "$ref": "#/definitions/md.Response"
  1821. }
  1822. }
  1823. }
  1824. }
  1825. },
  1826. "/api/memberCenter/tagManagement/deleteTag": {
  1827. "post": {
  1828. "description": "标签管理(删除)",
  1829. "consumes": [
  1830. "application/json"
  1831. ],
  1832. "produces": [
  1833. "application/json"
  1834. ],
  1835. "tags": [
  1836. "会员中心"
  1837. ],
  1838. "summary": "制度中心-会员中心-标签管理(删除)",
  1839. "parameters": [
  1840. {
  1841. "type": "string",
  1842. "description": "验证参数Bearer和token空格拼接",
  1843. "name": "Authorization",
  1844. "in": "header",
  1845. "required": true
  1846. },
  1847. {
  1848. "description": "需要删除的标签 ID",
  1849. "name": "req",
  1850. "in": "body",
  1851. "required": true,
  1852. "schema": {
  1853. "$ref": "#/definitions/md.DeleteTagReq"
  1854. }
  1855. }
  1856. ],
  1857. "responses": {
  1858. "200": {
  1859. "description": "成功删除标签用户数",
  1860. "schema": {
  1861. "type": "int"
  1862. }
  1863. },
  1864. "400": {
  1865. "description": "具体错误",
  1866. "schema": {
  1867. "$ref": "#/definitions/md.Response"
  1868. }
  1869. }
  1870. }
  1871. }
  1872. },
  1873. "/api/memberCenter/tagManagement/getTagList": {
  1874. "get": {
  1875. "description": "标签管理(获取)",
  1876. "consumes": [
  1877. "application/json"
  1878. ],
  1879. "produces": [
  1880. "application/json"
  1881. ],
  1882. "tags": [
  1883. "会员中心"
  1884. ],
  1885. "summary": "制度中心-会员中心-标签管理(获取)",
  1886. "parameters": [
  1887. {
  1888. "type": "string",
  1889. "description": "验证参数Bearer和token空格拼接",
  1890. "name": "Authorization",
  1891. "in": "header",
  1892. "required": true
  1893. },
  1894. {
  1895. "type": "integer",
  1896. "description": "每页大小",
  1897. "name": "limit",
  1898. "in": "query",
  1899. "required": true
  1900. },
  1901. {
  1902. "type": "integer",
  1903. "description": "页数",
  1904. "name": "page",
  1905. "in": "query",
  1906. "required": true
  1907. }
  1908. ],
  1909. "responses": {
  1910. "200": {
  1911. "description": "具体数据",
  1912. "schema": {
  1913. "$ref": "#/definitions/md.GetTagListResp"
  1914. }
  1915. },
  1916. "400": {
  1917. "description": "具体错误",
  1918. "schema": {
  1919. "$ref": "#/definitions/md.Response"
  1920. }
  1921. }
  1922. }
  1923. }
  1924. },
  1925. "/api/memberCenter/tagManagement/updateTag": {
  1926. "post": {
  1927. "description": "标签管理(更新)",
  1928. "consumes": [
  1929. "application/json"
  1930. ],
  1931. "produces": [
  1932. "application/json"
  1933. ],
  1934. "tags": [
  1935. "会员中心"
  1936. ],
  1937. "summary": "制度中心-会员中心-标签管理(更新)",
  1938. "parameters": [
  1939. {
  1940. "type": "string",
  1941. "description": "验证参数Bearer和token空格拼接",
  1942. "name": "Authorization",
  1943. "in": "header",
  1944. "required": true
  1945. },
  1946. {
  1947. "description": "需要修改的标签信息",
  1948. "name": "req",
  1949. "in": "body",
  1950. "required": true,
  1951. "schema": {
  1952. "$ref": "#/definitions/md.UpdateTagReq"
  1953. }
  1954. }
  1955. ],
  1956. "responses": {
  1957. "200": {
  1958. "description": "成功修改数据条数",
  1959. "schema": {
  1960. "type": "int"
  1961. }
  1962. },
  1963. "400": {
  1964. "description": "具体错误",
  1965. "schema": {
  1966. "$ref": "#/definitions/md.Response"
  1967. }
  1968. }
  1969. }
  1970. }
  1971. },
  1972. "/api/memberCenter/userManagement/balanceDetail": {
  1973. "get": {
  1974. "description": "会员明细(余额获取)",
  1975. "consumes": [
  1976. "application/json"
  1977. ],
  1978. "produces": [
  1979. "application/json"
  1980. ],
  1981. "tags": [
  1982. "会员中心"
  1983. ],
  1984. "summary": "制度中心-会员中心-会员明细(余额获取)",
  1985. "parameters": [
  1986. {
  1987. "type": "string",
  1988. "description": "验证参数Bearer和token空格拼接",
  1989. "name": "Authorization",
  1990. "in": "header",
  1991. "required": true
  1992. },
  1993. {
  1994. "type": "string",
  1995. "description": "用户 ID",
  1996. "name": "uid",
  1997. "in": "query",
  1998. "required": true
  1999. },
  2000. {
  2001. "type": "string",
  2002. "description": "每页大小",
  2003. "name": "limit",
  2004. "in": "query",
  2005. "required": true
  2006. },
  2007. {
  2008. "type": "string",
  2009. "description": "页数",
  2010. "name": "page",
  2011. "in": "query",
  2012. "required": true
  2013. }
  2014. ],
  2015. "responses": {
  2016. "200": {
  2017. "description": "具体数据",
  2018. "schema": {
  2019. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  2020. }
  2021. },
  2022. "400": {
  2023. "description": "具体错误",
  2024. "schema": {
  2025. "$ref": "#/definitions/md.Response"
  2026. }
  2027. }
  2028. }
  2029. }
  2030. },
  2031. "/api/memberCenter/userManagement/getFans": {
  2032. "get": {
  2033. "description": "会员明细粉丝情况(获取)",
  2034. "consumes": [
  2035. "application/json"
  2036. ],
  2037. "produces": [
  2038. "application/json"
  2039. ],
  2040. "tags": [
  2041. "会员中心"
  2042. ],
  2043. "summary": "制度中心-会员中心-会员明细粉丝情况(获取)",
  2044. "parameters": [
  2045. {
  2046. "type": "string",
  2047. "description": "验证参数Bearer和token空格拼接",
  2048. "name": "Authorization",
  2049. "in": "header",
  2050. "required": true
  2051. },
  2052. {
  2053. "type": "string",
  2054. "description": "用户 ID",
  2055. "name": "uid",
  2056. "in": "query",
  2057. "required": true
  2058. },
  2059. {
  2060. "type": "string",
  2061. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  2062. "name": "type",
  2063. "in": "query",
  2064. "required": true
  2065. },
  2066. {
  2067. "type": "string",
  2068. "description": "每页大小",
  2069. "name": "limit",
  2070. "in": "query",
  2071. "required": true
  2072. },
  2073. {
  2074. "type": "string",
  2075. "description": "页数",
  2076. "name": "page",
  2077. "in": "query",
  2078. "required": true
  2079. }
  2080. ],
  2081. "responses": {
  2082. "200": {
  2083. "description": "具体数据",
  2084. "schema": {
  2085. "$ref": "#/definitions/md.UserManagementGetFansResp"
  2086. }
  2087. },
  2088. "400": {
  2089. "description": "具体错误",
  2090. "schema": {
  2091. "$ref": "#/definitions/md.Response"
  2092. }
  2093. }
  2094. }
  2095. }
  2096. },
  2097. "/api/memberCenter/userManagement/getOneBasicInfo": {
  2098. "get": {
  2099. "description": "会员明细概况(获取)",
  2100. "consumes": [
  2101. "application/json"
  2102. ],
  2103. "produces": [
  2104. "application/json"
  2105. ],
  2106. "tags": [
  2107. "会员中心"
  2108. ],
  2109. "summary": "制度中心-会员中心-会员明细概况(获取)",
  2110. "parameters": [
  2111. {
  2112. "type": "string",
  2113. "description": "验证参数Bearer和token空格拼接",
  2114. "name": "Authorization",
  2115. "in": "header",
  2116. "required": true
  2117. },
  2118. {
  2119. "type": "string",
  2120. "description": "用户 ID",
  2121. "name": "uid",
  2122. "in": "query",
  2123. "required": true
  2124. }
  2125. ],
  2126. "responses": {
  2127. "200": {
  2128. "description": "会员明细概况具体数据",
  2129. "schema": {
  2130. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  2131. }
  2132. },
  2133. "400": {
  2134. "description": "具体错误",
  2135. "schema": {
  2136. "$ref": "#/definitions/md.Response"
  2137. }
  2138. }
  2139. }
  2140. }
  2141. },
  2142. "/api/memberCenter/userManagement/getUserList": {
  2143. "post": {
  2144. "description": "用户信息管理(获取)",
  2145. "consumes": [
  2146. "application/json"
  2147. ],
  2148. "produces": [
  2149. "application/json"
  2150. ],
  2151. "tags": [
  2152. "会员中心"
  2153. ],
  2154. "summary": "制度中心-会员中心-用户信息管理(获取)",
  2155. "parameters": [
  2156. {
  2157. "type": "string",
  2158. "description": "验证参数Bearer和token空格拼接",
  2159. "name": "Authorization",
  2160. "in": "header",
  2161. "required": true
  2162. },
  2163. {
  2164. "description": "分页信息必填",
  2165. "name": "req",
  2166. "in": "body",
  2167. "required": true,
  2168. "schema": {
  2169. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  2170. }
  2171. }
  2172. ],
  2173. "responses": {
  2174. "200": {
  2175. "description": "具体数据",
  2176. "schema": {
  2177. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  2178. }
  2179. },
  2180. "400": {
  2181. "description": "具体错误",
  2182. "schema": {
  2183. "$ref": "#/definitions/md.Response"
  2184. }
  2185. }
  2186. }
  2187. }
  2188. },
  2189. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  2190. "get": {
  2191. "description": "会员明细(积分明细获取)",
  2192. "consumes": [
  2193. "application/json"
  2194. ],
  2195. "produces": [
  2196. "application/json"
  2197. ],
  2198. "tags": [
  2199. "会员中心"
  2200. ],
  2201. "summary": "制度中心-会员中心-会员明细(积分明细获取)",
  2202. "parameters": [
  2203. {
  2204. "type": "string",
  2205. "description": "验证参数Bearer和token空格拼接",
  2206. "name": "Authorization",
  2207. "in": "header",
  2208. "required": true
  2209. },
  2210. {
  2211. "type": "string",
  2212. "description": "用户 ID",
  2213. "name": "uid",
  2214. "in": "query",
  2215. "required": true
  2216. },
  2217. {
  2218. "type": "string",
  2219. "description": "货币 ID",
  2220. "name": "coinId",
  2221. "in": "query",
  2222. "required": true
  2223. },
  2224. {
  2225. "type": "string",
  2226. "description": "每页大小",
  2227. "name": "limit",
  2228. "in": "query",
  2229. "required": true
  2230. },
  2231. {
  2232. "type": "string",
  2233. "description": "页数",
  2234. "name": "page",
  2235. "in": "query",
  2236. "required": true
  2237. }
  2238. ],
  2239. "responses": {
  2240. "200": {
  2241. "description": "具体数据",
  2242. "schema": {
  2243. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  2244. }
  2245. },
  2246. "400": {
  2247. "description": "具体错误",
  2248. "schema": {
  2249. "$ref": "#/definitions/md.Response"
  2250. }
  2251. }
  2252. }
  2253. }
  2254. },
  2255. "/api/memberCenter/userManagement/updateUserInfo": {
  2256. "post": {
  2257. "description": "用户信息管理(更新)",
  2258. "consumes": [
  2259. "application/json"
  2260. ],
  2261. "produces": [
  2262. "application/json"
  2263. ],
  2264. "tags": [
  2265. "会员中心"
  2266. ],
  2267. "summary": "制度中心-会员中心-用户信息管理(更新)",
  2268. "parameters": [
  2269. {
  2270. "type": "string",
  2271. "description": "验证参数Bearer和token空格拼接",
  2272. "name": "Authorization",
  2273. "in": "header",
  2274. "required": true
  2275. },
  2276. {
  2277. "description": "用户ID 必传",
  2278. "name": "req",
  2279. "in": "body",
  2280. "required": true,
  2281. "schema": {
  2282. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  2283. }
  2284. }
  2285. ],
  2286. "responses": {
  2287. "200": {
  2288. "description": "修改数据行数",
  2289. "schema": {
  2290. "type": "int"
  2291. }
  2292. },
  2293. "400": {
  2294. "description": "具体错误",
  2295. "schema": {
  2296. "$ref": "#/definitions/md.Response"
  2297. }
  2298. }
  2299. }
  2300. }
  2301. }
  2302. },
  2303. "definitions": {
  2304. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  2305. "type": "object",
  2306. "properties": {
  2307. "direct_push_reward": {
  2308. "description": "直推奖励",
  2309. "allOf": [
  2310. {
  2311. "$ref": "#/definitions/md.TeamRewardSettingStruct"
  2312. }
  2313. ]
  2314. },
  2315. "is_open": {
  2316. "description": "是否开启(1:开启 0:关闭)",
  2317. "type": "integer"
  2318. },
  2319. "person_egg_energy_coin_id": {
  2320. "description": "个人蛋蛋能量对应虚拟币 id",
  2321. "type": "integer"
  2322. },
  2323. "person_egg_points_coin_id": {
  2324. "description": "个人蛋蛋积分对应虚拟币 id",
  2325. "type": "integer"
  2326. },
  2327. "team_egg_energy_coin_id": {
  2328. "description": "团队蛋蛋能量对应虚拟币 id",
  2329. "type": "integer"
  2330. },
  2331. "team_egg_points_coin_id": {
  2332. "description": "团队蛋蛋积分对应虚拟币 id",
  2333. "type": "integer"
  2334. }
  2335. }
  2336. },
  2337. "applet_app_md_institutional_management_egg_energy.Paginate": {
  2338. "type": "object",
  2339. "properties": {
  2340. "limit": {
  2341. "description": "每页大小",
  2342. "type": "integer"
  2343. },
  2344. "page": {
  2345. "description": "页数",
  2346. "type": "integer"
  2347. },
  2348. "total": {
  2349. "description": "总数据量",
  2350. "type": "integer"
  2351. }
  2352. }
  2353. },
  2354. "applet_app_md_institutional_management_member_center.Paginate": {
  2355. "type": "object",
  2356. "properties": {
  2357. "limit": {
  2358. "description": "每页大小",
  2359. "type": "integer"
  2360. },
  2361. "page": {
  2362. "description": "页数",
  2363. "type": "integer"
  2364. },
  2365. "total": {
  2366. "description": "总数据量",
  2367. "type": "integer"
  2368. }
  2369. }
  2370. },
  2371. "applet_app_md_institutional_management_new_user_red_package.Paginate": {
  2372. "type": "object",
  2373. "properties": {
  2374. "limit": {
  2375. "type": "integer"
  2376. },
  2377. "page": {
  2378. "type": "integer"
  2379. },
  2380. "total": {
  2381. "type": "integer"
  2382. }
  2383. }
  2384. },
  2385. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  2386. "type": "object",
  2387. "properties": {
  2388. "id": {
  2389. "type": "integer"
  2390. },
  2391. "is_open": {
  2392. "description": "是否开启(1:开启 0:关闭)",
  2393. "type": "integer"
  2394. },
  2395. "is_self_active_get_team_revenue": {
  2396. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  2397. "type": "integer"
  2398. },
  2399. "originator_uid": {
  2400. "description": "创始人uid",
  2401. "type": "integer"
  2402. },
  2403. "several_rows": {
  2404. "description": "几排",
  2405. "type": "integer"
  2406. },
  2407. "several_times": {
  2408. "description": "几乘",
  2409. "type": "integer"
  2410. },
  2411. "system_punish_replace": {
  2412. "description": "是否位置滑落 被新用户替换 0否 1是",
  2413. "type": "integer"
  2414. },
  2415. "system_punish_replace_value": {
  2416. "description": "xx天未活跃,处罚滑落",
  2417. "type": "integer"
  2418. }
  2419. }
  2420. },
  2421. "applet_app_md_institutional_management_public_platoon.Paginate": {
  2422. "type": "object",
  2423. "properties": {
  2424. "limit": {
  2425. "description": "每页大小",
  2426. "type": "integer"
  2427. },
  2428. "page": {
  2429. "description": "页数",
  2430. "type": "integer"
  2431. },
  2432. "total": {
  2433. "description": "总数据量",
  2434. "type": "integer"
  2435. }
  2436. }
  2437. },
  2438. "md.ActivePointsWalletNode": {
  2439. "type": "object",
  2440. "properties": {
  2441. "amount": {
  2442. "type": "string",
  2443. "example": "账户余额"
  2444. },
  2445. "uid": {
  2446. "description": "用户 ID",
  2447. "type": "integer"
  2448. },
  2449. "user_name": {
  2450. "type": "string",
  2451. "example": "用户名"
  2452. },
  2453. "user_phone": {
  2454. "type": "string",
  2455. "example": "手机号"
  2456. }
  2457. }
  2458. },
  2459. "md.AddCommunityDividendsReq": {
  2460. "type": "object",
  2461. "properties": {
  2462. "amount": {
  2463. "description": "社区分红数量",
  2464. "type": "string"
  2465. },
  2466. "name": {
  2467. "type": "string",
  2468. "example": "社区分红名称"
  2469. }
  2470. }
  2471. },
  2472. "md.AddCommunityDividendsWithUserReq": {
  2473. "type": "object",
  2474. "properties": {
  2475. "memo": {
  2476. "type": "string",
  2477. "example": "备注"
  2478. },
  2479. "uid": {
  2480. "description": "新增社区长用户 ID",
  2481. "type": "integer"
  2482. }
  2483. }
  2484. },
  2485. "md.AddFreePublishUserReq": {
  2486. "type": "object",
  2487. "properties": {
  2488. "uid": {
  2489. "type": "integer"
  2490. }
  2491. }
  2492. },
  2493. "md.AddFundDataReq": {
  2494. "type": "object",
  2495. "properties": {
  2496. "frequency": {
  2497. "description": "频率(分钟)",
  2498. "type": "integer"
  2499. },
  2500. "hours": {
  2501. "description": "时长(小时)",
  2502. "type": "integer"
  2503. },
  2504. "kind": {
  2505. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  2506. "type": "integer"
  2507. },
  2508. "memo": {
  2509. "type": "string",
  2510. "example": "备注"
  2511. },
  2512. "total_amount": {
  2513. "description": "金额",
  2514. "type": "string"
  2515. }
  2516. }
  2517. },
  2518. "md.AddPlatformRevenueReq": {
  2519. "type": "object",
  2520. "properties": {
  2521. "frequency": {
  2522. "description": "频率(分钟)",
  2523. "type": "integer"
  2524. },
  2525. "hours": {
  2526. "description": "时长(小时)",
  2527. "type": "integer"
  2528. },
  2529. "kind": {
  2530. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  2531. "type": "integer"
  2532. },
  2533. "memo": {
  2534. "type": "string",
  2535. "example": "备注"
  2536. },
  2537. "total_amount": {
  2538. "description": "金额",
  2539. "type": "string"
  2540. }
  2541. }
  2542. },
  2543. "md.BalanceDetailNode": {
  2544. "type": "object",
  2545. "properties": {
  2546. "after_amount": {
  2547. "description": "变更后余额",
  2548. "type": "string"
  2549. },
  2550. "amount": {
  2551. "description": "变更数量",
  2552. "type": "string"
  2553. },
  2554. "before_amount": {
  2555. "description": "变更前余额",
  2556. "type": "string"
  2557. },
  2558. "create_at": {
  2559. "description": "创建时间",
  2560. "type": "string"
  2561. },
  2562. "id": {
  2563. "description": "记录ID",
  2564. "type": "integer"
  2565. },
  2566. "kind": {
  2567. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  2568. "type": "string"
  2569. }
  2570. }
  2571. },
  2572. "md.BasicInfoNode": {
  2573. "type": "object",
  2574. "properties": {
  2575. "avatar": {
  2576. "description": "头像",
  2577. "type": "string"
  2578. },
  2579. "level_name": {
  2580. "description": "会员等级名称",
  2581. "type": "string"
  2582. },
  2583. "memo": {
  2584. "description": "备注",
  2585. "type": "string"
  2586. },
  2587. "nickname": {
  2588. "description": "用户名称",
  2589. "type": "string"
  2590. },
  2591. "parent_name": {
  2592. "description": "推荐人名称",
  2593. "type": "string"
  2594. },
  2595. "parent_phone": {
  2596. "description": "推荐人手机号",
  2597. "type": "string"
  2598. },
  2599. "parent_uid": {
  2600. "description": "推荐人",
  2601. "type": "integer"
  2602. },
  2603. "password": {
  2604. "description": "登录密码",
  2605. "type": "string"
  2606. },
  2607. "phone": {
  2608. "description": "手机号",
  2609. "type": "string"
  2610. },
  2611. "sex": {
  2612. "description": "性别",
  2613. "type": "integer"
  2614. },
  2615. "state": {
  2616. "description": "账号状态 1正常,2冻结",
  2617. "type": "integer"
  2618. },
  2619. "tag_name": {
  2620. "description": "标签名称",
  2621. "type": "string"
  2622. },
  2623. "union_id": {
  2624. "description": "微信号",
  2625. "type": "string"
  2626. }
  2627. }
  2628. },
  2629. "md.DailyActivityAnalysisTopData": {
  2630. "type": "object",
  2631. "properties": {
  2632. "activity_count": {
  2633. "description": "子节点活跃天数",
  2634. "type": "integer"
  2635. },
  2636. "team_activity_user_count": {
  2637. "description": "子节点活跃人数",
  2638. "type": "integer"
  2639. },
  2640. "team_user_count": {
  2641. "description": "团队人数",
  2642. "type": "integer"
  2643. }
  2644. }
  2645. },
  2646. "md.DataSetting": {
  2647. "type": "object",
  2648. "properties": {
  2649. "total_angel_investor": {
  2650. "description": "天使投资人",
  2651. "type": "string",
  2652. "example": "天使投资人"
  2653. },
  2654. "total_ecological_development": {
  2655. "description": "生态建设",
  2656. "type": "string",
  2657. "example": "当前价格"
  2658. },
  2659. "total_issuance_amount": {
  2660. "description": "总发行量",
  2661. "type": "string",
  2662. "example": "总发行量"
  2663. },
  2664. "total_operate_fund": {
  2665. "description": "运营资金",
  2666. "type": "string",
  2667. "example": "运营资金"
  2668. },
  2669. "total_technology_team": {
  2670. "description": "技术团队",
  2671. "type": "string",
  2672. "example": "技术团队"
  2673. },
  2674. "total_user_for_person": {
  2675. "description": "TotalTeamDividends string`json:\"total_team_dividends\" example:\"团队分红\"` // 团队分红",
  2676. "type": "string",
  2677. "example": "个人区域"
  2678. },
  2679. "total_user_for_team": {
  2680. "description": "团队区域",
  2681. "type": "string",
  2682. "example": "团队区域"
  2683. }
  2684. }
  2685. },
  2686. "md.DeleteTagReq": {
  2687. "type": "object",
  2688. "properties": {
  2689. "tag_id": {
  2690. "description": "标签 ID",
  2691. "type": "string"
  2692. }
  2693. }
  2694. },
  2695. "md.DestructionSettingStruct": {
  2696. "type": "object",
  2697. "properties": {
  2698. "community_dividends": {
  2699. "description": "社区分红百分比",
  2700. "type": "string"
  2701. },
  2702. "destruction_quantity": {
  2703. "description": "销毁百分比",
  2704. "type": "string"
  2705. },
  2706. "development_committee": {
  2707. "description": "发展委员会百分比",
  2708. "type": "string"
  2709. },
  2710. "marketplace_merchant": {
  2711. "description": "市商数量百分比",
  2712. "type": "string"
  2713. },
  2714. "public_welfare_and_charity": {
  2715. "description": "公益慈善百分比",
  2716. "type": "string"
  2717. },
  2718. "star_level_dividends": {
  2719. "description": "星级分红百分比",
  2720. "type": "string"
  2721. }
  2722. }
  2723. },
  2724. "md.DynamicDataFlowListReq": {
  2725. "type": "object",
  2726. "properties": {
  2727. "end_at": {
  2728. "description": "结束时间",
  2729. "type": "string",
  2730. "example": "结束时间"
  2731. },
  2732. "kind": {
  2733. "description": "持有类型",
  2734. "type": "integer"
  2735. },
  2736. "page": {
  2737. "description": "页数",
  2738. "type": "integer"
  2739. },
  2740. "page_size": {
  2741. "description": "每页大小",
  2742. "type": "integer"
  2743. },
  2744. "start_at": {
  2745. "description": "开始时间",
  2746. "type": "string",
  2747. "example": "开始时间"
  2748. }
  2749. }
  2750. },
  2751. "md.DynamicDataFlowListResp": {
  2752. "type": "object",
  2753. "properties": {
  2754. "kind_list": {
  2755. "type": "array",
  2756. "items": {
  2757. "type": "object",
  2758. "additionalProperties": true
  2759. }
  2760. },
  2761. "list": {
  2762. "type": "array",
  2763. "items": {
  2764. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  2765. }
  2766. },
  2767. "paginate": {
  2768. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2769. }
  2770. }
  2771. },
  2772. "md.EggEnergyAvailableEnergyFlow": {
  2773. "type": "object",
  2774. "properties": {
  2775. "after_community_dividends": {
  2776. "type": "string"
  2777. },
  2778. "after_destruction_quantity_values": {
  2779. "type": "string"
  2780. },
  2781. "after_development_committee_values": {
  2782. "type": "string"
  2783. },
  2784. "after_marketplace_merchant_fund_values": {
  2785. "type": "string"
  2786. },
  2787. "after_marketplace_merchant_values": {
  2788. "type": "string"
  2789. },
  2790. "after_now_energy_total_nums": {
  2791. "type": "string"
  2792. },
  2793. "after_planet_total_value": {
  2794. "type": "string"
  2795. },
  2796. "after_price": {
  2797. "type": "string"
  2798. },
  2799. "after_public_welfare_and_charity_values": {
  2800. "type": "string"
  2801. },
  2802. "after_star_level_dividends_values": {
  2803. "type": "string"
  2804. },
  2805. "amount": {
  2806. "type": "string"
  2807. },
  2808. "before_community_dividends": {
  2809. "type": "string"
  2810. },
  2811. "before_destruction_quantity_values": {
  2812. "type": "string"
  2813. },
  2814. "before_development_committee_values": {
  2815. "type": "string"
  2816. },
  2817. "before_marketplace_merchant_fund_values": {
  2818. "type": "string"
  2819. },
  2820. "before_marketplace_merchant_values": {
  2821. "type": "string"
  2822. },
  2823. "before_now_energy_total_nums": {
  2824. "type": "string"
  2825. },
  2826. "before_planet_total_value": {
  2827. "type": "string"
  2828. },
  2829. "before_price": {
  2830. "type": "string"
  2831. },
  2832. "before_public_welfare_and_charity_values": {
  2833. "type": "string"
  2834. },
  2835. "before_star_level_dividends_values": {
  2836. "type": "string"
  2837. },
  2838. "create_time": {
  2839. "type": "string"
  2840. },
  2841. "id": {
  2842. "type": "integer"
  2843. },
  2844. "kind": {
  2845. "type": "integer"
  2846. },
  2847. "title": {
  2848. "type": "string"
  2849. }
  2850. }
  2851. },
  2852. "md.EggEnergyCommunityDividends": {
  2853. "type": "object",
  2854. "properties": {
  2855. "amount": {
  2856. "description": "分红数量",
  2857. "type": "string"
  2858. },
  2859. "coin_id": {
  2860. "description": "虚拟币 id",
  2861. "type": "integer"
  2862. },
  2863. "create_at": {
  2864. "description": "分红时间",
  2865. "type": "string"
  2866. },
  2867. "id": {
  2868. "type": "integer"
  2869. },
  2870. "is_over": {
  2871. "description": "是否分红完毕",
  2872. "type": "integer"
  2873. },
  2874. "name": {
  2875. "type": "string",
  2876. "example": "名称"
  2877. },
  2878. "persons_num": {
  2879. "description": "分红人数",
  2880. "type": "integer"
  2881. },
  2882. "update_at": {
  2883. "type": "string"
  2884. }
  2885. }
  2886. },
  2887. "md.EggEnergyCommunityDividendsWithUser": {
  2888. "type": "object",
  2889. "properties": {
  2890. "id": {
  2891. "type": "integer"
  2892. },
  2893. "memo": {
  2894. "type": "string",
  2895. "example": "备注"
  2896. },
  2897. "nickname": {
  2898. "type": "string"
  2899. },
  2900. "phone": {
  2901. "type": "string"
  2902. },
  2903. "uid": {
  2904. "type": "integer"
  2905. }
  2906. }
  2907. },
  2908. "md.ExchangeRulesStruct": {
  2909. "type": "object",
  2910. "properties": {
  2911. "auto_exchange_nums_by_person": {
  2912. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  2913. "type": "string"
  2914. },
  2915. "auto_exchange_nums_by_team": {
  2916. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  2917. "type": "string"
  2918. },
  2919. "auto_exchange_rate_by_person": {
  2920. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  2921. "type": "string"
  2922. },
  2923. "auto_exchange_rate_by_team": {
  2924. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  2925. "type": "string"
  2926. }
  2927. }
  2928. },
  2929. "md.ExchangeUserPositionReq": {
  2930. "type": "object",
  2931. "properties": {
  2932. "position_1": {
  2933. "description": "位置1,具体值取返回数据中的 system_id",
  2934. "type": "integer"
  2935. },
  2936. "position_2": {
  2937. "description": "位置2,具体值取返回数据中的 system_id",
  2938. "type": "integer"
  2939. }
  2940. }
  2941. },
  2942. "md.FansNode": {
  2943. "type": "object",
  2944. "properties": {
  2945. "amount": {
  2946. "description": "可提现余额",
  2947. "type": "string"
  2948. },
  2949. "id": {
  2950. "description": "用户ID",
  2951. "type": "integer"
  2952. },
  2953. "level_total": {
  2954. "description": "所属代数",
  2955. "type": "integer"
  2956. },
  2957. "nickname": {
  2958. "type": "string",
  2959. "example": "用户昵称"
  2960. },
  2961. "phone": {
  2962. "type": "string",
  2963. "example": "手机号"
  2964. },
  2965. "register_at": {
  2966. "description": "注册时间",
  2967. "type": "string"
  2968. },
  2969. "total_income": {
  2970. "description": "累计收益",
  2971. "type": "string"
  2972. }
  2973. }
  2974. },
  2975. "md.FindSubUserRelationshipMapResp": {
  2976. "type": "object",
  2977. "properties": {
  2978. "basic_setting": {
  2979. "description": "公排设置",
  2980. "allOf": [
  2981. {
  2982. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  2983. }
  2984. ]
  2985. },
  2986. "search_uid": {
  2987. "description": "查找的用户 ID",
  2988. "type": "string"
  2989. },
  2990. "sub_user": {
  2991. "description": "上级用户信息",
  2992. "allOf": [
  2993. {
  2994. "$ref": "#/definitions/md.SubUser"
  2995. }
  2996. ]
  2997. }
  2998. }
  2999. },
  3000. "md.FreePublishUserNode": {
  3001. "type": "object",
  3002. "properties": {
  3003. "nickname": {
  3004. "type": "string",
  3005. "example": "昵称"
  3006. },
  3007. "phone": {
  3008. "type": "string",
  3009. "example": "手机号"
  3010. },
  3011. "uid": {
  3012. "type": "integer"
  3013. }
  3014. }
  3015. },
  3016. "md.FundDataNode": {
  3017. "type": "object",
  3018. "properties": {
  3019. "balance_amount": {
  3020. "description": "余额",
  3021. "type": "string"
  3022. },
  3023. "balance_times": {
  3024. "description": "剩余执行次数",
  3025. "type": "integer"
  3026. },
  3027. "create_at": {
  3028. "description": "创建时间",
  3029. "type": "string"
  3030. },
  3031. "hours": {
  3032. "description": "时长",
  3033. "type": "integer"
  3034. },
  3035. "kind": {
  3036. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  3037. "type": "integer"
  3038. },
  3039. "memo": {
  3040. "description": "备注",
  3041. "type": "string"
  3042. },
  3043. "system_id": {
  3044. "type": "integer"
  3045. },
  3046. "total_amount": {
  3047. "description": "金额",
  3048. "type": "string"
  3049. }
  3050. }
  3051. },
  3052. "md.FundDataRecordNode": {
  3053. "type": "object",
  3054. "properties": {
  3055. "after_planet_total_value": {
  3056. "description": "执行后-星球价值",
  3057. "type": "string"
  3058. },
  3059. "after_price": {
  3060. "description": "执行后-价格",
  3061. "type": "string"
  3062. },
  3063. "balance_amount": {
  3064. "description": "余额",
  3065. "type": "string"
  3066. },
  3067. "balance_times": {
  3068. "description": "剩余执行次数",
  3069. "type": "integer"
  3070. },
  3071. "before_planet_total_value": {
  3072. "description": "执行前-星球价值",
  3073. "type": "string"
  3074. },
  3075. "before_price": {
  3076. "description": "执行前-价格",
  3077. "type": "string"
  3078. },
  3079. "create_at": {
  3080. "type": "string"
  3081. },
  3082. "total_amount": {
  3083. "description": "金额",
  3084. "type": "string"
  3085. }
  3086. }
  3087. },
  3088. "md.GetActivePointsUserCoinFlowListReq": {
  3089. "type": "object",
  3090. "properties": {
  3091. "coin_id": {
  3092. "description": "货币类型 ID",
  3093. "type": "integer"
  3094. },
  3095. "direction": {
  3096. "description": "流水方向:1收入 2支出",
  3097. "type": "integer"
  3098. },
  3099. "end_at": {
  3100. "description": "结束时间",
  3101. "type": "string"
  3102. },
  3103. "page": {
  3104. "description": "页数",
  3105. "type": "integer"
  3106. },
  3107. "page_size": {
  3108. "description": "每页大小",
  3109. "type": "integer"
  3110. },
  3111. "start_at": {
  3112. "description": "开始时间",
  3113. "type": "string"
  3114. },
  3115. "uid": {
  3116. "description": "用户 ID",
  3117. "type": "integer"
  3118. }
  3119. }
  3120. },
  3121. "md.GetActivePointsUserCoinFlowListResp": {
  3122. "type": "object",
  3123. "properties": {
  3124. "list": {
  3125. "description": "流水信息",
  3126. "type": "array",
  3127. "items": {
  3128. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  3129. }
  3130. },
  3131. "paginate": {
  3132. "description": "分页信息",
  3133. "allOf": [
  3134. {
  3135. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3136. }
  3137. ]
  3138. },
  3139. "select_data": {
  3140. "description": "流水类型",
  3141. "allOf": [
  3142. {
  3143. "$ref": "#/definitions/md.SelectData"
  3144. }
  3145. ]
  3146. }
  3147. }
  3148. },
  3149. "md.GetActivePointsUserCoinListReq": {
  3150. "type": "object",
  3151. "properties": {
  3152. "end_coin": {
  3153. "type": "string",
  3154. "example": "最大金额"
  3155. },
  3156. "kind": {
  3157. "description": "虚拟币种类编号",
  3158. "type": "integer"
  3159. },
  3160. "page": {
  3161. "description": "页数",
  3162. "type": "integer"
  3163. },
  3164. "page_size": {
  3165. "description": "单页大小",
  3166. "type": "integer"
  3167. },
  3168. "start_coin": {
  3169. "type": "string",
  3170. "example": "最小金额"
  3171. },
  3172. "uid": {
  3173. "description": "指定查询用户 ID",
  3174. "type": "integer"
  3175. },
  3176. "user_name": {
  3177. "type": "string",
  3178. "example": "用户名称"
  3179. },
  3180. "user_phone": {
  3181. "type": "string",
  3182. "example": "手机号"
  3183. }
  3184. }
  3185. },
  3186. "md.GetActivePointsUserCoinListResp": {
  3187. "type": "object",
  3188. "properties": {
  3189. "kind_list": {
  3190. "description": "货币类型集合",
  3191. "type": "array",
  3192. "items": {
  3193. "$ref": "#/definitions/md.VirtualCoinListNode"
  3194. }
  3195. },
  3196. "list": {
  3197. "description": "余额集合",
  3198. "type": "array",
  3199. "items": {
  3200. "$ref": "#/definitions/md.ActivePointsWalletNode"
  3201. }
  3202. },
  3203. "sum_user_amount": {
  3204. "description": "用户持有总数",
  3205. "type": "number"
  3206. },
  3207. "total": {
  3208. "description": "持有该类型用户数",
  3209. "type": "integer"
  3210. }
  3211. }
  3212. },
  3213. "md.GetBasicResp": {
  3214. "type": "object",
  3215. "properties": {
  3216. "oss_access_key_id": {
  3217. "type": "string",
  3218. "example": "oss访问秘钥id"
  3219. },
  3220. "oss_access_key_secret": {
  3221. "type": "string",
  3222. "example": "oss访问秘钥"
  3223. },
  3224. "oss_bucket_name": {
  3225. "type": "string",
  3226. "example": "oss存储桶名称"
  3227. },
  3228. "oss_bucket_scheme": {
  3229. "type": "string",
  3230. "example": "oss上传方式"
  3231. },
  3232. "oss_endpoint": {
  3233. "type": "string",
  3234. "example": "oss地域节点"
  3235. },
  3236. "oss_object_domain": {
  3237. "type": "string",
  3238. "example": "oss域名"
  3239. }
  3240. }
  3241. },
  3242. "md.GetEggCoreDataListResp": {
  3243. "type": "object",
  3244. "properties": {
  3245. "now_energy_total_nums": {
  3246. "description": "现行总量",
  3247. "type": "string",
  3248. "example": "现行总量"
  3249. },
  3250. "now_price": {
  3251. "description": "当前价格",
  3252. "type": "string",
  3253. "example": "当前价格"
  3254. },
  3255. "planet_total_value": {
  3256. "description": "星球价值",
  3257. "type": "string",
  3258. "example": "星球价值"
  3259. },
  3260. "user_hold_total_nums": {
  3261. "description": "用户持有总量",
  3262. "type": "object",
  3263. "additionalProperties": {
  3264. "type": "string"
  3265. }
  3266. }
  3267. }
  3268. },
  3269. "md.GetEggEnergyBasicResp": {
  3270. "type": "object",
  3271. "properties": {
  3272. "basic_setting": {
  3273. "description": "基础设置",
  3274. "allOf": [
  3275. {
  3276. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  3277. }
  3278. ]
  3279. },
  3280. "data_setting": {
  3281. "description": "数据设置",
  3282. "allOf": [
  3283. {
  3284. "$ref": "#/definitions/md.DataSetting"
  3285. }
  3286. ]
  3287. },
  3288. "destruction_setting": {
  3289. "description": "销毁设置",
  3290. "allOf": [
  3291. {
  3292. "$ref": "#/definitions/md.DestructionSettingStruct"
  3293. }
  3294. ]
  3295. },
  3296. "exchange_rules": {
  3297. "description": "兑换规则",
  3298. "allOf": [
  3299. {
  3300. "$ref": "#/definitions/md.ExchangeRulesStruct"
  3301. }
  3302. ]
  3303. },
  3304. "new_user_incentive_rules": {
  3305. "description": "新用户奖励规则",
  3306. "allOf": [
  3307. {
  3308. "$ref": "#/definitions/md.NewUserRewardRules"
  3309. }
  3310. ]
  3311. },
  3312. "price_setting": {
  3313. "description": "价格设置",
  3314. "allOf": [
  3315. {
  3316. "$ref": "#/definitions/md.PriceSettingStruct"
  3317. }
  3318. ]
  3319. },
  3320. "reward_system": {
  3321. "description": "圈层奖励",
  3322. "allOf": [
  3323. {
  3324. "$ref": "#/definitions/md.RewardSystemStruct"
  3325. }
  3326. ]
  3327. },
  3328. "system_id": {
  3329. "description": "该设置系统 ID",
  3330. "type": "integer"
  3331. },
  3332. "video_reward_setting": {
  3333. "description": "视频奖励",
  3334. "allOf": [
  3335. {
  3336. "$ref": "#/definitions/md.VideoRewardSetting"
  3337. }
  3338. ]
  3339. }
  3340. }
  3341. },
  3342. "md.GetFreePublishUserReq": {
  3343. "type": "object",
  3344. "properties": {
  3345. "limit": {
  3346. "description": "每页大小",
  3347. "type": "integer"
  3348. },
  3349. "page": {
  3350. "description": "当前页数",
  3351. "type": "integer"
  3352. },
  3353. "uid": {
  3354. "description": "筛选的用户 ID",
  3355. "type": "integer"
  3356. }
  3357. }
  3358. },
  3359. "md.GetFreePublishUserResp": {
  3360. "type": "object",
  3361. "properties": {
  3362. "list": {
  3363. "description": "免罚用户列表",
  3364. "type": "array",
  3365. "items": {
  3366. "$ref": "#/definitions/md.FreePublishUserNode"
  3367. }
  3368. },
  3369. "paginate": {
  3370. "description": "分页信息",
  3371. "allOf": [
  3372. {
  3373. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  3374. }
  3375. ]
  3376. }
  3377. }
  3378. },
  3379. "md.GetFundDataListReq": {
  3380. "type": "object",
  3381. "properties": {
  3382. "end_at": {
  3383. "type": "string",
  3384. "example": "结束时间"
  3385. },
  3386. "kind": {
  3387. "description": "数据类型",
  3388. "type": "integer"
  3389. },
  3390. "limit": {
  3391. "description": "每页大小",
  3392. "type": "integer"
  3393. },
  3394. "page": {
  3395. "description": "页数",
  3396. "type": "integer"
  3397. },
  3398. "start_at": {
  3399. "type": "string",
  3400. "example": "开始时间"
  3401. }
  3402. }
  3403. },
  3404. "md.GetFundDataListResp": {
  3405. "type": "object",
  3406. "properties": {
  3407. "kind_list": {
  3408. "description": "类型列表",
  3409. "type": "array",
  3410. "items": {
  3411. "type": "object",
  3412. "additionalProperties": true
  3413. }
  3414. },
  3415. "list": {
  3416. "description": "数据列表",
  3417. "type": "array",
  3418. "items": {
  3419. "$ref": "#/definitions/md.FundDataNode"
  3420. }
  3421. },
  3422. "paginate": {
  3423. "description": "分页数据",
  3424. "allOf": [
  3425. {
  3426. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3427. }
  3428. ]
  3429. }
  3430. }
  3431. },
  3432. "md.GetFundDataRecordListReq": {
  3433. "type": "object",
  3434. "properties": {
  3435. "limit": {
  3436. "description": "页面大小",
  3437. "type": "integer"
  3438. },
  3439. "page": {
  3440. "description": "页数",
  3441. "type": "integer"
  3442. },
  3443. "system_id": {
  3444. "description": "数据在系统中的 ID",
  3445. "type": "integer"
  3446. }
  3447. }
  3448. },
  3449. "md.GetFundDataRecordListResp": {
  3450. "type": "object",
  3451. "properties": {
  3452. "list": {
  3453. "type": "array",
  3454. "items": {
  3455. "$ref": "#/definitions/md.FundDataRecordNode"
  3456. }
  3457. },
  3458. "paginate": {
  3459. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3460. }
  3461. }
  3462. },
  3463. "md.GetGreenEnergyUserCoinFlowListReq": {
  3464. "type": "object",
  3465. "properties": {
  3466. "coin_id": {
  3467. "description": "货币类型 ID",
  3468. "type": "integer"
  3469. },
  3470. "direction": {
  3471. "description": "流水方向:1收入 2支出",
  3472. "type": "integer"
  3473. },
  3474. "end_at": {
  3475. "description": "结束时间",
  3476. "type": "string"
  3477. },
  3478. "page": {
  3479. "description": "页数",
  3480. "type": "integer"
  3481. },
  3482. "page_size": {
  3483. "description": "每页大小",
  3484. "type": "integer"
  3485. },
  3486. "start_at": {
  3487. "description": "开始时间",
  3488. "type": "string"
  3489. },
  3490. "uid": {
  3491. "description": "用户 ID",
  3492. "type": "integer"
  3493. }
  3494. }
  3495. },
  3496. "md.GetGreenEnergyUserCoinFlowListResp": {
  3497. "type": "object",
  3498. "properties": {
  3499. "list": {
  3500. "description": "流水信息",
  3501. "type": "array",
  3502. "items": {
  3503. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  3504. }
  3505. },
  3506. "paginate": {
  3507. "description": "分页信息",
  3508. "allOf": [
  3509. {
  3510. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3511. }
  3512. ]
  3513. },
  3514. "select_data": {
  3515. "description": "流水类型",
  3516. "allOf": [
  3517. {
  3518. "$ref": "#/definitions/md.SelectData"
  3519. }
  3520. ]
  3521. }
  3522. }
  3523. },
  3524. "md.GetGreenEnergyUserCoinListReq": {
  3525. "type": "object",
  3526. "properties": {
  3527. "end_coin": {
  3528. "type": "string",
  3529. "example": "最大金额"
  3530. },
  3531. "kind": {
  3532. "description": "虚拟币种类编号",
  3533. "type": "integer"
  3534. },
  3535. "page": {
  3536. "description": "页数",
  3537. "type": "integer"
  3538. },
  3539. "page_size": {
  3540. "description": "单页大小",
  3541. "type": "integer"
  3542. },
  3543. "start_coin": {
  3544. "type": "string",
  3545. "example": "最小金额"
  3546. },
  3547. "uid": {
  3548. "description": "指定查询用户 ID",
  3549. "type": "integer"
  3550. },
  3551. "user_name": {
  3552. "type": "string",
  3553. "example": "用户名称"
  3554. },
  3555. "user_phone": {
  3556. "type": "string",
  3557. "example": "手机号"
  3558. }
  3559. }
  3560. },
  3561. "md.GetGreenEnergyUserCoinListResp": {
  3562. "type": "object",
  3563. "properties": {
  3564. "kind_list": {
  3565. "description": "货币类型集合",
  3566. "type": "array",
  3567. "items": {
  3568. "$ref": "#/definitions/md.VirtualCoinListNode"
  3569. }
  3570. },
  3571. "list": {
  3572. "description": "余额集合",
  3573. "type": "array",
  3574. "items": {
  3575. "$ref": "#/definitions/md.ActivePointsWalletNode"
  3576. }
  3577. },
  3578. "sum_user_amount": {
  3579. "description": "用户持有总数",
  3580. "type": "number"
  3581. },
  3582. "total": {
  3583. "description": "持有该类型用户数",
  3584. "type": "integer"
  3585. }
  3586. }
  3587. },
  3588. "md.GetLevelListResp": {
  3589. "type": "object",
  3590. "properties": {
  3591. "list": {
  3592. "type": "array",
  3593. "items": {
  3594. "$ref": "#/definitions/md.LevelListNode"
  3595. }
  3596. },
  3597. "paginate": {
  3598. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  3599. }
  3600. }
  3601. },
  3602. "md.GetPriceCurveResp": {
  3603. "type": "object",
  3604. "properties": {
  3605. "x_data": {
  3606. "type": "array",
  3607. "items": {}
  3608. },
  3609. "y_data": {
  3610. "type": "array",
  3611. "items": {}
  3612. }
  3613. }
  3614. },
  3615. "md.GetPublicPlatoonBasicResp": {
  3616. "type": "object",
  3617. "properties": {
  3618. "is_open": {
  3619. "description": "是否开启(1:开启 0:关闭)",
  3620. "type": "integer"
  3621. },
  3622. "is_self_active_get_team_revenue": {
  3623. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  3624. "type": "integer"
  3625. },
  3626. "originator_uid": {
  3627. "description": "创始人uid",
  3628. "type": "integer"
  3629. },
  3630. "several_rows": {
  3631. "description": "几排",
  3632. "type": "integer"
  3633. },
  3634. "several_times": {
  3635. "description": "几乘",
  3636. "type": "integer"
  3637. },
  3638. "system_punish_replace": {
  3639. "description": "是否位置滑落 被新用户替换 0否 1是",
  3640. "type": "integer"
  3641. },
  3642. "system_punish_replace_value": {
  3643. "description": "xx天未活跃,处罚滑落",
  3644. "type": "integer"
  3645. }
  3646. }
  3647. },
  3648. "md.GetTagListResp": {
  3649. "type": "object",
  3650. "properties": {
  3651. "list": {
  3652. "type": "array",
  3653. "items": {
  3654. "$ref": "#/definitions/md.TagListNode"
  3655. }
  3656. },
  3657. "paginate": {
  3658. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  3659. }
  3660. }
  3661. },
  3662. "md.LevelListNode": {
  3663. "type": "object",
  3664. "properties": {
  3665. "count": {
  3666. "description": "等级人数",
  3667. "type": "string"
  3668. },
  3669. "create_at": {
  3670. "description": "创建时间",
  3671. "type": "string"
  3672. },
  3673. "is_use": {
  3674. "description": "是否开启(0.否, 1.是)",
  3675. "type": "integer"
  3676. },
  3677. "level_id": {
  3678. "description": "等级 ID",
  3679. "type": "integer"
  3680. },
  3681. "level_name": {
  3682. "description": "等级名称",
  3683. "type": "string"
  3684. },
  3685. "level_weight": {
  3686. "description": "等级权重",
  3687. "type": "integer"
  3688. },
  3689. "memo": {
  3690. "description": "备注",
  3691. "type": "string"
  3692. }
  3693. }
  3694. },
  3695. "md.ListCommunityDividendsReq": {
  3696. "type": "object",
  3697. "properties": {
  3698. "end_at": {
  3699. "description": "结束时间",
  3700. "type": "string"
  3701. },
  3702. "end_nums": {
  3703. "description": "分红总量上限",
  3704. "type": "integer"
  3705. },
  3706. "limit": {
  3707. "description": "每页大小",
  3708. "type": "integer"
  3709. },
  3710. "page": {
  3711. "description": "页数",
  3712. "type": "integer"
  3713. },
  3714. "start_at": {
  3715. "description": "开始时间",
  3716. "type": "string"
  3717. },
  3718. "start_nums": {
  3719. "description": "分红总量下限",
  3720. "type": "integer"
  3721. }
  3722. }
  3723. },
  3724. "md.ListCommunityDividendsResp": {
  3725. "type": "object",
  3726. "properties": {
  3727. "list": {
  3728. "type": "array",
  3729. "items": {
  3730. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  3731. }
  3732. },
  3733. "paginate": {
  3734. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  3735. }
  3736. }
  3737. },
  3738. "md.ListCommunityDividendsWithUserReq": {
  3739. "type": "object",
  3740. "properties": {
  3741. "limit": {
  3742. "type": "integer"
  3743. },
  3744. "page": {
  3745. "type": "integer"
  3746. },
  3747. "phone": {
  3748. "type": "string"
  3749. },
  3750. "uid": {
  3751. "type": "integer"
  3752. }
  3753. }
  3754. },
  3755. "md.ListCommunityDividendsWithUserResp": {
  3756. "type": "object",
  3757. "properties": {
  3758. "list": {
  3759. "type": "array",
  3760. "items": {
  3761. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  3762. }
  3763. },
  3764. "paginate": {
  3765. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  3766. }
  3767. }
  3768. },
  3769. "md.ListPlatformRevenueReq": {
  3770. "type": "object",
  3771. "properties": {
  3772. "end_at": {
  3773. "type": "string",
  3774. "example": "结束时间"
  3775. },
  3776. "kind": {
  3777. "description": "数据类型",
  3778. "type": "integer"
  3779. },
  3780. "limit": {
  3781. "description": "每页大小",
  3782. "type": "integer"
  3783. },
  3784. "page": {
  3785. "description": "页数",
  3786. "type": "integer"
  3787. },
  3788. "start_at": {
  3789. "type": "string",
  3790. "example": "开始时间"
  3791. }
  3792. }
  3793. },
  3794. "md.ListPlatformRevenueResp": {
  3795. "type": "object",
  3796. "properties": {
  3797. "kind_list": {
  3798. "description": "类型列表",
  3799. "type": "array",
  3800. "items": {
  3801. "type": "object",
  3802. "additionalProperties": true
  3803. }
  3804. },
  3805. "list": {
  3806. "description": "数据列表",
  3807. "type": "array",
  3808. "items": {
  3809. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  3810. }
  3811. },
  3812. "paginate": {
  3813. "description": "分页数据",
  3814. "allOf": [
  3815. {
  3816. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3817. }
  3818. ]
  3819. }
  3820. }
  3821. },
  3822. "md.LoginReq": {
  3823. "type": "object",
  3824. "required": [
  3825. "password",
  3826. "username"
  3827. ],
  3828. "properties": {
  3829. "code": {
  3830. "type": "string",
  3831. "example": "验证码"
  3832. },
  3833. "password": {
  3834. "type": "string",
  3835. "example": "登录密码"
  3836. },
  3837. "username": {
  3838. "type": "string",
  3839. "example": "登录账号"
  3840. }
  3841. }
  3842. },
  3843. "md.LoginResponse": {
  3844. "type": "object",
  3845. "properties": {
  3846. "token": {
  3847. "type": "string"
  3848. }
  3849. }
  3850. },
  3851. "md.NewUserRedPackageGetBasicResp": {
  3852. "type": "object",
  3853. "properties": {
  3854. "create_at": {
  3855. "type": "string"
  3856. },
  3857. "days": {
  3858. "description": "天数",
  3859. "type": "integer"
  3860. },
  3861. "is_double": {
  3862. "description": "是否翻倍",
  3863. "type": "integer"
  3864. },
  3865. "is_open": {
  3866. "description": "是否开启(1:开启 0:关闭)",
  3867. "type": "integer"
  3868. },
  3869. "total_amount": {
  3870. "type": "string",
  3871. "example": "总金额"
  3872. },
  3873. "update_at": {
  3874. "type": "string"
  3875. }
  3876. }
  3877. },
  3878. "md.NewUserRedPackageRecordFlowListReq": {
  3879. "type": "object",
  3880. "properties": {
  3881. "end_at": {
  3882. "description": "结束时间",
  3883. "type": "string"
  3884. },
  3885. "limit": {
  3886. "description": "每页大小",
  3887. "type": "integer"
  3888. },
  3889. "page": {
  3890. "description": "页数",
  3891. "type": "integer"
  3892. },
  3893. "start_at": {
  3894. "description": "开始时间",
  3895. "type": "string"
  3896. },
  3897. "uid": {
  3898. "description": "用户 ID",
  3899. "type": "integer"
  3900. }
  3901. }
  3902. },
  3903. "md.NewUserRedPackageRecordFlowListResp": {
  3904. "type": "object",
  3905. "properties": {
  3906. "list": {
  3907. "type": "array",
  3908. "items": {
  3909. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  3910. }
  3911. },
  3912. "paginate": {
  3913. "$ref": "#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate"
  3914. }
  3915. }
  3916. },
  3917. "md.NewUserRedPackageRecordFlowNode": {
  3918. "type": "object",
  3919. "properties": {
  3920. "balance_amount": {
  3921. "description": "剩余金额",
  3922. "type": "string"
  3923. },
  3924. "balance_days": {
  3925. "description": "剩余天数",
  3926. "type": "integer"
  3927. },
  3928. "basic_amount": {
  3929. "description": "基础金额",
  3930. "type": "string"
  3931. },
  3932. "create_at": {
  3933. "description": "创建时间",
  3934. "type": "string"
  3935. },
  3936. "day_num": {
  3937. "description": "第x天",
  3938. "type": "integer"
  3939. },
  3940. "double_rate": {
  3941. "description": "倍率",
  3942. "type": "string"
  3943. },
  3944. "id": {
  3945. "description": "流水 ID",
  3946. "type": "integer"
  3947. },
  3948. "is_double": {
  3949. "description": "是否翻倍",
  3950. "type": "integer"
  3951. },
  3952. "receive_days": {
  3953. "description": "领取天数",
  3954. "type": "integer"
  3955. },
  3956. "total_amount": {
  3957. "description": "实际金额",
  3958. "type": "string"
  3959. },
  3960. "uid": {
  3961. "description": "用户 ID",
  3962. "type": "integer"
  3963. }
  3964. }
  3965. },
  3966. "md.NewUserRedPackageRecordListReq": {
  3967. "type": "object",
  3968. "properties": {
  3969. "end_at": {
  3970. "description": "结束时间",
  3971. "type": "string"
  3972. },
  3973. "limit": {
  3974. "description": "每页大小",
  3975. "type": "integer"
  3976. },
  3977. "page": {
  3978. "description": "页数",
  3979. "type": "integer"
  3980. },
  3981. "start_at": {
  3982. "description": "开始时间",
  3983. "type": "string"
  3984. },
  3985. "uid": {
  3986. "description": "用户 ID",
  3987. "type": "integer"
  3988. }
  3989. }
  3990. },
  3991. "md.NewUserRedPackageRecordListResp": {
  3992. "type": "object",
  3993. "properties": {
  3994. "list": {
  3995. "type": "array",
  3996. "items": {
  3997. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  3998. }
  3999. },
  4000. "paginate": {
  4001. "$ref": "#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate"
  4002. }
  4003. }
  4004. },
  4005. "md.NewUserRedPackageRecordNode": {
  4006. "type": "object",
  4007. "properties": {
  4008. "balance_amount": {
  4009. "description": "剩余金额",
  4010. "type": "string"
  4011. },
  4012. "balance_days": {
  4013. "description": "剩余天数",
  4014. "type": "integer"
  4015. },
  4016. "create_at": {
  4017. "description": "创建时间",
  4018. "type": "string"
  4019. },
  4020. "days": {
  4021. "description": "天数",
  4022. "type": "integer"
  4023. },
  4024. "receive_days": {
  4025. "description": "领取天数",
  4026. "type": "integer"
  4027. },
  4028. "state": {
  4029. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  4030. "type": "integer"
  4031. },
  4032. "system_id": {
  4033. "description": "系统中记录的 ID",
  4034. "type": "integer"
  4035. },
  4036. "total_amount": {
  4037. "description": "金额",
  4038. "type": "string"
  4039. },
  4040. "uid": {
  4041. "description": "用户 ID",
  4042. "type": "integer"
  4043. },
  4044. "update_at": {
  4045. "description": "修改时间",
  4046. "type": "string"
  4047. }
  4048. }
  4049. },
  4050. "md.NewUserRedPackageUpdateBasicReq": {
  4051. "type": "object",
  4052. "properties": {
  4053. "days": {
  4054. "description": "天数",
  4055. "type": "integer"
  4056. },
  4057. "is_double": {
  4058. "description": "是否翻倍",
  4059. "type": "integer"
  4060. },
  4061. "is_open": {
  4062. "description": "是否开启(1:开启 0:关闭)",
  4063. "type": "integer"
  4064. },
  4065. "total_amount": {
  4066. "type": "string",
  4067. "example": "总金额"
  4068. }
  4069. }
  4070. },
  4071. "md.NewUserRewardRules": {
  4072. "type": "object",
  4073. "properties": {
  4074. "continue_days": {
  4075. "description": "连续x天",
  4076. "type": "integer"
  4077. },
  4078. "invite_user_reward_value": {
  4079. "description": "拉新用户奖励x个活跃积分",
  4080. "type": "integer"
  4081. },
  4082. "reward_coefficient": {
  4083. "description": "奖励系数",
  4084. "type": "number"
  4085. }
  4086. }
  4087. },
  4088. "md.OtherNode": {
  4089. "type": "object",
  4090. "properties": {
  4091. "create_at": {
  4092. "description": "注册时间",
  4093. "type": "string"
  4094. },
  4095. "last_login_at": {
  4096. "description": "最近登录时间",
  4097. "type": "string"
  4098. },
  4099. "last_login_ip": {
  4100. "description": "最后登录 IP",
  4101. "type": "string"
  4102. }
  4103. }
  4104. },
  4105. "md.PlatformRevenueDataNode": {
  4106. "type": "object",
  4107. "properties": {
  4108. "balance_amount": {
  4109. "description": "余额",
  4110. "type": "string"
  4111. },
  4112. "balance_times": {
  4113. "description": "剩余执行次数",
  4114. "type": "integer"
  4115. },
  4116. "create_at": {
  4117. "description": "创建时间",
  4118. "type": "string"
  4119. },
  4120. "hours": {
  4121. "description": "时长",
  4122. "type": "integer"
  4123. },
  4124. "kind": {
  4125. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  4126. "type": "integer"
  4127. },
  4128. "memo": {
  4129. "description": "备注",
  4130. "type": "string"
  4131. },
  4132. "system_id": {
  4133. "type": "integer"
  4134. },
  4135. "total_amount": {
  4136. "description": "金额",
  4137. "type": "string"
  4138. }
  4139. }
  4140. },
  4141. "md.PriceSettingStruct": {
  4142. "type": "object",
  4143. "properties": {
  4144. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  4145. "description": "市商资金单笔x元自动兑换",
  4146. "type": "string"
  4147. },
  4148. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  4149. "description": "市商数量单笔x数量自动兑换",
  4150. "type": "string"
  4151. },
  4152. "price_below_value": {
  4153. "description": "低于x元",
  4154. "type": "string"
  4155. },
  4156. "price_higher_than_value": {
  4157. "description": "高于x元",
  4158. "type": "string"
  4159. }
  4160. }
  4161. },
  4162. "md.Response": {
  4163. "type": "object",
  4164. "properties": {
  4165. "code": {
  4166. "type": "string",
  4167. "example": "响应码"
  4168. },
  4169. "data": {
  4170. "description": "内容"
  4171. },
  4172. "msg": {
  4173. "type": "string",
  4174. "example": "具体错误原因"
  4175. }
  4176. }
  4177. },
  4178. "md.RewardSystemStruct": {
  4179. "type": "object",
  4180. "properties": {
  4181. "level": {
  4182. "description": "圈层",
  4183. "type": "integer"
  4184. },
  4185. "reward_condition": {
  4186. "description": "奖励条件",
  4187. "type": "string"
  4188. },
  4189. "reward_value": {
  4190. "description": "奖励值",
  4191. "type": "string"
  4192. }
  4193. }
  4194. },
  4195. "md.SelectData": {
  4196. "type": "object",
  4197. "properties": {
  4198. "direction": {
  4199. "type": "array",
  4200. "items": {
  4201. "type": "object",
  4202. "additionalProperties": {
  4203. "type": "string"
  4204. }
  4205. }
  4206. }
  4207. }
  4208. },
  4209. "md.SetBasicReq": {
  4210. "type": "object",
  4211. "properties": {
  4212. "oss_access_key_id": {
  4213. "type": "string",
  4214. "example": "oss访问秘钥id"
  4215. },
  4216. "oss_access_key_secret": {
  4217. "type": "string",
  4218. "example": "oss访问秘钥"
  4219. },
  4220. "oss_bucket_name": {
  4221. "type": "string",
  4222. "example": "oss存储桶名称"
  4223. },
  4224. "oss_bucket_scheme": {
  4225. "type": "string",
  4226. "example": "oss上传方式"
  4227. },
  4228. "oss_endpoint": {
  4229. "type": "string",
  4230. "example": "oss地域节点"
  4231. },
  4232. "oss_object_domain": {
  4233. "type": "string",
  4234. "example": "oss域名"
  4235. }
  4236. }
  4237. },
  4238. "md.SetVideoRewardReq": {
  4239. "type": "object",
  4240. "properties": {
  4241. "ecmp": {
  4242. "description": "当前 Ecmp 值",
  4243. "type": "string"
  4244. },
  4245. "unit_price": {
  4246. "description": "单价",
  4247. "type": "string"
  4248. }
  4249. }
  4250. },
  4251. "md.SonUserDailyActivityAnalysisNode": {
  4252. "type": "object",
  4253. "properties": {
  4254. "activity_day_nums": {
  4255. "description": "活跃子节点活跃天数",
  4256. "type": "integer"
  4257. },
  4258. "nickname": {
  4259. "type": "string",
  4260. "example": "昵称"
  4261. },
  4262. "phone": {
  4263. "type": "string",
  4264. "example": "手机号"
  4265. },
  4266. "uid": {
  4267. "description": "查询用户活跃子节点 ID",
  4268. "type": "integer"
  4269. }
  4270. }
  4271. },
  4272. "md.SubUser": {
  4273. "type": "object",
  4274. "properties": {
  4275. "avatar_url": {
  4276. "type": "string",
  4277. "example": "头像"
  4278. },
  4279. "level": {
  4280. "description": "整个系统中的等级",
  4281. "type": "integer"
  4282. },
  4283. "nickname": {
  4284. "type": "string",
  4285. "example": "昵称"
  4286. },
  4287. "phone": {
  4288. "type": "string",
  4289. "example": "手机号"
  4290. },
  4291. "pid": {
  4292. "type": "integer"
  4293. },
  4294. "position": {
  4295. "description": "以pid1为创始人中网的位置",
  4296. "type": "integer"
  4297. },
  4298. "uid": {
  4299. "type": "integer"
  4300. }
  4301. }
  4302. },
  4303. "md.TagListNode": {
  4304. "type": "object",
  4305. "properties": {
  4306. "count": {
  4307. "description": "标签人数",
  4308. "type": "string"
  4309. },
  4310. "create_at": {
  4311. "description": "创建时间",
  4312. "type": "string"
  4313. },
  4314. "memo": {
  4315. "description": "备注",
  4316. "type": "string"
  4317. },
  4318. "name": {
  4319. "description": "名称",
  4320. "type": "string"
  4321. },
  4322. "tag_id": {
  4323. "description": "标签 ID",
  4324. "type": "string"
  4325. }
  4326. }
  4327. },
  4328. "md.TeamRewardSettingStruct": {
  4329. "type": "object",
  4330. "properties": {
  4331. "member_self_is_open_get_team_reward": {
  4332. "description": "会员是否活跃得到团队奖励",
  4333. "type": "string"
  4334. },
  4335. "one_round_duration": {
  4336. "description": "一轮持续时间",
  4337. "type": "string"
  4338. },
  4339. "reward_decrement_value": {
  4340. "description": "递减百分比",
  4341. "type": "string"
  4342. },
  4343. "reward_end_value": {
  4344. "description": "奖励结束值",
  4345. "type": "string"
  4346. }
  4347. }
  4348. },
  4349. "md.TreeNode": {
  4350. "type": "object",
  4351. "properties": {
  4352. "avatar_url": {
  4353. "type": "string",
  4354. "example": "头像"
  4355. },
  4356. "level": {
  4357. "type": "integer"
  4358. },
  4359. "nickname": {
  4360. "type": "string",
  4361. "example": "昵称"
  4362. },
  4363. "phone": {
  4364. "type": "string",
  4365. "example": "手机号"
  4366. },
  4367. "pid": {
  4368. "type": "integer"
  4369. },
  4370. "position": {
  4371. "type": "integer"
  4372. },
  4373. "son": {
  4374. "type": "array",
  4375. "items": {
  4376. "$ref": "#/definitions/md.TreeNode"
  4377. }
  4378. },
  4379. "system_id": {
  4380. "description": "公排网中id",
  4381. "type": "integer"
  4382. },
  4383. "uid": {
  4384. "type": "integer"
  4385. }
  4386. }
  4387. },
  4388. "md.UpdateEggEnergyBasicReq": {
  4389. "type": "object",
  4390. "properties": {
  4391. "basic_setting": {
  4392. "description": "基础设置",
  4393. "allOf": [
  4394. {
  4395. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  4396. }
  4397. ]
  4398. },
  4399. "data_setting": {
  4400. "description": "数据设置",
  4401. "allOf": [
  4402. {
  4403. "$ref": "#/definitions/md.DataSetting"
  4404. }
  4405. ]
  4406. },
  4407. "destruction_setting": {
  4408. "description": "销毁设置",
  4409. "allOf": [
  4410. {
  4411. "$ref": "#/definitions/md.DestructionSettingStruct"
  4412. }
  4413. ]
  4414. },
  4415. "exchange_rules": {
  4416. "description": "兑换规则",
  4417. "allOf": [
  4418. {
  4419. "$ref": "#/definitions/md.ExchangeRulesStruct"
  4420. }
  4421. ]
  4422. },
  4423. "new_user_incentive_rules": {
  4424. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  4425. "allOf": [
  4426. {
  4427. "$ref": "#/definitions/md.NewUserRewardRules"
  4428. }
  4429. ]
  4430. },
  4431. "price_setting": {
  4432. "description": "价格设置",
  4433. "allOf": [
  4434. {
  4435. "$ref": "#/definitions/md.PriceSettingStruct"
  4436. }
  4437. ]
  4438. },
  4439. "reward_system": {
  4440. "description": "圈层奖励",
  4441. "allOf": [
  4442. {
  4443. "$ref": "#/definitions/md.RewardSystemStruct"
  4444. }
  4445. ]
  4446. },
  4447. "system_id": {
  4448. "description": "该设置系统 ID",
  4449. "type": "integer"
  4450. },
  4451. "video_reward_setting": {
  4452. "description": "视频奖励",
  4453. "allOf": [
  4454. {
  4455. "$ref": "#/definitions/md.VideoRewardSetting"
  4456. }
  4457. ]
  4458. }
  4459. }
  4460. },
  4461. "md.UpdateLevelReq": {
  4462. "type": "object",
  4463. "properties": {
  4464. "is_use": {
  4465. "description": "是否开启(0.否, 1.是)",
  4466. "type": "integer"
  4467. },
  4468. "level_id": {
  4469. "type": "string"
  4470. },
  4471. "level_name": {
  4472. "description": "等级名称",
  4473. "type": "string"
  4474. },
  4475. "level_weight": {
  4476. "description": "等级权重",
  4477. "type": "integer"
  4478. },
  4479. "memo": {
  4480. "description": "备注",
  4481. "type": "string"
  4482. }
  4483. }
  4484. },
  4485. "md.UpdatePublicPlatoonBasicReq": {
  4486. "type": "object",
  4487. "properties": {
  4488. "is_open": {
  4489. "description": "是否开启(1:开启 0:关闭)",
  4490. "type": "integer"
  4491. },
  4492. "is_self_active_get_team_revenue": {
  4493. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  4494. "type": "integer"
  4495. },
  4496. "originator_uid": {
  4497. "description": "创始人uid",
  4498. "type": "integer"
  4499. },
  4500. "several_rows": {
  4501. "description": "几排",
  4502. "type": "integer"
  4503. },
  4504. "several_times": {
  4505. "description": "几乘",
  4506. "type": "integer"
  4507. },
  4508. "system_punish_replace": {
  4509. "description": "是否位置滑落 被新用户替换 0否 1是",
  4510. "type": "integer"
  4511. },
  4512. "system_punish_replace_value": {
  4513. "description": "xx天未活跃,处罚滑落",
  4514. "type": "integer"
  4515. }
  4516. }
  4517. },
  4518. "md.UpdateTagReq": {
  4519. "type": "object",
  4520. "properties": {
  4521. "memo": {
  4522. "description": "备注",
  4523. "type": "string"
  4524. },
  4525. "name": {
  4526. "description": "标签名称",
  4527. "type": "string"
  4528. },
  4529. "tag_id": {
  4530. "description": "标签 ID",
  4531. "type": "string"
  4532. }
  4533. }
  4534. },
  4535. "md.UserDailyActivityAnalysisReq": {
  4536. "type": "object",
  4537. "properties": {
  4538. "end_date": {
  4539. "type": "string",
  4540. "example": "结束日期"
  4541. },
  4542. "page": {
  4543. "description": "页数",
  4544. "type": "integer"
  4545. },
  4546. "page_size": {
  4547. "description": "每页大小",
  4548. "type": "integer"
  4549. },
  4550. "start_date": {
  4551. "type": "string",
  4552. "example": "开始日期"
  4553. },
  4554. "uid": {
  4555. "description": "查询用户 ID",
  4556. "type": "integer"
  4557. }
  4558. }
  4559. },
  4560. "md.UserDailyActivityAnalysisResp": {
  4561. "type": "object",
  4562. "properties": {
  4563. "son_user_data": {
  4564. "description": "被查询用户子节点信息",
  4565. "type": "array",
  4566. "items": {
  4567. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  4568. }
  4569. },
  4570. "top_data": {
  4571. "description": "统计信息",
  4572. "allOf": [
  4573. {
  4574. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  4575. }
  4576. ]
  4577. }
  4578. }
  4579. },
  4580. "md.UserManagementGetBalanceDetailResp": {
  4581. "type": "object",
  4582. "properties": {
  4583. "list": {
  4584. "type": "array",
  4585. "items": {
  4586. "$ref": "#/definitions/md.BalanceDetailNode"
  4587. }
  4588. },
  4589. "paginate": {
  4590. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  4591. }
  4592. }
  4593. },
  4594. "md.UserManagementGetFansResp": {
  4595. "type": "object",
  4596. "properties": {
  4597. "list": {
  4598. "description": "用户数据",
  4599. "type": "array",
  4600. "items": {
  4601. "$ref": "#/definitions/md.FansNode"
  4602. }
  4603. },
  4604. "paginate": {
  4605. "description": "分页信息",
  4606. "allOf": [
  4607. {
  4608. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  4609. }
  4610. ]
  4611. }
  4612. }
  4613. },
  4614. "md.UserManagementGetOneBasicResp": {
  4615. "type": "object",
  4616. "properties": {
  4617. "basic_info": {
  4618. "description": "基本信息",
  4619. "allOf": [
  4620. {
  4621. "$ref": "#/definitions/md.BasicInfoNode"
  4622. }
  4623. ]
  4624. },
  4625. "levels_list": {
  4626. "description": "等级列表",
  4627. "type": "array",
  4628. "items": {
  4629. "type": "object",
  4630. "additionalProperties": true
  4631. }
  4632. },
  4633. "other_info": {
  4634. "description": "其他信息",
  4635. "allOf": [
  4636. {
  4637. "$ref": "#/definitions/md.OtherNode"
  4638. }
  4639. ]
  4640. },
  4641. "tags_list": {
  4642. "description": "标签列表",
  4643. "type": "array",
  4644. "items": {
  4645. "type": "object",
  4646. "additionalProperties": true
  4647. }
  4648. }
  4649. }
  4650. },
  4651. "md.UserManagementGetUserListNode": {
  4652. "type": "object",
  4653. "properties": {
  4654. "avatar": {
  4655. "type": "string"
  4656. },
  4657. "create_at": {
  4658. "type": "string"
  4659. },
  4660. "custom_invite_code": {
  4661. "type": "string"
  4662. },
  4663. "id": {
  4664. "type": "integer"
  4665. },
  4666. "invite_code": {
  4667. "type": "string",
  4668. "example": "会员邀请码"
  4669. },
  4670. "invite_total": {
  4671. "type": "integer"
  4672. },
  4673. "is_real_name": {
  4674. "type": "integer"
  4675. },
  4676. "last_login_ip": {
  4677. "type": "string"
  4678. },
  4679. "level": {
  4680. "type": "integer"
  4681. },
  4682. "level_name": {
  4683. "description": "会员等级",
  4684. "type": "string"
  4685. },
  4686. "memo": {
  4687. "type": "string"
  4688. },
  4689. "nickname": {
  4690. "type": "string"
  4691. },
  4692. "open_id": {
  4693. "type": "string"
  4694. },
  4695. "parent_id": {
  4696. "description": "推荐人 ID",
  4697. "type": "integer"
  4698. },
  4699. "parent_invite_code": {
  4700. "type": "string",
  4701. "example": "推荐人邀请码"
  4702. },
  4703. "parent_phone": {
  4704. "type": "string",
  4705. "example": "推荐人手机号"
  4706. },
  4707. "parent_uid": {
  4708. "type": "integer"
  4709. },
  4710. "passcode": {
  4711. "type": "string"
  4712. },
  4713. "password": {
  4714. "type": "string"
  4715. },
  4716. "phone": {
  4717. "type": "string"
  4718. },
  4719. "register_time": {
  4720. "description": "注册时间",
  4721. "type": "string"
  4722. },
  4723. "register_type": {
  4724. "type": "integer"
  4725. },
  4726. "sex": {
  4727. "type": "integer"
  4728. },
  4729. "state": {
  4730. "type": "integer"
  4731. },
  4732. "system_invite_code": {
  4733. "type": "string"
  4734. },
  4735. "tag_name": {
  4736. "description": "会员标签",
  4737. "type": "string"
  4738. },
  4739. "union_id": {
  4740. "type": "string"
  4741. },
  4742. "update_at": {
  4743. "type": "string"
  4744. }
  4745. }
  4746. },
  4747. "md.UserManagementGetUserListReq": {
  4748. "type": "object",
  4749. "properties": {
  4750. "effective": {
  4751. "description": "有效会员",
  4752. "type": "integer"
  4753. },
  4754. "id": {
  4755. "description": "会员 ID",
  4756. "type": "integer"
  4757. },
  4758. "invite_code": {
  4759. "type": "string",
  4760. "example": "会员邀请码"
  4761. },
  4762. "is_real_name": {
  4763. "description": "是否实名 0.未实名,1.已实名",
  4764. "type": "integer"
  4765. },
  4766. "level": {
  4767. "description": "会员等级",
  4768. "type": "integer"
  4769. },
  4770. "limit": {
  4771. "type": "integer"
  4772. },
  4773. "login_after": {
  4774. "description": "最近登录结束时间",
  4775. "type": "string"
  4776. },
  4777. "login_before": {
  4778. "description": "最近登录开始时间",
  4779. "type": "string"
  4780. },
  4781. "memo": {
  4782. "description": "备注",
  4783. "type": "string"
  4784. },
  4785. "nickname": {
  4786. "type": "string",
  4787. "example": "会员昵称"
  4788. },
  4789. "page": {
  4790. "type": "integer"
  4791. },
  4792. "parent_invite_code": {
  4793. "type": "string",
  4794. "example": "上级邀请码"
  4795. },
  4796. "parent_phone": {
  4797. "type": "string",
  4798. "example": "上级手机号"
  4799. },
  4800. "phone": {
  4801. "type": "string",
  4802. "example": "会员手机号"
  4803. },
  4804. "recommend_id": {
  4805. "description": "推荐人 ID",
  4806. "type": "integer"
  4807. },
  4808. "register_after": {
  4809. "description": "注册时间终点",
  4810. "type": "string"
  4811. },
  4812. "register_before": {
  4813. "description": "注册时间起点",
  4814. "type": "string"
  4815. },
  4816. "register_type": {
  4817. "description": "注册类型(0.未知, 1.免验证码手机号注册,2.微信授权)",
  4818. "type": "integer"
  4819. },
  4820. "sex": {
  4821. "description": "性别",
  4822. "type": "integer"
  4823. },
  4824. "state": {
  4825. "description": "状态",
  4826. "type": "integer"
  4827. },
  4828. "tag": {
  4829. "description": "标签 id",
  4830. "type": "integer"
  4831. },
  4832. "union_id": {
  4833. "type": "string",
  4834. "example": "微信号"
  4835. }
  4836. }
  4837. },
  4838. "md.UserManagementGetUserListResp": {
  4839. "type": "object",
  4840. "properties": {
  4841. "levels_list": {
  4842. "description": "等级列表",
  4843. "type": "array",
  4844. "items": {
  4845. "type": "object",
  4846. "additionalProperties": true
  4847. }
  4848. },
  4849. "list": {
  4850. "type": "array",
  4851. "items": {
  4852. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  4853. }
  4854. },
  4855. "paginate": {
  4856. "description": "分页信息",
  4857. "allOf": [
  4858. {
  4859. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  4860. }
  4861. ]
  4862. },
  4863. "tags_list": {
  4864. "description": "标签列表",
  4865. "type": "array",
  4866. "items": {
  4867. "type": "object",
  4868. "additionalProperties": true
  4869. }
  4870. }
  4871. }
  4872. },
  4873. "md.UserManagementGetVirtualCoinDetailResp": {
  4874. "type": "object",
  4875. "properties": {
  4876. "coin_list": {
  4877. "type": "array",
  4878. "items": {
  4879. "type": "object",
  4880. "additionalProperties": true
  4881. }
  4882. },
  4883. "list": {
  4884. "type": "array",
  4885. "items": {
  4886. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  4887. }
  4888. },
  4889. "paginate": {
  4890. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  4891. }
  4892. }
  4893. },
  4894. "md.UserManagementUpdateUserInfoReq": {
  4895. "type": "object",
  4896. "properties": {
  4897. "avatar": {
  4898. "description": "头像",
  4899. "type": "string"
  4900. },
  4901. "last_login_ip": {
  4902. "description": "用户最后登录 IP",
  4903. "type": "string"
  4904. },
  4905. "level": {
  4906. "description": "会员等级 ID",
  4907. "type": "string"
  4908. },
  4909. "memo": {
  4910. "type": "string",
  4911. "example": "备注"
  4912. },
  4913. "nickname": {
  4914. "description": "用户名",
  4915. "type": "string"
  4916. },
  4917. "parent_uid": {
  4918. "description": "邀请人 ID",
  4919. "type": "string"
  4920. },
  4921. "phone": {
  4922. "description": "手机号",
  4923. "type": "string"
  4924. },
  4925. "sex": {
  4926. "description": "性别(0:未知 1:男 2:女)",
  4927. "type": "string"
  4928. },
  4929. "state": {
  4930. "description": "账号状态 1正常,2冻结",
  4931. "type": "string"
  4932. },
  4933. "tag": {
  4934. "description": "用户标签 ID",
  4935. "type": "string"
  4936. },
  4937. "uid": {
  4938. "type": "integer"
  4939. },
  4940. "union_id": {
  4941. "description": "微信号",
  4942. "type": "string"
  4943. }
  4944. }
  4945. },
  4946. "md.UserVirtualCoinFlow": {
  4947. "type": "object",
  4948. "properties": {
  4949. "after_amount": {
  4950. "type": "string",
  4951. "example": "变更后数量"
  4952. },
  4953. "amount": {
  4954. "type": "string",
  4955. "example": "变更数量"
  4956. },
  4957. "before_amount": {
  4958. "type": "string",
  4959. "example": "变更前数量"
  4960. },
  4961. "coin_id": {
  4962. "description": "虚拟币 ID",
  4963. "type": "integer"
  4964. },
  4965. "create_at": {
  4966. "type": "string",
  4967. "example": "创建时间"
  4968. },
  4969. "direction": {
  4970. "description": "方向:1收入 2支出",
  4971. "type": "integer"
  4972. },
  4973. "id": {
  4974. "type": "integer"
  4975. },
  4976. "sys_fee": {
  4977. "type": "string",
  4978. "example": "手续费"
  4979. },
  4980. "title": {
  4981. "type": "string",
  4982. "example": "标题"
  4983. },
  4984. "transfer_type": {
  4985. "description": "转账类型",
  4986. "type": "integer"
  4987. },
  4988. "uid": {
  4989. "description": "用户 ID",
  4990. "type": "integer"
  4991. },
  4992. "update_at": {
  4993. "type": "string",
  4994. "example": "更新时间"
  4995. }
  4996. }
  4997. },
  4998. "md.VideoRewardSetting": {
  4999. "type": "object",
  5000. "properties": {
  5001. "video_reward_is_open": {
  5002. "description": "视频奖励是否开启(1:开启 0:关闭)",
  5003. "type": "integer"
  5004. },
  5005. "video_reward_system": {
  5006. "description": "视频奖励机制",
  5007. "allOf": [
  5008. {
  5009. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  5010. }
  5011. ]
  5012. }
  5013. }
  5014. },
  5015. "md.VideoRewardSystemStruct": {
  5016. "type": "object",
  5017. "properties": {
  5018. "each_round_hour": {
  5019. "description": "每一轮X个小时",
  5020. "type": "string"
  5021. },
  5022. "interval_minutes": {
  5023. "description": "间隔X秒",
  5024. "type": "string"
  5025. },
  5026. "reward_total_num": {
  5027. "description": "一共X个奖励视屏",
  5028. "type": "string"
  5029. },
  5030. "reward_value": {
  5031. "description": "奖励X个活跃积分",
  5032. "type": "string"
  5033. }
  5034. }
  5035. },
  5036. "md.VirtualCoin": {
  5037. "type": "object",
  5038. "properties": {
  5039. "create_at": {
  5040. "type": "string"
  5041. },
  5042. "exchange_ratio": {
  5043. "description": "兑换比例(与金额)",
  5044. "type": "string",
  5045. "example": "兑换比例(与金额)"
  5046. },
  5047. "id": {
  5048. "type": "integer"
  5049. },
  5050. "is_use": {
  5051. "description": "是否开启: 0否 1是",
  5052. "type": "integer"
  5053. },
  5054. "name": {
  5055. "description": "名称",
  5056. "type": "string"
  5057. },
  5058. "update_at": {
  5059. "type": "string"
  5060. }
  5061. }
  5062. },
  5063. "md.VirtualCoinDetailNode": {
  5064. "type": "object",
  5065. "properties": {
  5066. "after_amount": {
  5067. "description": "变更后积分余额",
  5068. "type": "string"
  5069. },
  5070. "amount": {
  5071. "description": "变更数量",
  5072. "type": "string"
  5073. },
  5074. "create_at": {
  5075. "description": "创建时间",
  5076. "type": "string"
  5077. },
  5078. "direction": {
  5079. "description": "类型 1.收入 2.支出",
  5080. "type": "integer"
  5081. },
  5082. "uid": {
  5083. "description": "用户 ID",
  5084. "type": "integer"
  5085. }
  5086. }
  5087. },
  5088. "md.VirtualCoinListNode": {
  5089. "type": "object",
  5090. "properties": {
  5091. "coin_id": {
  5092. "description": "货币类型 ID",
  5093. "type": "integer"
  5094. },
  5095. "kind": {
  5096. "description": "货币序号",
  5097. "type": "integer"
  5098. },
  5099. "name": {
  5100. "type": "string",
  5101. "example": "货币类型名称"
  5102. }
  5103. }
  5104. }
  5105. },
  5106. "securityDefinitions": {
  5107. "MasterID": {
  5108. "type": "apiKey",
  5109. "name": "MasterID",
  5110. "in": "header"
  5111. }
  5112. }
  5113. }