蛋蛋星球 后台端
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

2232 satır
60 KiB

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