蛋蛋星球-客户端
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.
 
 
 
 
 
 

3884 regels
134 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. },
  1733. "definitions": {
  1734. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  1735. "type": "object",
  1736. "properties": {
  1737. "direct_push_reward": {
  1738. "description": "直推奖励",
  1739. "allOf": [
  1740. {
  1741. "$ref": "#/definitions/md.TeamRewardSettingStruct"
  1742. }
  1743. ]
  1744. },
  1745. "is_open": {
  1746. "description": "是否开启(1:开启 0:关闭)",
  1747. "type": "integer"
  1748. },
  1749. "person_egg_energy_coin_id": {
  1750. "description": "个人蛋蛋能量对应虚拟币 id",
  1751. "type": "integer"
  1752. },
  1753. "person_egg_points_coin_id": {
  1754. "description": "个人蛋蛋积分对应虚拟币 id",
  1755. "type": "integer"
  1756. },
  1757. "team_egg_energy_coin_id": {
  1758. "description": "团队蛋蛋能量对应虚拟币 id",
  1759. "type": "integer"
  1760. },
  1761. "team_egg_points_coin_id": {
  1762. "description": "团队蛋蛋积分对应虚拟币 id",
  1763. "type": "integer"
  1764. }
  1765. }
  1766. },
  1767. "applet_app_md_institutional_management_egg_energy.Paginate": {
  1768. "type": "object",
  1769. "properties": {
  1770. "limit": {
  1771. "description": "每页大小",
  1772. "type": "integer"
  1773. },
  1774. "page": {
  1775. "description": "页数",
  1776. "type": "integer"
  1777. },
  1778. "total": {
  1779. "description": "总数据量",
  1780. "type": "integer"
  1781. }
  1782. }
  1783. },
  1784. "applet_app_md_institutional_management_new_user_red_package.Paginate": {
  1785. "type": "object",
  1786. "properties": {
  1787. "limit": {
  1788. "type": "integer"
  1789. },
  1790. "page": {
  1791. "type": "integer"
  1792. },
  1793. "total": {
  1794. "type": "integer"
  1795. }
  1796. }
  1797. },
  1798. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  1799. "type": "object",
  1800. "properties": {
  1801. "id": {
  1802. "type": "integer"
  1803. },
  1804. "is_open": {
  1805. "description": "是否开启(1:开启 0:关闭)",
  1806. "type": "integer"
  1807. },
  1808. "is_self_active_get_team_revenue": {
  1809. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  1810. "type": "integer"
  1811. },
  1812. "originator_uid": {
  1813. "description": "创始人uid",
  1814. "type": "integer"
  1815. },
  1816. "several_rows": {
  1817. "description": "几排",
  1818. "type": "integer"
  1819. },
  1820. "several_times": {
  1821. "description": "几乘",
  1822. "type": "integer"
  1823. },
  1824. "system_punish_replace": {
  1825. "description": "是否位置滑落 被新用户替换 0否 1是",
  1826. "type": "integer"
  1827. },
  1828. "system_punish_replace_value": {
  1829. "description": "xx天未活跃,处罚滑落",
  1830. "type": "integer"
  1831. }
  1832. }
  1833. },
  1834. "applet_app_md_institutional_management_public_platoon.Paginate": {
  1835. "type": "object",
  1836. "properties": {
  1837. "limit": {
  1838. "description": "每页大小",
  1839. "type": "integer"
  1840. },
  1841. "page": {
  1842. "description": "页数",
  1843. "type": "integer"
  1844. },
  1845. "total": {
  1846. "description": "总数据量",
  1847. "type": "integer"
  1848. }
  1849. }
  1850. },
  1851. "md.ActivePointsWalletNode": {
  1852. "type": "object",
  1853. "properties": {
  1854. "amount": {
  1855. "type": "string",
  1856. "example": "账户余额"
  1857. },
  1858. "uid": {
  1859. "description": "用户 ID",
  1860. "type": "integer"
  1861. },
  1862. "user_name": {
  1863. "type": "string",
  1864. "example": "用户名"
  1865. },
  1866. "user_phone": {
  1867. "type": "string",
  1868. "example": "手机号"
  1869. }
  1870. }
  1871. },
  1872. "md.AddCommunityDividendsReq": {
  1873. "type": "object",
  1874. "properties": {
  1875. "amount": {
  1876. "description": "社区分红数量",
  1877. "type": "string"
  1878. },
  1879. "name": {
  1880. "type": "string",
  1881. "example": "社区分红名称"
  1882. }
  1883. }
  1884. },
  1885. "md.AddCommunityDividendsWithUserReq": {
  1886. "type": "object",
  1887. "properties": {
  1888. "memo": {
  1889. "type": "string",
  1890. "example": "备注"
  1891. },
  1892. "uid": {
  1893. "description": "新增社区长用户 ID",
  1894. "type": "integer"
  1895. }
  1896. }
  1897. },
  1898. "md.AddFreePublishUserReq": {
  1899. "type": "object",
  1900. "properties": {
  1901. "uid": {
  1902. "type": "integer"
  1903. }
  1904. }
  1905. },
  1906. "md.AddFundDataReq": {
  1907. "type": "object",
  1908. "properties": {
  1909. "frequency": {
  1910. "description": "频率(分钟)",
  1911. "type": "integer"
  1912. },
  1913. "hours": {
  1914. "description": "时长(小时)",
  1915. "type": "integer"
  1916. },
  1917. "kind": {
  1918. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  1919. "type": "integer"
  1920. },
  1921. "memo": {
  1922. "type": "string",
  1923. "example": "备注"
  1924. },
  1925. "total_amount": {
  1926. "description": "金额",
  1927. "type": "string"
  1928. }
  1929. }
  1930. },
  1931. "md.AddPlatformRevenueReq": {
  1932. "type": "object",
  1933. "properties": {
  1934. "frequency": {
  1935. "description": "频率(分钟)",
  1936. "type": "integer"
  1937. },
  1938. "hours": {
  1939. "description": "时长(小时)",
  1940. "type": "integer"
  1941. },
  1942. "kind": {
  1943. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  1944. "type": "integer"
  1945. },
  1946. "memo": {
  1947. "type": "string",
  1948. "example": "备注"
  1949. },
  1950. "total_amount": {
  1951. "description": "金额",
  1952. "type": "string"
  1953. }
  1954. }
  1955. },
  1956. "md.DailyActivityAnalysisTopData": {
  1957. "type": "object",
  1958. "properties": {
  1959. "activity_count": {
  1960. "description": "子节点活跃天数",
  1961. "type": "integer"
  1962. },
  1963. "team_activity_user_count": {
  1964. "description": "子节点活跃人数",
  1965. "type": "integer"
  1966. },
  1967. "team_user_count": {
  1968. "description": "团队人数",
  1969. "type": "integer"
  1970. }
  1971. }
  1972. },
  1973. "md.DataSetting": {
  1974. "type": "object",
  1975. "properties": {
  1976. "total_angel_investor": {
  1977. "description": "天使投资人",
  1978. "type": "string",
  1979. "example": "天使投资人"
  1980. },
  1981. "total_ecological_development": {
  1982. "description": "生态建设",
  1983. "type": "string",
  1984. "example": "当前价格"
  1985. },
  1986. "total_issuance_amount": {
  1987. "description": "总发行量",
  1988. "type": "string",
  1989. "example": "总发行量"
  1990. },
  1991. "total_operate_fund": {
  1992. "description": "运营资金",
  1993. "type": "string",
  1994. "example": "运营资金"
  1995. },
  1996. "total_technology_team": {
  1997. "description": "技术团队",
  1998. "type": "string",
  1999. "example": "技术团队"
  2000. },
  2001. "total_user_for_person": {
  2002. "description": "TotalTeamDividends string` + "`" + `json:\"total_team_dividends\" example:\"团队分红\"` + "`" + ` // 团队分红",
  2003. "type": "string",
  2004. "example": "个人区域"
  2005. },
  2006. "total_user_for_team": {
  2007. "description": "团队区域",
  2008. "type": "string",
  2009. "example": "团队区域"
  2010. }
  2011. }
  2012. },
  2013. "md.DestructionSettingStruct": {
  2014. "type": "object",
  2015. "properties": {
  2016. "community_dividends": {
  2017. "description": "社区分红百分比",
  2018. "type": "string"
  2019. },
  2020. "destruction_quantity": {
  2021. "description": "销毁百分比",
  2022. "type": "string"
  2023. },
  2024. "development_committee": {
  2025. "description": "发展委员会百分比",
  2026. "type": "string"
  2027. },
  2028. "marketplace_merchant": {
  2029. "description": "市商数量百分比",
  2030. "type": "string"
  2031. },
  2032. "public_welfare_and_charity": {
  2033. "description": "公益慈善百分比",
  2034. "type": "string"
  2035. },
  2036. "star_level_dividends": {
  2037. "description": "星级分红百分比",
  2038. "type": "string"
  2039. }
  2040. }
  2041. },
  2042. "md.DynamicDataFlowListReq": {
  2043. "type": "object",
  2044. "properties": {
  2045. "end_at": {
  2046. "description": "结束时间",
  2047. "type": "string",
  2048. "example": "结束时间"
  2049. },
  2050. "kind": {
  2051. "description": "持有类型",
  2052. "type": "integer"
  2053. },
  2054. "page": {
  2055. "description": "页数",
  2056. "type": "integer"
  2057. },
  2058. "page_size": {
  2059. "description": "每页大小",
  2060. "type": "integer"
  2061. },
  2062. "start_at": {
  2063. "description": "开始时间",
  2064. "type": "string",
  2065. "example": "开始时间"
  2066. }
  2067. }
  2068. },
  2069. "md.DynamicDataFlowListResp": {
  2070. "type": "object",
  2071. "properties": {
  2072. "kind_list": {
  2073. "type": "array",
  2074. "items": {
  2075. "type": "object",
  2076. "additionalProperties": true
  2077. }
  2078. },
  2079. "list": {
  2080. "type": "array",
  2081. "items": {
  2082. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  2083. }
  2084. },
  2085. "paginate": {
  2086. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2087. }
  2088. }
  2089. },
  2090. "md.EggEnergyAvailableEnergyFlow": {
  2091. "type": "object",
  2092. "properties": {
  2093. "after_community_dividends": {
  2094. "type": "string"
  2095. },
  2096. "after_destruction_quantity_values": {
  2097. "type": "string"
  2098. },
  2099. "after_development_committee_values": {
  2100. "type": "string"
  2101. },
  2102. "after_marketplace_merchant_fund_values": {
  2103. "type": "string"
  2104. },
  2105. "after_marketplace_merchant_values": {
  2106. "type": "string"
  2107. },
  2108. "after_now_energy_total_nums": {
  2109. "type": "string"
  2110. },
  2111. "after_planet_total_value": {
  2112. "type": "string"
  2113. },
  2114. "after_price": {
  2115. "type": "string"
  2116. },
  2117. "after_public_welfare_and_charity_values": {
  2118. "type": "string"
  2119. },
  2120. "after_star_level_dividends_values": {
  2121. "type": "string"
  2122. },
  2123. "amount": {
  2124. "type": "string"
  2125. },
  2126. "before_community_dividends": {
  2127. "type": "string"
  2128. },
  2129. "before_destruction_quantity_values": {
  2130. "type": "string"
  2131. },
  2132. "before_development_committee_values": {
  2133. "type": "string"
  2134. },
  2135. "before_marketplace_merchant_fund_values": {
  2136. "type": "string"
  2137. },
  2138. "before_marketplace_merchant_values": {
  2139. "type": "string"
  2140. },
  2141. "before_now_energy_total_nums": {
  2142. "type": "string"
  2143. },
  2144. "before_planet_total_value": {
  2145. "type": "string"
  2146. },
  2147. "before_price": {
  2148. "type": "string"
  2149. },
  2150. "before_public_welfare_and_charity_values": {
  2151. "type": "string"
  2152. },
  2153. "before_star_level_dividends_values": {
  2154. "type": "string"
  2155. },
  2156. "create_time": {
  2157. "type": "string"
  2158. },
  2159. "id": {
  2160. "type": "integer"
  2161. },
  2162. "kind": {
  2163. "type": "integer"
  2164. },
  2165. "title": {
  2166. "type": "string"
  2167. }
  2168. }
  2169. },
  2170. "md.EggEnergyCommunityDividends": {
  2171. "type": "object",
  2172. "properties": {
  2173. "amount": {
  2174. "description": "分红数量",
  2175. "type": "string"
  2176. },
  2177. "coin_id": {
  2178. "description": "虚拟币 id",
  2179. "type": "integer"
  2180. },
  2181. "create_at": {
  2182. "description": "分红时间",
  2183. "type": "string"
  2184. },
  2185. "id": {
  2186. "type": "integer"
  2187. },
  2188. "is_over": {
  2189. "description": "是否分红完毕",
  2190. "type": "integer"
  2191. },
  2192. "name": {
  2193. "type": "string",
  2194. "example": "名称"
  2195. },
  2196. "persons_num": {
  2197. "description": "分红人数",
  2198. "type": "integer"
  2199. },
  2200. "update_at": {
  2201. "type": "string"
  2202. }
  2203. }
  2204. },
  2205. "md.EggEnergyCommunityDividendsWithUser": {
  2206. "type": "object",
  2207. "properties": {
  2208. "id": {
  2209. "type": "integer"
  2210. },
  2211. "memo": {
  2212. "type": "string",
  2213. "example": "备注"
  2214. },
  2215. "nickname": {
  2216. "type": "string"
  2217. },
  2218. "phone": {
  2219. "type": "string"
  2220. },
  2221. "uid": {
  2222. "type": "integer"
  2223. }
  2224. }
  2225. },
  2226. "md.ExchangeRulesStruct": {
  2227. "type": "object",
  2228. "properties": {
  2229. "auto_exchange_nums_by_person": {
  2230. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  2231. "type": "string"
  2232. },
  2233. "auto_exchange_nums_by_team": {
  2234. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  2235. "type": "string"
  2236. },
  2237. "auto_exchange_rate_by_person": {
  2238. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  2239. "type": "string"
  2240. },
  2241. "auto_exchange_rate_by_team": {
  2242. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  2243. "type": "string"
  2244. }
  2245. }
  2246. },
  2247. "md.ExchangeUserPositionReq": {
  2248. "type": "object",
  2249. "properties": {
  2250. "position_1": {
  2251. "description": "位置1,具体值取返回数据中的 system_id",
  2252. "type": "integer"
  2253. },
  2254. "position_2": {
  2255. "description": "位置2,具体值取返回数据中的 system_id",
  2256. "type": "integer"
  2257. }
  2258. }
  2259. },
  2260. "md.FindSubUserRelationshipMapResp": {
  2261. "type": "object",
  2262. "properties": {
  2263. "basic_setting": {
  2264. "description": "公排设置",
  2265. "allOf": [
  2266. {
  2267. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  2268. }
  2269. ]
  2270. },
  2271. "search_uid": {
  2272. "description": "查找的用户 ID",
  2273. "type": "string"
  2274. },
  2275. "sub_user": {
  2276. "description": "上级用户信息",
  2277. "allOf": [
  2278. {
  2279. "$ref": "#/definitions/md.SubUser"
  2280. }
  2281. ]
  2282. }
  2283. }
  2284. },
  2285. "md.FreePublishUserNode": {
  2286. "type": "object",
  2287. "properties": {
  2288. "nickname": {
  2289. "type": "string",
  2290. "example": "昵称"
  2291. },
  2292. "phone": {
  2293. "type": "string",
  2294. "example": "手机号"
  2295. },
  2296. "uid": {
  2297. "type": "integer"
  2298. }
  2299. }
  2300. },
  2301. "md.FundDataNode": {
  2302. "type": "object",
  2303. "properties": {
  2304. "balance_amount": {
  2305. "description": "余额",
  2306. "type": "string"
  2307. },
  2308. "balance_times": {
  2309. "description": "剩余执行次数",
  2310. "type": "integer"
  2311. },
  2312. "create_at": {
  2313. "description": "创建时间",
  2314. "type": "string"
  2315. },
  2316. "hours": {
  2317. "description": "时长",
  2318. "type": "integer"
  2319. },
  2320. "kind": {
  2321. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  2322. "type": "integer"
  2323. },
  2324. "memo": {
  2325. "description": "备注",
  2326. "type": "string"
  2327. },
  2328. "system_id": {
  2329. "type": "integer"
  2330. },
  2331. "total_amount": {
  2332. "description": "金额",
  2333. "type": "string"
  2334. }
  2335. }
  2336. },
  2337. "md.FundDataRecordNode": {
  2338. "type": "object",
  2339. "properties": {
  2340. "after_planet_total_value": {
  2341. "description": "执行后-星球价值",
  2342. "type": "string"
  2343. },
  2344. "after_price": {
  2345. "description": "执行后-价格",
  2346. "type": "string"
  2347. },
  2348. "balance_amount": {
  2349. "description": "余额",
  2350. "type": "string"
  2351. },
  2352. "balance_times": {
  2353. "description": "剩余执行次数",
  2354. "type": "integer"
  2355. },
  2356. "before_planet_total_value": {
  2357. "description": "执行前-星球价值",
  2358. "type": "string"
  2359. },
  2360. "before_price": {
  2361. "description": "执行前-价格",
  2362. "type": "string"
  2363. },
  2364. "create_at": {
  2365. "type": "string"
  2366. },
  2367. "total_amount": {
  2368. "description": "金额",
  2369. "type": "string"
  2370. }
  2371. }
  2372. },
  2373. "md.GetActivePointsUserCoinFlowListReq": {
  2374. "type": "object",
  2375. "properties": {
  2376. "coin_id": {
  2377. "description": "货币类型 ID",
  2378. "type": "integer"
  2379. },
  2380. "direction": {
  2381. "description": "流水方向:1收入 2支出",
  2382. "type": "integer"
  2383. },
  2384. "end_at": {
  2385. "description": "结束时间",
  2386. "type": "string"
  2387. },
  2388. "page": {
  2389. "description": "页数",
  2390. "type": "integer"
  2391. },
  2392. "page_size": {
  2393. "description": "每页大小",
  2394. "type": "integer"
  2395. },
  2396. "start_at": {
  2397. "description": "开始时间",
  2398. "type": "string"
  2399. },
  2400. "uid": {
  2401. "description": "用户 ID",
  2402. "type": "integer"
  2403. }
  2404. }
  2405. },
  2406. "md.GetActivePointsUserCoinFlowListResp": {
  2407. "type": "object",
  2408. "properties": {
  2409. "list": {
  2410. "description": "流水信息",
  2411. "type": "array",
  2412. "items": {
  2413. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  2414. }
  2415. },
  2416. "paginate": {
  2417. "description": "分页信息",
  2418. "allOf": [
  2419. {
  2420. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2421. }
  2422. ]
  2423. },
  2424. "select_data": {
  2425. "description": "流水类型",
  2426. "allOf": [
  2427. {
  2428. "$ref": "#/definitions/md.SelectData"
  2429. }
  2430. ]
  2431. }
  2432. }
  2433. },
  2434. "md.GetActivePointsUserCoinListReq": {
  2435. "type": "object",
  2436. "properties": {
  2437. "end_coin": {
  2438. "type": "string",
  2439. "example": "最大金额"
  2440. },
  2441. "kind": {
  2442. "description": "虚拟币种类编号",
  2443. "type": "integer"
  2444. },
  2445. "page": {
  2446. "description": "页数",
  2447. "type": "integer"
  2448. },
  2449. "page_size": {
  2450. "description": "单页大小",
  2451. "type": "integer"
  2452. },
  2453. "start_coin": {
  2454. "type": "string",
  2455. "example": "最小金额"
  2456. },
  2457. "uid": {
  2458. "description": "指定查询用户 ID",
  2459. "type": "integer"
  2460. },
  2461. "user_name": {
  2462. "type": "string",
  2463. "example": "用户名称"
  2464. },
  2465. "user_phone": {
  2466. "type": "string",
  2467. "example": "手机号"
  2468. }
  2469. }
  2470. },
  2471. "md.GetActivePointsUserCoinListResp": {
  2472. "type": "object",
  2473. "properties": {
  2474. "kind_list": {
  2475. "description": "货币类型集合",
  2476. "type": "array",
  2477. "items": {
  2478. "$ref": "#/definitions/md.VirtualCoinListNode"
  2479. }
  2480. },
  2481. "list": {
  2482. "description": "余额集合",
  2483. "type": "array",
  2484. "items": {
  2485. "$ref": "#/definitions/md.ActivePointsWalletNode"
  2486. }
  2487. },
  2488. "sum_user_amount": {
  2489. "description": "用户持有总数",
  2490. "type": "number"
  2491. },
  2492. "total": {
  2493. "description": "持有该类型用户数",
  2494. "type": "integer"
  2495. }
  2496. }
  2497. },
  2498. "md.GetBasicResp": {
  2499. "type": "object",
  2500. "properties": {
  2501. "oss_access_key_id": {
  2502. "type": "string",
  2503. "example": "oss访问秘钥id"
  2504. },
  2505. "oss_access_key_secret": {
  2506. "type": "string",
  2507. "example": "oss访问秘钥"
  2508. },
  2509. "oss_bucket_name": {
  2510. "type": "string",
  2511. "example": "oss存储桶名称"
  2512. },
  2513. "oss_bucket_scheme": {
  2514. "type": "string",
  2515. "example": "oss上传方式"
  2516. },
  2517. "oss_endpoint": {
  2518. "type": "string",
  2519. "example": "oss地域节点"
  2520. },
  2521. "oss_object_domain": {
  2522. "type": "string",
  2523. "example": "oss域名"
  2524. }
  2525. }
  2526. },
  2527. "md.GetEggCoreDataListResp": {
  2528. "type": "object",
  2529. "properties": {
  2530. "now_energy_total_nums": {
  2531. "description": "现行总量",
  2532. "type": "string",
  2533. "example": "现行总量"
  2534. },
  2535. "now_price": {
  2536. "description": "当前价格",
  2537. "type": "string",
  2538. "example": "当前价格"
  2539. },
  2540. "planet_total_value": {
  2541. "description": "星球价值",
  2542. "type": "string",
  2543. "example": "星球价值"
  2544. },
  2545. "user_hold_total_nums": {
  2546. "description": "用户持有总量",
  2547. "type": "object",
  2548. "additionalProperties": {
  2549. "type": "string"
  2550. }
  2551. }
  2552. }
  2553. },
  2554. "md.GetEggEnergyBasicResp": {
  2555. "type": "object",
  2556. "properties": {
  2557. "basic_setting": {
  2558. "description": "基础设置",
  2559. "allOf": [
  2560. {
  2561. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  2562. }
  2563. ]
  2564. },
  2565. "data_setting": {
  2566. "description": "数据设置",
  2567. "allOf": [
  2568. {
  2569. "$ref": "#/definitions/md.DataSetting"
  2570. }
  2571. ]
  2572. },
  2573. "destruction_setting": {
  2574. "description": "销毁设置",
  2575. "allOf": [
  2576. {
  2577. "$ref": "#/definitions/md.DestructionSettingStruct"
  2578. }
  2579. ]
  2580. },
  2581. "exchange_rules": {
  2582. "description": "兑换规则",
  2583. "allOf": [
  2584. {
  2585. "$ref": "#/definitions/md.ExchangeRulesStruct"
  2586. }
  2587. ]
  2588. },
  2589. "new_user_incentive_rules": {
  2590. "description": "新用户奖励规则",
  2591. "allOf": [
  2592. {
  2593. "$ref": "#/definitions/md.NewUserRewardRules"
  2594. }
  2595. ]
  2596. },
  2597. "price_setting": {
  2598. "description": "价格设置",
  2599. "allOf": [
  2600. {
  2601. "$ref": "#/definitions/md.PriceSettingStruct"
  2602. }
  2603. ]
  2604. },
  2605. "reward_system": {
  2606. "description": "圈层奖励",
  2607. "allOf": [
  2608. {
  2609. "$ref": "#/definitions/md.RewardSystemStruct"
  2610. }
  2611. ]
  2612. },
  2613. "system_id": {
  2614. "description": "该设置系统 ID",
  2615. "type": "integer"
  2616. },
  2617. "video_reward_setting": {
  2618. "description": "视频奖励",
  2619. "allOf": [
  2620. {
  2621. "$ref": "#/definitions/md.VideoRewardSetting"
  2622. }
  2623. ]
  2624. }
  2625. }
  2626. },
  2627. "md.GetFreePublishUserReq": {
  2628. "type": "object",
  2629. "properties": {
  2630. "limit": {
  2631. "description": "每页大小",
  2632. "type": "integer"
  2633. },
  2634. "page": {
  2635. "description": "当前页数",
  2636. "type": "integer"
  2637. },
  2638. "uid": {
  2639. "description": "筛选的用户 ID",
  2640. "type": "integer"
  2641. }
  2642. }
  2643. },
  2644. "md.GetFreePublishUserResp": {
  2645. "type": "object",
  2646. "properties": {
  2647. "list": {
  2648. "description": "免罚用户列表",
  2649. "type": "array",
  2650. "items": {
  2651. "$ref": "#/definitions/md.FreePublishUserNode"
  2652. }
  2653. },
  2654. "paginate": {
  2655. "description": "分页信息",
  2656. "allOf": [
  2657. {
  2658. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  2659. }
  2660. ]
  2661. }
  2662. }
  2663. },
  2664. "md.GetFundDataListReq": {
  2665. "type": "object",
  2666. "properties": {
  2667. "end_at": {
  2668. "type": "string",
  2669. "example": "结束时间"
  2670. },
  2671. "kind": {
  2672. "description": "数据类型",
  2673. "type": "integer"
  2674. },
  2675. "limit": {
  2676. "description": "每页大小",
  2677. "type": "integer"
  2678. },
  2679. "page": {
  2680. "description": "页数",
  2681. "type": "integer"
  2682. },
  2683. "start_at": {
  2684. "type": "string",
  2685. "example": "开始时间"
  2686. }
  2687. }
  2688. },
  2689. "md.GetFundDataListResp": {
  2690. "type": "object",
  2691. "properties": {
  2692. "kind_list": {
  2693. "description": "类型列表",
  2694. "type": "array",
  2695. "items": {
  2696. "type": "object",
  2697. "additionalProperties": true
  2698. }
  2699. },
  2700. "list": {
  2701. "description": "数据列表",
  2702. "type": "array",
  2703. "items": {
  2704. "$ref": "#/definitions/md.FundDataNode"
  2705. }
  2706. },
  2707. "paginate": {
  2708. "description": "分页数据",
  2709. "allOf": [
  2710. {
  2711. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2712. }
  2713. ]
  2714. }
  2715. }
  2716. },
  2717. "md.GetFundDataRecordListReq": {
  2718. "type": "object",
  2719. "properties": {
  2720. "limit": {
  2721. "description": "页面大小",
  2722. "type": "integer"
  2723. },
  2724. "page": {
  2725. "description": "页数",
  2726. "type": "integer"
  2727. },
  2728. "system_id": {
  2729. "description": "数据在系统中的 ID",
  2730. "type": "integer"
  2731. }
  2732. }
  2733. },
  2734. "md.GetFundDataRecordListResp": {
  2735. "type": "object",
  2736. "properties": {
  2737. "list": {
  2738. "type": "array",
  2739. "items": {
  2740. "$ref": "#/definitions/md.FundDataRecordNode"
  2741. }
  2742. },
  2743. "paginate": {
  2744. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2745. }
  2746. }
  2747. },
  2748. "md.GetGreenEnergyUserCoinFlowListReq": {
  2749. "type": "object",
  2750. "properties": {
  2751. "coin_id": {
  2752. "description": "货币类型 ID",
  2753. "type": "integer"
  2754. },
  2755. "direction": {
  2756. "description": "流水方向:1收入 2支出",
  2757. "type": "integer"
  2758. },
  2759. "end_at": {
  2760. "description": "结束时间",
  2761. "type": "string"
  2762. },
  2763. "page": {
  2764. "description": "页数",
  2765. "type": "integer"
  2766. },
  2767. "page_size": {
  2768. "description": "每页大小",
  2769. "type": "integer"
  2770. },
  2771. "start_at": {
  2772. "description": "开始时间",
  2773. "type": "string"
  2774. },
  2775. "uid": {
  2776. "description": "用户 ID",
  2777. "type": "integer"
  2778. }
  2779. }
  2780. },
  2781. "md.GetGreenEnergyUserCoinFlowListResp": {
  2782. "type": "object",
  2783. "properties": {
  2784. "list": {
  2785. "description": "流水信息",
  2786. "type": "array",
  2787. "items": {
  2788. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  2789. }
  2790. },
  2791. "paginate": {
  2792. "description": "分页信息",
  2793. "allOf": [
  2794. {
  2795. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2796. }
  2797. ]
  2798. },
  2799. "select_data": {
  2800. "description": "流水类型",
  2801. "allOf": [
  2802. {
  2803. "$ref": "#/definitions/md.SelectData"
  2804. }
  2805. ]
  2806. }
  2807. }
  2808. },
  2809. "md.GetGreenEnergyUserCoinListReq": {
  2810. "type": "object",
  2811. "properties": {
  2812. "end_coin": {
  2813. "type": "string",
  2814. "example": "最大金额"
  2815. },
  2816. "kind": {
  2817. "description": "虚拟币种类编号",
  2818. "type": "integer"
  2819. },
  2820. "page": {
  2821. "description": "页数",
  2822. "type": "integer"
  2823. },
  2824. "page_size": {
  2825. "description": "单页大小",
  2826. "type": "integer"
  2827. },
  2828. "start_coin": {
  2829. "type": "string",
  2830. "example": "最小金额"
  2831. },
  2832. "uid": {
  2833. "description": "指定查询用户 ID",
  2834. "type": "integer"
  2835. },
  2836. "user_name": {
  2837. "type": "string",
  2838. "example": "用户名称"
  2839. },
  2840. "user_phone": {
  2841. "type": "string",
  2842. "example": "手机号"
  2843. }
  2844. }
  2845. },
  2846. "md.GetGreenEnergyUserCoinListResp": {
  2847. "type": "object",
  2848. "properties": {
  2849. "kind_list": {
  2850. "description": "货币类型集合",
  2851. "type": "array",
  2852. "items": {
  2853. "$ref": "#/definitions/md.VirtualCoinListNode"
  2854. }
  2855. },
  2856. "list": {
  2857. "description": "余额集合",
  2858. "type": "array",
  2859. "items": {
  2860. "$ref": "#/definitions/md.ActivePointsWalletNode"
  2861. }
  2862. },
  2863. "sum_user_amount": {
  2864. "description": "用户持有总数",
  2865. "type": "number"
  2866. },
  2867. "total": {
  2868. "description": "持有该类型用户数",
  2869. "type": "integer"
  2870. }
  2871. }
  2872. },
  2873. "md.GetPriceCurveResp": {
  2874. "type": "object",
  2875. "properties": {
  2876. "x_data": {
  2877. "type": "array",
  2878. "items": {}
  2879. },
  2880. "y_data": {
  2881. "type": "array",
  2882. "items": {}
  2883. }
  2884. }
  2885. },
  2886. "md.GetPublicPlatoonBasicResp": {
  2887. "type": "object",
  2888. "properties": {
  2889. "is_open": {
  2890. "description": "是否开启(1:开启 0:关闭)",
  2891. "type": "integer"
  2892. },
  2893. "is_self_active_get_team_revenue": {
  2894. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  2895. "type": "integer"
  2896. },
  2897. "originator_uid": {
  2898. "description": "创始人uid",
  2899. "type": "integer"
  2900. },
  2901. "several_rows": {
  2902. "description": "几排",
  2903. "type": "integer"
  2904. },
  2905. "several_times": {
  2906. "description": "几乘",
  2907. "type": "integer"
  2908. },
  2909. "system_punish_replace": {
  2910. "description": "是否位置滑落 被新用户替换 0否 1是",
  2911. "type": "integer"
  2912. },
  2913. "system_punish_replace_value": {
  2914. "description": "xx天未活跃,处罚滑落",
  2915. "type": "integer"
  2916. }
  2917. }
  2918. },
  2919. "md.ListCommunityDividendsReq": {
  2920. "type": "object",
  2921. "properties": {
  2922. "end_at": {
  2923. "description": "结束时间",
  2924. "type": "string"
  2925. },
  2926. "end_nums": {
  2927. "description": "分红总量上限",
  2928. "type": "integer"
  2929. },
  2930. "limit": {
  2931. "description": "每页大小",
  2932. "type": "integer"
  2933. },
  2934. "page": {
  2935. "description": "页数",
  2936. "type": "integer"
  2937. },
  2938. "start_at": {
  2939. "description": "开始时间",
  2940. "type": "string"
  2941. },
  2942. "start_nums": {
  2943. "description": "分红总量下限",
  2944. "type": "integer"
  2945. }
  2946. }
  2947. },
  2948. "md.ListCommunityDividendsResp": {
  2949. "type": "object",
  2950. "properties": {
  2951. "list": {
  2952. "type": "array",
  2953. "items": {
  2954. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  2955. }
  2956. },
  2957. "paginate": {
  2958. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  2959. }
  2960. }
  2961. },
  2962. "md.ListCommunityDividendsWithUserReq": {
  2963. "type": "object",
  2964. "properties": {
  2965. "limit": {
  2966. "type": "integer"
  2967. },
  2968. "page": {
  2969. "type": "integer"
  2970. },
  2971. "phone": {
  2972. "type": "string"
  2973. },
  2974. "uid": {
  2975. "type": "integer"
  2976. }
  2977. }
  2978. },
  2979. "md.ListCommunityDividendsWithUserResp": {
  2980. "type": "object",
  2981. "properties": {
  2982. "list": {
  2983. "type": "array",
  2984. "items": {
  2985. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  2986. }
  2987. },
  2988. "paginate": {
  2989. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  2990. }
  2991. }
  2992. },
  2993. "md.ListPlatformRevenueReq": {
  2994. "type": "object",
  2995. "properties": {
  2996. "end_at": {
  2997. "type": "string",
  2998. "example": "结束时间"
  2999. },
  3000. "kind": {
  3001. "description": "数据类型",
  3002. "type": "integer"
  3003. },
  3004. "limit": {
  3005. "description": "每页大小",
  3006. "type": "integer"
  3007. },
  3008. "page": {
  3009. "description": "页数",
  3010. "type": "integer"
  3011. },
  3012. "start_at": {
  3013. "type": "string",
  3014. "example": "开始时间"
  3015. }
  3016. }
  3017. },
  3018. "md.ListPlatformRevenueResp": {
  3019. "type": "object",
  3020. "properties": {
  3021. "kind_list": {
  3022. "description": "类型列表",
  3023. "type": "array",
  3024. "items": {
  3025. "type": "object",
  3026. "additionalProperties": true
  3027. }
  3028. },
  3029. "list": {
  3030. "description": "数据列表",
  3031. "type": "array",
  3032. "items": {
  3033. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  3034. }
  3035. },
  3036. "paginate": {
  3037. "description": "分页数据",
  3038. "allOf": [
  3039. {
  3040. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3041. }
  3042. ]
  3043. }
  3044. }
  3045. },
  3046. "md.LoginReq": {
  3047. "type": "object",
  3048. "required": [
  3049. "password",
  3050. "username"
  3051. ],
  3052. "properties": {
  3053. "code": {
  3054. "type": "string",
  3055. "example": "验证码"
  3056. },
  3057. "password": {
  3058. "type": "string",
  3059. "example": "登录密码"
  3060. },
  3061. "username": {
  3062. "type": "string",
  3063. "example": "登录账号"
  3064. }
  3065. }
  3066. },
  3067. "md.LoginResponse": {
  3068. "type": "object",
  3069. "properties": {
  3070. "token": {
  3071. "type": "string"
  3072. }
  3073. }
  3074. },
  3075. "md.NewUserRedPackageGetBasicResp": {
  3076. "type": "object",
  3077. "properties": {
  3078. "create_at": {
  3079. "type": "string"
  3080. },
  3081. "days": {
  3082. "description": "天数",
  3083. "type": "integer"
  3084. },
  3085. "is_double": {
  3086. "description": "是否翻倍",
  3087. "type": "integer"
  3088. },
  3089. "is_open": {
  3090. "description": "是否开启(1:开启 0:关闭)",
  3091. "type": "integer"
  3092. },
  3093. "total_amount": {
  3094. "type": "string",
  3095. "example": "总金额"
  3096. },
  3097. "update_at": {
  3098. "type": "string"
  3099. }
  3100. }
  3101. },
  3102. "md.NewUserRedPackageRecordFlowListReq": {
  3103. "type": "object",
  3104. "properties": {
  3105. "end_at": {
  3106. "description": "结束时间",
  3107. "type": "string"
  3108. },
  3109. "limit": {
  3110. "description": "每页大小",
  3111. "type": "integer"
  3112. },
  3113. "page": {
  3114. "description": "页数",
  3115. "type": "integer"
  3116. },
  3117. "start_at": {
  3118. "description": "开始时间",
  3119. "type": "string"
  3120. },
  3121. "uid": {
  3122. "description": "用户 ID",
  3123. "type": "integer"
  3124. }
  3125. }
  3126. },
  3127. "md.NewUserRedPackageRecordFlowListResp": {
  3128. "type": "object",
  3129. "properties": {
  3130. "list": {
  3131. "type": "array",
  3132. "items": {
  3133. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  3134. }
  3135. },
  3136. "paginate": {
  3137. "$ref": "#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate"
  3138. }
  3139. }
  3140. },
  3141. "md.NewUserRedPackageRecordFlowNode": {
  3142. "type": "object",
  3143. "properties": {
  3144. "balance_amount": {
  3145. "description": "剩余金额",
  3146. "type": "string"
  3147. },
  3148. "balance_days": {
  3149. "description": "剩余天数",
  3150. "type": "integer"
  3151. },
  3152. "basic_amount": {
  3153. "description": "基础金额",
  3154. "type": "string"
  3155. },
  3156. "create_at": {
  3157. "description": "创建时间",
  3158. "type": "string"
  3159. },
  3160. "day_num": {
  3161. "description": "第x天",
  3162. "type": "integer"
  3163. },
  3164. "double_rate": {
  3165. "description": "倍率",
  3166. "type": "string"
  3167. },
  3168. "id": {
  3169. "description": "流水 ID",
  3170. "type": "integer"
  3171. },
  3172. "is_double": {
  3173. "description": "是否翻倍",
  3174. "type": "integer"
  3175. },
  3176. "receive_days": {
  3177. "description": "领取天数",
  3178. "type": "integer"
  3179. },
  3180. "total_amount": {
  3181. "description": "实际金额",
  3182. "type": "string"
  3183. },
  3184. "uid": {
  3185. "description": "用户 ID",
  3186. "type": "integer"
  3187. }
  3188. }
  3189. },
  3190. "md.NewUserRedPackageRecordListReq": {
  3191. "type": "object",
  3192. "properties": {
  3193. "end_at": {
  3194. "description": "结束时间",
  3195. "type": "string"
  3196. },
  3197. "limit": {
  3198. "description": "每页大小",
  3199. "type": "integer"
  3200. },
  3201. "page": {
  3202. "description": "页数",
  3203. "type": "integer"
  3204. },
  3205. "start_at": {
  3206. "description": "开始时间",
  3207. "type": "string"
  3208. },
  3209. "uid": {
  3210. "description": "用户 ID",
  3211. "type": "integer"
  3212. }
  3213. }
  3214. },
  3215. "md.NewUserRedPackageRecordListResp": {
  3216. "type": "object",
  3217. "properties": {
  3218. "list": {
  3219. "type": "array",
  3220. "items": {
  3221. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  3222. }
  3223. },
  3224. "paginate": {
  3225. "$ref": "#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate"
  3226. }
  3227. }
  3228. },
  3229. "md.NewUserRedPackageRecordNode": {
  3230. "type": "object",
  3231. "properties": {
  3232. "balance_amount": {
  3233. "description": "剩余金额",
  3234. "type": "string"
  3235. },
  3236. "balance_days": {
  3237. "description": "剩余天数",
  3238. "type": "integer"
  3239. },
  3240. "create_at": {
  3241. "description": "创建时间",
  3242. "type": "string"
  3243. },
  3244. "days": {
  3245. "description": "天数",
  3246. "type": "integer"
  3247. },
  3248. "receive_days": {
  3249. "description": "领取天数",
  3250. "type": "integer"
  3251. },
  3252. "state": {
  3253. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  3254. "type": "integer"
  3255. },
  3256. "system_id": {
  3257. "description": "系统中记录的 ID",
  3258. "type": "integer"
  3259. },
  3260. "total_amount": {
  3261. "description": "金额",
  3262. "type": "string"
  3263. },
  3264. "uid": {
  3265. "description": "用户 ID",
  3266. "type": "integer"
  3267. },
  3268. "update_at": {
  3269. "description": "修改时间",
  3270. "type": "string"
  3271. }
  3272. }
  3273. },
  3274. "md.NewUserRedPackageUpdateBasicReq": {
  3275. "type": "object",
  3276. "properties": {
  3277. "days": {
  3278. "description": "天数",
  3279. "type": "integer"
  3280. },
  3281. "is_double": {
  3282. "description": "是否翻倍",
  3283. "type": "integer"
  3284. },
  3285. "is_open": {
  3286. "description": "是否开启(1:开启 0:关闭)",
  3287. "type": "integer"
  3288. },
  3289. "total_amount": {
  3290. "type": "string",
  3291. "example": "总金额"
  3292. }
  3293. }
  3294. },
  3295. "md.NewUserRewardRules": {
  3296. "type": "object",
  3297. "properties": {
  3298. "continue_days": {
  3299. "description": "连续x天",
  3300. "type": "integer"
  3301. },
  3302. "invite_user_reward_value": {
  3303. "description": "拉新用户奖励x个活跃积分",
  3304. "type": "integer"
  3305. },
  3306. "reward_coefficient": {
  3307. "description": "奖励系数",
  3308. "type": "number"
  3309. }
  3310. }
  3311. },
  3312. "md.PlatformRevenueDataNode": {
  3313. "type": "object",
  3314. "properties": {
  3315. "balance_amount": {
  3316. "description": "余额",
  3317. "type": "string"
  3318. },
  3319. "balance_times": {
  3320. "description": "剩余执行次数",
  3321. "type": "integer"
  3322. },
  3323. "create_at": {
  3324. "description": "创建时间",
  3325. "type": "string"
  3326. },
  3327. "hours": {
  3328. "description": "时长",
  3329. "type": "integer"
  3330. },
  3331. "kind": {
  3332. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  3333. "type": "integer"
  3334. },
  3335. "memo": {
  3336. "description": "备注",
  3337. "type": "string"
  3338. },
  3339. "system_id": {
  3340. "type": "integer"
  3341. },
  3342. "total_amount": {
  3343. "description": "金额",
  3344. "type": "string"
  3345. }
  3346. }
  3347. },
  3348. "md.PriceSettingStruct": {
  3349. "type": "object",
  3350. "properties": {
  3351. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  3352. "description": "市商资金单笔x元自动兑换",
  3353. "type": "string"
  3354. },
  3355. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  3356. "description": "市商数量单笔x数量自动兑换",
  3357. "type": "string"
  3358. },
  3359. "price_below_value": {
  3360. "description": "低于x元",
  3361. "type": "string"
  3362. },
  3363. "price_higher_than_value": {
  3364. "description": "高于x元",
  3365. "type": "string"
  3366. }
  3367. }
  3368. },
  3369. "md.Response": {
  3370. "type": "object",
  3371. "properties": {
  3372. "code": {
  3373. "type": "string",
  3374. "example": "响应码"
  3375. },
  3376. "data": {
  3377. "description": "内容"
  3378. },
  3379. "msg": {
  3380. "type": "string",
  3381. "example": "具体错误原因"
  3382. }
  3383. }
  3384. },
  3385. "md.RewardSystemStruct": {
  3386. "type": "object",
  3387. "properties": {
  3388. "level": {
  3389. "description": "圈层",
  3390. "type": "integer"
  3391. },
  3392. "reward_condition": {
  3393. "description": "奖励条件",
  3394. "type": "string"
  3395. },
  3396. "reward_value": {
  3397. "description": "奖励值",
  3398. "type": "string"
  3399. }
  3400. }
  3401. },
  3402. "md.SelectData": {
  3403. "type": "object",
  3404. "properties": {
  3405. "direction": {
  3406. "type": "array",
  3407. "items": {
  3408. "type": "object",
  3409. "additionalProperties": {
  3410. "type": "string"
  3411. }
  3412. }
  3413. }
  3414. }
  3415. },
  3416. "md.SetBasicReq": {
  3417. "type": "object",
  3418. "properties": {
  3419. "oss_access_key_id": {
  3420. "type": "string",
  3421. "example": "oss访问秘钥id"
  3422. },
  3423. "oss_access_key_secret": {
  3424. "type": "string",
  3425. "example": "oss访问秘钥"
  3426. },
  3427. "oss_bucket_name": {
  3428. "type": "string",
  3429. "example": "oss存储桶名称"
  3430. },
  3431. "oss_bucket_scheme": {
  3432. "type": "string",
  3433. "example": "oss上传方式"
  3434. },
  3435. "oss_endpoint": {
  3436. "type": "string",
  3437. "example": "oss地域节点"
  3438. },
  3439. "oss_object_domain": {
  3440. "type": "string",
  3441. "example": "oss域名"
  3442. }
  3443. }
  3444. },
  3445. "md.SetVideoRewardReq": {
  3446. "type": "object",
  3447. "properties": {
  3448. "ecmp": {
  3449. "description": "当前 Ecmp 值",
  3450. "type": "string"
  3451. },
  3452. "unit_price": {
  3453. "description": "单价",
  3454. "type": "string"
  3455. }
  3456. }
  3457. },
  3458. "md.SonUserDailyActivityAnalysisNode": {
  3459. "type": "object",
  3460. "properties": {
  3461. "activity_day_nums": {
  3462. "description": "活跃子节点活跃天数",
  3463. "type": "integer"
  3464. },
  3465. "nickname": {
  3466. "type": "string",
  3467. "example": "昵称"
  3468. },
  3469. "phone": {
  3470. "type": "string",
  3471. "example": "手机号"
  3472. },
  3473. "uid": {
  3474. "description": "查询用户活跃子节点 ID",
  3475. "type": "integer"
  3476. }
  3477. }
  3478. },
  3479. "md.SubUser": {
  3480. "type": "object",
  3481. "properties": {
  3482. "avatar_url": {
  3483. "type": "string",
  3484. "example": "头像"
  3485. },
  3486. "level": {
  3487. "description": "整个系统中的等级",
  3488. "type": "integer"
  3489. },
  3490. "nickname": {
  3491. "type": "string",
  3492. "example": "昵称"
  3493. },
  3494. "phone": {
  3495. "type": "string",
  3496. "example": "手机号"
  3497. },
  3498. "pid": {
  3499. "type": "integer"
  3500. },
  3501. "position": {
  3502. "description": "以pid1为创始人中网的位置",
  3503. "type": "integer"
  3504. },
  3505. "uid": {
  3506. "type": "integer"
  3507. }
  3508. }
  3509. },
  3510. "md.TeamRewardSettingStruct": {
  3511. "type": "object",
  3512. "properties": {
  3513. "member_self_is_open_get_team_reward": {
  3514. "description": "会员是否活跃得到团队奖励",
  3515. "type": "string"
  3516. },
  3517. "one_round_duration": {
  3518. "description": "一轮持续时间",
  3519. "type": "string"
  3520. },
  3521. "reward_decrement_value": {
  3522. "description": "递减百分比",
  3523. "type": "string"
  3524. },
  3525. "reward_end_value": {
  3526. "description": "奖励结束值",
  3527. "type": "string"
  3528. }
  3529. }
  3530. },
  3531. "md.TreeNode": {
  3532. "type": "object",
  3533. "properties": {
  3534. "avatar_url": {
  3535. "type": "string",
  3536. "example": "头像"
  3537. },
  3538. "level": {
  3539. "type": "integer"
  3540. },
  3541. "nickname": {
  3542. "type": "string",
  3543. "example": "昵称"
  3544. },
  3545. "phone": {
  3546. "type": "string",
  3547. "example": "手机号"
  3548. },
  3549. "pid": {
  3550. "type": "integer"
  3551. },
  3552. "position": {
  3553. "type": "integer"
  3554. },
  3555. "son": {
  3556. "type": "array",
  3557. "items": {
  3558. "$ref": "#/definitions/md.TreeNode"
  3559. }
  3560. },
  3561. "system_id": {
  3562. "description": "公排网中id",
  3563. "type": "integer"
  3564. },
  3565. "uid": {
  3566. "type": "integer"
  3567. }
  3568. }
  3569. },
  3570. "md.UpdateEggEnergyBasicReq": {
  3571. "type": "object",
  3572. "properties": {
  3573. "basic_setting": {
  3574. "description": "基础设置",
  3575. "allOf": [
  3576. {
  3577. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  3578. }
  3579. ]
  3580. },
  3581. "data_setting": {
  3582. "description": "数据设置",
  3583. "allOf": [
  3584. {
  3585. "$ref": "#/definitions/md.DataSetting"
  3586. }
  3587. ]
  3588. },
  3589. "destruction_setting": {
  3590. "description": "销毁设置",
  3591. "allOf": [
  3592. {
  3593. "$ref": "#/definitions/md.DestructionSettingStruct"
  3594. }
  3595. ]
  3596. },
  3597. "exchange_rules": {
  3598. "description": "兑换规则",
  3599. "allOf": [
  3600. {
  3601. "$ref": "#/definitions/md.ExchangeRulesStruct"
  3602. }
  3603. ]
  3604. },
  3605. "new_user_incentive_rules": {
  3606. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  3607. "allOf": [
  3608. {
  3609. "$ref": "#/definitions/md.NewUserRewardRules"
  3610. }
  3611. ]
  3612. },
  3613. "price_setting": {
  3614. "description": "价格设置",
  3615. "allOf": [
  3616. {
  3617. "$ref": "#/definitions/md.PriceSettingStruct"
  3618. }
  3619. ]
  3620. },
  3621. "reward_system": {
  3622. "description": "圈层奖励",
  3623. "allOf": [
  3624. {
  3625. "$ref": "#/definitions/md.RewardSystemStruct"
  3626. }
  3627. ]
  3628. },
  3629. "system_id": {
  3630. "description": "该设置系统 ID",
  3631. "type": "integer"
  3632. },
  3633. "video_reward_setting": {
  3634. "description": "视频奖励",
  3635. "allOf": [
  3636. {
  3637. "$ref": "#/definitions/md.VideoRewardSetting"
  3638. }
  3639. ]
  3640. }
  3641. }
  3642. },
  3643. "md.UpdatePublicPlatoonBasicReq": {
  3644. "type": "object",
  3645. "properties": {
  3646. "is_open": {
  3647. "description": "是否开启(1:开启 0:关闭)",
  3648. "type": "integer"
  3649. },
  3650. "is_self_active_get_team_revenue": {
  3651. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  3652. "type": "integer"
  3653. },
  3654. "originator_uid": {
  3655. "description": "创始人uid",
  3656. "type": "integer"
  3657. },
  3658. "several_rows": {
  3659. "description": "几排",
  3660. "type": "integer"
  3661. },
  3662. "several_times": {
  3663. "description": "几乘",
  3664. "type": "integer"
  3665. },
  3666. "system_punish_replace": {
  3667. "description": "是否位置滑落 被新用户替换 0否 1是",
  3668. "type": "integer"
  3669. },
  3670. "system_punish_replace_value": {
  3671. "description": "xx天未活跃,处罚滑落",
  3672. "type": "integer"
  3673. }
  3674. }
  3675. },
  3676. "md.UserDailyActivityAnalysisReq": {
  3677. "type": "object",
  3678. "properties": {
  3679. "end_date": {
  3680. "type": "string",
  3681. "example": "结束日期"
  3682. },
  3683. "page": {
  3684. "description": "页数",
  3685. "type": "integer"
  3686. },
  3687. "page_size": {
  3688. "description": "每页大小",
  3689. "type": "integer"
  3690. },
  3691. "start_date": {
  3692. "type": "string",
  3693. "example": "开始日期"
  3694. },
  3695. "uid": {
  3696. "description": "查询用户 ID",
  3697. "type": "integer"
  3698. }
  3699. }
  3700. },
  3701. "md.UserDailyActivityAnalysisResp": {
  3702. "type": "object",
  3703. "properties": {
  3704. "son_user_data": {
  3705. "description": "被查询用户子节点信息",
  3706. "type": "array",
  3707. "items": {
  3708. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  3709. }
  3710. },
  3711. "top_data": {
  3712. "description": "统计信息",
  3713. "allOf": [
  3714. {
  3715. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  3716. }
  3717. ]
  3718. }
  3719. }
  3720. },
  3721. "md.UserVirtualCoinFlow": {
  3722. "type": "object",
  3723. "properties": {
  3724. "after_amount": {
  3725. "type": "string",
  3726. "example": "变更后数量"
  3727. },
  3728. "amount": {
  3729. "type": "string",
  3730. "example": "变更数量"
  3731. },
  3732. "before_amount": {
  3733. "type": "string",
  3734. "example": "变更前数量"
  3735. },
  3736. "coin_id": {
  3737. "description": "虚拟币 ID",
  3738. "type": "integer"
  3739. },
  3740. "create_at": {
  3741. "type": "string",
  3742. "example": "创建时间"
  3743. },
  3744. "direction": {
  3745. "description": "方向:1收入 2支出",
  3746. "type": "integer"
  3747. },
  3748. "id": {
  3749. "type": "integer"
  3750. },
  3751. "sys_fee": {
  3752. "type": "string",
  3753. "example": "手续费"
  3754. },
  3755. "title": {
  3756. "type": "string",
  3757. "example": "标题"
  3758. },
  3759. "transfer_type": {
  3760. "description": "转账类型",
  3761. "type": "integer"
  3762. },
  3763. "uid": {
  3764. "description": "用户 ID",
  3765. "type": "integer"
  3766. },
  3767. "update_at": {
  3768. "type": "string",
  3769. "example": "更新时间"
  3770. }
  3771. }
  3772. },
  3773. "md.VideoRewardSetting": {
  3774. "type": "object",
  3775. "properties": {
  3776. "video_reward_is_open": {
  3777. "description": "视频奖励是否开启(1:开启 0:关闭)",
  3778. "type": "integer"
  3779. },
  3780. "video_reward_system": {
  3781. "description": "视频奖励机制",
  3782. "allOf": [
  3783. {
  3784. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  3785. }
  3786. ]
  3787. }
  3788. }
  3789. },
  3790. "md.VideoRewardSystemStruct": {
  3791. "type": "object",
  3792. "properties": {
  3793. "each_round_hour": {
  3794. "description": "每一轮X个小时",
  3795. "type": "string"
  3796. },
  3797. "interval_minutes": {
  3798. "description": "间隔X秒",
  3799. "type": "string"
  3800. },
  3801. "reward_total_num": {
  3802. "description": "一共X个奖励视屏",
  3803. "type": "string"
  3804. },
  3805. "reward_value": {
  3806. "description": "奖励X个活跃积分",
  3807. "type": "string"
  3808. }
  3809. }
  3810. },
  3811. "md.VirtualCoin": {
  3812. "type": "object",
  3813. "properties": {
  3814. "create_at": {
  3815. "type": "string"
  3816. },
  3817. "exchange_ratio": {
  3818. "description": "兑换比例(与金额)",
  3819. "type": "string",
  3820. "example": "兑换比例(与金额)"
  3821. },
  3822. "id": {
  3823. "type": "integer"
  3824. },
  3825. "is_use": {
  3826. "description": "是否开启: 0否 1是",
  3827. "type": "integer"
  3828. },
  3829. "name": {
  3830. "description": "名称",
  3831. "type": "string"
  3832. },
  3833. "update_at": {
  3834. "type": "string"
  3835. }
  3836. }
  3837. },
  3838. "md.VirtualCoinListNode": {
  3839. "type": "object",
  3840. "properties": {
  3841. "coin_id": {
  3842. "description": "货币类型 ID",
  3843. "type": "integer"
  3844. },
  3845. "kind": {
  3846. "description": "货币序号",
  3847. "type": "integer"
  3848. },
  3849. "name": {
  3850. "type": "string",
  3851. "example": "货币类型名称"
  3852. }
  3853. }
  3854. }
  3855. },
  3856. "securityDefinitions": {
  3857. "MasterID": {
  3858. "type": "apiKey",
  3859. "name": "MasterID",
  3860. "in": "header"
  3861. }
  3862. }
  3863. }`
  3864. // SwaggerInfo holds exported Swagger Info so clients can modify it
  3865. var SwaggerInfo = &swag.Spec{
  3866. Version: "1.0",
  3867. Host: "localhost:4001",
  3868. BasePath: "",
  3869. Schemes: []string{},
  3870. Title: "蛋蛋星球-管理后台",
  3871. Description: "管理后台接口文档",
  3872. InfoInstanceName: "swagger",
  3873. SwaggerTemplate: docTemplate,
  3874. LeftDelim: "{{",
  3875. RightDelim: "}}",
  3876. }
  3877. func init() {
  3878. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  3879. }