蛋蛋星球-客户端
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

2016 righe
69 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. "description": "页数、每页大小必传 起止时间、持有类型选传",
  82. "name": "req",
  83. "in": "body",
  84. "required": true,
  85. "schema": {
  86. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  87. }
  88. }
  89. ],
  90. "responses": {
  91. "200": {
  92. "description": "成功返回",
  93. "schema": {
  94. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  95. }
  96. },
  97. "400": {
  98. "description": "具体错误",
  99. "schema": {
  100. "$ref": "#/definitions/md.Response"
  101. }
  102. }
  103. }
  104. }
  105. },
  106. "/api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinFlowList": {
  107. "post": {
  108. "description": "活跃积分持有流水(查询)",
  109. "consumes": [
  110. "application/json"
  111. ],
  112. "produces": [
  113. "application/json"
  114. ],
  115. "tags": [
  116. "公排管理"
  117. ],
  118. "summary": "制度中心-活跃积分持有者明细-活跃积分持有流水(查询)",
  119. "parameters": [
  120. {
  121. "type": "string",
  122. "description": "验证参数Bearer和token空格拼接",
  123. "name": "Authorization",
  124. "in": "header",
  125. "required": true
  126. },
  127. {
  128. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  129. "name": "req",
  130. "in": "body",
  131. "required": true,
  132. "schema": {
  133. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  134. }
  135. }
  136. ],
  137. "responses": {
  138. "200": {
  139. "description": "成功返回",
  140. "schema": {
  141. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  142. }
  143. },
  144. "400": {
  145. "description": "具体错误",
  146. "schema": {
  147. "$ref": "#/definitions/md.Response"
  148. }
  149. }
  150. }
  151. }
  152. },
  153. "/api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinList": {
  154. "post": {
  155. "description": "活跃积分持有(获取)",
  156. "consumes": [
  157. "application/json"
  158. ],
  159. "produces": [
  160. "application/json"
  161. ],
  162. "tags": [
  163. "公排管理"
  164. ],
  165. "summary": "制度中心-活跃积分持有者明细-活跃积分持有(获取)",
  166. "parameters": [
  167. {
  168. "type": "string",
  169. "description": "验证参数Bearer和token空格拼接",
  170. "name": "Authorization",
  171. "in": "header",
  172. "required": true
  173. },
  174. {
  175. "description": "落地页不填页大小默认20条数据",
  176. "name": "req",
  177. "in": "body",
  178. "schema": {
  179. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  180. }
  181. }
  182. ],
  183. "responses": {
  184. "200": {
  185. "description": "成功返回",
  186. "schema": {
  187. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  188. }
  189. },
  190. "400": {
  191. "description": "具体错误",
  192. "schema": {
  193. "$ref": "#/definitions/md.Response"
  194. }
  195. }
  196. }
  197. }
  198. },
  199. "/api/institutionalManagement/eggEnergy/userCoin/greenEnergyUserCoinFlowList": {
  200. "post": {
  201. "description": "绿色能量持有流水(查询)",
  202. "consumes": [
  203. "application/json"
  204. ],
  205. "produces": [
  206. "application/json"
  207. ],
  208. "tags": [
  209. "公排管理"
  210. ],
  211. "summary": "制度中心-绿色能量持有者明细-绿色能量持有流水(查询)",
  212. "parameters": [
  213. {
  214. "type": "string",
  215. "description": "验证参数Bearer和token空格拼接",
  216. "name": "Authorization",
  217. "in": "header",
  218. "required": true
  219. },
  220. {
  221. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  222. "name": "req",
  223. "in": "body",
  224. "required": true,
  225. "schema": {
  226. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  227. }
  228. }
  229. ],
  230. "responses": {
  231. "200": {
  232. "description": "成功返回",
  233. "schema": {
  234. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  235. }
  236. },
  237. "400": {
  238. "description": "具体错误",
  239. "schema": {
  240. "$ref": "#/definitions/md.Response"
  241. }
  242. }
  243. }
  244. }
  245. },
  246. "/api/institutionalManagement/eggEnergy/userCoin/greenEnergyUserCoinList": {
  247. "post": {
  248. "description": "绿色能量(获取)",
  249. "consumes": [
  250. "application/json"
  251. ],
  252. "produces": [
  253. "application/json"
  254. ],
  255. "tags": [
  256. "公排管理"
  257. ],
  258. "summary": "制度中心-绿色能量持有者明细-绿色能量(获取)",
  259. "parameters": [
  260. {
  261. "type": "string",
  262. "description": "验证参数Bearer和token空格拼接",
  263. "name": "Authorization",
  264. "in": "header",
  265. "required": true
  266. },
  267. {
  268. "description": "落地页不填页大小默认20条数据",
  269. "name": "req",
  270. "in": "body",
  271. "schema": {
  272. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  273. }
  274. }
  275. ],
  276. "responses": {
  277. "200": {
  278. "description": "成功返回",
  279. "schema": {
  280. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  281. }
  282. },
  283. "400": {
  284. "description": "具体错误",
  285. "schema": {
  286. "$ref": "#/definitions/md.Response"
  287. }
  288. }
  289. }
  290. }
  291. },
  292. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  293. "post": {
  294. "description": "社区分红(新增)",
  295. "consumes": [
  296. "application/json"
  297. ],
  298. "produces": [
  299. "application/json"
  300. ],
  301. "tags": [
  302. "公排管理"
  303. ],
  304. "summary": "制度中心-公排管理-社区分红(新增)",
  305. "parameters": [
  306. {
  307. "type": "string",
  308. "description": "验证参数Bearer和token空格拼接",
  309. "name": "Authorization",
  310. "in": "header",
  311. "required": true
  312. },
  313. {
  314. "description": "分红名称、分红总量",
  315. "name": "req",
  316. "in": "body",
  317. "required": true,
  318. "schema": {
  319. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  320. }
  321. }
  322. ],
  323. "responses": {
  324. "200": {
  325. "description": "插入数据 ID",
  326. "schema": {
  327. "type": "int"
  328. }
  329. },
  330. "400": {
  331. "description": "具体错误",
  332. "schema": {
  333. "$ref": "#/definitions/md.Response"
  334. }
  335. }
  336. }
  337. }
  338. },
  339. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  340. "post": {
  341. "description": "社区分红(查询)",
  342. "consumes": [
  343. "application/json"
  344. ],
  345. "produces": [
  346. "application/json"
  347. ],
  348. "tags": [
  349. "公排管理"
  350. ],
  351. "summary": "制度中心-公排管理-社区分红(查询)",
  352. "parameters": [
  353. {
  354. "type": "string",
  355. "description": "验证参数Bearer和token空格拼接",
  356. "name": "Authorization",
  357. "in": "header",
  358. "required": true
  359. },
  360. {
  361. "description": "页数、每页大小必填 起止时间、起止数量选填",
  362. "name": "req",
  363. "in": "body",
  364. "required": true,
  365. "schema": {
  366. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  367. }
  368. }
  369. ],
  370. "responses": {
  371. "200": {
  372. "description": "具体数据",
  373. "schema": {
  374. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  375. }
  376. },
  377. "400": {
  378. "description": "具体错误",
  379. "schema": {
  380. "$ref": "#/definitions/md.Response"
  381. }
  382. }
  383. }
  384. }
  385. },
  386. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  387. "post": {
  388. "description": "社区长列表(新增)",
  389. "consumes": [
  390. "application/json"
  391. ],
  392. "produces": [
  393. "application/json"
  394. ],
  395. "tags": [
  396. "公排管理"
  397. ],
  398. "summary": "制度中心-公排管理-社区长列表(新增)",
  399. "parameters": [
  400. {
  401. "type": "string",
  402. "description": "验证参数Bearer和token空格拼接",
  403. "name": "Authorization",
  404. "in": "header",
  405. "required": true
  406. },
  407. {
  408. "description": "新增社区长 ID、备注",
  409. "name": "req",
  410. "in": "body",
  411. "required": true,
  412. "schema": {
  413. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  414. }
  415. }
  416. ],
  417. "responses": {
  418. "200": {
  419. "description": "插入数据 ID",
  420. "schema": {
  421. "type": "int"
  422. }
  423. },
  424. "400": {
  425. "description": "具体错误",
  426. "schema": {
  427. "$ref": "#/definitions/md.Response"
  428. }
  429. }
  430. }
  431. }
  432. },
  433. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  434. "post": {
  435. "description": "社区长列表(查询)",
  436. "consumes": [
  437. "application/json"
  438. ],
  439. "produces": [
  440. "application/json"
  441. ],
  442. "tags": [
  443. "公排管理"
  444. ],
  445. "summary": "制度中心-公排管理-社区长列表(查询)",
  446. "parameters": [
  447. {
  448. "type": "string",
  449. "description": "验证参数Bearer和token空格拼接",
  450. "name": "Authorization",
  451. "in": "header",
  452. "required": true
  453. },
  454. {
  455. "description": "页数、每页大小必填 手机号、用户ID选填",
  456. "name": "req",
  457. "in": "body",
  458. "required": true,
  459. "schema": {
  460. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  461. }
  462. }
  463. ],
  464. "responses": {
  465. "200": {
  466. "description": "社区长列表",
  467. "schema": {
  468. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  469. }
  470. },
  471. "400": {
  472. "description": "具体错误",
  473. "schema": {
  474. "$ref": "#/definitions/md.Response"
  475. }
  476. }
  477. }
  478. }
  479. },
  480. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  481. "post": {
  482. "description": "关系分布图(位置转换)",
  483. "consumes": [
  484. "application/json"
  485. ],
  486. "produces": [
  487. "application/json"
  488. ],
  489. "tags": [
  490. "公排管理"
  491. ],
  492. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  493. "parameters": [
  494. {
  495. "type": "string",
  496. "description": "验证参数Bearer和token空格拼接",
  497. "name": "Authorization",
  498. "in": "header",
  499. "required": true
  500. },
  501. {
  502. "description": "需要交换的两个位置",
  503. "name": "req",
  504. "in": "body",
  505. "required": true,
  506. "schema": {
  507. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  508. }
  509. }
  510. ],
  511. "responses": {
  512. "200": {
  513. "description": "成功返回",
  514. "schema": {
  515. "type": ""
  516. }
  517. },
  518. "400": {
  519. "description": "具体错误",
  520. "schema": {
  521. "$ref": "#/definitions/md.Response"
  522. }
  523. }
  524. }
  525. }
  526. },
  527. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  528. "get": {
  529. "description": "关系分布图(获取指定用户上级)",
  530. "consumes": [
  531. "application/json"
  532. ],
  533. "produces": [
  534. "application/json"
  535. ],
  536. "tags": [
  537. "公排管理"
  538. ],
  539. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  540. "parameters": [
  541. {
  542. "type": "string",
  543. "description": "验证参数Bearer和token空格拼接",
  544. "name": "Authorization",
  545. "in": "header",
  546. "required": true
  547. },
  548. {
  549. "type": "string",
  550. "description": "用户ID",
  551. "name": "uid",
  552. "in": "query",
  553. "required": true
  554. }
  555. ],
  556. "responses": {
  557. "200": {
  558. "description": "具体数据",
  559. "schema": {
  560. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  561. }
  562. },
  563. "400": {
  564. "description": "具体错误",
  565. "schema": {
  566. "$ref": "#/definitions/md.Response"
  567. }
  568. }
  569. }
  570. }
  571. },
  572. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  573. "get": {
  574. "description": "关系分布图(获取指定用户下级)",
  575. "consumes": [
  576. "application/json"
  577. ],
  578. "produces": [
  579. "application/json"
  580. ],
  581. "tags": [
  582. "公排管理"
  583. ],
  584. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  585. "parameters": [
  586. {
  587. "type": "string",
  588. "description": "验证参数Bearer和token空格拼接",
  589. "name": "Authorization",
  590. "in": "header",
  591. "required": true
  592. },
  593. {
  594. "type": "string",
  595. "description": "用户ID",
  596. "name": "uid",
  597. "in": "query",
  598. "required": true
  599. }
  600. ],
  601. "responses": {
  602. "200": {
  603. "description": "具体数据",
  604. "schema": {
  605. "$ref": "#/definitions/md.TreeNode"
  606. }
  607. },
  608. "400": {
  609. "description": "具体错误",
  610. "schema": {
  611. "$ref": "#/definitions/md.Response"
  612. }
  613. }
  614. }
  615. }
  616. },
  617. "/api/institutionalManagement/publicPlatoon/getBasic": {
  618. "get": {
  619. "description": "公排基础设置(获取)",
  620. "consumes": [
  621. "application/json"
  622. ],
  623. "produces": [
  624. "application/json"
  625. ],
  626. "tags": [
  627. "公排管理"
  628. ],
  629. "summary": "制度中心-公排管理-公排基础设置(获取)",
  630. "parameters": [
  631. {
  632. "type": "string",
  633. "description": "验证参数Bearer和token空格拼接",
  634. "name": "Authorization",
  635. "in": "header",
  636. "required": true
  637. }
  638. ],
  639. "responses": {
  640. "200": {
  641. "description": "具体数据",
  642. "schema": {
  643. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  644. }
  645. },
  646. "400": {
  647. "description": "具体错误",
  648. "schema": {
  649. "$ref": "#/definitions/md.Response"
  650. }
  651. }
  652. }
  653. }
  654. },
  655. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  656. "post": {
  657. "description": "免罚用户(查询)",
  658. "consumes": [
  659. "application/json"
  660. ],
  661. "produces": [
  662. "application/json"
  663. ],
  664. "tags": [
  665. "公排管理"
  666. ],
  667. "summary": "制度中心-公排管理-免罚用户(查询)",
  668. "parameters": [
  669. {
  670. "type": "string",
  671. "description": "验证参数Bearer和token空格拼接",
  672. "name": "Authorization",
  673. "in": "header",
  674. "required": true
  675. },
  676. {
  677. "description": "页数和行数必填,uid选填",
  678. "name": "req",
  679. "in": "body",
  680. "required": true,
  681. "schema": {
  682. "$ref": "#/definitions/md.GetFreePublishUserReq"
  683. }
  684. }
  685. ],
  686. "responses": {
  687. "200": {
  688. "description": "成功返回",
  689. "schema": {
  690. "$ref": "#/definitions/md.GetFreePublishUserResp"
  691. }
  692. },
  693. "400": {
  694. "description": "具体错误",
  695. "schema": {
  696. "$ref": "#/definitions/md.Response"
  697. }
  698. }
  699. }
  700. }
  701. },
  702. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  703. "post": {
  704. "description": "免罚用户(新增)",
  705. "consumes": [
  706. "application/json"
  707. ],
  708. "produces": [
  709. "application/json"
  710. ],
  711. "tags": [
  712. "公排管理"
  713. ],
  714. "summary": "制度中心-公排管理-免罚用户(新增)",
  715. "parameters": [
  716. {
  717. "type": "string",
  718. "description": "验证参数Bearer和token空格拼接",
  719. "name": "Authorization",
  720. "in": "header",
  721. "required": true
  722. },
  723. {
  724. "description": "页数和行数必填,uid选填",
  725. "name": "req",
  726. "in": "body",
  727. "required": true,
  728. "schema": {
  729. "$ref": "#/definitions/md.AddFreePublishUserReq"
  730. }
  731. }
  732. ],
  733. "responses": {
  734. "200": {
  735. "description": "插入数据 ID",
  736. "schema": {
  737. "type": "int"
  738. }
  739. },
  740. "400": {
  741. "description": "具体错误",
  742. "schema": {
  743. "$ref": "#/definitions/md.Response"
  744. }
  745. }
  746. }
  747. }
  748. },
  749. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  750. "get": {
  751. "description": "关系分布图(获取)",
  752. "consumes": [
  753. "application/json"
  754. ],
  755. "produces": [
  756. "application/json"
  757. ],
  758. "tags": [
  759. "公排管理"
  760. ],
  761. "summary": "制度中心-公排管理-关系分布图(获取)",
  762. "parameters": [
  763. {
  764. "type": "string",
  765. "description": "验证参数Bearer和token空格拼接",
  766. "name": "Authorization",
  767. "in": "header",
  768. "required": true
  769. },
  770. {
  771. "type": "string",
  772. "description": "phone",
  773. "name": "phone",
  774. "in": "query",
  775. "required": true
  776. },
  777. {
  778. "type": "string",
  779. "description": "uid",
  780. "name": "uid",
  781. "in": "query",
  782. "required": true
  783. }
  784. ],
  785. "responses": {
  786. "200": {
  787. "description": "具体数据",
  788. "schema": {
  789. "$ref": "#/definitions/md.TreeNode"
  790. }
  791. },
  792. "400": {
  793. "description": "具体错误",
  794. "schema": {
  795. "$ref": "#/definitions/md.Response"
  796. }
  797. }
  798. }
  799. }
  800. },
  801. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  802. "put": {
  803. "description": "公排基础设置(修改)",
  804. "consumes": [
  805. "application/json"
  806. ],
  807. "produces": [
  808. "application/json"
  809. ],
  810. "tags": [
  811. "公排管理"
  812. ],
  813. "summary": "制度中心-公排管理-公排基础设置(修改)",
  814. "parameters": [
  815. {
  816. "type": "string",
  817. "description": "验证参数Bearer和token空格拼接",
  818. "name": "Authorization",
  819. "in": "header",
  820. "required": true
  821. },
  822. {
  823. "description": "公排设置表单内容",
  824. "name": "req",
  825. "in": "body",
  826. "required": true,
  827. "schema": {
  828. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  829. }
  830. }
  831. ],
  832. "responses": {
  833. "200": {
  834. "description": "success",
  835. "schema": {
  836. "type": "string"
  837. }
  838. },
  839. "400": {
  840. "description": "具体错误",
  841. "schema": {
  842. "$ref": "#/definitions/md.Response"
  843. }
  844. }
  845. }
  846. }
  847. },
  848. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  849. "post": {
  850. "description": "日活分析",
  851. "consumes": [
  852. "application/json"
  853. ],
  854. "produces": [
  855. "application/json"
  856. ],
  857. "tags": [
  858. "公排管理"
  859. ],
  860. "summary": "制度中心-公排管理-日活分析",
  861. "parameters": [
  862. {
  863. "type": "string",
  864. "description": "验证参数Bearer和token空格拼接",
  865. "name": "Authorization",
  866. "in": "header",
  867. "required": true
  868. },
  869. {
  870. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  871. "name": "req",
  872. "in": "body",
  873. "required": true,
  874. "schema": {
  875. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  876. }
  877. }
  878. ],
  879. "responses": {
  880. "200": {
  881. "description": "具体数据",
  882. "schema": {
  883. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  884. }
  885. },
  886. "400": {
  887. "description": "具体错误",
  888. "schema": {
  889. "$ref": "#/definitions/md.Response"
  890. }
  891. }
  892. }
  893. }
  894. },
  895. "/api/login": {
  896. "post": {
  897. "description": "登入",
  898. "consumes": [
  899. "application/json"
  900. ],
  901. "produces": [
  902. "application/json"
  903. ],
  904. "tags": [
  905. "登录"
  906. ],
  907. "summary": "登陆",
  908. "parameters": [
  909. {
  910. "description": "用户名密码",
  911. "name": "req",
  912. "in": "body",
  913. "required": true,
  914. "schema": {
  915. "$ref": "#/definitions/md.LoginReq"
  916. }
  917. }
  918. ],
  919. "responses": {
  920. "200": {
  921. "description": "token",
  922. "schema": {
  923. "$ref": "#/definitions/md.LoginResponse"
  924. }
  925. },
  926. "400": {
  927. "description": "具体错误",
  928. "schema": {
  929. "$ref": "#/definitions/md.Response"
  930. }
  931. }
  932. }
  933. }
  934. }
  935. },
  936. "definitions": {
  937. "applet_app_md_institutional_management_egg_energy.Paginate": {
  938. "type": "object",
  939. "properties": {
  940. "limit": {
  941. "description": "每页大小",
  942. "type": "integer"
  943. },
  944. "page": {
  945. "description": "页数",
  946. "type": "integer"
  947. },
  948. "total": {
  949. "description": "总数据量",
  950. "type": "integer"
  951. }
  952. }
  953. },
  954. "applet_app_md_institutional_management_public_platoon.Paginate": {
  955. "type": "object",
  956. "properties": {
  957. "limit": {
  958. "description": "每页大小",
  959. "type": "integer"
  960. },
  961. "page": {
  962. "description": "页数",
  963. "type": "integer"
  964. },
  965. "total": {
  966. "description": "总数据量",
  967. "type": "integer"
  968. }
  969. }
  970. },
  971. "md.ActivePointsWalletNode": {
  972. "type": "object",
  973. "properties": {
  974. "amount": {
  975. "type": "string",
  976. "example": "账户余额"
  977. },
  978. "uid": {
  979. "description": "用户 ID",
  980. "type": "integer"
  981. },
  982. "user_name": {
  983. "type": "string",
  984. "example": "用户名"
  985. },
  986. "user_phone": {
  987. "type": "string",
  988. "example": "手机号"
  989. }
  990. }
  991. },
  992. "md.AddCommunityDividendsReq": {
  993. "type": "object",
  994. "properties": {
  995. "name": {
  996. "type": "string",
  997. "example": "社区分红名称"
  998. },
  999. "nums": {
  1000. "description": "社区分红数量",
  1001. "type": "integer"
  1002. }
  1003. }
  1004. },
  1005. "md.AddCommunityDividendsWithUserReq": {
  1006. "type": "object",
  1007. "properties": {
  1008. "memo": {
  1009. "type": "string",
  1010. "example": "备注"
  1011. },
  1012. "uid": {
  1013. "description": "新增社区长用户 ID",
  1014. "type": "integer"
  1015. }
  1016. }
  1017. },
  1018. "md.AddFreePublishUserReq": {
  1019. "type": "object",
  1020. "properties": {
  1021. "uid": {
  1022. "type": "integer"
  1023. }
  1024. }
  1025. },
  1026. "md.BasicSetting": {
  1027. "type": "object",
  1028. "properties": {
  1029. "id": {
  1030. "type": "integer"
  1031. },
  1032. "is_open": {
  1033. "description": "是否开启(1:开启 0:关闭)",
  1034. "type": "integer"
  1035. },
  1036. "is_self_active_get_team_revenue": {
  1037. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  1038. "type": "integer"
  1039. },
  1040. "originator_uid": {
  1041. "description": "创始人uid",
  1042. "type": "integer"
  1043. },
  1044. "several_rows": {
  1045. "description": "几排",
  1046. "type": "integer"
  1047. },
  1048. "several_times": {
  1049. "description": "几乘",
  1050. "type": "integer"
  1051. },
  1052. "system_punish_replace": {
  1053. "description": "是否位置滑落 被新用户替换 0否 1是",
  1054. "type": "integer"
  1055. },
  1056. "system_punish_replace_value": {
  1057. "description": "xx天未活跃,处罚滑落",
  1058. "type": "integer"
  1059. }
  1060. }
  1061. },
  1062. "md.DailyActivityAnalysisTopData": {
  1063. "type": "object",
  1064. "properties": {
  1065. "activity_count": {
  1066. "description": "子节点活跃天数",
  1067. "type": "integer"
  1068. },
  1069. "team_activity_user_count": {
  1070. "description": "子节点活跃人数",
  1071. "type": "integer"
  1072. },
  1073. "team_user_count": {
  1074. "description": "团队人数",
  1075. "type": "integer"
  1076. }
  1077. }
  1078. },
  1079. "md.DynamicDataFlowListReq": {
  1080. "type": "object",
  1081. "properties": {
  1082. "end_at": {
  1083. "description": "结束时间",
  1084. "type": "string",
  1085. "example": "结束时间"
  1086. },
  1087. "kind": {
  1088. "description": "持有类型",
  1089. "type": "integer"
  1090. },
  1091. "page": {
  1092. "description": "页数",
  1093. "type": "integer"
  1094. },
  1095. "page_size": {
  1096. "description": "每页大小",
  1097. "type": "integer"
  1098. },
  1099. "start_at": {
  1100. "description": "开始时间",
  1101. "type": "string",
  1102. "example": "开始时间"
  1103. }
  1104. }
  1105. },
  1106. "md.DynamicDataFlowListResp": {
  1107. "type": "object",
  1108. "properties": {
  1109. "kind_list": {
  1110. "type": "array",
  1111. "items": {
  1112. "type": "object",
  1113. "additionalProperties": true
  1114. }
  1115. },
  1116. "list": {
  1117. "type": "array",
  1118. "items": {
  1119. "$ref": "#/definitions/model.EggEnergyAvailableEnergyFlow"
  1120. }
  1121. },
  1122. "paginate": {
  1123. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  1124. }
  1125. }
  1126. },
  1127. "md.EggEnergyCommunityDividends": {
  1128. "type": "object",
  1129. "properties": {
  1130. "coin_id": {
  1131. "description": "虚拟币 id",
  1132. "type": "integer"
  1133. },
  1134. "create_at": {
  1135. "description": "分红时间",
  1136. "type": "string"
  1137. },
  1138. "id": {
  1139. "type": "integer"
  1140. },
  1141. "is_over": {
  1142. "description": "是否分红完毕",
  1143. "type": "integer"
  1144. },
  1145. "name": {
  1146. "type": "string",
  1147. "example": "名称"
  1148. },
  1149. "nums": {
  1150. "description": "分红数量",
  1151. "type": "integer"
  1152. },
  1153. "persons_num": {
  1154. "description": "分红人数",
  1155. "type": "integer"
  1156. },
  1157. "update_at": {
  1158. "type": "string"
  1159. }
  1160. }
  1161. },
  1162. "md.EggEnergyCommunityDividendsWithUser": {
  1163. "type": "object",
  1164. "properties": {
  1165. "id": {
  1166. "type": "integer"
  1167. },
  1168. "memo": {
  1169. "type": "string",
  1170. "example": "备注"
  1171. },
  1172. "nickname": {
  1173. "type": "string"
  1174. },
  1175. "phone": {
  1176. "type": "string"
  1177. },
  1178. "uid": {
  1179. "type": "integer"
  1180. }
  1181. }
  1182. },
  1183. "md.ExchangeUserPositionReq": {
  1184. "type": "object",
  1185. "properties": {
  1186. "position_1": {
  1187. "description": "位置1,具体值取返回数据中的 system_id",
  1188. "type": "integer"
  1189. },
  1190. "position_2": {
  1191. "description": "位置2,具体值取返回数据中的 system_id",
  1192. "type": "integer"
  1193. }
  1194. }
  1195. },
  1196. "md.FindSubUserRelationshipMapResp": {
  1197. "type": "object",
  1198. "properties": {
  1199. "basic_setting": {
  1200. "description": "公排设置",
  1201. "allOf": [
  1202. {
  1203. "$ref": "#/definitions/md.BasicSetting"
  1204. }
  1205. ]
  1206. },
  1207. "search_uid": {
  1208. "description": "查找的用户 ID",
  1209. "type": "string"
  1210. },
  1211. "sub_user": {
  1212. "description": "上级用户信息",
  1213. "allOf": [
  1214. {
  1215. "$ref": "#/definitions/md.SubUser"
  1216. }
  1217. ]
  1218. }
  1219. }
  1220. },
  1221. "md.FreePublishUserNode": {
  1222. "type": "object",
  1223. "properties": {
  1224. "nickname": {
  1225. "type": "string",
  1226. "example": "昵称"
  1227. },
  1228. "phone": {
  1229. "type": "string",
  1230. "example": "手机号"
  1231. },
  1232. "uid": {
  1233. "type": "integer"
  1234. }
  1235. }
  1236. },
  1237. "md.GetActivePointsUserCoinFlowListReq": {
  1238. "type": "object",
  1239. "properties": {
  1240. "coin_id": {
  1241. "description": "货币类型 ID",
  1242. "type": "integer"
  1243. },
  1244. "direction": {
  1245. "description": "流水方向:1收入 2支出",
  1246. "type": "integer"
  1247. },
  1248. "end_at": {
  1249. "description": "结束时间",
  1250. "type": "string"
  1251. },
  1252. "page": {
  1253. "description": "页数",
  1254. "type": "integer"
  1255. },
  1256. "page_size": {
  1257. "description": "每页大小",
  1258. "type": "integer"
  1259. },
  1260. "start_at": {
  1261. "description": "开始时间",
  1262. "type": "string"
  1263. },
  1264. "uid": {
  1265. "description": "用户 ID",
  1266. "type": "integer"
  1267. }
  1268. }
  1269. },
  1270. "md.GetActivePointsUserCoinFlowListResp": {
  1271. "type": "object",
  1272. "properties": {
  1273. "list": {
  1274. "description": "流水信息",
  1275. "type": "array",
  1276. "items": {
  1277. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  1278. }
  1279. },
  1280. "paginate": {
  1281. "description": "分页信息",
  1282. "allOf": [
  1283. {
  1284. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  1285. }
  1286. ]
  1287. },
  1288. "select_data": {
  1289. "description": "流水类型",
  1290. "allOf": [
  1291. {
  1292. "$ref": "#/definitions/md.SelectData"
  1293. }
  1294. ]
  1295. }
  1296. }
  1297. },
  1298. "md.GetActivePointsUserCoinListReq": {
  1299. "type": "object",
  1300. "properties": {
  1301. "end_coin": {
  1302. "type": "string",
  1303. "example": "最大金额"
  1304. },
  1305. "kind": {
  1306. "description": "虚拟币种类编号",
  1307. "type": "integer"
  1308. },
  1309. "page": {
  1310. "description": "页数",
  1311. "type": "integer"
  1312. },
  1313. "page_size": {
  1314. "description": "单页大小",
  1315. "type": "integer"
  1316. },
  1317. "start_coin": {
  1318. "type": "string",
  1319. "example": "最小金额"
  1320. },
  1321. "uid": {
  1322. "description": "指定查询用户 ID",
  1323. "type": "integer"
  1324. },
  1325. "user_name": {
  1326. "type": "string",
  1327. "example": "用户名称"
  1328. },
  1329. "user_phone": {
  1330. "type": "string",
  1331. "example": "手机号"
  1332. }
  1333. }
  1334. },
  1335. "md.GetActivePointsUserCoinListResp": {
  1336. "type": "object",
  1337. "properties": {
  1338. "kind_list": {
  1339. "description": "货币类型集合",
  1340. "type": "array",
  1341. "items": {
  1342. "$ref": "#/definitions/md.VirtualCoinListNode"
  1343. }
  1344. },
  1345. "list": {
  1346. "description": "余额集合",
  1347. "type": "array",
  1348. "items": {
  1349. "$ref": "#/definitions/md.ActivePointsWalletNode"
  1350. }
  1351. },
  1352. "sum_user_amount": {
  1353. "description": "用户持有总数",
  1354. "type": "number"
  1355. },
  1356. "total": {
  1357. "description": "持有该类型用户数",
  1358. "type": "integer"
  1359. }
  1360. }
  1361. },
  1362. "md.GetFreePublishUserReq": {
  1363. "type": "object",
  1364. "properties": {
  1365. "limit": {
  1366. "description": "每页大小",
  1367. "type": "integer"
  1368. },
  1369. "page": {
  1370. "description": "当前页数",
  1371. "type": "integer"
  1372. },
  1373. "uid": {
  1374. "description": "筛选的用户 ID",
  1375. "type": "integer"
  1376. }
  1377. }
  1378. },
  1379. "md.GetFreePublishUserResp": {
  1380. "type": "object",
  1381. "properties": {
  1382. "list": {
  1383. "description": "免罚用户列表",
  1384. "type": "array",
  1385. "items": {
  1386. "$ref": "#/definitions/md.FreePublishUserNode"
  1387. }
  1388. },
  1389. "paginate": {
  1390. "description": "分页信息",
  1391. "allOf": [
  1392. {
  1393. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  1394. }
  1395. ]
  1396. }
  1397. }
  1398. },
  1399. "md.GetGreenEnergyUserCoinFlowListReq": {
  1400. "type": "object",
  1401. "properties": {
  1402. "coin_id": {
  1403. "description": "货币类型 ID",
  1404. "type": "integer"
  1405. },
  1406. "direction": {
  1407. "description": "流水方向:1收入 2支出",
  1408. "type": "integer"
  1409. },
  1410. "end_at": {
  1411. "description": "结束时间",
  1412. "type": "string"
  1413. },
  1414. "page": {
  1415. "description": "页数",
  1416. "type": "integer"
  1417. },
  1418. "page_size": {
  1419. "description": "每页大小",
  1420. "type": "integer"
  1421. },
  1422. "start_at": {
  1423. "description": "开始时间",
  1424. "type": "string"
  1425. },
  1426. "uid": {
  1427. "description": "用户 ID",
  1428. "type": "integer"
  1429. }
  1430. }
  1431. },
  1432. "md.GetGreenEnergyUserCoinFlowListResp": {
  1433. "type": "object",
  1434. "properties": {
  1435. "list": {
  1436. "description": "流水信息",
  1437. "type": "array",
  1438. "items": {
  1439. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  1440. }
  1441. },
  1442. "paginate": {
  1443. "description": "分页信息",
  1444. "allOf": [
  1445. {
  1446. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  1447. }
  1448. ]
  1449. },
  1450. "select_data": {
  1451. "description": "流水类型",
  1452. "allOf": [
  1453. {
  1454. "$ref": "#/definitions/md.SelectData"
  1455. }
  1456. ]
  1457. }
  1458. }
  1459. },
  1460. "md.GetGreenEnergyUserCoinListReq": {
  1461. "type": "object",
  1462. "properties": {
  1463. "end_coin": {
  1464. "type": "string",
  1465. "example": "最大金额"
  1466. },
  1467. "kind": {
  1468. "description": "虚拟币种类编号",
  1469. "type": "integer"
  1470. },
  1471. "page": {
  1472. "description": "页数",
  1473. "type": "integer"
  1474. },
  1475. "page_size": {
  1476. "description": "单页大小",
  1477. "type": "integer"
  1478. },
  1479. "start_coin": {
  1480. "type": "string",
  1481. "example": "最小金额"
  1482. },
  1483. "uid": {
  1484. "description": "指定查询用户 ID",
  1485. "type": "integer"
  1486. },
  1487. "user_name": {
  1488. "type": "string",
  1489. "example": "用户名称"
  1490. },
  1491. "user_phone": {
  1492. "type": "string",
  1493. "example": "手机号"
  1494. }
  1495. }
  1496. },
  1497. "md.GetGreenEnergyUserCoinListResp": {
  1498. "type": "object",
  1499. "properties": {
  1500. "kind_list": {
  1501. "description": "货币类型集合",
  1502. "type": "array",
  1503. "items": {
  1504. "$ref": "#/definitions/md.VirtualCoinListNode"
  1505. }
  1506. },
  1507. "list": {
  1508. "description": "余额集合",
  1509. "type": "array",
  1510. "items": {
  1511. "$ref": "#/definitions/md.ActivePointsWalletNode"
  1512. }
  1513. },
  1514. "sum_user_amount": {
  1515. "description": "用户持有总数",
  1516. "type": "number"
  1517. },
  1518. "total": {
  1519. "description": "持有该类型用户数",
  1520. "type": "integer"
  1521. }
  1522. }
  1523. },
  1524. "md.GetPublicPlatoonBasicResp": {
  1525. "type": "object",
  1526. "properties": {
  1527. "is_open": {
  1528. "description": "是否开启(1:开启 0:关闭)",
  1529. "type": "integer"
  1530. },
  1531. "is_self_active_get_team_revenue": {
  1532. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  1533. "type": "integer"
  1534. },
  1535. "originator_uid": {
  1536. "description": "创始人uid",
  1537. "type": "integer"
  1538. },
  1539. "several_rows": {
  1540. "description": "几排",
  1541. "type": "integer"
  1542. },
  1543. "several_times": {
  1544. "description": "几乘",
  1545. "type": "integer"
  1546. },
  1547. "system_punish_replace": {
  1548. "description": "是否位置滑落 被新用户替换 0否 1是",
  1549. "type": "integer"
  1550. },
  1551. "system_punish_replace_value": {
  1552. "description": "xx天未活跃,处罚滑落",
  1553. "type": "integer"
  1554. }
  1555. }
  1556. },
  1557. "md.ListCommunityDividendsReq": {
  1558. "type": "object",
  1559. "properties": {
  1560. "end_at": {
  1561. "description": "结束时间",
  1562. "type": "string"
  1563. },
  1564. "end_nums": {
  1565. "description": "分红总量上限",
  1566. "type": "integer"
  1567. },
  1568. "limit": {
  1569. "description": "每页大小",
  1570. "type": "integer"
  1571. },
  1572. "page": {
  1573. "description": "页数",
  1574. "type": "integer"
  1575. },
  1576. "start_at": {
  1577. "description": "开始时间",
  1578. "type": "string"
  1579. },
  1580. "start_nums": {
  1581. "description": "分红总量下限",
  1582. "type": "integer"
  1583. }
  1584. }
  1585. },
  1586. "md.ListCommunityDividendsResp": {
  1587. "type": "object",
  1588. "properties": {
  1589. "list": {
  1590. "type": "array",
  1591. "items": {
  1592. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  1593. }
  1594. },
  1595. "paginate": {
  1596. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  1597. }
  1598. }
  1599. },
  1600. "md.ListCommunityDividendsWithUserReq": {
  1601. "type": "object",
  1602. "properties": {
  1603. "limit": {
  1604. "type": "integer"
  1605. },
  1606. "page": {
  1607. "type": "integer"
  1608. },
  1609. "phone": {
  1610. "type": "string"
  1611. },
  1612. "uid": {
  1613. "type": "integer"
  1614. }
  1615. }
  1616. },
  1617. "md.ListCommunityDividendsWithUserResp": {
  1618. "type": "object",
  1619. "properties": {
  1620. "list": {
  1621. "type": "array",
  1622. "items": {
  1623. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  1624. }
  1625. },
  1626. "paginate": {
  1627. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  1628. }
  1629. }
  1630. },
  1631. "md.LoginReq": {
  1632. "type": "object",
  1633. "required": [
  1634. "password",
  1635. "username"
  1636. ],
  1637. "properties": {
  1638. "code": {
  1639. "type": "string",
  1640. "example": "验证码"
  1641. },
  1642. "password": {
  1643. "type": "string",
  1644. "example": "登录密码"
  1645. },
  1646. "username": {
  1647. "type": "string",
  1648. "example": "登录账号"
  1649. }
  1650. }
  1651. },
  1652. "md.LoginResponse": {
  1653. "type": "object",
  1654. "properties": {
  1655. "token": {
  1656. "type": "string"
  1657. }
  1658. }
  1659. },
  1660. "md.Response": {
  1661. "type": "object",
  1662. "properties": {
  1663. "code": {
  1664. "type": "string",
  1665. "example": "响应码"
  1666. },
  1667. "data": {
  1668. "description": "内容"
  1669. },
  1670. "msg": {
  1671. "type": "string",
  1672. "example": "具体错误原因"
  1673. }
  1674. }
  1675. },
  1676. "md.SelectData": {
  1677. "type": "object",
  1678. "properties": {
  1679. "direction": {
  1680. "type": "array",
  1681. "items": {
  1682. "type": "object",
  1683. "additionalProperties": {
  1684. "type": "string"
  1685. }
  1686. }
  1687. }
  1688. }
  1689. },
  1690. "md.SonUserDailyActivityAnalysisNode": {
  1691. "type": "object",
  1692. "properties": {
  1693. "activity_day_nums": {
  1694. "description": "活跃子节点活跃天数",
  1695. "type": "integer"
  1696. },
  1697. "nickname": {
  1698. "type": "string",
  1699. "example": "昵称"
  1700. },
  1701. "phone": {
  1702. "type": "string",
  1703. "example": "手机号"
  1704. },
  1705. "uid": {
  1706. "description": "查询用户活跃子节点 ID",
  1707. "type": "integer"
  1708. }
  1709. }
  1710. },
  1711. "md.SubUser": {
  1712. "type": "object",
  1713. "properties": {
  1714. "avatar_url": {
  1715. "type": "string",
  1716. "example": "头像"
  1717. },
  1718. "level": {
  1719. "description": "整个系统中的等级",
  1720. "type": "integer"
  1721. },
  1722. "nickname": {
  1723. "type": "string",
  1724. "example": "昵称"
  1725. },
  1726. "phone": {
  1727. "type": "string",
  1728. "example": "手机号"
  1729. },
  1730. "pid": {
  1731. "type": "integer"
  1732. },
  1733. "position": {
  1734. "description": "以pid1为创始人中网的位置",
  1735. "type": "integer"
  1736. },
  1737. "uid": {
  1738. "type": "integer"
  1739. }
  1740. }
  1741. },
  1742. "md.TreeNode": {
  1743. "type": "object",
  1744. "properties": {
  1745. "avatar_url": {
  1746. "type": "string",
  1747. "example": "头像"
  1748. },
  1749. "level": {
  1750. "type": "integer"
  1751. },
  1752. "nickname": {
  1753. "type": "string",
  1754. "example": "昵称"
  1755. },
  1756. "phone": {
  1757. "type": "string",
  1758. "example": "手机号"
  1759. },
  1760. "pid": {
  1761. "type": "integer"
  1762. },
  1763. "position": {
  1764. "type": "integer"
  1765. },
  1766. "son": {
  1767. "type": "array",
  1768. "items": {
  1769. "$ref": "#/definitions/md.TreeNode"
  1770. }
  1771. },
  1772. "system_id": {
  1773. "description": "公排网中id",
  1774. "type": "integer"
  1775. },
  1776. "uid": {
  1777. "type": "integer"
  1778. }
  1779. }
  1780. },
  1781. "md.UpdatePublicPlatoonBasicReq": {
  1782. "type": "object",
  1783. "properties": {
  1784. "is_open": {
  1785. "description": "是否开启(1:开启 0:关闭)",
  1786. "type": "integer"
  1787. },
  1788. "is_self_active_get_team_revenue": {
  1789. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  1790. "type": "integer"
  1791. },
  1792. "originator_uid": {
  1793. "description": "创始人uid",
  1794. "type": "integer"
  1795. },
  1796. "several_rows": {
  1797. "description": "几排",
  1798. "type": "integer"
  1799. },
  1800. "several_times": {
  1801. "description": "几乘",
  1802. "type": "integer"
  1803. },
  1804. "system_punish_replace": {
  1805. "description": "是否位置滑落 被新用户替换 0否 1是",
  1806. "type": "integer"
  1807. },
  1808. "system_punish_replace_value": {
  1809. "description": "xx天未活跃,处罚滑落",
  1810. "type": "integer"
  1811. }
  1812. }
  1813. },
  1814. "md.UserDailyActivityAnalysisReq": {
  1815. "type": "object",
  1816. "properties": {
  1817. "end_date": {
  1818. "type": "string",
  1819. "example": "结束日期"
  1820. },
  1821. "page": {
  1822. "description": "页数",
  1823. "type": "integer"
  1824. },
  1825. "page_size": {
  1826. "description": "每页大小",
  1827. "type": "integer"
  1828. },
  1829. "start_date": {
  1830. "type": "string",
  1831. "example": "开始日期"
  1832. },
  1833. "uid": {
  1834. "description": "查询用户 ID",
  1835. "type": "integer"
  1836. }
  1837. }
  1838. },
  1839. "md.UserDailyActivityAnalysisResp": {
  1840. "type": "object",
  1841. "properties": {
  1842. "son_user_data": {
  1843. "description": "被查询用户子节点信息",
  1844. "type": "array",
  1845. "items": {
  1846. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  1847. }
  1848. },
  1849. "top_data": {
  1850. "description": "统计信息",
  1851. "allOf": [
  1852. {
  1853. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  1854. }
  1855. ]
  1856. }
  1857. }
  1858. },
  1859. "md.UserVirtualCoinFlow": {
  1860. "type": "object",
  1861. "properties": {
  1862. "after_amount": {
  1863. "type": "string",
  1864. "example": "变更后数量"
  1865. },
  1866. "amount": {
  1867. "type": "string",
  1868. "example": "变更数量"
  1869. },
  1870. "before_amount": {
  1871. "type": "string",
  1872. "example": "变更前数量"
  1873. },
  1874. "coin_id": {
  1875. "description": "虚拟币 ID",
  1876. "type": "integer"
  1877. },
  1878. "create_at": {
  1879. "type": "string",
  1880. "example": "创建时间"
  1881. },
  1882. "direction": {
  1883. "description": "方向:1收入 2支出",
  1884. "type": "integer"
  1885. },
  1886. "id": {
  1887. "type": "integer"
  1888. },
  1889. "sys_fee": {
  1890. "type": "string",
  1891. "example": "手续费"
  1892. },
  1893. "title": {
  1894. "type": "string",
  1895. "example": "标题"
  1896. },
  1897. "transfer_type": {
  1898. "description": "转账类型",
  1899. "type": "integer"
  1900. },
  1901. "uid": {
  1902. "description": "用户 ID",
  1903. "type": "integer"
  1904. },
  1905. "update_at": {
  1906. "type": "string",
  1907. "example": "更新时间"
  1908. }
  1909. }
  1910. },
  1911. "md.VirtualCoinListNode": {
  1912. "type": "object",
  1913. "properties": {
  1914. "coin_id": {
  1915. "description": "货币类型 ID",
  1916. "type": "integer"
  1917. },
  1918. "kind": {
  1919. "description": "货币序号",
  1920. "type": "integer"
  1921. },
  1922. "name": {
  1923. "type": "string",
  1924. "example": "货币类型名称"
  1925. }
  1926. }
  1927. },
  1928. "model.EggEnergyAvailableEnergyFlow": {
  1929. "type": "object",
  1930. "properties": {
  1931. "after_community_dividends": {
  1932. "type": "string"
  1933. },
  1934. "after_destruction_quantity_values": {
  1935. "type": "string"
  1936. },
  1937. "after_development_committee_values": {
  1938. "type": "string"
  1939. },
  1940. "after_marketplace_merchant_fund_values": {
  1941. "type": "string"
  1942. },
  1943. "after_marketplace_merchant_values": {
  1944. "type": "string"
  1945. },
  1946. "after_now_energy_total_nums": {
  1947. "type": "string"
  1948. },
  1949. "after_planet_total_value": {
  1950. "type": "string"
  1951. },
  1952. "after_price": {
  1953. "type": "string"
  1954. },
  1955. "after_public_welfare_and_charity_values": {
  1956. "type": "string"
  1957. },
  1958. "after_star_level_dividends_values": {
  1959. "type": "string"
  1960. },
  1961. "amount": {
  1962. "type": "string"
  1963. },
  1964. "before_community_dividends": {
  1965. "type": "string"
  1966. },
  1967. "before_destruction_quantity_values": {
  1968. "type": "string"
  1969. },
  1970. "before_development_committee_values": {
  1971. "type": "string"
  1972. },
  1973. "before_marketplace_merchant_fund_values": {
  1974. "type": "string"
  1975. },
  1976. "before_marketplace_merchant_values": {
  1977. "type": "string"
  1978. },
  1979. "before_now_energy_total_nums": {
  1980. "type": "string"
  1981. },
  1982. "before_planet_total_value": {
  1983. "type": "string"
  1984. },
  1985. "before_price": {
  1986. "type": "string"
  1987. },
  1988. "before_public_welfare_and_charity_values": {
  1989. "type": "string"
  1990. },
  1991. "before_star_level_dividends_values": {
  1992. "type": "string"
  1993. },
  1994. "create_time": {
  1995. "type": "string"
  1996. },
  1997. "id": {
  1998. "type": "integer"
  1999. },
  2000. "kind": {
  2001. "type": "integer"
  2002. },
  2003. "title": {
  2004. "type": "string"
  2005. }
  2006. }
  2007. }
  2008. },
  2009. "securityDefinitions": {
  2010. "MasterID": {
  2011. "type": "apiKey",
  2012. "name": "MasterID",
  2013. "in": "header"
  2014. }
  2015. }
  2016. }