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

5139 lines
176 KiB

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