蛋蛋星球-客户端
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 

2841 rinda
98 KiB

  1. {
  2. "swagger": "2.0",
  3. "info": {
  4. "description": "管理后台接口文档",
  5. "title": "蛋蛋星球-管理后台",
  6. "termsOfService": "http://swagger.io/terms/",
  7. "contact": {
  8. "name": "dengbiao",
  9. "url": "http://www.swagger.io/support",
  10. "email": "1239118001@qq.com"
  11. },
  12. "license": {
  13. "name": "Apache 2.0",
  14. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  15. },
  16. "version": "1.0"
  17. },
  18. "host": "localhost:4001",
  19. "paths": {
  20. "/api/demo": {
  21. "post": {
  22. "description": "Demo样例测试",
  23. "consumes": [
  24. "application/json"
  25. ],
  26. "produces": [
  27. "application/json"
  28. ],
  29. "tags": [
  30. "Demo"
  31. ],
  32. "summary": "Demo测试",
  33. "parameters": [
  34. {
  35. "description": "用户名密码",
  36. "name": "req",
  37. "in": "body",
  38. "required": true,
  39. "schema": {}
  40. }
  41. ],
  42. "responses": {
  43. "200": {
  44. "description": "token",
  45. "schema": {
  46. "type": "object",
  47. "additionalProperties": true
  48. }
  49. },
  50. "400": {
  51. "description": "具体错误",
  52. "schema": {
  53. "$ref": "#/definitions/md.Response"
  54. }
  55. }
  56. }
  57. }
  58. },
  59. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  60. "post": {
  61. "description": "查询所有币种(获取)",
  62. "consumes": [
  63. "application/json"
  64. ],
  65. "produces": [
  66. "application/json"
  67. ],
  68. "tags": [
  69. "蛋蛋能量"
  70. ],
  71. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  72. "parameters": [
  73. {
  74. "type": "string",
  75. "description": "验证参数Bearer和token空格拼接",
  76. "name": "Authorization",
  77. "in": "header",
  78. "required": true
  79. }
  80. ],
  81. "responses": {
  82. "200": {
  83. "description": "成功返回",
  84. "schema": {
  85. "type": "array",
  86. "items": {
  87. "$ref": "#/definitions/md.VirtualCoin"
  88. }
  89. }
  90. },
  91. "400": {
  92. "description": "具体错误",
  93. "schema": {
  94. "$ref": "#/definitions/md.Response"
  95. }
  96. }
  97. }
  98. }
  99. },
  100. "/api/institutionalManagement/eggEnergy/getBasic": {
  101. "get": {
  102. "description": "基础设置(获取)",
  103. "consumes": [
  104. "application/json"
  105. ],
  106. "produces": [
  107. "application/json"
  108. ],
  109. "tags": [
  110. "蛋蛋能量"
  111. ],
  112. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  113. "parameters": [
  114. {
  115. "type": "string",
  116. "description": "验证参数Bearer和token空格拼接",
  117. "name": "Authorization",
  118. "in": "header",
  119. "required": true
  120. }
  121. ],
  122. "responses": {
  123. "200": {
  124. "description": "具体数据",
  125. "schema": {
  126. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  127. }
  128. },
  129. "400": {
  130. "description": "具体错误",
  131. "schema": {
  132. "$ref": "#/definitions/md.Response"
  133. }
  134. }
  135. }
  136. }
  137. },
  138. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  139. "get": {
  140. "description": "数据概览(获取)",
  141. "consumes": [
  142. "application/json"
  143. ],
  144. "produces": [
  145. "application/json"
  146. ],
  147. "tags": [
  148. "蛋蛋能量"
  149. ],
  150. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  151. "parameters": [
  152. {
  153. "type": "string",
  154. "description": "验证参数Bearer和token空格拼接",
  155. "name": "Authorization",
  156. "in": "header",
  157. "required": true
  158. }
  159. ],
  160. "responses": {
  161. "200": {
  162. "description": "具体数据",
  163. "schema": {
  164. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  165. }
  166. },
  167. "400": {
  168. "description": "具体错误",
  169. "schema": {
  170. "$ref": "#/definitions/md.Response"
  171. }
  172. }
  173. }
  174. }
  175. },
  176. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  177. "post": {
  178. "description": "新增数据列表(获取)",
  179. "consumes": [
  180. "application/json"
  181. ],
  182. "produces": [
  183. "application/json"
  184. ],
  185. "tags": [
  186. "蛋蛋能量"
  187. ],
  188. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  189. "parameters": [
  190. {
  191. "type": "string",
  192. "description": "验证参数Bearer和token空格拼接",
  193. "name": "Authorization",
  194. "in": "header",
  195. "required": true
  196. },
  197. {
  198. "description": "分页信息必填",
  199. "name": "req",
  200. "in": "body",
  201. "required": true,
  202. "schema": {
  203. "$ref": "#/definitions/md.GetFundDataListReq"
  204. }
  205. }
  206. ],
  207. "responses": {
  208. "200": {
  209. "description": "具体数据",
  210. "schema": {
  211. "$ref": "#/definitions/md.GetFundDataListResp"
  212. }
  213. },
  214. "400": {
  215. "description": "具体错误",
  216. "schema": {
  217. "$ref": "#/definitions/md.Response"
  218. }
  219. }
  220. }
  221. }
  222. },
  223. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  224. "post": {
  225. "description": "新增数据列表详情(查询)",
  226. "consumes": [
  227. "application/json"
  228. ],
  229. "produces": [
  230. "application/json"
  231. ],
  232. "tags": [
  233. "蛋蛋能量"
  234. ],
  235. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  236. "parameters": [
  237. {
  238. "type": "string",
  239. "description": "验证参数Bearer和token空格拼接",
  240. "name": "Authorization",
  241. "in": "header",
  242. "required": true
  243. },
  244. {
  245. "description": "获取到的 system_id 以及分页信息",
  246. "name": "req",
  247. "in": "body",
  248. "required": true,
  249. "schema": {
  250. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  251. }
  252. }
  253. ],
  254. "responses": {
  255. "200": {
  256. "description": "具体数据",
  257. "schema": {
  258. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  259. }
  260. },
  261. "400": {
  262. "description": "具体错误",
  263. "schema": {
  264. "$ref": "#/definitions/md.Response"
  265. }
  266. }
  267. }
  268. }
  269. },
  270. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  271. "get": {
  272. "description": "价格趋势(获取)",
  273. "consumes": [
  274. "application/json"
  275. ],
  276. "produces": [
  277. "application/json"
  278. ],
  279. "tags": [
  280. "蛋蛋能量"
  281. ],
  282. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  283. "parameters": [
  284. {
  285. "type": "string",
  286. "description": "验证参数Bearer和token空格拼接",
  287. "name": "Authorization",
  288. "in": "header",
  289. "required": true
  290. },
  291. {
  292. "type": "string",
  293. "description": "1:按天 2:按小时 3:按周",
  294. "name": "kind",
  295. "in": "query"
  296. }
  297. ],
  298. "responses": {
  299. "200": {
  300. "description": "具体数据",
  301. "schema": {
  302. "type": "object",
  303. "additionalProperties": true
  304. }
  305. },
  306. "400": {
  307. "description": "具体错误",
  308. "schema": {
  309. "$ref": "#/definitions/md.Response"
  310. }
  311. }
  312. }
  313. }
  314. },
  315. "/api/institutionalManagement/eggEnergy/updateBasic": {
  316. "post": {
  317. "description": "基础设置(更新)",
  318. "consumes": [
  319. "application/json"
  320. ],
  321. "produces": [
  322. "application/json"
  323. ],
  324. "tags": [
  325. "蛋蛋能量"
  326. ],
  327. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  328. "parameters": [
  329. {
  330. "type": "string",
  331. "description": "验证参数Bearer和token空格拼接",
  332. "name": "Authorization",
  333. "in": "header",
  334. "required": true
  335. },
  336. {
  337. "description": "system_id 必填",
  338. "name": "req",
  339. "in": "body",
  340. "required": true,
  341. "schema": {
  342. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  343. }
  344. }
  345. ],
  346. "responses": {
  347. "200": {
  348. "description": "修改数据条数",
  349. "schema": {
  350. "type": "int"
  351. }
  352. },
  353. "400": {
  354. "description": "具体错误",
  355. "schema": {
  356. "$ref": "#/definitions/md.Response"
  357. }
  358. }
  359. }
  360. }
  361. },
  362. "/api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinFlowList": {
  363. "post": {
  364. "description": "活跃积分持有流水(查询)",
  365. "consumes": [
  366. "application/json"
  367. ],
  368. "produces": [
  369. "application/json"
  370. ],
  371. "tags": [
  372. "公排管理"
  373. ],
  374. "summary": "制度中心-活跃积分持有者明细-活跃积分持有流水(查询)",
  375. "parameters": [
  376. {
  377. "type": "string",
  378. "description": "验证参数Bearer和token空格拼接",
  379. "name": "Authorization",
  380. "in": "header",
  381. "required": true
  382. },
  383. {
  384. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  385. "name": "req",
  386. "in": "body",
  387. "required": true,
  388. "schema": {
  389. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  390. }
  391. }
  392. ],
  393. "responses": {
  394. "200": {
  395. "description": "成功返回",
  396. "schema": {
  397. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  398. }
  399. },
  400. "400": {
  401. "description": "具体错误",
  402. "schema": {
  403. "$ref": "#/definitions/md.Response"
  404. }
  405. }
  406. }
  407. }
  408. },
  409. "/api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinList": {
  410. "post": {
  411. "description": "活跃积分持有(获取)",
  412. "consumes": [
  413. "application/json"
  414. ],
  415. "produces": [
  416. "application/json"
  417. ],
  418. "tags": [
  419. "公排管理"
  420. ],
  421. "summary": "制度中心-活跃积分持有者明细-活跃积分持有(获取)",
  422. "parameters": [
  423. {
  424. "type": "string",
  425. "description": "验证参数Bearer和token空格拼接",
  426. "name": "Authorization",
  427. "in": "header",
  428. "required": true
  429. },
  430. {
  431. "description": "落地页不填页大小默认20条数据",
  432. "name": "req",
  433. "in": "body",
  434. "schema": {
  435. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  436. }
  437. }
  438. ],
  439. "responses": {
  440. "200": {
  441. "description": "成功返回",
  442. "schema": {
  443. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  444. }
  445. },
  446. "400": {
  447. "description": "具体错误",
  448. "schema": {
  449. "$ref": "#/definitions/md.Response"
  450. }
  451. }
  452. }
  453. }
  454. },
  455. "/api/institutionalManagement/eggEnergy/userCoin/greenEnergyUserCoinFlowList": {
  456. "post": {
  457. "description": "绿色能量持有流水(查询)",
  458. "consumes": [
  459. "application/json"
  460. ],
  461. "produces": [
  462. "application/json"
  463. ],
  464. "tags": [
  465. "公排管理"
  466. ],
  467. "summary": "制度中心-绿色能量持有者明细-绿色能量持有流水(查询)",
  468. "parameters": [
  469. {
  470. "type": "string",
  471. "description": "验证参数Bearer和token空格拼接",
  472. "name": "Authorization",
  473. "in": "header",
  474. "required": true
  475. },
  476. {
  477. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  478. "name": "req",
  479. "in": "body",
  480. "required": true,
  481. "schema": {
  482. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  483. }
  484. }
  485. ],
  486. "responses": {
  487. "200": {
  488. "description": "成功返回",
  489. "schema": {
  490. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  491. }
  492. },
  493. "400": {
  494. "description": "具体错误",
  495. "schema": {
  496. "$ref": "#/definitions/md.Response"
  497. }
  498. }
  499. }
  500. }
  501. },
  502. "/api/institutionalManagement/eggEnergy/userCoin/greenEnergyUserCoinList": {
  503. "post": {
  504. "description": "绿色能量(获取)",
  505. "consumes": [
  506. "application/json"
  507. ],
  508. "produces": [
  509. "application/json"
  510. ],
  511. "tags": [
  512. "公排管理"
  513. ],
  514. "summary": "制度中心-绿色能量持有者明细-绿色能量(获取)",
  515. "parameters": [
  516. {
  517. "type": "string",
  518. "description": "验证参数Bearer和token空格拼接",
  519. "name": "Authorization",
  520. "in": "header",
  521. "required": true
  522. },
  523. {
  524. "description": "落地页不填页大小默认20条数据",
  525. "name": "req",
  526. "in": "body",
  527. "schema": {
  528. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  529. }
  530. }
  531. ],
  532. "responses": {
  533. "200": {
  534. "description": "成功返回",
  535. "schema": {
  536. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  537. }
  538. },
  539. "400": {
  540. "description": "具体错误",
  541. "schema": {
  542. "$ref": "#/definitions/md.Response"
  543. }
  544. }
  545. }
  546. }
  547. },
  548. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  549. "post": {
  550. "description": "社区分红(新增)",
  551. "consumes": [
  552. "application/json"
  553. ],
  554. "produces": [
  555. "application/json"
  556. ],
  557. "tags": [
  558. "公排管理"
  559. ],
  560. "summary": "制度中心-公排管理-社区分红(新增)",
  561. "parameters": [
  562. {
  563. "type": "string",
  564. "description": "验证参数Bearer和token空格拼接",
  565. "name": "Authorization",
  566. "in": "header",
  567. "required": true
  568. },
  569. {
  570. "description": "分红名称、分红总量",
  571. "name": "req",
  572. "in": "body",
  573. "required": true,
  574. "schema": {
  575. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  576. }
  577. }
  578. ],
  579. "responses": {
  580. "200": {
  581. "description": "成功",
  582. "schema": {
  583. "type": "success"
  584. }
  585. },
  586. "400": {
  587. "description": "具体错误",
  588. "schema": {
  589. "$ref": "#/definitions/md.Response"
  590. }
  591. }
  592. }
  593. }
  594. },
  595. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  596. "post": {
  597. "description": "社区分红(查询)",
  598. "consumes": [
  599. "application/json"
  600. ],
  601. "produces": [
  602. "application/json"
  603. ],
  604. "tags": [
  605. "公排管理"
  606. ],
  607. "summary": "制度中心-公排管理-社区分红(查询)",
  608. "parameters": [
  609. {
  610. "type": "string",
  611. "description": "验证参数Bearer和token空格拼接",
  612. "name": "Authorization",
  613. "in": "header",
  614. "required": true
  615. },
  616. {
  617. "description": "页数、每页大小必填 起止时间、起止数量选填",
  618. "name": "req",
  619. "in": "body",
  620. "required": true,
  621. "schema": {
  622. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  623. }
  624. }
  625. ],
  626. "responses": {
  627. "200": {
  628. "description": "具体数据",
  629. "schema": {
  630. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  631. }
  632. },
  633. "400": {
  634. "description": "具体错误",
  635. "schema": {
  636. "$ref": "#/definitions/md.Response"
  637. }
  638. }
  639. }
  640. }
  641. },
  642. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  643. "post": {
  644. "description": "社区长列表(新增)",
  645. "consumes": [
  646. "application/json"
  647. ],
  648. "produces": [
  649. "application/json"
  650. ],
  651. "tags": [
  652. "公排管理"
  653. ],
  654. "summary": "制度中心-公排管理-社区长列表(新增)",
  655. "parameters": [
  656. {
  657. "type": "string",
  658. "description": "验证参数Bearer和token空格拼接",
  659. "name": "Authorization",
  660. "in": "header",
  661. "required": true
  662. },
  663. {
  664. "description": "新增社区长 ID、备注",
  665. "name": "req",
  666. "in": "body",
  667. "required": true,
  668. "schema": {
  669. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  670. }
  671. }
  672. ],
  673. "responses": {
  674. "200": {
  675. "description": "插入数据 ID",
  676. "schema": {
  677. "type": "int"
  678. }
  679. },
  680. "400": {
  681. "description": "具体错误",
  682. "schema": {
  683. "$ref": "#/definitions/md.Response"
  684. }
  685. }
  686. }
  687. }
  688. },
  689. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  690. "post": {
  691. "description": "社区长列表(查询)",
  692. "consumes": [
  693. "application/json"
  694. ],
  695. "produces": [
  696. "application/json"
  697. ],
  698. "tags": [
  699. "公排管理"
  700. ],
  701. "summary": "制度中心-公排管理-社区长列表(查询)",
  702. "parameters": [
  703. {
  704. "type": "string",
  705. "description": "验证参数Bearer和token空格拼接",
  706. "name": "Authorization",
  707. "in": "header",
  708. "required": true
  709. },
  710. {
  711. "description": "页数、每页大小必填 手机号、用户ID选填",
  712. "name": "req",
  713. "in": "body",
  714. "required": true,
  715. "schema": {
  716. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  717. }
  718. }
  719. ],
  720. "responses": {
  721. "200": {
  722. "description": "社区长列表",
  723. "schema": {
  724. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  725. }
  726. },
  727. "400": {
  728. "description": "具体错误",
  729. "schema": {
  730. "$ref": "#/definitions/md.Response"
  731. }
  732. }
  733. }
  734. }
  735. },
  736. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  737. "post": {
  738. "description": "关系分布图(位置转换)",
  739. "consumes": [
  740. "application/json"
  741. ],
  742. "produces": [
  743. "application/json"
  744. ],
  745. "tags": [
  746. "公排管理"
  747. ],
  748. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  749. "parameters": [
  750. {
  751. "type": "string",
  752. "description": "验证参数Bearer和token空格拼接",
  753. "name": "Authorization",
  754. "in": "header",
  755. "required": true
  756. },
  757. {
  758. "description": "需要交换的两个位置",
  759. "name": "req",
  760. "in": "body",
  761. "required": true,
  762. "schema": {
  763. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  764. }
  765. }
  766. ],
  767. "responses": {
  768. "200": {
  769. "description": "成功返回",
  770. "schema": {
  771. "type": ""
  772. }
  773. },
  774. "400": {
  775. "description": "具体错误",
  776. "schema": {
  777. "$ref": "#/definitions/md.Response"
  778. }
  779. }
  780. }
  781. }
  782. },
  783. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  784. "get": {
  785. "description": "关系分布图(获取指定用户上级)",
  786. "consumes": [
  787. "application/json"
  788. ],
  789. "produces": [
  790. "application/json"
  791. ],
  792. "tags": [
  793. "公排管理"
  794. ],
  795. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  796. "parameters": [
  797. {
  798. "type": "string",
  799. "description": "验证参数Bearer和token空格拼接",
  800. "name": "Authorization",
  801. "in": "header",
  802. "required": true
  803. },
  804. {
  805. "type": "string",
  806. "description": "用户ID",
  807. "name": "uid",
  808. "in": "query",
  809. "required": true
  810. }
  811. ],
  812. "responses": {
  813. "200": {
  814. "description": "具体数据",
  815. "schema": {
  816. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  817. }
  818. },
  819. "400": {
  820. "description": "具体错误",
  821. "schema": {
  822. "$ref": "#/definitions/md.Response"
  823. }
  824. }
  825. }
  826. }
  827. },
  828. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  829. "get": {
  830. "description": "关系分布图(获取指定用户下级)",
  831. "consumes": [
  832. "application/json"
  833. ],
  834. "produces": [
  835. "application/json"
  836. ],
  837. "tags": [
  838. "公排管理"
  839. ],
  840. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  841. "parameters": [
  842. {
  843. "type": "string",
  844. "description": "验证参数Bearer和token空格拼接",
  845. "name": "Authorization",
  846. "in": "header",
  847. "required": true
  848. },
  849. {
  850. "type": "string",
  851. "description": "用户ID",
  852. "name": "uid",
  853. "in": "query",
  854. "required": true
  855. }
  856. ],
  857. "responses": {
  858. "200": {
  859. "description": "具体数据",
  860. "schema": {
  861. "$ref": "#/definitions/md.TreeNode"
  862. }
  863. },
  864. "400": {
  865. "description": "具体错误",
  866. "schema": {
  867. "$ref": "#/definitions/md.Response"
  868. }
  869. }
  870. }
  871. }
  872. },
  873. "/api/institutionalManagement/publicPlatoon/getBasic": {
  874. "get": {
  875. "description": "公排基础设置(获取)",
  876. "consumes": [
  877. "application/json"
  878. ],
  879. "produces": [
  880. "application/json"
  881. ],
  882. "tags": [
  883. "公排管理"
  884. ],
  885. "summary": "制度中心-公排管理-公排基础设置(获取)",
  886. "parameters": [
  887. {
  888. "type": "string",
  889. "description": "验证参数Bearer和token空格拼接",
  890. "name": "Authorization",
  891. "in": "header",
  892. "required": true
  893. }
  894. ],
  895. "responses": {
  896. "200": {
  897. "description": "具体数据",
  898. "schema": {
  899. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  900. }
  901. },
  902. "400": {
  903. "description": "具体错误",
  904. "schema": {
  905. "$ref": "#/definitions/md.Response"
  906. }
  907. }
  908. }
  909. }
  910. },
  911. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  912. "post": {
  913. "description": "免罚用户(查询)",
  914. "consumes": [
  915. "application/json"
  916. ],
  917. "produces": [
  918. "application/json"
  919. ],
  920. "tags": [
  921. "公排管理"
  922. ],
  923. "summary": "制度中心-公排管理-免罚用户(查询)",
  924. "parameters": [
  925. {
  926. "type": "string",
  927. "description": "验证参数Bearer和token空格拼接",
  928. "name": "Authorization",
  929. "in": "header",
  930. "required": true
  931. },
  932. {
  933. "description": "页数和行数必填,uid选填",
  934. "name": "req",
  935. "in": "body",
  936. "required": true,
  937. "schema": {
  938. "$ref": "#/definitions/md.GetFreePublishUserReq"
  939. }
  940. }
  941. ],
  942. "responses": {
  943. "200": {
  944. "description": "成功返回",
  945. "schema": {
  946. "$ref": "#/definitions/md.GetFreePublishUserResp"
  947. }
  948. },
  949. "400": {
  950. "description": "具体错误",
  951. "schema": {
  952. "$ref": "#/definitions/md.Response"
  953. }
  954. }
  955. }
  956. }
  957. },
  958. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  959. "post": {
  960. "description": "免罚用户(新增)",
  961. "consumes": [
  962. "application/json"
  963. ],
  964. "produces": [
  965. "application/json"
  966. ],
  967. "tags": [
  968. "公排管理"
  969. ],
  970. "summary": "制度中心-公排管理-免罚用户(新增)",
  971. "parameters": [
  972. {
  973. "type": "string",
  974. "description": "验证参数Bearer和token空格拼接",
  975. "name": "Authorization",
  976. "in": "header",
  977. "required": true
  978. },
  979. {
  980. "description": "页数和行数必填,uid选填",
  981. "name": "req",
  982. "in": "body",
  983. "required": true,
  984. "schema": {
  985. "$ref": "#/definitions/md.AddFreePublishUserReq"
  986. }
  987. }
  988. ],
  989. "responses": {
  990. "200": {
  991. "description": "插入数据 ID",
  992. "schema": {
  993. "type": "int"
  994. }
  995. },
  996. "400": {
  997. "description": "具体错误",
  998. "schema": {
  999. "$ref": "#/definitions/md.Response"
  1000. }
  1001. }
  1002. }
  1003. }
  1004. },
  1005. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  1006. "get": {
  1007. "description": "关系分布图(获取)",
  1008. "consumes": [
  1009. "application/json"
  1010. ],
  1011. "produces": [
  1012. "application/json"
  1013. ],
  1014. "tags": [
  1015. "公排管理"
  1016. ],
  1017. "summary": "制度中心-公排管理-关系分布图(获取)",
  1018. "parameters": [
  1019. {
  1020. "type": "string",
  1021. "description": "验证参数Bearer和token空格拼接",
  1022. "name": "Authorization",
  1023. "in": "header",
  1024. "required": true
  1025. },
  1026. {
  1027. "type": "string",
  1028. "description": "phone",
  1029. "name": "phone",
  1030. "in": "query",
  1031. "required": true
  1032. },
  1033. {
  1034. "type": "string",
  1035. "description": "uid",
  1036. "name": "uid",
  1037. "in": "query",
  1038. "required": true
  1039. }
  1040. ],
  1041. "responses": {
  1042. "200": {
  1043. "description": "具体数据",
  1044. "schema": {
  1045. "$ref": "#/definitions/md.TreeNode"
  1046. }
  1047. },
  1048. "400": {
  1049. "description": "具体错误",
  1050. "schema": {
  1051. "$ref": "#/definitions/md.Response"
  1052. }
  1053. }
  1054. }
  1055. }
  1056. },
  1057. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  1058. "put": {
  1059. "description": "公排基础设置(修改)",
  1060. "consumes": [
  1061. "application/json"
  1062. ],
  1063. "produces": [
  1064. "application/json"
  1065. ],
  1066. "tags": [
  1067. "公排管理"
  1068. ],
  1069. "summary": "制度中心-公排管理-公排基础设置(修改)",
  1070. "parameters": [
  1071. {
  1072. "type": "string",
  1073. "description": "验证参数Bearer和token空格拼接",
  1074. "name": "Authorization",
  1075. "in": "header",
  1076. "required": true
  1077. },
  1078. {
  1079. "description": "公排设置表单内容",
  1080. "name": "req",
  1081. "in": "body",
  1082. "required": true,
  1083. "schema": {
  1084. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  1085. }
  1086. }
  1087. ],
  1088. "responses": {
  1089. "200": {
  1090. "description": "success",
  1091. "schema": {
  1092. "type": "string"
  1093. }
  1094. },
  1095. "400": {
  1096. "description": "具体错误",
  1097. "schema": {
  1098. "$ref": "#/definitions/md.Response"
  1099. }
  1100. }
  1101. }
  1102. }
  1103. },
  1104. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  1105. "post": {
  1106. "description": "日活分析",
  1107. "consumes": [
  1108. "application/json"
  1109. ],
  1110. "produces": [
  1111. "application/json"
  1112. ],
  1113. "tags": [
  1114. "公排管理"
  1115. ],
  1116. "summary": "制度中心-公排管理-日活分析",
  1117. "parameters": [
  1118. {
  1119. "type": "string",
  1120. "description": "验证参数Bearer和token空格拼接",
  1121. "name": "Authorization",
  1122. "in": "header",
  1123. "required": true
  1124. },
  1125. {
  1126. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  1127. "name": "req",
  1128. "in": "body",
  1129. "required": true,
  1130. "schema": {
  1131. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  1132. }
  1133. }
  1134. ],
  1135. "responses": {
  1136. "200": {
  1137. "description": "具体数据",
  1138. "schema": {
  1139. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  1140. }
  1141. },
  1142. "400": {
  1143. "description": "具体错误",
  1144. "schema": {
  1145. "$ref": "#/definitions/md.Response"
  1146. }
  1147. }
  1148. }
  1149. }
  1150. },
  1151. "/api/login": {
  1152. "post": {
  1153. "description": "登入",
  1154. "consumes": [
  1155. "application/json"
  1156. ],
  1157. "produces": [
  1158. "application/json"
  1159. ],
  1160. "tags": [
  1161. "登录"
  1162. ],
  1163. "summary": "登陆",
  1164. "parameters": [
  1165. {
  1166. "description": "用户名密码",
  1167. "name": "req",
  1168. "in": "body",
  1169. "required": true,
  1170. "schema": {
  1171. "$ref": "#/definitions/md.LoginReq"
  1172. }
  1173. }
  1174. ],
  1175. "responses": {
  1176. "200": {
  1177. "description": "token",
  1178. "schema": {
  1179. "$ref": "#/definitions/md.LoginResponse"
  1180. }
  1181. },
  1182. "400": {
  1183. "description": "具体错误",
  1184. "schema": {
  1185. "$ref": "#/definitions/md.Response"
  1186. }
  1187. }
  1188. }
  1189. }
  1190. }
  1191. },
  1192. "definitions": {
  1193. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  1194. "type": "object",
  1195. "properties": {
  1196. "direct_push_reward": {
  1197. "description": "直推奖励",
  1198. "type": "string",
  1199. "example": "直推奖励"
  1200. },
  1201. "is_open": {
  1202. "description": "是否开启(1:开启 0:关闭)",
  1203. "type": "integer"
  1204. },
  1205. "person_egg_energy_coin_id": {
  1206. "description": "个人蛋蛋能量对应虚拟币 id",
  1207. "type": "integer"
  1208. },
  1209. "person_egg_points_coin_id": {
  1210. "description": "个人蛋蛋积分对应虚拟币 id",
  1211. "type": "integer"
  1212. },
  1213. "team_egg_energy_coin_id": {
  1214. "description": "团队蛋蛋能量对应虚拟币 id",
  1215. "type": "integer"
  1216. },
  1217. "team_egg_points_coin_id": {
  1218. "description": "团队蛋蛋积分对应虚拟币 id",
  1219. "type": "integer"
  1220. }
  1221. }
  1222. },
  1223. "applet_app_md_institutional_management_egg_energy.Paginate": {
  1224. "type": "object",
  1225. "properties": {
  1226. "limit": {
  1227. "description": "每页大小",
  1228. "type": "integer"
  1229. },
  1230. "page": {
  1231. "description": "页数",
  1232. "type": "integer"
  1233. },
  1234. "total": {
  1235. "description": "总数据量",
  1236. "type": "integer"
  1237. }
  1238. }
  1239. },
  1240. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  1241. "type": "object",
  1242. "properties": {
  1243. "id": {
  1244. "type": "integer"
  1245. },
  1246. "is_open": {
  1247. "description": "是否开启(1:开启 0:关闭)",
  1248. "type": "integer"
  1249. },
  1250. "is_self_active_get_team_revenue": {
  1251. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  1252. "type": "integer"
  1253. },
  1254. "originator_uid": {
  1255. "description": "创始人uid",
  1256. "type": "integer"
  1257. },
  1258. "several_rows": {
  1259. "description": "几排",
  1260. "type": "integer"
  1261. },
  1262. "several_times": {
  1263. "description": "几乘",
  1264. "type": "integer"
  1265. },
  1266. "system_punish_replace": {
  1267. "description": "是否位置滑落 被新用户替换 0否 1是",
  1268. "type": "integer"
  1269. },
  1270. "system_punish_replace_value": {
  1271. "description": "xx天未活跃,处罚滑落",
  1272. "type": "integer"
  1273. }
  1274. }
  1275. },
  1276. "applet_app_md_institutional_management_public_platoon.Paginate": {
  1277. "type": "object",
  1278. "properties": {
  1279. "limit": {
  1280. "description": "每页大小",
  1281. "type": "integer"
  1282. },
  1283. "page": {
  1284. "description": "页数",
  1285. "type": "integer"
  1286. },
  1287. "total": {
  1288. "description": "总数据量",
  1289. "type": "integer"
  1290. }
  1291. }
  1292. },
  1293. "md.ActivePointsWalletNode": {
  1294. "type": "object",
  1295. "properties": {
  1296. "amount": {
  1297. "type": "string",
  1298. "example": "账户余额"
  1299. },
  1300. "uid": {
  1301. "description": "用户 ID",
  1302. "type": "integer"
  1303. },
  1304. "user_name": {
  1305. "type": "string",
  1306. "example": "用户名"
  1307. },
  1308. "user_phone": {
  1309. "type": "string",
  1310. "example": "手机号"
  1311. }
  1312. }
  1313. },
  1314. "md.AddCommunityDividendsReq": {
  1315. "type": "object",
  1316. "properties": {
  1317. "amount": {
  1318. "description": "社区分红数量",
  1319. "type": "string"
  1320. },
  1321. "name": {
  1322. "type": "string",
  1323. "example": "社区分红名称"
  1324. }
  1325. }
  1326. },
  1327. "md.AddCommunityDividendsWithUserReq": {
  1328. "type": "object",
  1329. "properties": {
  1330. "memo": {
  1331. "type": "string",
  1332. "example": "备注"
  1333. },
  1334. "uid": {
  1335. "description": "新增社区长用户 ID",
  1336. "type": "integer"
  1337. }
  1338. }
  1339. },
  1340. "md.AddFreePublishUserReq": {
  1341. "type": "object",
  1342. "properties": {
  1343. "uid": {
  1344. "type": "integer"
  1345. }
  1346. }
  1347. },
  1348. "md.DailyActivityAnalysisTopData": {
  1349. "type": "object",
  1350. "properties": {
  1351. "activity_count": {
  1352. "description": "子节点活跃天数",
  1353. "type": "integer"
  1354. },
  1355. "team_activity_user_count": {
  1356. "description": "子节点活跃人数",
  1357. "type": "integer"
  1358. },
  1359. "team_user_count": {
  1360. "description": "团队人数",
  1361. "type": "integer"
  1362. }
  1363. }
  1364. },
  1365. "md.DataSetting": {
  1366. "type": "object",
  1367. "properties": {
  1368. "total_angel_investor": {
  1369. "description": "天使投资人",
  1370. "type": "string",
  1371. "example": "天使投资人"
  1372. },
  1373. "total_ecological_development": {
  1374. "description": "生态建设",
  1375. "type": "string",
  1376. "example": "当前价格"
  1377. },
  1378. "total_issuance_amount": {
  1379. "description": "总发行量",
  1380. "type": "string",
  1381. "example": "总发行量"
  1382. },
  1383. "total_operate_fund": {
  1384. "description": "运营资金",
  1385. "type": "string",
  1386. "example": "运营资金"
  1387. },
  1388. "total_technology_team": {
  1389. "description": "技术团队",
  1390. "type": "string",
  1391. "example": "技术团队"
  1392. },
  1393. "total_user_for_person": {
  1394. "description": "TotalTeamDividends string`json:\"total_team_dividends\" example:\"团队分红\"` // 团队分红",
  1395. "type": "string",
  1396. "example": "个人区域"
  1397. },
  1398. "total_user_for_team": {
  1399. "description": "团队区域",
  1400. "type": "string",
  1401. "example": "团队区域"
  1402. }
  1403. }
  1404. },
  1405. "md.DestructionSettingStruct": {
  1406. "type": "object",
  1407. "properties": {
  1408. "community_dividends": {
  1409. "description": "社区分红百分比",
  1410. "type": "string"
  1411. },
  1412. "destruction_quantity": {
  1413. "description": "销毁百分比",
  1414. "type": "string"
  1415. },
  1416. "development_committee": {
  1417. "description": "发展委员会百分比",
  1418. "type": "string"
  1419. },
  1420. "marketplace_merchant": {
  1421. "description": "市商数量百分比",
  1422. "type": "string"
  1423. },
  1424. "public_welfare_and_charity": {
  1425. "description": "公益慈善百分比",
  1426. "type": "string"
  1427. },
  1428. "star_level_dividends": {
  1429. "description": "星级分红百分比",
  1430. "type": "string"
  1431. }
  1432. }
  1433. },
  1434. "md.DynamicDataFlowListReq": {
  1435. "type": "object",
  1436. "properties": {
  1437. "end_at": {
  1438. "description": "结束时间",
  1439. "type": "string",
  1440. "example": "结束时间"
  1441. },
  1442. "kind": {
  1443. "description": "持有类型",
  1444. "type": "integer"
  1445. },
  1446. "page": {
  1447. "description": "页数",
  1448. "type": "integer"
  1449. },
  1450. "page_size": {
  1451. "description": "每页大小",
  1452. "type": "integer"
  1453. },
  1454. "start_at": {
  1455. "description": "开始时间",
  1456. "type": "string",
  1457. "example": "开始时间"
  1458. }
  1459. }
  1460. },
  1461. "md.DynamicDataFlowListResp": {
  1462. "type": "object",
  1463. "properties": {
  1464. "kind_list": {
  1465. "type": "array",
  1466. "items": {
  1467. "type": "object",
  1468. "additionalProperties": true
  1469. }
  1470. },
  1471. "list": {
  1472. "type": "array",
  1473. "items": {
  1474. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  1475. }
  1476. },
  1477. "paginate": {
  1478. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  1479. }
  1480. }
  1481. },
  1482. "md.EggEnergyAvailableEnergyFlow": {
  1483. "type": "object",
  1484. "properties": {
  1485. "after_community_dividends": {
  1486. "type": "string"
  1487. },
  1488. "after_destruction_quantity_values": {
  1489. "type": "string"
  1490. },
  1491. "after_development_committee_values": {
  1492. "type": "string"
  1493. },
  1494. "after_marketplace_merchant_fund_values": {
  1495. "type": "string"
  1496. },
  1497. "after_marketplace_merchant_values": {
  1498. "type": "string"
  1499. },
  1500. "after_now_energy_total_nums": {
  1501. "type": "string"
  1502. },
  1503. "after_planet_total_value": {
  1504. "type": "string"
  1505. },
  1506. "after_price": {
  1507. "type": "string"
  1508. },
  1509. "after_public_welfare_and_charity_values": {
  1510. "type": "string"
  1511. },
  1512. "after_star_level_dividends_values": {
  1513. "type": "string"
  1514. },
  1515. "amount": {
  1516. "type": "string"
  1517. },
  1518. "before_community_dividends": {
  1519. "type": "string"
  1520. },
  1521. "before_destruction_quantity_values": {
  1522. "type": "string"
  1523. },
  1524. "before_development_committee_values": {
  1525. "type": "string"
  1526. },
  1527. "before_marketplace_merchant_fund_values": {
  1528. "type": "string"
  1529. },
  1530. "before_marketplace_merchant_values": {
  1531. "type": "string"
  1532. },
  1533. "before_now_energy_total_nums": {
  1534. "type": "string"
  1535. },
  1536. "before_planet_total_value": {
  1537. "type": "string"
  1538. },
  1539. "before_price": {
  1540. "type": "string"
  1541. },
  1542. "before_public_welfare_and_charity_values": {
  1543. "type": "string"
  1544. },
  1545. "before_star_level_dividends_values": {
  1546. "type": "string"
  1547. },
  1548. "create_time": {
  1549. "type": "string"
  1550. },
  1551. "id": {
  1552. "type": "integer"
  1553. },
  1554. "kind": {
  1555. "type": "integer"
  1556. },
  1557. "title": {
  1558. "type": "string"
  1559. }
  1560. }
  1561. },
  1562. "md.EggEnergyCommunityDividends": {
  1563. "type": "object",
  1564. "properties": {
  1565. "amount": {
  1566. "description": "分红数量",
  1567. "type": "string"
  1568. },
  1569. "coin_id": {
  1570. "description": "虚拟币 id",
  1571. "type": "integer"
  1572. },
  1573. "create_at": {
  1574. "description": "分红时间",
  1575. "type": "string"
  1576. },
  1577. "id": {
  1578. "type": "integer"
  1579. },
  1580. "is_over": {
  1581. "description": "是否分红完毕",
  1582. "type": "integer"
  1583. },
  1584. "name": {
  1585. "type": "string",
  1586. "example": "名称"
  1587. },
  1588. "persons_num": {
  1589. "description": "分红人数",
  1590. "type": "integer"
  1591. },
  1592. "update_at": {
  1593. "type": "string"
  1594. }
  1595. }
  1596. },
  1597. "md.EggEnergyCommunityDividendsWithUser": {
  1598. "type": "object",
  1599. "properties": {
  1600. "id": {
  1601. "type": "integer"
  1602. },
  1603. "memo": {
  1604. "type": "string",
  1605. "example": "备注"
  1606. },
  1607. "nickname": {
  1608. "type": "string"
  1609. },
  1610. "phone": {
  1611. "type": "string"
  1612. },
  1613. "uid": {
  1614. "type": "integer"
  1615. }
  1616. }
  1617. },
  1618. "md.ExchangeRulesStruct": {
  1619. "type": "object",
  1620. "properties": {
  1621. "auto_exchange_nums_by_person": {
  1622. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  1623. "type": "string"
  1624. },
  1625. "auto_exchange_nums_by_team": {
  1626. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  1627. "type": "string"
  1628. },
  1629. "auto_exchange_rate_by_person": {
  1630. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  1631. "type": "string"
  1632. },
  1633. "auto_exchange_rate_by_team": {
  1634. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  1635. "type": "string"
  1636. }
  1637. }
  1638. },
  1639. "md.ExchangeUserPositionReq": {
  1640. "type": "object",
  1641. "properties": {
  1642. "position_1": {
  1643. "description": "位置1,具体值取返回数据中的 system_id",
  1644. "type": "integer"
  1645. },
  1646. "position_2": {
  1647. "description": "位置2,具体值取返回数据中的 system_id",
  1648. "type": "integer"
  1649. }
  1650. }
  1651. },
  1652. "md.FindSubUserRelationshipMapResp": {
  1653. "type": "object",
  1654. "properties": {
  1655. "basic_setting": {
  1656. "description": "公排设置",
  1657. "allOf": [
  1658. {
  1659. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  1660. }
  1661. ]
  1662. },
  1663. "search_uid": {
  1664. "description": "查找的用户 ID",
  1665. "type": "string"
  1666. },
  1667. "sub_user": {
  1668. "description": "上级用户信息",
  1669. "allOf": [
  1670. {
  1671. "$ref": "#/definitions/md.SubUser"
  1672. }
  1673. ]
  1674. }
  1675. }
  1676. },
  1677. "md.FreePublishUserNode": {
  1678. "type": "object",
  1679. "properties": {
  1680. "nickname": {
  1681. "type": "string",
  1682. "example": "昵称"
  1683. },
  1684. "phone": {
  1685. "type": "string",
  1686. "example": "手机号"
  1687. },
  1688. "uid": {
  1689. "type": "integer"
  1690. }
  1691. }
  1692. },
  1693. "md.FundDataNode": {
  1694. "type": "object",
  1695. "properties": {
  1696. "balance_amount": {
  1697. "description": "余额",
  1698. "type": "string"
  1699. },
  1700. "balance_times": {
  1701. "description": "剩余执行次数",
  1702. "type": "integer"
  1703. },
  1704. "create_at": {
  1705. "description": "创建时间",
  1706. "type": "string"
  1707. },
  1708. "hours": {
  1709. "description": "时长",
  1710. "type": "integer"
  1711. },
  1712. "kind": {
  1713. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  1714. "type": "integer"
  1715. },
  1716. "memo": {
  1717. "description": "备注",
  1718. "type": "string"
  1719. },
  1720. "system_id": {
  1721. "type": "integer"
  1722. },
  1723. "total_amount": {
  1724. "description": "金额",
  1725. "type": "string"
  1726. }
  1727. }
  1728. },
  1729. "md.FundDataRecordNode": {
  1730. "type": "object",
  1731. "properties": {
  1732. "after_planet_total_value": {
  1733. "description": "执行后-星球价值",
  1734. "type": "string"
  1735. },
  1736. "after_price": {
  1737. "description": "执行后-价格",
  1738. "type": "string"
  1739. },
  1740. "balance_amount": {
  1741. "description": "余额",
  1742. "type": "string"
  1743. },
  1744. "balance_times": {
  1745. "description": "剩余执行次数",
  1746. "type": "integer"
  1747. },
  1748. "before_planet_total_value": {
  1749. "description": "执行前-星球价值",
  1750. "type": "string"
  1751. },
  1752. "before_price": {
  1753. "description": "执行前-价格",
  1754. "type": "string"
  1755. },
  1756. "create_at": {
  1757. "type": "string"
  1758. },
  1759. "total_amount": {
  1760. "description": "金额",
  1761. "type": "string"
  1762. }
  1763. }
  1764. },
  1765. "md.GetActivePointsUserCoinFlowListReq": {
  1766. "type": "object",
  1767. "properties": {
  1768. "coin_id": {
  1769. "description": "货币类型 ID",
  1770. "type": "integer"
  1771. },
  1772. "direction": {
  1773. "description": "流水方向:1收入 2支出",
  1774. "type": "integer"
  1775. },
  1776. "end_at": {
  1777. "description": "结束时间",
  1778. "type": "string"
  1779. },
  1780. "page": {
  1781. "description": "页数",
  1782. "type": "integer"
  1783. },
  1784. "page_size": {
  1785. "description": "每页大小",
  1786. "type": "integer"
  1787. },
  1788. "start_at": {
  1789. "description": "开始时间",
  1790. "type": "string"
  1791. },
  1792. "uid": {
  1793. "description": "用户 ID",
  1794. "type": "integer"
  1795. }
  1796. }
  1797. },
  1798. "md.GetActivePointsUserCoinFlowListResp": {
  1799. "type": "object",
  1800. "properties": {
  1801. "list": {
  1802. "description": "流水信息",
  1803. "type": "array",
  1804. "items": {
  1805. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  1806. }
  1807. },
  1808. "paginate": {
  1809. "description": "分页信息",
  1810. "allOf": [
  1811. {
  1812. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  1813. }
  1814. ]
  1815. },
  1816. "select_data": {
  1817. "description": "流水类型",
  1818. "allOf": [
  1819. {
  1820. "$ref": "#/definitions/md.SelectData"
  1821. }
  1822. ]
  1823. }
  1824. }
  1825. },
  1826. "md.GetActivePointsUserCoinListReq": {
  1827. "type": "object",
  1828. "properties": {
  1829. "end_coin": {
  1830. "type": "string",
  1831. "example": "最大金额"
  1832. },
  1833. "kind": {
  1834. "description": "虚拟币种类编号",
  1835. "type": "integer"
  1836. },
  1837. "page": {
  1838. "description": "页数",
  1839. "type": "integer"
  1840. },
  1841. "page_size": {
  1842. "description": "单页大小",
  1843. "type": "integer"
  1844. },
  1845. "start_coin": {
  1846. "type": "string",
  1847. "example": "最小金额"
  1848. },
  1849. "uid": {
  1850. "description": "指定查询用户 ID",
  1851. "type": "integer"
  1852. },
  1853. "user_name": {
  1854. "type": "string",
  1855. "example": "用户名称"
  1856. },
  1857. "user_phone": {
  1858. "type": "string",
  1859. "example": "手机号"
  1860. }
  1861. }
  1862. },
  1863. "md.GetActivePointsUserCoinListResp": {
  1864. "type": "object",
  1865. "properties": {
  1866. "kind_list": {
  1867. "description": "货币类型集合",
  1868. "type": "array",
  1869. "items": {
  1870. "$ref": "#/definitions/md.VirtualCoinListNode"
  1871. }
  1872. },
  1873. "list": {
  1874. "description": "余额集合",
  1875. "type": "array",
  1876. "items": {
  1877. "$ref": "#/definitions/md.ActivePointsWalletNode"
  1878. }
  1879. },
  1880. "sum_user_amount": {
  1881. "description": "用户持有总数",
  1882. "type": "number"
  1883. },
  1884. "total": {
  1885. "description": "持有该类型用户数",
  1886. "type": "integer"
  1887. }
  1888. }
  1889. },
  1890. "md.GetEggCoreDataListResp": {
  1891. "type": "object",
  1892. "properties": {
  1893. "now_energy_total_nums": {
  1894. "description": "现行总量",
  1895. "type": "string",
  1896. "example": "现行总量"
  1897. },
  1898. "now_price": {
  1899. "description": "当前价格",
  1900. "type": "string",
  1901. "example": "当前价格"
  1902. },
  1903. "planet_total_value": {
  1904. "description": "星球价值",
  1905. "type": "string",
  1906. "example": "星球价值"
  1907. },
  1908. "user_hold_total_nums": {
  1909. "description": "用户持有总量",
  1910. "type": "object",
  1911. "additionalProperties": {
  1912. "type": "string"
  1913. }
  1914. }
  1915. }
  1916. },
  1917. "md.GetEggEnergyBasicResp": {
  1918. "type": "object",
  1919. "properties": {
  1920. "basic_setting": {
  1921. "description": "基础设置",
  1922. "allOf": [
  1923. {
  1924. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  1925. }
  1926. ]
  1927. },
  1928. "data_setting": {
  1929. "description": "数据设置",
  1930. "allOf": [
  1931. {
  1932. "$ref": "#/definitions/md.DataSetting"
  1933. }
  1934. ]
  1935. },
  1936. "destruction_setting": {
  1937. "description": "销毁设置",
  1938. "allOf": [
  1939. {
  1940. "$ref": "#/definitions/md.DestructionSettingStruct"
  1941. }
  1942. ]
  1943. },
  1944. "exchange_rules": {
  1945. "description": "兑换规则",
  1946. "allOf": [
  1947. {
  1948. "$ref": "#/definitions/md.ExchangeRulesStruct"
  1949. }
  1950. ]
  1951. },
  1952. "new_user_incentive_rules": {
  1953. "description": "新用户奖励规则",
  1954. "allOf": [
  1955. {
  1956. "$ref": "#/definitions/md.NewUserRewardRules"
  1957. }
  1958. ]
  1959. },
  1960. "price_setting": {
  1961. "description": "价格设置",
  1962. "allOf": [
  1963. {
  1964. "$ref": "#/definitions/md.PriceSettingStruct"
  1965. }
  1966. ]
  1967. },
  1968. "reward_system": {
  1969. "description": "圈层奖励",
  1970. "allOf": [
  1971. {
  1972. "$ref": "#/definitions/md.RewardSystemStruct"
  1973. }
  1974. ]
  1975. },
  1976. "system_id": {
  1977. "description": "该设置系统 ID",
  1978. "type": "integer"
  1979. },
  1980. "video_reward_setting": {
  1981. "description": "视频奖励",
  1982. "allOf": [
  1983. {
  1984. "$ref": "#/definitions/md.VideoRewardSetting"
  1985. }
  1986. ]
  1987. }
  1988. }
  1989. },
  1990. "md.GetFreePublishUserReq": {
  1991. "type": "object",
  1992. "properties": {
  1993. "limit": {
  1994. "description": "每页大小",
  1995. "type": "integer"
  1996. },
  1997. "page": {
  1998. "description": "当前页数",
  1999. "type": "integer"
  2000. },
  2001. "uid": {
  2002. "description": "筛选的用户 ID",
  2003. "type": "integer"
  2004. }
  2005. }
  2006. },
  2007. "md.GetFreePublishUserResp": {
  2008. "type": "object",
  2009. "properties": {
  2010. "list": {
  2011. "description": "免罚用户列表",
  2012. "type": "array",
  2013. "items": {
  2014. "$ref": "#/definitions/md.FreePublishUserNode"
  2015. }
  2016. },
  2017. "paginate": {
  2018. "description": "分页信息",
  2019. "allOf": [
  2020. {
  2021. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  2022. }
  2023. ]
  2024. }
  2025. }
  2026. },
  2027. "md.GetFundDataListReq": {
  2028. "type": "object",
  2029. "properties": {
  2030. "end_at": {
  2031. "type": "string",
  2032. "example": "结束时间"
  2033. },
  2034. "kind": {
  2035. "description": "数据类型",
  2036. "type": "integer"
  2037. },
  2038. "limit": {
  2039. "description": "每页大小",
  2040. "type": "integer"
  2041. },
  2042. "page": {
  2043. "description": "页数",
  2044. "type": "integer"
  2045. },
  2046. "start_at": {
  2047. "type": "string",
  2048. "example": "开始时间"
  2049. }
  2050. }
  2051. },
  2052. "md.GetFundDataListResp": {
  2053. "type": "object",
  2054. "properties": {
  2055. "kind_list": {
  2056. "description": "类型列表",
  2057. "type": "array",
  2058. "items": {
  2059. "type": "object",
  2060. "additionalProperties": true
  2061. }
  2062. },
  2063. "list": {
  2064. "description": "数据列表",
  2065. "type": "array",
  2066. "items": {
  2067. "$ref": "#/definitions/md.FundDataNode"
  2068. }
  2069. },
  2070. "paginate": {
  2071. "description": "分页数据",
  2072. "allOf": [
  2073. {
  2074. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2075. }
  2076. ]
  2077. }
  2078. }
  2079. },
  2080. "md.GetFundDataRecordListReq": {
  2081. "type": "object",
  2082. "properties": {
  2083. "limit": {
  2084. "description": "页面大小",
  2085. "type": "integer"
  2086. },
  2087. "page": {
  2088. "description": "页数",
  2089. "type": "integer"
  2090. },
  2091. "system_id": {
  2092. "description": "数据在系统中的 ID",
  2093. "type": "integer"
  2094. }
  2095. }
  2096. },
  2097. "md.GetFundDataRecordListResp": {
  2098. "type": "object",
  2099. "properties": {
  2100. "list": {
  2101. "type": "array",
  2102. "items": {
  2103. "$ref": "#/definitions/md.FundDataRecordNode"
  2104. }
  2105. },
  2106. "paginate": {
  2107. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2108. }
  2109. }
  2110. },
  2111. "md.GetGreenEnergyUserCoinFlowListReq": {
  2112. "type": "object",
  2113. "properties": {
  2114. "coin_id": {
  2115. "description": "货币类型 ID",
  2116. "type": "integer"
  2117. },
  2118. "direction": {
  2119. "description": "流水方向:1收入 2支出",
  2120. "type": "integer"
  2121. },
  2122. "end_at": {
  2123. "description": "结束时间",
  2124. "type": "string"
  2125. },
  2126. "page": {
  2127. "description": "页数",
  2128. "type": "integer"
  2129. },
  2130. "page_size": {
  2131. "description": "每页大小",
  2132. "type": "integer"
  2133. },
  2134. "start_at": {
  2135. "description": "开始时间",
  2136. "type": "string"
  2137. },
  2138. "uid": {
  2139. "description": "用户 ID",
  2140. "type": "integer"
  2141. }
  2142. }
  2143. },
  2144. "md.GetGreenEnergyUserCoinFlowListResp": {
  2145. "type": "object",
  2146. "properties": {
  2147. "list": {
  2148. "description": "流水信息",
  2149. "type": "array",
  2150. "items": {
  2151. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  2152. }
  2153. },
  2154. "paginate": {
  2155. "description": "分页信息",
  2156. "allOf": [
  2157. {
  2158. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2159. }
  2160. ]
  2161. },
  2162. "select_data": {
  2163. "description": "流水类型",
  2164. "allOf": [
  2165. {
  2166. "$ref": "#/definitions/md.SelectData"
  2167. }
  2168. ]
  2169. }
  2170. }
  2171. },
  2172. "md.GetGreenEnergyUserCoinListReq": {
  2173. "type": "object",
  2174. "properties": {
  2175. "end_coin": {
  2176. "type": "string",
  2177. "example": "最大金额"
  2178. },
  2179. "kind": {
  2180. "description": "虚拟币种类编号",
  2181. "type": "integer"
  2182. },
  2183. "page": {
  2184. "description": "页数",
  2185. "type": "integer"
  2186. },
  2187. "page_size": {
  2188. "description": "单页大小",
  2189. "type": "integer"
  2190. },
  2191. "start_coin": {
  2192. "type": "string",
  2193. "example": "最小金额"
  2194. },
  2195. "uid": {
  2196. "description": "指定查询用户 ID",
  2197. "type": "integer"
  2198. },
  2199. "user_name": {
  2200. "type": "string",
  2201. "example": "用户名称"
  2202. },
  2203. "user_phone": {
  2204. "type": "string",
  2205. "example": "手机号"
  2206. }
  2207. }
  2208. },
  2209. "md.GetGreenEnergyUserCoinListResp": {
  2210. "type": "object",
  2211. "properties": {
  2212. "kind_list": {
  2213. "description": "货币类型集合",
  2214. "type": "array",
  2215. "items": {
  2216. "$ref": "#/definitions/md.VirtualCoinListNode"
  2217. }
  2218. },
  2219. "list": {
  2220. "description": "余额集合",
  2221. "type": "array",
  2222. "items": {
  2223. "$ref": "#/definitions/md.ActivePointsWalletNode"
  2224. }
  2225. },
  2226. "sum_user_amount": {
  2227. "description": "用户持有总数",
  2228. "type": "number"
  2229. },
  2230. "total": {
  2231. "description": "持有该类型用户数",
  2232. "type": "integer"
  2233. }
  2234. }
  2235. },
  2236. "md.GetPublicPlatoonBasicResp": {
  2237. "type": "object",
  2238. "properties": {
  2239. "is_open": {
  2240. "description": "是否开启(1:开启 0:关闭)",
  2241. "type": "integer"
  2242. },
  2243. "is_self_active_get_team_revenue": {
  2244. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  2245. "type": "integer"
  2246. },
  2247. "originator_uid": {
  2248. "description": "创始人uid",
  2249. "type": "integer"
  2250. },
  2251. "several_rows": {
  2252. "description": "几排",
  2253. "type": "integer"
  2254. },
  2255. "several_times": {
  2256. "description": "几乘",
  2257. "type": "integer"
  2258. },
  2259. "system_punish_replace": {
  2260. "description": "是否位置滑落 被新用户替换 0否 1是",
  2261. "type": "integer"
  2262. },
  2263. "system_punish_replace_value": {
  2264. "description": "xx天未活跃,处罚滑落",
  2265. "type": "integer"
  2266. }
  2267. }
  2268. },
  2269. "md.ListCommunityDividendsReq": {
  2270. "type": "object",
  2271. "properties": {
  2272. "end_at": {
  2273. "description": "结束时间",
  2274. "type": "string"
  2275. },
  2276. "end_nums": {
  2277. "description": "分红总量上限",
  2278. "type": "integer"
  2279. },
  2280. "limit": {
  2281. "description": "每页大小",
  2282. "type": "integer"
  2283. },
  2284. "page": {
  2285. "description": "页数",
  2286. "type": "integer"
  2287. },
  2288. "start_at": {
  2289. "description": "开始时间",
  2290. "type": "string"
  2291. },
  2292. "start_nums": {
  2293. "description": "分红总量下限",
  2294. "type": "integer"
  2295. }
  2296. }
  2297. },
  2298. "md.ListCommunityDividendsResp": {
  2299. "type": "object",
  2300. "properties": {
  2301. "list": {
  2302. "type": "array",
  2303. "items": {
  2304. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  2305. }
  2306. },
  2307. "paginate": {
  2308. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  2309. }
  2310. }
  2311. },
  2312. "md.ListCommunityDividendsWithUserReq": {
  2313. "type": "object",
  2314. "properties": {
  2315. "limit": {
  2316. "type": "integer"
  2317. },
  2318. "page": {
  2319. "type": "integer"
  2320. },
  2321. "phone": {
  2322. "type": "string"
  2323. },
  2324. "uid": {
  2325. "type": "integer"
  2326. }
  2327. }
  2328. },
  2329. "md.ListCommunityDividendsWithUserResp": {
  2330. "type": "object",
  2331. "properties": {
  2332. "list": {
  2333. "type": "array",
  2334. "items": {
  2335. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  2336. }
  2337. },
  2338. "paginate": {
  2339. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  2340. }
  2341. }
  2342. },
  2343. "md.LoginReq": {
  2344. "type": "object",
  2345. "required": [
  2346. "password",
  2347. "username"
  2348. ],
  2349. "properties": {
  2350. "code": {
  2351. "type": "string",
  2352. "example": "验证码"
  2353. },
  2354. "password": {
  2355. "type": "string",
  2356. "example": "登录密码"
  2357. },
  2358. "username": {
  2359. "type": "string",
  2360. "example": "登录账号"
  2361. }
  2362. }
  2363. },
  2364. "md.LoginResponse": {
  2365. "type": "object",
  2366. "properties": {
  2367. "token": {
  2368. "type": "string"
  2369. }
  2370. }
  2371. },
  2372. "md.NewUserRewardRules": {
  2373. "type": "object",
  2374. "properties": {
  2375. "continue_days": {
  2376. "description": "连续x天",
  2377. "type": "integer"
  2378. },
  2379. "invite_user_reward_value": {
  2380. "description": "拉新用户奖励x个活跃积分",
  2381. "type": "integer"
  2382. },
  2383. "reward_coefficient": {
  2384. "description": "奖励系数",
  2385. "type": "number"
  2386. }
  2387. }
  2388. },
  2389. "md.PriceSettingStruct": {
  2390. "type": "object",
  2391. "properties": {
  2392. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  2393. "description": "市商资金单笔x元自动兑换",
  2394. "type": "string"
  2395. },
  2396. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  2397. "description": "市商数量单笔x数量自动兑换",
  2398. "type": "string"
  2399. },
  2400. "price_below_value": {
  2401. "description": "低于x元",
  2402. "type": "string"
  2403. },
  2404. "price_higher_than_value": {
  2405. "description": "高于x元",
  2406. "type": "string"
  2407. }
  2408. }
  2409. },
  2410. "md.Response": {
  2411. "type": "object",
  2412. "properties": {
  2413. "code": {
  2414. "type": "string",
  2415. "example": "响应码"
  2416. },
  2417. "data": {
  2418. "description": "内容"
  2419. },
  2420. "msg": {
  2421. "type": "string",
  2422. "example": "具体错误原因"
  2423. }
  2424. }
  2425. },
  2426. "md.RewardSystemStruct": {
  2427. "type": "object",
  2428. "properties": {
  2429. "level": {
  2430. "description": "圈层",
  2431. "type": "integer"
  2432. },
  2433. "reward_condition": {
  2434. "description": "奖励条件",
  2435. "type": "string"
  2436. },
  2437. "reward_value": {
  2438. "description": "奖励值",
  2439. "type": "string"
  2440. }
  2441. }
  2442. },
  2443. "md.SelectData": {
  2444. "type": "object",
  2445. "properties": {
  2446. "direction": {
  2447. "type": "array",
  2448. "items": {
  2449. "type": "object",
  2450. "additionalProperties": {
  2451. "type": "string"
  2452. }
  2453. }
  2454. }
  2455. }
  2456. },
  2457. "md.SonUserDailyActivityAnalysisNode": {
  2458. "type": "object",
  2459. "properties": {
  2460. "activity_day_nums": {
  2461. "description": "活跃子节点活跃天数",
  2462. "type": "integer"
  2463. },
  2464. "nickname": {
  2465. "type": "string",
  2466. "example": "昵称"
  2467. },
  2468. "phone": {
  2469. "type": "string",
  2470. "example": "手机号"
  2471. },
  2472. "uid": {
  2473. "description": "查询用户活跃子节点 ID",
  2474. "type": "integer"
  2475. }
  2476. }
  2477. },
  2478. "md.SubUser": {
  2479. "type": "object",
  2480. "properties": {
  2481. "avatar_url": {
  2482. "type": "string",
  2483. "example": "头像"
  2484. },
  2485. "level": {
  2486. "description": "整个系统中的等级",
  2487. "type": "integer"
  2488. },
  2489. "nickname": {
  2490. "type": "string",
  2491. "example": "昵称"
  2492. },
  2493. "phone": {
  2494. "type": "string",
  2495. "example": "手机号"
  2496. },
  2497. "pid": {
  2498. "type": "integer"
  2499. },
  2500. "position": {
  2501. "description": "以pid1为创始人中网的位置",
  2502. "type": "integer"
  2503. },
  2504. "uid": {
  2505. "type": "integer"
  2506. }
  2507. }
  2508. },
  2509. "md.TreeNode": {
  2510. "type": "object",
  2511. "properties": {
  2512. "avatar_url": {
  2513. "type": "string",
  2514. "example": "头像"
  2515. },
  2516. "level": {
  2517. "type": "integer"
  2518. },
  2519. "nickname": {
  2520. "type": "string",
  2521. "example": "昵称"
  2522. },
  2523. "phone": {
  2524. "type": "string",
  2525. "example": "手机号"
  2526. },
  2527. "pid": {
  2528. "type": "integer"
  2529. },
  2530. "position": {
  2531. "type": "integer"
  2532. },
  2533. "son": {
  2534. "type": "array",
  2535. "items": {
  2536. "$ref": "#/definitions/md.TreeNode"
  2537. }
  2538. },
  2539. "system_id": {
  2540. "description": "公排网中id",
  2541. "type": "integer"
  2542. },
  2543. "uid": {
  2544. "type": "integer"
  2545. }
  2546. }
  2547. },
  2548. "md.UpdateEggEnergyBasicReq": {
  2549. "type": "object",
  2550. "properties": {
  2551. "basic_setting": {
  2552. "description": "基础设置",
  2553. "allOf": [
  2554. {
  2555. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  2556. }
  2557. ]
  2558. },
  2559. "data_setting": {
  2560. "description": "数据设置",
  2561. "allOf": [
  2562. {
  2563. "$ref": "#/definitions/md.DataSetting"
  2564. }
  2565. ]
  2566. },
  2567. "destruction_setting": {
  2568. "description": "销毁设置",
  2569. "allOf": [
  2570. {
  2571. "$ref": "#/definitions/md.DestructionSettingStruct"
  2572. }
  2573. ]
  2574. },
  2575. "exchange_rules": {
  2576. "description": "兑换规则",
  2577. "allOf": [
  2578. {
  2579. "$ref": "#/definitions/md.ExchangeRulesStruct"
  2580. }
  2581. ]
  2582. },
  2583. "new_user_incentive_rules": {
  2584. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  2585. "allOf": [
  2586. {
  2587. "$ref": "#/definitions/md.NewUserRewardRules"
  2588. }
  2589. ]
  2590. },
  2591. "price_setting": {
  2592. "description": "价格设置",
  2593. "allOf": [
  2594. {
  2595. "$ref": "#/definitions/md.PriceSettingStruct"
  2596. }
  2597. ]
  2598. },
  2599. "reward_system": {
  2600. "description": "圈层奖励",
  2601. "allOf": [
  2602. {
  2603. "$ref": "#/definitions/md.RewardSystemStruct"
  2604. }
  2605. ]
  2606. },
  2607. "system_id": {
  2608. "description": "该设置系统 ID",
  2609. "type": "integer"
  2610. },
  2611. "video_reward_setting": {
  2612. "description": "视频奖励",
  2613. "allOf": [
  2614. {
  2615. "$ref": "#/definitions/md.VideoRewardSetting"
  2616. }
  2617. ]
  2618. }
  2619. }
  2620. },
  2621. "md.UpdatePublicPlatoonBasicReq": {
  2622. "type": "object",
  2623. "properties": {
  2624. "is_open": {
  2625. "description": "是否开启(1:开启 0:关闭)",
  2626. "type": "integer"
  2627. },
  2628. "is_self_active_get_team_revenue": {
  2629. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  2630. "type": "integer"
  2631. },
  2632. "originator_uid": {
  2633. "description": "创始人uid",
  2634. "type": "integer"
  2635. },
  2636. "several_rows": {
  2637. "description": "几排",
  2638. "type": "integer"
  2639. },
  2640. "several_times": {
  2641. "description": "几乘",
  2642. "type": "integer"
  2643. },
  2644. "system_punish_replace": {
  2645. "description": "是否位置滑落 被新用户替换 0否 1是",
  2646. "type": "integer"
  2647. },
  2648. "system_punish_replace_value": {
  2649. "description": "xx天未活跃,处罚滑落",
  2650. "type": "integer"
  2651. }
  2652. }
  2653. },
  2654. "md.UserDailyActivityAnalysisReq": {
  2655. "type": "object",
  2656. "properties": {
  2657. "end_date": {
  2658. "type": "string",
  2659. "example": "结束日期"
  2660. },
  2661. "page": {
  2662. "description": "页数",
  2663. "type": "integer"
  2664. },
  2665. "page_size": {
  2666. "description": "每页大小",
  2667. "type": "integer"
  2668. },
  2669. "start_date": {
  2670. "type": "string",
  2671. "example": "开始日期"
  2672. },
  2673. "uid": {
  2674. "description": "查询用户 ID",
  2675. "type": "integer"
  2676. }
  2677. }
  2678. },
  2679. "md.UserDailyActivityAnalysisResp": {
  2680. "type": "object",
  2681. "properties": {
  2682. "son_user_data": {
  2683. "description": "被查询用户子节点信息",
  2684. "type": "array",
  2685. "items": {
  2686. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  2687. }
  2688. },
  2689. "top_data": {
  2690. "description": "统计信息",
  2691. "allOf": [
  2692. {
  2693. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  2694. }
  2695. ]
  2696. }
  2697. }
  2698. },
  2699. "md.UserVirtualCoinFlow": {
  2700. "type": "object",
  2701. "properties": {
  2702. "after_amount": {
  2703. "type": "string",
  2704. "example": "变更后数量"
  2705. },
  2706. "amount": {
  2707. "type": "string",
  2708. "example": "变更数量"
  2709. },
  2710. "before_amount": {
  2711. "type": "string",
  2712. "example": "变更前数量"
  2713. },
  2714. "coin_id": {
  2715. "description": "虚拟币 ID",
  2716. "type": "integer"
  2717. },
  2718. "create_at": {
  2719. "type": "string",
  2720. "example": "创建时间"
  2721. },
  2722. "direction": {
  2723. "description": "方向:1收入 2支出",
  2724. "type": "integer"
  2725. },
  2726. "id": {
  2727. "type": "integer"
  2728. },
  2729. "sys_fee": {
  2730. "type": "string",
  2731. "example": "手续费"
  2732. },
  2733. "title": {
  2734. "type": "string",
  2735. "example": "标题"
  2736. },
  2737. "transfer_type": {
  2738. "description": "转账类型",
  2739. "type": "integer"
  2740. },
  2741. "uid": {
  2742. "description": "用户 ID",
  2743. "type": "integer"
  2744. },
  2745. "update_at": {
  2746. "type": "string",
  2747. "example": "更新时间"
  2748. }
  2749. }
  2750. },
  2751. "md.VideoRewardSetting": {
  2752. "type": "object",
  2753. "properties": {
  2754. "video_reward_is_open": {
  2755. "description": "视频奖励是否开启(1:开启 0:关闭)",
  2756. "type": "integer"
  2757. },
  2758. "video_reward_system": {
  2759. "description": "视频奖励机制",
  2760. "allOf": [
  2761. {
  2762. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  2763. }
  2764. ]
  2765. }
  2766. }
  2767. },
  2768. "md.VideoRewardSystemStruct": {
  2769. "type": "object",
  2770. "properties": {
  2771. "each_round_hour": {
  2772. "description": "每一轮X个小时",
  2773. "type": "string"
  2774. },
  2775. "interval_minutes": {
  2776. "description": "间隔X秒",
  2777. "type": "string"
  2778. },
  2779. "reward_total_num": {
  2780. "description": "一共X个奖励视屏",
  2781. "type": "string"
  2782. },
  2783. "reward_value": {
  2784. "description": "奖励X个活跃积分",
  2785. "type": "string"
  2786. }
  2787. }
  2788. },
  2789. "md.VirtualCoin": {
  2790. "type": "object",
  2791. "properties": {
  2792. "create_at": {
  2793. "type": "string"
  2794. },
  2795. "exchange_ratio": {
  2796. "description": "兑换比例(与金额)",
  2797. "type": "string",
  2798. "example": "兑换比例(与金额)"
  2799. },
  2800. "id": {
  2801. "type": "integer"
  2802. },
  2803. "is_use": {
  2804. "description": "是否开启: 0否 1是",
  2805. "type": "integer"
  2806. },
  2807. "name": {
  2808. "description": "名称",
  2809. "type": "string"
  2810. },
  2811. "update_at": {
  2812. "type": "string"
  2813. }
  2814. }
  2815. },
  2816. "md.VirtualCoinListNode": {
  2817. "type": "object",
  2818. "properties": {
  2819. "coin_id": {
  2820. "description": "货币类型 ID",
  2821. "type": "integer"
  2822. },
  2823. "kind": {
  2824. "description": "货币序号",
  2825. "type": "integer"
  2826. },
  2827. "name": {
  2828. "type": "string",
  2829. "example": "货币类型名称"
  2830. }
  2831. }
  2832. }
  2833. },
  2834. "securityDefinitions": {
  2835. "MasterID": {
  2836. "type": "apiKey",
  2837. "name": "MasterID",
  2838. "in": "header"
  2839. }
  2840. }
  2841. }