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

3745 lines
129 KiB

  1. {
  2. "swagger": "2.0",
  3. "info": {
  4. "description": "管理后台接口文档",
  5. "title": "蛋蛋星球-管理后台",
  6. "termsOfService": "http://swagger.io/terms/",
  7. "contact": {
  8. "name": "dengbiao",
  9. "url": "http://www.swagger.io/support",
  10. "email": "1239118001@qq.com"
  11. },
  12. "license": {
  13. "name": "Apache 2.0",
  14. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  15. },
  16. "version": "1.0"
  17. },
  18. "host": "localhost:4001",
  19. "paths": {
  20. "/api/comm/getOssUrl": {
  21. "get": {
  22. "description": "上传许可链接(获取)",
  23. "consumes": [
  24. "application/json"
  25. ],
  26. "produces": [
  27. "application/json"
  28. ],
  29. "tags": [
  30. "对象存储"
  31. ],
  32. "summary": "通用请求-对象存储-上传许可链接(获取)",
  33. "parameters": [
  34. {
  35. "type": "string",
  36. "description": "验证参数Bearer和token空格拼接",
  37. "name": "Authorization",
  38. "in": "header",
  39. "required": true
  40. }
  41. ],
  42. "responses": {
  43. "200": {
  44. "description": "许可链接",
  45. "schema": {
  46. "type": "string"
  47. }
  48. },
  49. "400": {
  50. "description": "具体错误",
  51. "schema": {
  52. "$ref": "#/definitions/md.Response"
  53. }
  54. }
  55. }
  56. }
  57. },
  58. "/api/comm/oss/getBasic": {
  59. "get": {
  60. "description": "对象存储设置(获取)",
  61. "consumes": [
  62. "application/json"
  63. ],
  64. "produces": [
  65. "application/json"
  66. ],
  67. "tags": [
  68. "对象存储"
  69. ],
  70. "summary": "设置中心-对象存储-对象存储设置(获取)",
  71. "parameters": [
  72. {
  73. "type": "string",
  74. "description": "验证参数Bearer和token空格拼接",
  75. "name": "Authorization",
  76. "in": "header",
  77. "required": true
  78. }
  79. ],
  80. "responses": {
  81. "200": {
  82. "description": "设置列表",
  83. "schema": {
  84. "$ref": "#/definitions/md.GetBasicResp"
  85. }
  86. },
  87. "400": {
  88. "description": "具体错误",
  89. "schema": {
  90. "$ref": "#/definitions/md.Response"
  91. }
  92. }
  93. }
  94. }
  95. },
  96. "/api/comm/oss/setBasic": {
  97. "post": {
  98. "description": "对象存储设置(更新)",
  99. "consumes": [
  100. "application/json"
  101. ],
  102. "produces": [
  103. "application/json"
  104. ],
  105. "tags": [
  106. "对象存储"
  107. ],
  108. "summary": "设置中心-对象存储-对象存储设置(更新)",
  109. "parameters": [
  110. {
  111. "type": "string",
  112. "description": "验证参数Bearer和token空格拼接",
  113. "name": "Authorization",
  114. "in": "header",
  115. "required": true
  116. },
  117. {
  118. "description": "上传需要修改的信息",
  119. "name": "req",
  120. "in": "body",
  121. "required": true,
  122. "schema": {
  123. "$ref": "#/definitions/md.SetBasicReq"
  124. }
  125. }
  126. ],
  127. "responses": {
  128. "200": {
  129. "description": "success",
  130. "schema": {
  131. "type": "string"
  132. }
  133. },
  134. "400": {
  135. "description": "具体错误",
  136. "schema": {
  137. "$ref": "#/definitions/md.Response"
  138. }
  139. }
  140. }
  141. }
  142. },
  143. "/api/demo": {
  144. "post": {
  145. "description": "Demo样例测试",
  146. "consumes": [
  147. "application/json"
  148. ],
  149. "produces": [
  150. "application/json"
  151. ],
  152. "tags": [
  153. "Demo"
  154. ],
  155. "summary": "Demo测试",
  156. "parameters": [
  157. {
  158. "description": "用户名密码",
  159. "name": "req",
  160. "in": "body",
  161. "required": true,
  162. "schema": {}
  163. }
  164. ],
  165. "responses": {
  166. "200": {
  167. "description": "token",
  168. "schema": {
  169. "type": "object",
  170. "additionalProperties": true
  171. }
  172. },
  173. "400": {
  174. "description": "具体错误",
  175. "schema": {
  176. "$ref": "#/definitions/md.Response"
  177. }
  178. }
  179. }
  180. }
  181. },
  182. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  183. "post": {
  184. "description": "动态数据流水(获取)",
  185. "consumes": [
  186. "application/json"
  187. ],
  188. "produces": [
  189. "application/json"
  190. ],
  191. "tags": [
  192. "公排管理"
  193. ],
  194. "summary": "制度中心-动态数据-动态数据流水(获取)",
  195. "parameters": [
  196. {
  197. "type": "string",
  198. "description": "验证参数Bearer和token空格拼接",
  199. "name": "Authorization",
  200. "in": "header",
  201. "required": true
  202. },
  203. {
  204. "description": "页数、每页大小必传 起止时间、持有类型选传",
  205. "name": "req",
  206. "in": "body",
  207. "required": true,
  208. "schema": {
  209. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  210. }
  211. }
  212. ],
  213. "responses": {
  214. "200": {
  215. "description": "成功返回",
  216. "schema": {
  217. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  218. }
  219. },
  220. "400": {
  221. "description": "具体错误",
  222. "schema": {
  223. "$ref": "#/definitions/md.Response"
  224. }
  225. }
  226. }
  227. }
  228. },
  229. "/api/institutionalManagement/eggEnergy/getBasic": {
  230. "get": {
  231. "description": "基础设置(获取)",
  232. "consumes": [
  233. "application/json"
  234. ],
  235. "produces": [
  236. "application/json"
  237. ],
  238. "tags": [
  239. "蛋蛋能量"
  240. ],
  241. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  242. "parameters": [
  243. {
  244. "type": "string",
  245. "description": "验证参数Bearer和token空格拼接",
  246. "name": "Authorization",
  247. "in": "header",
  248. "required": true
  249. }
  250. ],
  251. "responses": {
  252. "200": {
  253. "description": "具体数据",
  254. "schema": {
  255. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  256. }
  257. },
  258. "400": {
  259. "description": "具体错误",
  260. "schema": {
  261. "$ref": "#/definitions/md.Response"
  262. }
  263. }
  264. }
  265. }
  266. },
  267. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  268. "get": {
  269. "description": "查询所有币种(获取)",
  270. "consumes": [
  271. "application/json"
  272. ],
  273. "produces": [
  274. "application/json"
  275. ],
  276. "tags": [
  277. "蛋蛋能量"
  278. ],
  279. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  280. "parameters": [
  281. {
  282. "type": "string",
  283. "description": "验证参数Bearer和token空格拼接",
  284. "name": "Authorization",
  285. "in": "header",
  286. "required": true
  287. }
  288. ],
  289. "responses": {
  290. "200": {
  291. "description": "成功返回",
  292. "schema": {
  293. "type": "array",
  294. "items": {
  295. "$ref": "#/definitions/md.VirtualCoin"
  296. }
  297. }
  298. },
  299. "400": {
  300. "description": "具体错误",
  301. "schema": {
  302. "$ref": "#/definitions/md.Response"
  303. }
  304. }
  305. }
  306. }
  307. },
  308. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  309. "get": {
  310. "description": "数据概览(获取)",
  311. "consumes": [
  312. "application/json"
  313. ],
  314. "produces": [
  315. "application/json"
  316. ],
  317. "tags": [
  318. "蛋蛋能量"
  319. ],
  320. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  321. "parameters": [
  322. {
  323. "type": "string",
  324. "description": "验证参数Bearer和token空格拼接",
  325. "name": "Authorization",
  326. "in": "header",
  327. "required": true
  328. }
  329. ],
  330. "responses": {
  331. "200": {
  332. "description": "具体数据",
  333. "schema": {
  334. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  335. }
  336. },
  337. "400": {
  338. "description": "具体错误",
  339. "schema": {
  340. "$ref": "#/definitions/md.Response"
  341. }
  342. }
  343. }
  344. }
  345. },
  346. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  347. "post": {
  348. "description": "价值明细数据(新增)",
  349. "consumes": [
  350. "application/json"
  351. ],
  352. "produces": [
  353. "application/json"
  354. ],
  355. "tags": [
  356. "蛋蛋能量"
  357. ],
  358. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  359. "parameters": [
  360. {
  361. "type": "string",
  362. "description": "验证参数Bearer和token空格拼接",
  363. "name": "Authorization",
  364. "in": "header",
  365. "required": true
  366. },
  367. {
  368. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  369. "name": "req",
  370. "in": "body",
  371. "required": true,
  372. "schema": {
  373. "$ref": "#/definitions/md.AddFundDataReq"
  374. }
  375. }
  376. ],
  377. "responses": {
  378. "200": {
  379. "description": "插入数据 id",
  380. "schema": {
  381. "type": "int"
  382. }
  383. },
  384. "400": {
  385. "description": "具体错误",
  386. "schema": {
  387. "$ref": "#/definitions/md.Response"
  388. }
  389. }
  390. }
  391. }
  392. },
  393. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  394. "post": {
  395. "description": "新增数据列表(获取)",
  396. "consumes": [
  397. "application/json"
  398. ],
  399. "produces": [
  400. "application/json"
  401. ],
  402. "tags": [
  403. "蛋蛋能量"
  404. ],
  405. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  406. "parameters": [
  407. {
  408. "type": "string",
  409. "description": "验证参数Bearer和token空格拼接",
  410. "name": "Authorization",
  411. "in": "header",
  412. "required": true
  413. },
  414. {
  415. "description": "分页信息必填",
  416. "name": "req",
  417. "in": "body",
  418. "required": true,
  419. "schema": {
  420. "$ref": "#/definitions/md.GetFundDataListReq"
  421. }
  422. }
  423. ],
  424. "responses": {
  425. "200": {
  426. "description": "具体数据",
  427. "schema": {
  428. "$ref": "#/definitions/md.GetFundDataListResp"
  429. }
  430. },
  431. "400": {
  432. "description": "具体错误",
  433. "schema": {
  434. "$ref": "#/definitions/md.Response"
  435. }
  436. }
  437. }
  438. }
  439. },
  440. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  441. "post": {
  442. "description": "新增数据列表详情(查询)",
  443. "consumes": [
  444. "application/json"
  445. ],
  446. "produces": [
  447. "application/json"
  448. ],
  449. "tags": [
  450. "蛋蛋能量"
  451. ],
  452. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  453. "parameters": [
  454. {
  455. "type": "string",
  456. "description": "验证参数Bearer和token空格拼接",
  457. "name": "Authorization",
  458. "in": "header",
  459. "required": true
  460. },
  461. {
  462. "description": "获取到的 system_id 以及分页信息",
  463. "name": "req",
  464. "in": "body",
  465. "required": true,
  466. "schema": {
  467. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  468. }
  469. }
  470. ],
  471. "responses": {
  472. "200": {
  473. "description": "具体数据",
  474. "schema": {
  475. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  476. }
  477. },
  478. "400": {
  479. "description": "具体错误",
  480. "schema": {
  481. "$ref": "#/definitions/md.Response"
  482. }
  483. }
  484. }
  485. }
  486. },
  487. "/api/institutionalManagement/eggEnergy/globalData/platformRevenueList": {
  488. "post": {
  489. "description": "平台营收数据(获取)",
  490. "consumes": [
  491. "application/json"
  492. ],
  493. "produces": [
  494. "application/json"
  495. ],
  496. "tags": [
  497. "蛋蛋能量"
  498. ],
  499. "summary": "制度中心-蛋蛋能量-平台营收数据(获取)",
  500. "parameters": [
  501. {
  502. "type": "string",
  503. "description": "验证参数Bearer和token空格拼接",
  504. "name": "Authorization",
  505. "in": "header",
  506. "required": true
  507. },
  508. {
  509. "description": "分页信息必填",
  510. "name": "req",
  511. "in": "body",
  512. "required": true,
  513. "schema": {
  514. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  515. }
  516. }
  517. ],
  518. "responses": {
  519. "200": {
  520. "description": "具体数据",
  521. "schema": {
  522. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  523. }
  524. },
  525. "400": {
  526. "description": "具体错误",
  527. "schema": {
  528. "$ref": "#/definitions/md.Response"
  529. }
  530. }
  531. }
  532. }
  533. },
  534. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  535. "get": {
  536. "description": "价格趋势(获取)",
  537. "consumes": [
  538. "application/json"
  539. ],
  540. "produces": [
  541. "application/json"
  542. ],
  543. "tags": [
  544. "蛋蛋能量"
  545. ],
  546. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  547. "parameters": [
  548. {
  549. "type": "string",
  550. "description": "验证参数Bearer和token空格拼接",
  551. "name": "Authorization",
  552. "in": "header",
  553. "required": true
  554. },
  555. {
  556. "type": "string",
  557. "description": "1:按天 2:按小时 3:按周",
  558. "name": "kind",
  559. "in": "query"
  560. }
  561. ],
  562. "responses": {
  563. "200": {
  564. "description": "具体数据",
  565. "schema": {
  566. "$ref": "#/definitions/md.GetPriceCurveResp"
  567. }
  568. },
  569. "400": {
  570. "description": "具体错误",
  571. "schema": {
  572. "$ref": "#/definitions/md.Response"
  573. }
  574. }
  575. }
  576. }
  577. },
  578. "/api/institutionalManagement/eggEnergy/platformRevenue/PlatformRevenueAdd": {
  579. "post": {
  580. "description": "平台营收数据(新增)",
  581. "consumes": [
  582. "application/json"
  583. ],
  584. "produces": [
  585. "application/json"
  586. ],
  587. "tags": [
  588. "蛋蛋能量"
  589. ],
  590. "summary": "制度中心-蛋蛋能量-平台营收数据(新增)",
  591. "parameters": [
  592. {
  593. "type": "string",
  594. "description": "验证参数Bearer和token空格拼接",
  595. "name": "Authorization",
  596. "in": "header",
  597. "required": true
  598. },
  599. {
  600. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  601. "name": "req",
  602. "in": "body",
  603. "required": true,
  604. "schema": {
  605. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  606. }
  607. }
  608. ],
  609. "responses": {
  610. "200": {
  611. "description": "插入数据 id",
  612. "schema": {
  613. "type": "int"
  614. }
  615. },
  616. "400": {
  617. "description": "具体错误",
  618. "schema": {
  619. "$ref": "#/definitions/md.Response"
  620. }
  621. }
  622. }
  623. }
  624. },
  625. "/api/institutionalManagement/eggEnergy/platformRevenue/SetVideoReward": {
  626. "post": {
  627. "description": "激励视频(设置)",
  628. "consumes": [
  629. "application/json"
  630. ],
  631. "produces": [
  632. "application/json"
  633. ],
  634. "tags": [
  635. "蛋蛋能量"
  636. ],
  637. "summary": "制度中心-蛋蛋能量-激励视频(设置)",
  638. "parameters": [
  639. {
  640. "type": "string",
  641. "description": "验证参数Bearer和token空格拼接",
  642. "name": "Authorization",
  643. "in": "header",
  644. "required": true
  645. },
  646. {
  647. "description": "落地页不填页大小默认20条数据",
  648. "name": "req",
  649. "in": "body",
  650. "required": true,
  651. "schema": {
  652. "$ref": "#/definitions/md.SetVideoRewardReq"
  653. }
  654. }
  655. ],
  656. "responses": {
  657. "200": {
  658. "description": "success",
  659. "schema": {
  660. "type": "string"
  661. }
  662. },
  663. "400": {
  664. "description": "具体错误",
  665. "schema": {
  666. "$ref": "#/definitions/md.Response"
  667. }
  668. }
  669. }
  670. }
  671. },
  672. "/api/institutionalManagement/eggEnergy/updateBasic": {
  673. "post": {
  674. "description": "基础设置(更新)",
  675. "consumes": [
  676. "application/json"
  677. ],
  678. "produces": [
  679. "application/json"
  680. ],
  681. "tags": [
  682. "蛋蛋能量"
  683. ],
  684. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  685. "parameters": [
  686. {
  687. "type": "string",
  688. "description": "验证参数Bearer和token空格拼接",
  689. "name": "Authorization",
  690. "in": "header",
  691. "required": true
  692. },
  693. {
  694. "description": "system_id 必填",
  695. "name": "req",
  696. "in": "body",
  697. "required": true,
  698. "schema": {
  699. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  700. }
  701. }
  702. ],
  703. "responses": {
  704. "200": {
  705. "description": "修改数据条数",
  706. "schema": {
  707. "type": "int"
  708. }
  709. },
  710. "400": {
  711. "description": "具体错误",
  712. "schema": {
  713. "$ref": "#/definitions/md.Response"
  714. }
  715. }
  716. }
  717. }
  718. },
  719. "/api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinFlowList": {
  720. "post": {
  721. "description": "活跃积分持有流水(查询)",
  722. "consumes": [
  723. "application/json"
  724. ],
  725. "produces": [
  726. "application/json"
  727. ],
  728. "tags": [
  729. "公排管理"
  730. ],
  731. "summary": "制度中心-活跃积分持有者明细-活跃积分持有流水(查询)",
  732. "parameters": [
  733. {
  734. "type": "string",
  735. "description": "验证参数Bearer和token空格拼接",
  736. "name": "Authorization",
  737. "in": "header",
  738. "required": true
  739. },
  740. {
  741. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  742. "name": "req",
  743. "in": "body",
  744. "required": true,
  745. "schema": {
  746. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  747. }
  748. }
  749. ],
  750. "responses": {
  751. "200": {
  752. "description": "成功返回",
  753. "schema": {
  754. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  755. }
  756. },
  757. "400": {
  758. "description": "具体错误",
  759. "schema": {
  760. "$ref": "#/definitions/md.Response"
  761. }
  762. }
  763. }
  764. }
  765. },
  766. "/api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinList": {
  767. "post": {
  768. "description": "活跃积分持有(获取)",
  769. "consumes": [
  770. "application/json"
  771. ],
  772. "produces": [
  773. "application/json"
  774. ],
  775. "tags": [
  776. "公排管理"
  777. ],
  778. "summary": "制度中心-活跃积分持有者明细-活跃积分持有(获取)",
  779. "parameters": [
  780. {
  781. "type": "string",
  782. "description": "验证参数Bearer和token空格拼接",
  783. "name": "Authorization",
  784. "in": "header",
  785. "required": true
  786. },
  787. {
  788. "description": "落地页不填页大小默认20条数据",
  789. "name": "req",
  790. "in": "body",
  791. "schema": {
  792. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  793. }
  794. }
  795. ],
  796. "responses": {
  797. "200": {
  798. "description": "成功返回",
  799. "schema": {
  800. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  801. }
  802. },
  803. "400": {
  804. "description": "具体错误",
  805. "schema": {
  806. "$ref": "#/definitions/md.Response"
  807. }
  808. }
  809. }
  810. }
  811. },
  812. "/api/institutionalManagement/eggEnergy/userCoin/greenEnergyUserCoinFlowList": {
  813. "post": {
  814. "description": "绿色能量持有流水(查询)",
  815. "consumes": [
  816. "application/json"
  817. ],
  818. "produces": [
  819. "application/json"
  820. ],
  821. "tags": [
  822. "公排管理"
  823. ],
  824. "summary": "制度中心-绿色能量持有者明细-绿色能量持有流水(查询)",
  825. "parameters": [
  826. {
  827. "type": "string",
  828. "description": "验证参数Bearer和token空格拼接",
  829. "name": "Authorization",
  830. "in": "header",
  831. "required": true
  832. },
  833. {
  834. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  835. "name": "req",
  836. "in": "body",
  837. "required": true,
  838. "schema": {
  839. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  840. }
  841. }
  842. ],
  843. "responses": {
  844. "200": {
  845. "description": "成功返回",
  846. "schema": {
  847. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  848. }
  849. },
  850. "400": {
  851. "description": "具体错误",
  852. "schema": {
  853. "$ref": "#/definitions/md.Response"
  854. }
  855. }
  856. }
  857. }
  858. },
  859. "/api/institutionalManagement/eggEnergy/userCoin/greenEnergyUserCoinList": {
  860. "post": {
  861. "description": "绿色能量(获取)",
  862. "consumes": [
  863. "application/json"
  864. ],
  865. "produces": [
  866. "application/json"
  867. ],
  868. "tags": [
  869. "公排管理"
  870. ],
  871. "summary": "制度中心-绿色能量持有者明细-绿色能量(获取)",
  872. "parameters": [
  873. {
  874. "type": "string",
  875. "description": "验证参数Bearer和token空格拼接",
  876. "name": "Authorization",
  877. "in": "header",
  878. "required": true
  879. },
  880. {
  881. "description": "落地页不填页大小默认20条数据",
  882. "name": "req",
  883. "in": "body",
  884. "schema": {
  885. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  886. }
  887. }
  888. ],
  889. "responses": {
  890. "200": {
  891. "description": "成功返回",
  892. "schema": {
  893. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  894. }
  895. },
  896. "400": {
  897. "description": "具体错误",
  898. "schema": {
  899. "$ref": "#/definitions/md.Response"
  900. }
  901. }
  902. }
  903. }
  904. },
  905. "/api/institutionalManagement/newUserRedPackage/getBasic": {
  906. "get": {
  907. "description": "新人红包设置(获取)",
  908. "consumes": [
  909. "application/json"
  910. ],
  911. "produces": [
  912. "application/json"
  913. ],
  914. "tags": [
  915. "新人红包"
  916. ],
  917. "summary": "制度中心-新人红包-新人红包设置(获取)",
  918. "parameters": [
  919. {
  920. "type": "string",
  921. "description": "验证参数Bearer和token空格拼接",
  922. "name": "Authorization",
  923. "in": "header",
  924. "required": true
  925. }
  926. ],
  927. "responses": {
  928. "200": {
  929. "description": "具体数据",
  930. "schema": {
  931. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  932. }
  933. },
  934. "400": {
  935. "description": "具体错误",
  936. "schema": {
  937. "$ref": "#/definitions/md.Response"
  938. }
  939. }
  940. }
  941. }
  942. },
  943. "/api/institutionalManagement/newUserRedPackage/recordFlowList": {
  944. "post": {
  945. "description": "新人红包列表明细(查询)",
  946. "consumes": [
  947. "application/json"
  948. ],
  949. "produces": [
  950. "application/json"
  951. ],
  952. "tags": [
  953. "新人红包"
  954. ],
  955. "summary": "制度中心-新人红包-新人红包列表明细(查询)",
  956. "parameters": [
  957. {
  958. "type": "string",
  959. "description": "验证参数Bearer和token空格拼接",
  960. "name": "Authorization",
  961. "in": "header",
  962. "required": true
  963. },
  964. {
  965. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  966. "name": "req",
  967. "in": "body",
  968. "required": true,
  969. "schema": {
  970. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  971. }
  972. }
  973. ],
  974. "responses": {
  975. "200": {
  976. "description": "具体数据",
  977. "schema": {
  978. "$ref": "#/definitions/md.PaginateResp"
  979. }
  980. },
  981. "400": {
  982. "description": "具体错误",
  983. "schema": {
  984. "$ref": "#/definitions/md.Response"
  985. }
  986. }
  987. }
  988. }
  989. },
  990. "/api/institutionalManagement/newUserRedPackage/recordList": {
  991. "post": {
  992. "description": "新人红包列表(查询)",
  993. "consumes": [
  994. "application/json"
  995. ],
  996. "produces": [
  997. "application/json"
  998. ],
  999. "tags": [
  1000. "新人红包"
  1001. ],
  1002. "summary": "制度中心-新人红包-新人红包列表(查询)",
  1003. "parameters": [
  1004. {
  1005. "type": "string",
  1006. "description": "验证参数Bearer和token空格拼接",
  1007. "name": "Authorization",
  1008. "in": "header",
  1009. "required": true
  1010. },
  1011. {
  1012. "description": "新人红包列表查询条件(分页信息必填)",
  1013. "name": "req",
  1014. "in": "body",
  1015. "required": true,
  1016. "schema": {
  1017. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  1018. }
  1019. }
  1020. ],
  1021. "responses": {
  1022. "200": {
  1023. "description": "具体数据",
  1024. "schema": {
  1025. "$ref": "#/definitions/md.PaginateResp"
  1026. }
  1027. },
  1028. "400": {
  1029. "description": "具体错误",
  1030. "schema": {
  1031. "$ref": "#/definitions/md.Response"
  1032. }
  1033. }
  1034. }
  1035. }
  1036. },
  1037. "/api/institutionalManagement/newUserRedPackage/updateBasic": {
  1038. "put": {
  1039. "description": "新人红包设置(修改)",
  1040. "consumes": [
  1041. "application/json"
  1042. ],
  1043. "produces": [
  1044. "application/json"
  1045. ],
  1046. "tags": [
  1047. "新人红包"
  1048. ],
  1049. "summary": "制度中心-新人红包-新人红包设置(修改)",
  1050. "parameters": [
  1051. {
  1052. "type": "string",
  1053. "description": "验证参数Bearer和token空格拼接",
  1054. "name": "Authorization",
  1055. "in": "header",
  1056. "required": true
  1057. },
  1058. {
  1059. "description": "新人红包设置表单",
  1060. "name": "req",
  1061. "in": "body",
  1062. "required": true,
  1063. "schema": {
  1064. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  1065. }
  1066. }
  1067. ],
  1068. "responses": {
  1069. "200": {
  1070. "description": "success",
  1071. "schema": {
  1072. "type": "string"
  1073. }
  1074. },
  1075. "400": {
  1076. "description": "具体错误",
  1077. "schema": {
  1078. "$ref": "#/definitions/md.Response"
  1079. }
  1080. }
  1081. }
  1082. }
  1083. },
  1084. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  1085. "post": {
  1086. "description": "社区分红(新增)",
  1087. "consumes": [
  1088. "application/json"
  1089. ],
  1090. "produces": [
  1091. "application/json"
  1092. ],
  1093. "tags": [
  1094. "公排管理"
  1095. ],
  1096. "summary": "制度中心-公排管理-社区分红(新增)",
  1097. "parameters": [
  1098. {
  1099. "type": "string",
  1100. "description": "验证参数Bearer和token空格拼接",
  1101. "name": "Authorization",
  1102. "in": "header",
  1103. "required": true
  1104. },
  1105. {
  1106. "description": "分红名称、分红总量",
  1107. "name": "req",
  1108. "in": "body",
  1109. "required": true,
  1110. "schema": {
  1111. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  1112. }
  1113. }
  1114. ],
  1115. "responses": {
  1116. "200": {
  1117. "description": "成功",
  1118. "schema": {
  1119. "type": "success"
  1120. }
  1121. },
  1122. "400": {
  1123. "description": "具体错误",
  1124. "schema": {
  1125. "$ref": "#/definitions/md.Response"
  1126. }
  1127. }
  1128. }
  1129. }
  1130. },
  1131. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  1132. "post": {
  1133. "description": "社区分红(查询)",
  1134. "consumes": [
  1135. "application/json"
  1136. ],
  1137. "produces": [
  1138. "application/json"
  1139. ],
  1140. "tags": [
  1141. "公排管理"
  1142. ],
  1143. "summary": "制度中心-公排管理-社区分红(查询)",
  1144. "parameters": [
  1145. {
  1146. "type": "string",
  1147. "description": "验证参数Bearer和token空格拼接",
  1148. "name": "Authorization",
  1149. "in": "header",
  1150. "required": true
  1151. },
  1152. {
  1153. "description": "页数、每页大小必填 起止时间、起止数量选填",
  1154. "name": "req",
  1155. "in": "body",
  1156. "required": true,
  1157. "schema": {
  1158. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  1159. }
  1160. }
  1161. ],
  1162. "responses": {
  1163. "200": {
  1164. "description": "具体数据",
  1165. "schema": {
  1166. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  1167. }
  1168. },
  1169. "400": {
  1170. "description": "具体错误",
  1171. "schema": {
  1172. "$ref": "#/definitions/md.Response"
  1173. }
  1174. }
  1175. }
  1176. }
  1177. },
  1178. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  1179. "post": {
  1180. "description": "社区长列表(新增)",
  1181. "consumes": [
  1182. "application/json"
  1183. ],
  1184. "produces": [
  1185. "application/json"
  1186. ],
  1187. "tags": [
  1188. "公排管理"
  1189. ],
  1190. "summary": "制度中心-公排管理-社区长列表(新增)",
  1191. "parameters": [
  1192. {
  1193. "type": "string",
  1194. "description": "验证参数Bearer和token空格拼接",
  1195. "name": "Authorization",
  1196. "in": "header",
  1197. "required": true
  1198. },
  1199. {
  1200. "description": "新增社区长 ID、备注",
  1201. "name": "req",
  1202. "in": "body",
  1203. "required": true,
  1204. "schema": {
  1205. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  1206. }
  1207. }
  1208. ],
  1209. "responses": {
  1210. "200": {
  1211. "description": "插入数据 ID",
  1212. "schema": {
  1213. "type": "int"
  1214. }
  1215. },
  1216. "400": {
  1217. "description": "具体错误",
  1218. "schema": {
  1219. "$ref": "#/definitions/md.Response"
  1220. }
  1221. }
  1222. }
  1223. }
  1224. },
  1225. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  1226. "post": {
  1227. "description": "社区长列表(查询)",
  1228. "consumes": [
  1229. "application/json"
  1230. ],
  1231. "produces": [
  1232. "application/json"
  1233. ],
  1234. "tags": [
  1235. "公排管理"
  1236. ],
  1237. "summary": "制度中心-公排管理-社区长列表(查询)",
  1238. "parameters": [
  1239. {
  1240. "type": "string",
  1241. "description": "验证参数Bearer和token空格拼接",
  1242. "name": "Authorization",
  1243. "in": "header",
  1244. "required": true
  1245. },
  1246. {
  1247. "description": "页数、每页大小必填 手机号、用户ID选填",
  1248. "name": "req",
  1249. "in": "body",
  1250. "required": true,
  1251. "schema": {
  1252. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  1253. }
  1254. }
  1255. ],
  1256. "responses": {
  1257. "200": {
  1258. "description": "社区长列表",
  1259. "schema": {
  1260. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  1261. }
  1262. },
  1263. "400": {
  1264. "description": "具体错误",
  1265. "schema": {
  1266. "$ref": "#/definitions/md.Response"
  1267. }
  1268. }
  1269. }
  1270. }
  1271. },
  1272. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  1273. "post": {
  1274. "description": "关系分布图(位置转换)",
  1275. "consumes": [
  1276. "application/json"
  1277. ],
  1278. "produces": [
  1279. "application/json"
  1280. ],
  1281. "tags": [
  1282. "公排管理"
  1283. ],
  1284. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  1285. "parameters": [
  1286. {
  1287. "type": "string",
  1288. "description": "验证参数Bearer和token空格拼接",
  1289. "name": "Authorization",
  1290. "in": "header",
  1291. "required": true
  1292. },
  1293. {
  1294. "description": "需要交换的两个位置",
  1295. "name": "req",
  1296. "in": "body",
  1297. "required": true,
  1298. "schema": {
  1299. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  1300. }
  1301. }
  1302. ],
  1303. "responses": {
  1304. "200": {
  1305. "description": "成功返回",
  1306. "schema": {
  1307. "type": ""
  1308. }
  1309. },
  1310. "400": {
  1311. "description": "具体错误",
  1312. "schema": {
  1313. "$ref": "#/definitions/md.Response"
  1314. }
  1315. }
  1316. }
  1317. }
  1318. },
  1319. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  1320. "get": {
  1321. "description": "关系分布图(获取指定用户上级)",
  1322. "consumes": [
  1323. "application/json"
  1324. ],
  1325. "produces": [
  1326. "application/json"
  1327. ],
  1328. "tags": [
  1329. "公排管理"
  1330. ],
  1331. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  1332. "parameters": [
  1333. {
  1334. "type": "string",
  1335. "description": "验证参数Bearer和token空格拼接",
  1336. "name": "Authorization",
  1337. "in": "header",
  1338. "required": true
  1339. },
  1340. {
  1341. "type": "string",
  1342. "description": "用户ID",
  1343. "name": "uid",
  1344. "in": "query",
  1345. "required": true
  1346. }
  1347. ],
  1348. "responses": {
  1349. "200": {
  1350. "description": "具体数据",
  1351. "schema": {
  1352. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  1353. }
  1354. },
  1355. "400": {
  1356. "description": "具体错误",
  1357. "schema": {
  1358. "$ref": "#/definitions/md.Response"
  1359. }
  1360. }
  1361. }
  1362. }
  1363. },
  1364. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  1365. "get": {
  1366. "description": "关系分布图(获取指定用户下级)",
  1367. "consumes": [
  1368. "application/json"
  1369. ],
  1370. "produces": [
  1371. "application/json"
  1372. ],
  1373. "tags": [
  1374. "公排管理"
  1375. ],
  1376. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  1377. "parameters": [
  1378. {
  1379. "type": "string",
  1380. "description": "验证参数Bearer和token空格拼接",
  1381. "name": "Authorization",
  1382. "in": "header",
  1383. "required": true
  1384. },
  1385. {
  1386. "type": "string",
  1387. "description": "用户ID",
  1388. "name": "uid",
  1389. "in": "query",
  1390. "required": true
  1391. }
  1392. ],
  1393. "responses": {
  1394. "200": {
  1395. "description": "具体数据",
  1396. "schema": {
  1397. "$ref": "#/definitions/md.TreeNode"
  1398. }
  1399. },
  1400. "400": {
  1401. "description": "具体错误",
  1402. "schema": {
  1403. "$ref": "#/definitions/md.Response"
  1404. }
  1405. }
  1406. }
  1407. }
  1408. },
  1409. "/api/institutionalManagement/publicPlatoon/getBasic": {
  1410. "get": {
  1411. "description": "公排基础设置(获取)",
  1412. "consumes": [
  1413. "application/json"
  1414. ],
  1415. "produces": [
  1416. "application/json"
  1417. ],
  1418. "tags": [
  1419. "公排管理"
  1420. ],
  1421. "summary": "制度中心-公排管理-公排基础设置(获取)",
  1422. "parameters": [
  1423. {
  1424. "type": "string",
  1425. "description": "验证参数Bearer和token空格拼接",
  1426. "name": "Authorization",
  1427. "in": "header",
  1428. "required": true
  1429. }
  1430. ],
  1431. "responses": {
  1432. "200": {
  1433. "description": "具体数据",
  1434. "schema": {
  1435. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  1436. }
  1437. },
  1438. "400": {
  1439. "description": "具体错误",
  1440. "schema": {
  1441. "$ref": "#/definitions/md.Response"
  1442. }
  1443. }
  1444. }
  1445. }
  1446. },
  1447. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  1448. "post": {
  1449. "description": "免罚用户(查询)",
  1450. "consumes": [
  1451. "application/json"
  1452. ],
  1453. "produces": [
  1454. "application/json"
  1455. ],
  1456. "tags": [
  1457. "公排管理"
  1458. ],
  1459. "summary": "制度中心-公排管理-免罚用户(查询)",
  1460. "parameters": [
  1461. {
  1462. "type": "string",
  1463. "description": "验证参数Bearer和token空格拼接",
  1464. "name": "Authorization",
  1465. "in": "header",
  1466. "required": true
  1467. },
  1468. {
  1469. "description": "页数和行数必填,uid选填",
  1470. "name": "req",
  1471. "in": "body",
  1472. "required": true,
  1473. "schema": {
  1474. "$ref": "#/definitions/md.GetFreePublishUserReq"
  1475. }
  1476. }
  1477. ],
  1478. "responses": {
  1479. "200": {
  1480. "description": "成功返回",
  1481. "schema": {
  1482. "$ref": "#/definitions/md.GetFreePublishUserResp"
  1483. }
  1484. },
  1485. "400": {
  1486. "description": "具体错误",
  1487. "schema": {
  1488. "$ref": "#/definitions/md.Response"
  1489. }
  1490. }
  1491. }
  1492. }
  1493. },
  1494. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  1495. "post": {
  1496. "description": "免罚用户(新增)",
  1497. "consumes": [
  1498. "application/json"
  1499. ],
  1500. "produces": [
  1501. "application/json"
  1502. ],
  1503. "tags": [
  1504. "公排管理"
  1505. ],
  1506. "summary": "制度中心-公排管理-免罚用户(新增)",
  1507. "parameters": [
  1508. {
  1509. "type": "string",
  1510. "description": "验证参数Bearer和token空格拼接",
  1511. "name": "Authorization",
  1512. "in": "header",
  1513. "required": true
  1514. },
  1515. {
  1516. "description": "页数和行数必填,uid选填",
  1517. "name": "req",
  1518. "in": "body",
  1519. "required": true,
  1520. "schema": {
  1521. "$ref": "#/definitions/md.AddFreePublishUserReq"
  1522. }
  1523. }
  1524. ],
  1525. "responses": {
  1526. "200": {
  1527. "description": "插入数据 ID",
  1528. "schema": {
  1529. "type": "int"
  1530. }
  1531. },
  1532. "400": {
  1533. "description": "具体错误",
  1534. "schema": {
  1535. "$ref": "#/definitions/md.Response"
  1536. }
  1537. }
  1538. }
  1539. }
  1540. },
  1541. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  1542. "get": {
  1543. "description": "关系分布图(获取)",
  1544. "consumes": [
  1545. "application/json"
  1546. ],
  1547. "produces": [
  1548. "application/json"
  1549. ],
  1550. "tags": [
  1551. "公排管理"
  1552. ],
  1553. "summary": "制度中心-公排管理-关系分布图(获取)",
  1554. "parameters": [
  1555. {
  1556. "type": "string",
  1557. "description": "验证参数Bearer和token空格拼接",
  1558. "name": "Authorization",
  1559. "in": "header",
  1560. "required": true
  1561. },
  1562. {
  1563. "type": "string",
  1564. "description": "phone",
  1565. "name": "phone",
  1566. "in": "query",
  1567. "required": true
  1568. },
  1569. {
  1570. "type": "string",
  1571. "description": "uid",
  1572. "name": "uid",
  1573. "in": "query",
  1574. "required": true
  1575. }
  1576. ],
  1577. "responses": {
  1578. "200": {
  1579. "description": "具体数据",
  1580. "schema": {
  1581. "$ref": "#/definitions/md.TreeNode"
  1582. }
  1583. },
  1584. "400": {
  1585. "description": "具体错误",
  1586. "schema": {
  1587. "$ref": "#/definitions/md.Response"
  1588. }
  1589. }
  1590. }
  1591. }
  1592. },
  1593. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  1594. "put": {
  1595. "description": "公排基础设置(修改)",
  1596. "consumes": [
  1597. "application/json"
  1598. ],
  1599. "produces": [
  1600. "application/json"
  1601. ],
  1602. "tags": [
  1603. "公排管理"
  1604. ],
  1605. "summary": "制度中心-公排管理-公排基础设置(修改)",
  1606. "parameters": [
  1607. {
  1608. "type": "string",
  1609. "description": "验证参数Bearer和token空格拼接",
  1610. "name": "Authorization",
  1611. "in": "header",
  1612. "required": true
  1613. },
  1614. {
  1615. "description": "公排设置表单内容",
  1616. "name": "req",
  1617. "in": "body",
  1618. "required": true,
  1619. "schema": {
  1620. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  1621. }
  1622. }
  1623. ],
  1624. "responses": {
  1625. "200": {
  1626. "description": "success",
  1627. "schema": {
  1628. "type": "string"
  1629. }
  1630. },
  1631. "400": {
  1632. "description": "具体错误",
  1633. "schema": {
  1634. "$ref": "#/definitions/md.Response"
  1635. }
  1636. }
  1637. }
  1638. }
  1639. },
  1640. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  1641. "post": {
  1642. "description": "日活分析",
  1643. "consumes": [
  1644. "application/json"
  1645. ],
  1646. "produces": [
  1647. "application/json"
  1648. ],
  1649. "tags": [
  1650. "公排管理"
  1651. ],
  1652. "summary": "制度中心-公排管理-日活分析",
  1653. "parameters": [
  1654. {
  1655. "type": "string",
  1656. "description": "验证参数Bearer和token空格拼接",
  1657. "name": "Authorization",
  1658. "in": "header",
  1659. "required": true
  1660. },
  1661. {
  1662. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  1663. "name": "req",
  1664. "in": "body",
  1665. "required": true,
  1666. "schema": {
  1667. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  1668. }
  1669. }
  1670. ],
  1671. "responses": {
  1672. "200": {
  1673. "description": "具体数据",
  1674. "schema": {
  1675. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  1676. }
  1677. },
  1678. "400": {
  1679. "description": "具体错误",
  1680. "schema": {
  1681. "$ref": "#/definitions/md.Response"
  1682. }
  1683. }
  1684. }
  1685. }
  1686. },
  1687. "/api/login": {
  1688. "post": {
  1689. "description": "登入",
  1690. "consumes": [
  1691. "application/json"
  1692. ],
  1693. "produces": [
  1694. "application/json"
  1695. ],
  1696. "tags": [
  1697. "登录"
  1698. ],
  1699. "summary": "登陆",
  1700. "parameters": [
  1701. {
  1702. "description": "用户名密码",
  1703. "name": "req",
  1704. "in": "body",
  1705. "required": true,
  1706. "schema": {
  1707. "$ref": "#/definitions/md.LoginReq"
  1708. }
  1709. }
  1710. ],
  1711. "responses": {
  1712. "200": {
  1713. "description": "token",
  1714. "schema": {
  1715. "$ref": "#/definitions/md.LoginResponse"
  1716. }
  1717. },
  1718. "400": {
  1719. "description": "具体错误",
  1720. "schema": {
  1721. "$ref": "#/definitions/md.Response"
  1722. }
  1723. }
  1724. }
  1725. }
  1726. }
  1727. },
  1728. "definitions": {
  1729. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  1730. "type": "object",
  1731. "properties": {
  1732. "direct_push_reward": {
  1733. "description": "直推奖励",
  1734. "allOf": [
  1735. {
  1736. "$ref": "#/definitions/md.TeamRewardSettingStruct"
  1737. }
  1738. ]
  1739. },
  1740. "is_open": {
  1741. "description": "是否开启(1:开启 0:关闭)",
  1742. "type": "integer"
  1743. },
  1744. "person_egg_energy_coin_id": {
  1745. "description": "个人蛋蛋能量对应虚拟币 id",
  1746. "type": "integer"
  1747. },
  1748. "person_egg_points_coin_id": {
  1749. "description": "个人蛋蛋积分对应虚拟币 id",
  1750. "type": "integer"
  1751. },
  1752. "team_egg_energy_coin_id": {
  1753. "description": "团队蛋蛋能量对应虚拟币 id",
  1754. "type": "integer"
  1755. },
  1756. "team_egg_points_coin_id": {
  1757. "description": "团队蛋蛋积分对应虚拟币 id",
  1758. "type": "integer"
  1759. }
  1760. }
  1761. },
  1762. "applet_app_md_institutional_management_egg_energy.Paginate": {
  1763. "type": "object",
  1764. "properties": {
  1765. "limit": {
  1766. "description": "每页大小",
  1767. "type": "integer"
  1768. },
  1769. "page": {
  1770. "description": "页数",
  1771. "type": "integer"
  1772. },
  1773. "total": {
  1774. "description": "总数据量",
  1775. "type": "integer"
  1776. }
  1777. }
  1778. },
  1779. "applet_app_md_institutional_management_new_user_red_package.Paginate": {
  1780. "type": "object",
  1781. "properties": {
  1782. "limit": {
  1783. "type": "integer"
  1784. },
  1785. "page": {
  1786. "type": "integer"
  1787. },
  1788. "total": {
  1789. "type": "integer"
  1790. }
  1791. }
  1792. },
  1793. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  1794. "type": "object",
  1795. "properties": {
  1796. "id": {
  1797. "type": "integer"
  1798. },
  1799. "is_open": {
  1800. "description": "是否开启(1:开启 0:关闭)",
  1801. "type": "integer"
  1802. },
  1803. "is_self_active_get_team_revenue": {
  1804. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  1805. "type": "integer"
  1806. },
  1807. "originator_uid": {
  1808. "description": "创始人uid",
  1809. "type": "integer"
  1810. },
  1811. "several_rows": {
  1812. "description": "几排",
  1813. "type": "integer"
  1814. },
  1815. "several_times": {
  1816. "description": "几乘",
  1817. "type": "integer"
  1818. },
  1819. "system_punish_replace": {
  1820. "description": "是否位置滑落 被新用户替换 0否 1是",
  1821. "type": "integer"
  1822. },
  1823. "system_punish_replace_value": {
  1824. "description": "xx天未活跃,处罚滑落",
  1825. "type": "integer"
  1826. }
  1827. }
  1828. },
  1829. "applet_app_md_institutional_management_public_platoon.Paginate": {
  1830. "type": "object",
  1831. "properties": {
  1832. "limit": {
  1833. "description": "每页大小",
  1834. "type": "integer"
  1835. },
  1836. "page": {
  1837. "description": "页数",
  1838. "type": "integer"
  1839. },
  1840. "total": {
  1841. "description": "总数据量",
  1842. "type": "integer"
  1843. }
  1844. }
  1845. },
  1846. "md.ActivePointsWalletNode": {
  1847. "type": "object",
  1848. "properties": {
  1849. "amount": {
  1850. "type": "string",
  1851. "example": "账户余额"
  1852. },
  1853. "uid": {
  1854. "description": "用户 ID",
  1855. "type": "integer"
  1856. },
  1857. "user_name": {
  1858. "type": "string",
  1859. "example": "用户名"
  1860. },
  1861. "user_phone": {
  1862. "type": "string",
  1863. "example": "手机号"
  1864. }
  1865. }
  1866. },
  1867. "md.AddCommunityDividendsReq": {
  1868. "type": "object",
  1869. "properties": {
  1870. "amount": {
  1871. "description": "社区分红数量",
  1872. "type": "string"
  1873. },
  1874. "name": {
  1875. "type": "string",
  1876. "example": "社区分红名称"
  1877. }
  1878. }
  1879. },
  1880. "md.AddCommunityDividendsWithUserReq": {
  1881. "type": "object",
  1882. "properties": {
  1883. "memo": {
  1884. "type": "string",
  1885. "example": "备注"
  1886. },
  1887. "uid": {
  1888. "description": "新增社区长用户 ID",
  1889. "type": "integer"
  1890. }
  1891. }
  1892. },
  1893. "md.AddFreePublishUserReq": {
  1894. "type": "object",
  1895. "properties": {
  1896. "uid": {
  1897. "type": "integer"
  1898. }
  1899. }
  1900. },
  1901. "md.AddFundDataReq": {
  1902. "type": "object",
  1903. "properties": {
  1904. "frequency": {
  1905. "description": "频率(分钟)",
  1906. "type": "integer"
  1907. },
  1908. "hours": {
  1909. "description": "时长(小时)",
  1910. "type": "integer"
  1911. },
  1912. "kind": {
  1913. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  1914. "type": "integer"
  1915. },
  1916. "memo": {
  1917. "type": "string",
  1918. "example": "备注"
  1919. },
  1920. "total_amount": {
  1921. "description": "金额",
  1922. "type": "string"
  1923. }
  1924. }
  1925. },
  1926. "md.AddPlatformRevenueReq": {
  1927. "type": "object",
  1928. "properties": {
  1929. "frequency": {
  1930. "description": "频率(分钟)",
  1931. "type": "integer"
  1932. },
  1933. "hours": {
  1934. "description": "时长(小时)",
  1935. "type": "integer"
  1936. },
  1937. "kind": {
  1938. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  1939. "type": "integer"
  1940. },
  1941. "memo": {
  1942. "type": "string",
  1943. "example": "备注"
  1944. },
  1945. "total_amount": {
  1946. "description": "金额",
  1947. "type": "string"
  1948. }
  1949. }
  1950. },
  1951. "md.DailyActivityAnalysisTopData": {
  1952. "type": "object",
  1953. "properties": {
  1954. "activity_count": {
  1955. "description": "子节点活跃天数",
  1956. "type": "integer"
  1957. },
  1958. "team_activity_user_count": {
  1959. "description": "子节点活跃人数",
  1960. "type": "integer"
  1961. },
  1962. "team_user_count": {
  1963. "description": "团队人数",
  1964. "type": "integer"
  1965. }
  1966. }
  1967. },
  1968. "md.DataSetting": {
  1969. "type": "object",
  1970. "properties": {
  1971. "total_angel_investor": {
  1972. "description": "天使投资人",
  1973. "type": "string",
  1974. "example": "天使投资人"
  1975. },
  1976. "total_ecological_development": {
  1977. "description": "生态建设",
  1978. "type": "string",
  1979. "example": "当前价格"
  1980. },
  1981. "total_issuance_amount": {
  1982. "description": "总发行量",
  1983. "type": "string",
  1984. "example": "总发行量"
  1985. },
  1986. "total_operate_fund": {
  1987. "description": "运营资金",
  1988. "type": "string",
  1989. "example": "运营资金"
  1990. },
  1991. "total_technology_team": {
  1992. "description": "技术团队",
  1993. "type": "string",
  1994. "example": "技术团队"
  1995. },
  1996. "total_user_for_person": {
  1997. "description": "TotalTeamDividends string`json:\"total_team_dividends\" example:\"团队分红\"` // 团队分红",
  1998. "type": "string",
  1999. "example": "个人区域"
  2000. },
  2001. "total_user_for_team": {
  2002. "description": "团队区域",
  2003. "type": "string",
  2004. "example": "团队区域"
  2005. }
  2006. }
  2007. },
  2008. "md.DestructionSettingStruct": {
  2009. "type": "object",
  2010. "properties": {
  2011. "community_dividends": {
  2012. "description": "社区分红百分比",
  2013. "type": "string"
  2014. },
  2015. "destruction_quantity": {
  2016. "description": "销毁百分比",
  2017. "type": "string"
  2018. },
  2019. "development_committee": {
  2020. "description": "发展委员会百分比",
  2021. "type": "string"
  2022. },
  2023. "marketplace_merchant": {
  2024. "description": "市商数量百分比",
  2025. "type": "string"
  2026. },
  2027. "public_welfare_and_charity": {
  2028. "description": "公益慈善百分比",
  2029. "type": "string"
  2030. },
  2031. "star_level_dividends": {
  2032. "description": "星级分红百分比",
  2033. "type": "string"
  2034. }
  2035. }
  2036. },
  2037. "md.DynamicDataFlowListReq": {
  2038. "type": "object",
  2039. "properties": {
  2040. "end_at": {
  2041. "description": "结束时间",
  2042. "type": "string",
  2043. "example": "结束时间"
  2044. },
  2045. "kind": {
  2046. "description": "持有类型",
  2047. "type": "integer"
  2048. },
  2049. "page": {
  2050. "description": "页数",
  2051. "type": "integer"
  2052. },
  2053. "page_size": {
  2054. "description": "每页大小",
  2055. "type": "integer"
  2056. },
  2057. "start_at": {
  2058. "description": "开始时间",
  2059. "type": "string",
  2060. "example": "开始时间"
  2061. }
  2062. }
  2063. },
  2064. "md.DynamicDataFlowListResp": {
  2065. "type": "object",
  2066. "properties": {
  2067. "kind_list": {
  2068. "type": "array",
  2069. "items": {
  2070. "type": "object",
  2071. "additionalProperties": true
  2072. }
  2073. },
  2074. "list": {
  2075. "type": "array",
  2076. "items": {
  2077. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  2078. }
  2079. },
  2080. "paginate": {
  2081. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2082. }
  2083. }
  2084. },
  2085. "md.EggEnergyAvailableEnergyFlow": {
  2086. "type": "object",
  2087. "properties": {
  2088. "after_community_dividends": {
  2089. "type": "string"
  2090. },
  2091. "after_destruction_quantity_values": {
  2092. "type": "string"
  2093. },
  2094. "after_development_committee_values": {
  2095. "type": "string"
  2096. },
  2097. "after_marketplace_merchant_fund_values": {
  2098. "type": "string"
  2099. },
  2100. "after_marketplace_merchant_values": {
  2101. "type": "string"
  2102. },
  2103. "after_now_energy_total_nums": {
  2104. "type": "string"
  2105. },
  2106. "after_planet_total_value": {
  2107. "type": "string"
  2108. },
  2109. "after_price": {
  2110. "type": "string"
  2111. },
  2112. "after_public_welfare_and_charity_values": {
  2113. "type": "string"
  2114. },
  2115. "after_star_level_dividends_values": {
  2116. "type": "string"
  2117. },
  2118. "amount": {
  2119. "type": "string"
  2120. },
  2121. "before_community_dividends": {
  2122. "type": "string"
  2123. },
  2124. "before_destruction_quantity_values": {
  2125. "type": "string"
  2126. },
  2127. "before_development_committee_values": {
  2128. "type": "string"
  2129. },
  2130. "before_marketplace_merchant_fund_values": {
  2131. "type": "string"
  2132. },
  2133. "before_marketplace_merchant_values": {
  2134. "type": "string"
  2135. },
  2136. "before_now_energy_total_nums": {
  2137. "type": "string"
  2138. },
  2139. "before_planet_total_value": {
  2140. "type": "string"
  2141. },
  2142. "before_price": {
  2143. "type": "string"
  2144. },
  2145. "before_public_welfare_and_charity_values": {
  2146. "type": "string"
  2147. },
  2148. "before_star_level_dividends_values": {
  2149. "type": "string"
  2150. },
  2151. "create_time": {
  2152. "type": "string"
  2153. },
  2154. "id": {
  2155. "type": "integer"
  2156. },
  2157. "kind": {
  2158. "type": "integer"
  2159. },
  2160. "title": {
  2161. "type": "string"
  2162. }
  2163. }
  2164. },
  2165. "md.EggEnergyCommunityDividends": {
  2166. "type": "object",
  2167. "properties": {
  2168. "amount": {
  2169. "description": "分红数量",
  2170. "type": "string"
  2171. },
  2172. "coin_id": {
  2173. "description": "虚拟币 id",
  2174. "type": "integer"
  2175. },
  2176. "create_at": {
  2177. "description": "分红时间",
  2178. "type": "string"
  2179. },
  2180. "id": {
  2181. "type": "integer"
  2182. },
  2183. "is_over": {
  2184. "description": "是否分红完毕",
  2185. "type": "integer"
  2186. },
  2187. "name": {
  2188. "type": "string",
  2189. "example": "名称"
  2190. },
  2191. "persons_num": {
  2192. "description": "分红人数",
  2193. "type": "integer"
  2194. },
  2195. "update_at": {
  2196. "type": "string"
  2197. }
  2198. }
  2199. },
  2200. "md.EggEnergyCommunityDividendsWithUser": {
  2201. "type": "object",
  2202. "properties": {
  2203. "id": {
  2204. "type": "integer"
  2205. },
  2206. "memo": {
  2207. "type": "string",
  2208. "example": "备注"
  2209. },
  2210. "nickname": {
  2211. "type": "string"
  2212. },
  2213. "phone": {
  2214. "type": "string"
  2215. },
  2216. "uid": {
  2217. "type": "integer"
  2218. }
  2219. }
  2220. },
  2221. "md.ExchangeRulesStruct": {
  2222. "type": "object",
  2223. "properties": {
  2224. "auto_exchange_nums_by_person": {
  2225. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  2226. "type": "string"
  2227. },
  2228. "auto_exchange_nums_by_team": {
  2229. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  2230. "type": "string"
  2231. },
  2232. "auto_exchange_rate_by_person": {
  2233. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  2234. "type": "string"
  2235. },
  2236. "auto_exchange_rate_by_team": {
  2237. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  2238. "type": "string"
  2239. }
  2240. }
  2241. },
  2242. "md.ExchangeUserPositionReq": {
  2243. "type": "object",
  2244. "properties": {
  2245. "position_1": {
  2246. "description": "位置1,具体值取返回数据中的 system_id",
  2247. "type": "integer"
  2248. },
  2249. "position_2": {
  2250. "description": "位置2,具体值取返回数据中的 system_id",
  2251. "type": "integer"
  2252. }
  2253. }
  2254. },
  2255. "md.FindSubUserRelationshipMapResp": {
  2256. "type": "object",
  2257. "properties": {
  2258. "basic_setting": {
  2259. "description": "公排设置",
  2260. "allOf": [
  2261. {
  2262. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  2263. }
  2264. ]
  2265. },
  2266. "search_uid": {
  2267. "description": "查找的用户 ID",
  2268. "type": "string"
  2269. },
  2270. "sub_user": {
  2271. "description": "上级用户信息",
  2272. "allOf": [
  2273. {
  2274. "$ref": "#/definitions/md.SubUser"
  2275. }
  2276. ]
  2277. }
  2278. }
  2279. },
  2280. "md.FreePublishUserNode": {
  2281. "type": "object",
  2282. "properties": {
  2283. "nickname": {
  2284. "type": "string",
  2285. "example": "昵称"
  2286. },
  2287. "phone": {
  2288. "type": "string",
  2289. "example": "手机号"
  2290. },
  2291. "uid": {
  2292. "type": "integer"
  2293. }
  2294. }
  2295. },
  2296. "md.FundDataNode": {
  2297. "type": "object",
  2298. "properties": {
  2299. "balance_amount": {
  2300. "description": "余额",
  2301. "type": "string"
  2302. },
  2303. "balance_times": {
  2304. "description": "剩余执行次数",
  2305. "type": "integer"
  2306. },
  2307. "create_at": {
  2308. "description": "创建时间",
  2309. "type": "string"
  2310. },
  2311. "hours": {
  2312. "description": "时长",
  2313. "type": "integer"
  2314. },
  2315. "kind": {
  2316. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  2317. "type": "integer"
  2318. },
  2319. "memo": {
  2320. "description": "备注",
  2321. "type": "string"
  2322. },
  2323. "system_id": {
  2324. "type": "integer"
  2325. },
  2326. "total_amount": {
  2327. "description": "金额",
  2328. "type": "string"
  2329. }
  2330. }
  2331. },
  2332. "md.FundDataRecordNode": {
  2333. "type": "object",
  2334. "properties": {
  2335. "after_planet_total_value": {
  2336. "description": "执行后-星球价值",
  2337. "type": "string"
  2338. },
  2339. "after_price": {
  2340. "description": "执行后-价格",
  2341. "type": "string"
  2342. },
  2343. "balance_amount": {
  2344. "description": "余额",
  2345. "type": "string"
  2346. },
  2347. "balance_times": {
  2348. "description": "剩余执行次数",
  2349. "type": "integer"
  2350. },
  2351. "before_planet_total_value": {
  2352. "description": "执行前-星球价值",
  2353. "type": "string"
  2354. },
  2355. "before_price": {
  2356. "description": "执行前-价格",
  2357. "type": "string"
  2358. },
  2359. "create_at": {
  2360. "type": "string"
  2361. },
  2362. "total_amount": {
  2363. "description": "金额",
  2364. "type": "string"
  2365. }
  2366. }
  2367. },
  2368. "md.GetActivePointsUserCoinFlowListReq": {
  2369. "type": "object",
  2370. "properties": {
  2371. "coin_id": {
  2372. "description": "货币类型 ID",
  2373. "type": "integer"
  2374. },
  2375. "direction": {
  2376. "description": "流水方向:1收入 2支出",
  2377. "type": "integer"
  2378. },
  2379. "end_at": {
  2380. "description": "结束时间",
  2381. "type": "string"
  2382. },
  2383. "page": {
  2384. "description": "页数",
  2385. "type": "integer"
  2386. },
  2387. "page_size": {
  2388. "description": "每页大小",
  2389. "type": "integer"
  2390. },
  2391. "start_at": {
  2392. "description": "开始时间",
  2393. "type": "string"
  2394. },
  2395. "uid": {
  2396. "description": "用户 ID",
  2397. "type": "integer"
  2398. }
  2399. }
  2400. },
  2401. "md.GetActivePointsUserCoinFlowListResp": {
  2402. "type": "object",
  2403. "properties": {
  2404. "list": {
  2405. "description": "流水信息",
  2406. "type": "array",
  2407. "items": {
  2408. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  2409. }
  2410. },
  2411. "paginate": {
  2412. "description": "分页信息",
  2413. "allOf": [
  2414. {
  2415. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2416. }
  2417. ]
  2418. },
  2419. "select_data": {
  2420. "description": "流水类型",
  2421. "allOf": [
  2422. {
  2423. "$ref": "#/definitions/md.SelectData"
  2424. }
  2425. ]
  2426. }
  2427. }
  2428. },
  2429. "md.GetActivePointsUserCoinListReq": {
  2430. "type": "object",
  2431. "properties": {
  2432. "end_coin": {
  2433. "type": "string",
  2434. "example": "最大金额"
  2435. },
  2436. "kind": {
  2437. "description": "虚拟币种类编号",
  2438. "type": "integer"
  2439. },
  2440. "page": {
  2441. "description": "页数",
  2442. "type": "integer"
  2443. },
  2444. "page_size": {
  2445. "description": "单页大小",
  2446. "type": "integer"
  2447. },
  2448. "start_coin": {
  2449. "type": "string",
  2450. "example": "最小金额"
  2451. },
  2452. "uid": {
  2453. "description": "指定查询用户 ID",
  2454. "type": "integer"
  2455. },
  2456. "user_name": {
  2457. "type": "string",
  2458. "example": "用户名称"
  2459. },
  2460. "user_phone": {
  2461. "type": "string",
  2462. "example": "手机号"
  2463. }
  2464. }
  2465. },
  2466. "md.GetActivePointsUserCoinListResp": {
  2467. "type": "object",
  2468. "properties": {
  2469. "kind_list": {
  2470. "description": "货币类型集合",
  2471. "type": "array",
  2472. "items": {
  2473. "$ref": "#/definitions/md.VirtualCoinListNode"
  2474. }
  2475. },
  2476. "list": {
  2477. "description": "余额集合",
  2478. "type": "array",
  2479. "items": {
  2480. "$ref": "#/definitions/md.ActivePointsWalletNode"
  2481. }
  2482. },
  2483. "sum_user_amount": {
  2484. "description": "用户持有总数",
  2485. "type": "number"
  2486. },
  2487. "total": {
  2488. "description": "持有该类型用户数",
  2489. "type": "integer"
  2490. }
  2491. }
  2492. },
  2493. "md.GetBasicResp": {
  2494. "type": "object",
  2495. "properties": {
  2496. "oss_access_key_id": {
  2497. "type": "string",
  2498. "example": "oss访问秘钥id"
  2499. },
  2500. "oss_access_key_secret": {
  2501. "type": "string",
  2502. "example": "oss访问秘钥"
  2503. },
  2504. "oss_bucket_name": {
  2505. "type": "string",
  2506. "example": "oss存储桶名称"
  2507. },
  2508. "oss_bucket_scheme": {
  2509. "type": "string",
  2510. "example": "oss上传方式"
  2511. },
  2512. "oss_endpoint": {
  2513. "type": "string",
  2514. "example": "oss地域节点"
  2515. },
  2516. "oss_object_domain": {
  2517. "type": "string",
  2518. "example": "oss域名"
  2519. }
  2520. }
  2521. },
  2522. "md.GetEggCoreDataListResp": {
  2523. "type": "object",
  2524. "properties": {
  2525. "now_energy_total_nums": {
  2526. "description": "现行总量",
  2527. "type": "string",
  2528. "example": "现行总量"
  2529. },
  2530. "now_price": {
  2531. "description": "当前价格",
  2532. "type": "string",
  2533. "example": "当前价格"
  2534. },
  2535. "planet_total_value": {
  2536. "description": "星球价值",
  2537. "type": "string",
  2538. "example": "星球价值"
  2539. },
  2540. "user_hold_total_nums": {
  2541. "description": "用户持有总量",
  2542. "type": "object",
  2543. "additionalProperties": {
  2544. "type": "string"
  2545. }
  2546. }
  2547. }
  2548. },
  2549. "md.GetEggEnergyBasicResp": {
  2550. "type": "object",
  2551. "properties": {
  2552. "basic_setting": {
  2553. "description": "基础设置",
  2554. "allOf": [
  2555. {
  2556. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  2557. }
  2558. ]
  2559. },
  2560. "data_setting": {
  2561. "description": "数据设置",
  2562. "allOf": [
  2563. {
  2564. "$ref": "#/definitions/md.DataSetting"
  2565. }
  2566. ]
  2567. },
  2568. "destruction_setting": {
  2569. "description": "销毁设置",
  2570. "allOf": [
  2571. {
  2572. "$ref": "#/definitions/md.DestructionSettingStruct"
  2573. }
  2574. ]
  2575. },
  2576. "exchange_rules": {
  2577. "description": "兑换规则",
  2578. "allOf": [
  2579. {
  2580. "$ref": "#/definitions/md.ExchangeRulesStruct"
  2581. }
  2582. ]
  2583. },
  2584. "new_user_incentive_rules": {
  2585. "description": "新用户奖励规则",
  2586. "allOf": [
  2587. {
  2588. "$ref": "#/definitions/md.NewUserRewardRules"
  2589. }
  2590. ]
  2591. },
  2592. "price_setting": {
  2593. "description": "价格设置",
  2594. "allOf": [
  2595. {
  2596. "$ref": "#/definitions/md.PriceSettingStruct"
  2597. }
  2598. ]
  2599. },
  2600. "reward_system": {
  2601. "description": "圈层奖励",
  2602. "allOf": [
  2603. {
  2604. "$ref": "#/definitions/md.RewardSystemStruct"
  2605. }
  2606. ]
  2607. },
  2608. "system_id": {
  2609. "description": "该设置系统 ID",
  2610. "type": "integer"
  2611. },
  2612. "video_reward_setting": {
  2613. "description": "视频奖励",
  2614. "allOf": [
  2615. {
  2616. "$ref": "#/definitions/md.VideoRewardSetting"
  2617. }
  2618. ]
  2619. }
  2620. }
  2621. },
  2622. "md.GetFreePublishUserReq": {
  2623. "type": "object",
  2624. "properties": {
  2625. "limit": {
  2626. "description": "每页大小",
  2627. "type": "integer"
  2628. },
  2629. "page": {
  2630. "description": "当前页数",
  2631. "type": "integer"
  2632. },
  2633. "uid": {
  2634. "description": "筛选的用户 ID",
  2635. "type": "integer"
  2636. }
  2637. }
  2638. },
  2639. "md.GetFreePublishUserResp": {
  2640. "type": "object",
  2641. "properties": {
  2642. "list": {
  2643. "description": "免罚用户列表",
  2644. "type": "array",
  2645. "items": {
  2646. "$ref": "#/definitions/md.FreePublishUserNode"
  2647. }
  2648. },
  2649. "paginate": {
  2650. "description": "分页信息",
  2651. "allOf": [
  2652. {
  2653. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  2654. }
  2655. ]
  2656. }
  2657. }
  2658. },
  2659. "md.GetFundDataListReq": {
  2660. "type": "object",
  2661. "properties": {
  2662. "end_at": {
  2663. "type": "string",
  2664. "example": "结束时间"
  2665. },
  2666. "kind": {
  2667. "description": "数据类型",
  2668. "type": "integer"
  2669. },
  2670. "limit": {
  2671. "description": "每页大小",
  2672. "type": "integer"
  2673. },
  2674. "page": {
  2675. "description": "页数",
  2676. "type": "integer"
  2677. },
  2678. "start_at": {
  2679. "type": "string",
  2680. "example": "开始时间"
  2681. }
  2682. }
  2683. },
  2684. "md.GetFundDataListResp": {
  2685. "type": "object",
  2686. "properties": {
  2687. "kind_list": {
  2688. "description": "类型列表",
  2689. "type": "array",
  2690. "items": {
  2691. "type": "object",
  2692. "additionalProperties": true
  2693. }
  2694. },
  2695. "list": {
  2696. "description": "数据列表",
  2697. "type": "array",
  2698. "items": {
  2699. "$ref": "#/definitions/md.FundDataNode"
  2700. }
  2701. },
  2702. "paginate": {
  2703. "description": "分页数据",
  2704. "allOf": [
  2705. {
  2706. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2707. }
  2708. ]
  2709. }
  2710. }
  2711. },
  2712. "md.GetFundDataRecordListReq": {
  2713. "type": "object",
  2714. "properties": {
  2715. "limit": {
  2716. "description": "页面大小",
  2717. "type": "integer"
  2718. },
  2719. "page": {
  2720. "description": "页数",
  2721. "type": "integer"
  2722. },
  2723. "system_id": {
  2724. "description": "数据在系统中的 ID",
  2725. "type": "integer"
  2726. }
  2727. }
  2728. },
  2729. "md.GetFundDataRecordListResp": {
  2730. "type": "object",
  2731. "properties": {
  2732. "list": {
  2733. "type": "array",
  2734. "items": {
  2735. "$ref": "#/definitions/md.FundDataRecordNode"
  2736. }
  2737. },
  2738. "paginate": {
  2739. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2740. }
  2741. }
  2742. },
  2743. "md.GetGreenEnergyUserCoinFlowListReq": {
  2744. "type": "object",
  2745. "properties": {
  2746. "coin_id": {
  2747. "description": "货币类型 ID",
  2748. "type": "integer"
  2749. },
  2750. "direction": {
  2751. "description": "流水方向:1收入 2支出",
  2752. "type": "integer"
  2753. },
  2754. "end_at": {
  2755. "description": "结束时间",
  2756. "type": "string"
  2757. },
  2758. "page": {
  2759. "description": "页数",
  2760. "type": "integer"
  2761. },
  2762. "page_size": {
  2763. "description": "每页大小",
  2764. "type": "integer"
  2765. },
  2766. "start_at": {
  2767. "description": "开始时间",
  2768. "type": "string"
  2769. },
  2770. "uid": {
  2771. "description": "用户 ID",
  2772. "type": "integer"
  2773. }
  2774. }
  2775. },
  2776. "md.GetGreenEnergyUserCoinFlowListResp": {
  2777. "type": "object",
  2778. "properties": {
  2779. "list": {
  2780. "description": "流水信息",
  2781. "type": "array",
  2782. "items": {
  2783. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  2784. }
  2785. },
  2786. "paginate": {
  2787. "description": "分页信息",
  2788. "allOf": [
  2789. {
  2790. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2791. }
  2792. ]
  2793. },
  2794. "select_data": {
  2795. "description": "流水类型",
  2796. "allOf": [
  2797. {
  2798. "$ref": "#/definitions/md.SelectData"
  2799. }
  2800. ]
  2801. }
  2802. }
  2803. },
  2804. "md.GetGreenEnergyUserCoinListReq": {
  2805. "type": "object",
  2806. "properties": {
  2807. "end_coin": {
  2808. "type": "string",
  2809. "example": "最大金额"
  2810. },
  2811. "kind": {
  2812. "description": "虚拟币种类编号",
  2813. "type": "integer"
  2814. },
  2815. "page": {
  2816. "description": "页数",
  2817. "type": "integer"
  2818. },
  2819. "page_size": {
  2820. "description": "单页大小",
  2821. "type": "integer"
  2822. },
  2823. "start_coin": {
  2824. "type": "string",
  2825. "example": "最小金额"
  2826. },
  2827. "uid": {
  2828. "description": "指定查询用户 ID",
  2829. "type": "integer"
  2830. },
  2831. "user_name": {
  2832. "type": "string",
  2833. "example": "用户名称"
  2834. },
  2835. "user_phone": {
  2836. "type": "string",
  2837. "example": "手机号"
  2838. }
  2839. }
  2840. },
  2841. "md.GetGreenEnergyUserCoinListResp": {
  2842. "type": "object",
  2843. "properties": {
  2844. "kind_list": {
  2845. "description": "货币类型集合",
  2846. "type": "array",
  2847. "items": {
  2848. "$ref": "#/definitions/md.VirtualCoinListNode"
  2849. }
  2850. },
  2851. "list": {
  2852. "description": "余额集合",
  2853. "type": "array",
  2854. "items": {
  2855. "$ref": "#/definitions/md.ActivePointsWalletNode"
  2856. }
  2857. },
  2858. "sum_user_amount": {
  2859. "description": "用户持有总数",
  2860. "type": "number"
  2861. },
  2862. "total": {
  2863. "description": "持有该类型用户数",
  2864. "type": "integer"
  2865. }
  2866. }
  2867. },
  2868. "md.GetPriceCurveResp": {
  2869. "type": "object",
  2870. "properties": {
  2871. "x_data": {
  2872. "type": "array",
  2873. "items": {}
  2874. },
  2875. "y_data": {
  2876. "type": "array",
  2877. "items": {}
  2878. }
  2879. }
  2880. },
  2881. "md.GetPublicPlatoonBasicResp": {
  2882. "type": "object",
  2883. "properties": {
  2884. "is_open": {
  2885. "description": "是否开启(1:开启 0:关闭)",
  2886. "type": "integer"
  2887. },
  2888. "is_self_active_get_team_revenue": {
  2889. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  2890. "type": "integer"
  2891. },
  2892. "originator_uid": {
  2893. "description": "创始人uid",
  2894. "type": "integer"
  2895. },
  2896. "several_rows": {
  2897. "description": "几排",
  2898. "type": "integer"
  2899. },
  2900. "several_times": {
  2901. "description": "几乘",
  2902. "type": "integer"
  2903. },
  2904. "system_punish_replace": {
  2905. "description": "是否位置滑落 被新用户替换 0否 1是",
  2906. "type": "integer"
  2907. },
  2908. "system_punish_replace_value": {
  2909. "description": "xx天未活跃,处罚滑落",
  2910. "type": "integer"
  2911. }
  2912. }
  2913. },
  2914. "md.ListCommunityDividendsReq": {
  2915. "type": "object",
  2916. "properties": {
  2917. "end_at": {
  2918. "description": "结束时间",
  2919. "type": "string"
  2920. },
  2921. "end_nums": {
  2922. "description": "分红总量上限",
  2923. "type": "integer"
  2924. },
  2925. "limit": {
  2926. "description": "每页大小",
  2927. "type": "integer"
  2928. },
  2929. "page": {
  2930. "description": "页数",
  2931. "type": "integer"
  2932. },
  2933. "start_at": {
  2934. "description": "开始时间",
  2935. "type": "string"
  2936. },
  2937. "start_nums": {
  2938. "description": "分红总量下限",
  2939. "type": "integer"
  2940. }
  2941. }
  2942. },
  2943. "md.ListCommunityDividendsResp": {
  2944. "type": "object",
  2945. "properties": {
  2946. "list": {
  2947. "type": "array",
  2948. "items": {
  2949. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  2950. }
  2951. },
  2952. "paginate": {
  2953. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  2954. }
  2955. }
  2956. },
  2957. "md.ListCommunityDividendsWithUserReq": {
  2958. "type": "object",
  2959. "properties": {
  2960. "limit": {
  2961. "type": "integer"
  2962. },
  2963. "page": {
  2964. "type": "integer"
  2965. },
  2966. "phone": {
  2967. "type": "string"
  2968. },
  2969. "uid": {
  2970. "type": "integer"
  2971. }
  2972. }
  2973. },
  2974. "md.ListCommunityDividendsWithUserResp": {
  2975. "type": "object",
  2976. "properties": {
  2977. "list": {
  2978. "type": "array",
  2979. "items": {
  2980. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  2981. }
  2982. },
  2983. "paginate": {
  2984. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  2985. }
  2986. }
  2987. },
  2988. "md.ListPlatformRevenueReq": {
  2989. "type": "object",
  2990. "properties": {
  2991. "end_at": {
  2992. "type": "string",
  2993. "example": "结束时间"
  2994. },
  2995. "kind": {
  2996. "description": "数据类型",
  2997. "type": "integer"
  2998. },
  2999. "limit": {
  3000. "description": "每页大小",
  3001. "type": "integer"
  3002. },
  3003. "page": {
  3004. "description": "页数",
  3005. "type": "integer"
  3006. },
  3007. "start_at": {
  3008. "type": "string",
  3009. "example": "开始时间"
  3010. }
  3011. }
  3012. },
  3013. "md.ListPlatformRevenueResp": {
  3014. "type": "object",
  3015. "properties": {
  3016. "kind_list": {
  3017. "description": "类型列表",
  3018. "type": "array",
  3019. "items": {
  3020. "type": "object",
  3021. "additionalProperties": true
  3022. }
  3023. },
  3024. "list": {
  3025. "description": "数据列表",
  3026. "type": "array",
  3027. "items": {
  3028. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  3029. }
  3030. },
  3031. "paginate": {
  3032. "description": "分页数据",
  3033. "allOf": [
  3034. {
  3035. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3036. }
  3037. ]
  3038. }
  3039. }
  3040. },
  3041. "md.LoginReq": {
  3042. "type": "object",
  3043. "required": [
  3044. "password",
  3045. "username"
  3046. ],
  3047. "properties": {
  3048. "code": {
  3049. "type": "string",
  3050. "example": "验证码"
  3051. },
  3052. "password": {
  3053. "type": "string",
  3054. "example": "登录密码"
  3055. },
  3056. "username": {
  3057. "type": "string",
  3058. "example": "登录账号"
  3059. }
  3060. }
  3061. },
  3062. "md.LoginResponse": {
  3063. "type": "object",
  3064. "properties": {
  3065. "token": {
  3066. "type": "string"
  3067. }
  3068. }
  3069. },
  3070. "md.NewUserRedPackageGetBasicResp": {
  3071. "type": "object",
  3072. "properties": {
  3073. "create_at": {
  3074. "type": "string"
  3075. },
  3076. "days": {
  3077. "description": "天数",
  3078. "type": "integer"
  3079. },
  3080. "is_double": {
  3081. "description": "是否翻倍",
  3082. "type": "integer"
  3083. },
  3084. "is_open": {
  3085. "description": "是否开启(1:开启 0:关闭)",
  3086. "type": "integer"
  3087. },
  3088. "total_amount": {
  3089. "type": "string",
  3090. "example": "总金额"
  3091. },
  3092. "update_at": {
  3093. "type": "string"
  3094. }
  3095. }
  3096. },
  3097. "md.NewUserRedPackageRecordFlowListReq": {
  3098. "type": "object",
  3099. "properties": {
  3100. "end_at": {
  3101. "description": "结束时间",
  3102. "type": "string"
  3103. },
  3104. "limit": {
  3105. "description": "每页大小",
  3106. "type": "integer"
  3107. },
  3108. "page": {
  3109. "description": "页数",
  3110. "type": "integer"
  3111. },
  3112. "start_at": {
  3113. "description": "开始时间",
  3114. "type": "string"
  3115. },
  3116. "uid": {
  3117. "description": "用户 ID",
  3118. "type": "integer"
  3119. }
  3120. }
  3121. },
  3122. "md.NewUserRedPackageRecordListReq": {
  3123. "type": "object",
  3124. "properties": {
  3125. "end_at": {
  3126. "description": "结束时间",
  3127. "type": "string"
  3128. },
  3129. "limit": {
  3130. "description": "每页大小",
  3131. "type": "integer"
  3132. },
  3133. "page": {
  3134. "description": "页数",
  3135. "type": "integer"
  3136. },
  3137. "start_at": {
  3138. "description": "开始时间",
  3139. "type": "string"
  3140. },
  3141. "uid": {
  3142. "description": "用户 ID",
  3143. "type": "integer"
  3144. }
  3145. }
  3146. },
  3147. "md.NewUserRedPackageUpdateBasicReq": {
  3148. "type": "object",
  3149. "properties": {
  3150. "days": {
  3151. "description": "天数",
  3152. "type": "integer"
  3153. },
  3154. "is_double": {
  3155. "description": "是否翻倍",
  3156. "type": "integer"
  3157. },
  3158. "is_open": {
  3159. "description": "是否开启(1:开启 0:关闭)",
  3160. "type": "integer"
  3161. },
  3162. "total_amount": {
  3163. "type": "string",
  3164. "example": "总金额"
  3165. }
  3166. }
  3167. },
  3168. "md.NewUserRewardRules": {
  3169. "type": "object",
  3170. "properties": {
  3171. "continue_days": {
  3172. "description": "连续x天",
  3173. "type": "integer"
  3174. },
  3175. "invite_user_reward_value": {
  3176. "description": "拉新用户奖励x个活跃积分",
  3177. "type": "integer"
  3178. },
  3179. "reward_coefficient": {
  3180. "description": "奖励系数",
  3181. "type": "number"
  3182. }
  3183. }
  3184. },
  3185. "md.PaginateResp": {
  3186. "type": "object",
  3187. "properties": {
  3188. "list": {},
  3189. "paginate": {
  3190. "$ref": "#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate"
  3191. }
  3192. }
  3193. },
  3194. "md.PlatformRevenueDataNode": {
  3195. "type": "object",
  3196. "properties": {
  3197. "balance_amount": {
  3198. "description": "余额",
  3199. "type": "string"
  3200. },
  3201. "balance_times": {
  3202. "description": "剩余执行次数",
  3203. "type": "integer"
  3204. },
  3205. "create_at": {
  3206. "description": "创建时间",
  3207. "type": "string"
  3208. },
  3209. "hours": {
  3210. "description": "时长",
  3211. "type": "integer"
  3212. },
  3213. "kind": {
  3214. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  3215. "type": "integer"
  3216. },
  3217. "memo": {
  3218. "description": "备注",
  3219. "type": "string"
  3220. },
  3221. "system_id": {
  3222. "type": "integer"
  3223. },
  3224. "total_amount": {
  3225. "description": "金额",
  3226. "type": "string"
  3227. }
  3228. }
  3229. },
  3230. "md.PriceSettingStruct": {
  3231. "type": "object",
  3232. "properties": {
  3233. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  3234. "description": "市商资金单笔x元自动兑换",
  3235. "type": "string"
  3236. },
  3237. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  3238. "description": "市商数量单笔x数量自动兑换",
  3239. "type": "string"
  3240. },
  3241. "price_below_value": {
  3242. "description": "低于x元",
  3243. "type": "string"
  3244. },
  3245. "price_higher_than_value": {
  3246. "description": "高于x元",
  3247. "type": "string"
  3248. }
  3249. }
  3250. },
  3251. "md.Response": {
  3252. "type": "object",
  3253. "properties": {
  3254. "code": {
  3255. "type": "string",
  3256. "example": "响应码"
  3257. },
  3258. "data": {
  3259. "description": "内容"
  3260. },
  3261. "msg": {
  3262. "type": "string",
  3263. "example": "具体错误原因"
  3264. }
  3265. }
  3266. },
  3267. "md.RewardSystemStruct": {
  3268. "type": "object",
  3269. "properties": {
  3270. "level": {
  3271. "description": "圈层",
  3272. "type": "integer"
  3273. },
  3274. "reward_condition": {
  3275. "description": "奖励条件",
  3276. "type": "string"
  3277. },
  3278. "reward_value": {
  3279. "description": "奖励值",
  3280. "type": "string"
  3281. }
  3282. }
  3283. },
  3284. "md.SelectData": {
  3285. "type": "object",
  3286. "properties": {
  3287. "direction": {
  3288. "type": "array",
  3289. "items": {
  3290. "type": "object",
  3291. "additionalProperties": {
  3292. "type": "string"
  3293. }
  3294. }
  3295. }
  3296. }
  3297. },
  3298. "md.SetBasicReq": {
  3299. "type": "object",
  3300. "properties": {
  3301. "oss_access_key_id": {
  3302. "type": "string",
  3303. "example": "oss访问秘钥id"
  3304. },
  3305. "oss_access_key_secret": {
  3306. "type": "string",
  3307. "example": "oss访问秘钥"
  3308. },
  3309. "oss_bucket_name": {
  3310. "type": "string",
  3311. "example": "oss存储桶名称"
  3312. },
  3313. "oss_bucket_scheme": {
  3314. "type": "string",
  3315. "example": "oss上传方式"
  3316. },
  3317. "oss_endpoint": {
  3318. "type": "string",
  3319. "example": "oss地域节点"
  3320. },
  3321. "oss_object_domain": {
  3322. "type": "string",
  3323. "example": "oss域名"
  3324. }
  3325. }
  3326. },
  3327. "md.SetVideoRewardReq": {
  3328. "type": "object",
  3329. "properties": {
  3330. "ecmp": {
  3331. "description": "当前 Ecmp 值",
  3332. "type": "string"
  3333. },
  3334. "unit_price": {
  3335. "description": "单价",
  3336. "type": "string"
  3337. }
  3338. }
  3339. },
  3340. "md.SonUserDailyActivityAnalysisNode": {
  3341. "type": "object",
  3342. "properties": {
  3343. "activity_day_nums": {
  3344. "description": "活跃子节点活跃天数",
  3345. "type": "integer"
  3346. },
  3347. "nickname": {
  3348. "type": "string",
  3349. "example": "昵称"
  3350. },
  3351. "phone": {
  3352. "type": "string",
  3353. "example": "手机号"
  3354. },
  3355. "uid": {
  3356. "description": "查询用户活跃子节点 ID",
  3357. "type": "integer"
  3358. }
  3359. }
  3360. },
  3361. "md.SubUser": {
  3362. "type": "object",
  3363. "properties": {
  3364. "avatar_url": {
  3365. "type": "string",
  3366. "example": "头像"
  3367. },
  3368. "level": {
  3369. "description": "整个系统中的等级",
  3370. "type": "integer"
  3371. },
  3372. "nickname": {
  3373. "type": "string",
  3374. "example": "昵称"
  3375. },
  3376. "phone": {
  3377. "type": "string",
  3378. "example": "手机号"
  3379. },
  3380. "pid": {
  3381. "type": "integer"
  3382. },
  3383. "position": {
  3384. "description": "以pid1为创始人中网的位置",
  3385. "type": "integer"
  3386. },
  3387. "uid": {
  3388. "type": "integer"
  3389. }
  3390. }
  3391. },
  3392. "md.TeamRewardSettingStruct": {
  3393. "type": "object",
  3394. "properties": {
  3395. "member_self_is_open_get_team_reward": {
  3396. "description": "会员是否活跃得到团队奖励",
  3397. "type": "string"
  3398. },
  3399. "one_round_duration": {
  3400. "description": "一轮持续时间",
  3401. "type": "string"
  3402. },
  3403. "reward_decrement_value": {
  3404. "description": "递减百分比",
  3405. "type": "string"
  3406. },
  3407. "reward_end_value": {
  3408. "description": "奖励结束值",
  3409. "type": "string"
  3410. }
  3411. }
  3412. },
  3413. "md.TreeNode": {
  3414. "type": "object",
  3415. "properties": {
  3416. "avatar_url": {
  3417. "type": "string",
  3418. "example": "头像"
  3419. },
  3420. "level": {
  3421. "type": "integer"
  3422. },
  3423. "nickname": {
  3424. "type": "string",
  3425. "example": "昵称"
  3426. },
  3427. "phone": {
  3428. "type": "string",
  3429. "example": "手机号"
  3430. },
  3431. "pid": {
  3432. "type": "integer"
  3433. },
  3434. "position": {
  3435. "type": "integer"
  3436. },
  3437. "son": {
  3438. "type": "array",
  3439. "items": {
  3440. "$ref": "#/definitions/md.TreeNode"
  3441. }
  3442. },
  3443. "system_id": {
  3444. "description": "公排网中id",
  3445. "type": "integer"
  3446. },
  3447. "uid": {
  3448. "type": "integer"
  3449. }
  3450. }
  3451. },
  3452. "md.UpdateEggEnergyBasicReq": {
  3453. "type": "object",
  3454. "properties": {
  3455. "basic_setting": {
  3456. "description": "基础设置",
  3457. "allOf": [
  3458. {
  3459. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  3460. }
  3461. ]
  3462. },
  3463. "data_setting": {
  3464. "description": "数据设置",
  3465. "allOf": [
  3466. {
  3467. "$ref": "#/definitions/md.DataSetting"
  3468. }
  3469. ]
  3470. },
  3471. "destruction_setting": {
  3472. "description": "销毁设置",
  3473. "allOf": [
  3474. {
  3475. "$ref": "#/definitions/md.DestructionSettingStruct"
  3476. }
  3477. ]
  3478. },
  3479. "exchange_rules": {
  3480. "description": "兑换规则",
  3481. "allOf": [
  3482. {
  3483. "$ref": "#/definitions/md.ExchangeRulesStruct"
  3484. }
  3485. ]
  3486. },
  3487. "new_user_incentive_rules": {
  3488. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  3489. "allOf": [
  3490. {
  3491. "$ref": "#/definitions/md.NewUserRewardRules"
  3492. }
  3493. ]
  3494. },
  3495. "price_setting": {
  3496. "description": "价格设置",
  3497. "allOf": [
  3498. {
  3499. "$ref": "#/definitions/md.PriceSettingStruct"
  3500. }
  3501. ]
  3502. },
  3503. "reward_system": {
  3504. "description": "圈层奖励",
  3505. "allOf": [
  3506. {
  3507. "$ref": "#/definitions/md.RewardSystemStruct"
  3508. }
  3509. ]
  3510. },
  3511. "system_id": {
  3512. "description": "该设置系统 ID",
  3513. "type": "integer"
  3514. },
  3515. "video_reward_setting": {
  3516. "description": "视频奖励",
  3517. "allOf": [
  3518. {
  3519. "$ref": "#/definitions/md.VideoRewardSetting"
  3520. }
  3521. ]
  3522. }
  3523. }
  3524. },
  3525. "md.UpdatePublicPlatoonBasicReq": {
  3526. "type": "object",
  3527. "properties": {
  3528. "is_open": {
  3529. "description": "是否开启(1:开启 0:关闭)",
  3530. "type": "integer"
  3531. },
  3532. "is_self_active_get_team_revenue": {
  3533. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  3534. "type": "integer"
  3535. },
  3536. "originator_uid": {
  3537. "description": "创始人uid",
  3538. "type": "integer"
  3539. },
  3540. "several_rows": {
  3541. "description": "几排",
  3542. "type": "integer"
  3543. },
  3544. "several_times": {
  3545. "description": "几乘",
  3546. "type": "integer"
  3547. },
  3548. "system_punish_replace": {
  3549. "description": "是否位置滑落 被新用户替换 0否 1是",
  3550. "type": "integer"
  3551. },
  3552. "system_punish_replace_value": {
  3553. "description": "xx天未活跃,处罚滑落",
  3554. "type": "integer"
  3555. }
  3556. }
  3557. },
  3558. "md.UserDailyActivityAnalysisReq": {
  3559. "type": "object",
  3560. "properties": {
  3561. "end_date": {
  3562. "type": "string",
  3563. "example": "结束日期"
  3564. },
  3565. "page": {
  3566. "description": "页数",
  3567. "type": "integer"
  3568. },
  3569. "page_size": {
  3570. "description": "每页大小",
  3571. "type": "integer"
  3572. },
  3573. "start_date": {
  3574. "type": "string",
  3575. "example": "开始日期"
  3576. },
  3577. "uid": {
  3578. "description": "查询用户 ID",
  3579. "type": "integer"
  3580. }
  3581. }
  3582. },
  3583. "md.UserDailyActivityAnalysisResp": {
  3584. "type": "object",
  3585. "properties": {
  3586. "son_user_data": {
  3587. "description": "被查询用户子节点信息",
  3588. "type": "array",
  3589. "items": {
  3590. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  3591. }
  3592. },
  3593. "top_data": {
  3594. "description": "统计信息",
  3595. "allOf": [
  3596. {
  3597. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  3598. }
  3599. ]
  3600. }
  3601. }
  3602. },
  3603. "md.UserVirtualCoinFlow": {
  3604. "type": "object",
  3605. "properties": {
  3606. "after_amount": {
  3607. "type": "string",
  3608. "example": "变更后数量"
  3609. },
  3610. "amount": {
  3611. "type": "string",
  3612. "example": "变更数量"
  3613. },
  3614. "before_amount": {
  3615. "type": "string",
  3616. "example": "变更前数量"
  3617. },
  3618. "coin_id": {
  3619. "description": "虚拟币 ID",
  3620. "type": "integer"
  3621. },
  3622. "create_at": {
  3623. "type": "string",
  3624. "example": "创建时间"
  3625. },
  3626. "direction": {
  3627. "description": "方向:1收入 2支出",
  3628. "type": "integer"
  3629. },
  3630. "id": {
  3631. "type": "integer"
  3632. },
  3633. "sys_fee": {
  3634. "type": "string",
  3635. "example": "手续费"
  3636. },
  3637. "title": {
  3638. "type": "string",
  3639. "example": "标题"
  3640. },
  3641. "transfer_type": {
  3642. "description": "转账类型",
  3643. "type": "integer"
  3644. },
  3645. "uid": {
  3646. "description": "用户 ID",
  3647. "type": "integer"
  3648. },
  3649. "update_at": {
  3650. "type": "string",
  3651. "example": "更新时间"
  3652. }
  3653. }
  3654. },
  3655. "md.VideoRewardSetting": {
  3656. "type": "object",
  3657. "properties": {
  3658. "video_reward_is_open": {
  3659. "description": "视频奖励是否开启(1:开启 0:关闭)",
  3660. "type": "integer"
  3661. },
  3662. "video_reward_system": {
  3663. "description": "视频奖励机制",
  3664. "allOf": [
  3665. {
  3666. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  3667. }
  3668. ]
  3669. }
  3670. }
  3671. },
  3672. "md.VideoRewardSystemStruct": {
  3673. "type": "object",
  3674. "properties": {
  3675. "each_round_hour": {
  3676. "description": "每一轮X个小时",
  3677. "type": "string"
  3678. },
  3679. "interval_minutes": {
  3680. "description": "间隔X秒",
  3681. "type": "string"
  3682. },
  3683. "reward_total_num": {
  3684. "description": "一共X个奖励视屏",
  3685. "type": "string"
  3686. },
  3687. "reward_value": {
  3688. "description": "奖励X个活跃积分",
  3689. "type": "string"
  3690. }
  3691. }
  3692. },
  3693. "md.VirtualCoin": {
  3694. "type": "object",
  3695. "properties": {
  3696. "create_at": {
  3697. "type": "string"
  3698. },
  3699. "exchange_ratio": {
  3700. "description": "兑换比例(与金额)",
  3701. "type": "string",
  3702. "example": "兑换比例(与金额)"
  3703. },
  3704. "id": {
  3705. "type": "integer"
  3706. },
  3707. "is_use": {
  3708. "description": "是否开启: 0否 1是",
  3709. "type": "integer"
  3710. },
  3711. "name": {
  3712. "description": "名称",
  3713. "type": "string"
  3714. },
  3715. "update_at": {
  3716. "type": "string"
  3717. }
  3718. }
  3719. },
  3720. "md.VirtualCoinListNode": {
  3721. "type": "object",
  3722. "properties": {
  3723. "coin_id": {
  3724. "description": "货币类型 ID",
  3725. "type": "integer"
  3726. },
  3727. "kind": {
  3728. "description": "货币序号",
  3729. "type": "integer"
  3730. },
  3731. "name": {
  3732. "type": "string",
  3733. "example": "货币类型名称"
  3734. }
  3735. }
  3736. }
  3737. },
  3738. "securityDefinitions": {
  3739. "MasterID": {
  3740. "type": "apiKey",
  3741. "name": "MasterID",
  3742. "in": "header"
  3743. }
  3744. }
  3745. }