蛋蛋星球 后台端
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.
 
 
 
 
 

4634 lines
123 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_member_center.Paginate:
  37. properties:
  38. limit:
  39. description: 每页大小
  40. type: integer
  41. page:
  42. description: 页数
  43. type: integer
  44. total:
  45. description: 总数据量
  46. type: integer
  47. type: object
  48. applet_app_md_institutional_management_new_user_red_package.Paginate:
  49. properties:
  50. limit:
  51. type: integer
  52. page:
  53. type: integer
  54. total:
  55. type: integer
  56. type: object
  57. applet_app_md_institutional_management_public_platoon.BasicSetting:
  58. properties:
  59. id:
  60. type: integer
  61. is_open:
  62. description: 是否开启(1:开启 0:关闭)
  63. type: integer
  64. is_self_active_get_team_revenue:
  65. description: 会员本人没有日活,没有圈层奖励(1:开启 0:关闭)
  66. type: integer
  67. originator_uid:
  68. description: 创始人uid
  69. type: integer
  70. several_rows:
  71. description: 几排
  72. type: integer
  73. several_times:
  74. description: 几乘
  75. type: integer
  76. system_punish_replace:
  77. description: 是否位置滑落 被新用户替换 0否 1是
  78. type: integer
  79. system_punish_replace_value:
  80. description: xx天未活跃,处罚滑落
  81. type: integer
  82. type: object
  83. applet_app_md_institutional_management_public_platoon.Paginate:
  84. properties:
  85. limit:
  86. description: 每页大小
  87. type: integer
  88. page:
  89. description: 页数
  90. type: integer
  91. total:
  92. description: 总数据量
  93. type: integer
  94. type: object
  95. md.ActivePointsWalletNode:
  96. properties:
  97. amount:
  98. example: 账户余额
  99. type: string
  100. uid:
  101. description: 用户 ID
  102. type: integer
  103. user_name:
  104. example: 用户名
  105. type: string
  106. user_phone:
  107. example: 手机号
  108. type: string
  109. type: object
  110. md.AddCommunityDividendsReq:
  111. properties:
  112. amount:
  113. description: 社区分红数量
  114. type: string
  115. name:
  116. example: 社区分红名称
  117. type: string
  118. type: object
  119. md.AddCommunityDividendsWithUserReq:
  120. properties:
  121. memo:
  122. example: 备注
  123. type: string
  124. uid:
  125. description: 新增社区长用户 ID
  126. type: integer
  127. type: object
  128. md.AddFreePublishUserReq:
  129. properties:
  130. uid:
  131. type: integer
  132. type: object
  133. md.AddFundDataReq:
  134. properties:
  135. frequency:
  136. description: 频率(分钟)
  137. type: integer
  138. hours:
  139. description: 时长(小时)
  140. type: integer
  141. kind:
  142. description: 种类(1:公司补贴 2:资方投资 3:市场期望)
  143. type: integer
  144. memo:
  145. example: 备注
  146. type: string
  147. total_amount:
  148. description: 金额
  149. type: string
  150. type: object
  151. md.AddLevelReq:
  152. properties:
  153. auto_update:
  154. description: 自动升级 0关闭 1开启
  155. type: string
  156. choosable_num:
  157. description: 可选任务数量
  158. type: string
  159. is_use:
  160. description: 是否开启(0.否, 1.是)
  161. type: string
  162. level_name:
  163. description: 等级名称
  164. type: string
  165. level_weight:
  166. description: 等级权重
  167. type: string
  168. memo:
  169. description: 备注
  170. type: string
  171. type: object
  172. md.AddLevelTaskReq:
  173. properties:
  174. finish_count:
  175. description: 多少天内完成的指标
  176. type: string
  177. is_must_task:
  178. description: 是否必做(0,1)
  179. type: string
  180. level_id:
  181. description: 等级 ID
  182. type: string
  183. task_type:
  184. description: 1:直推会员人数,2:直推会员活跃天数,3:直推会员等级
  185. type: string
  186. task_type_level_id:
  187. description: 会员等级 ID (task_type=3时生效)
  188. type: string
  189. within_days:
  190. description: 多少天内完成
  191. type: string
  192. type: object
  193. md.AddPlatformRevenueReq:
  194. properties:
  195. frequency:
  196. description: 频率(分钟)
  197. type: integer
  198. hours:
  199. description: 时长(小时)
  200. type: integer
  201. kind:
  202. description: 种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)
  203. type: integer
  204. memo:
  205. example: 备注
  206. type: string
  207. total_amount:
  208. description: 金额
  209. type: string
  210. type: object
  211. md.AddTagReq:
  212. properties:
  213. is_punish:
  214. description: 是否为处罚标签(0:否 1:是)
  215. type: string
  216. memo:
  217. description: 备注
  218. type: string
  219. name:
  220. description: 标签名称
  221. type: string
  222. type: object
  223. md.BalanceDetailNode:
  224. properties:
  225. after_amount:
  226. description: 变更后余额
  227. type: string
  228. amount:
  229. description: 变更数量
  230. type: string
  231. before_amount:
  232. description: 变更前余额
  233. type: string
  234. create_at:
  235. description: 创建时间
  236. type: string
  237. id:
  238. description: 记录ID
  239. type: integer
  240. kind:
  241. description: 类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量
  242. type: string
  243. type: object
  244. md.BasicInfoNode:
  245. properties:
  246. avatar:
  247. description: 头像
  248. type: string
  249. level_name:
  250. description: 会员等级名称
  251. type: string
  252. memo:
  253. description: 备注
  254. type: string
  255. nickname:
  256. description: 用户名称
  257. type: string
  258. parent_name:
  259. description: 推荐人名称
  260. type: string
  261. parent_phone:
  262. description: 推荐人手机号
  263. type: string
  264. parent_uid:
  265. description: 推荐人
  266. type: integer
  267. password:
  268. description: 登录密码
  269. type: string
  270. phone:
  271. description: 手机号
  272. type: string
  273. sex:
  274. description: 性别
  275. type: integer
  276. state:
  277. description: 账号状态 1正常,2冻结
  278. type: integer
  279. tag_name:
  280. description: 标签名称
  281. type: string
  282. union_id:
  283. description: 微信号
  284. type: string
  285. type: object
  286. md.DailyActivityAnalysisTopData:
  287. properties:
  288. activity_count:
  289. description: 子节点活跃天数
  290. type: integer
  291. team_activity_user_count:
  292. description: 子节点活跃人数
  293. type: integer
  294. team_user_count:
  295. description: 团队人数
  296. type: integer
  297. type: object
  298. md.DataSetting:
  299. properties:
  300. total_angel_investor:
  301. description: 天使投资人
  302. example: 天使投资人
  303. type: string
  304. total_ecological_development:
  305. description: 生态建设
  306. example: 当前价格
  307. type: string
  308. total_issuance_amount:
  309. description: 总发行量
  310. example: 总发行量
  311. type: string
  312. total_operate_fund:
  313. description: 运营资金
  314. example: 运营资金
  315. type: string
  316. total_team_dividends:
  317. description: 团队分红
  318. example: 团队分红
  319. type: string
  320. total_technology_team:
  321. description: 技术团队
  322. example: 技术团队
  323. type: string
  324. total_user_for_person:
  325. description: 个人区域
  326. example: 个人区域
  327. type: string
  328. total_user_for_team:
  329. description: 团队区域
  330. example: 团队区域
  331. type: string
  332. type: object
  333. md.DeleteFreePublishUserReq:
  334. properties:
  335. uid:
  336. type: string
  337. type: object
  338. md.DeleteLevelReq:
  339. properties:
  340. level_id:
  341. type: string
  342. type: object
  343. md.DeleteTagReq:
  344. properties:
  345. tag_id:
  346. description: 标签 ID
  347. type: string
  348. type: object
  349. md.DeleteTaskReq:
  350. properties:
  351. task_id:
  352. type: string
  353. type: object
  354. md.DestructionSettingStruct:
  355. properties:
  356. community_dividends:
  357. description: 社区分红百分比
  358. type: string
  359. destruction_quantity:
  360. description: 销毁百分比
  361. type: string
  362. development_committee:
  363. description: 发展委员会百分比
  364. type: string
  365. marketplace_merchant:
  366. description: 市商数量百分比
  367. type: string
  368. public_welfare_and_charity:
  369. description: 公益慈善百分比
  370. type: string
  371. star_level_dividends:
  372. description: 星级分红百分比
  373. type: string
  374. type: object
  375. md.DynamicDataFlowListReq:
  376. properties:
  377. end_at:
  378. description: 结束时间
  379. example: 结束时间
  380. type: string
  381. kind:
  382. description: 持有类型
  383. type: integer
  384. page:
  385. description: 页数
  386. type: integer
  387. page_size:
  388. description: 每页大小
  389. type: integer
  390. start_at:
  391. description: 开始时间
  392. example: 开始时间
  393. type: string
  394. type: object
  395. md.DynamicDataFlowListResp:
  396. properties:
  397. kind_list:
  398. description: 类型列表
  399. items:
  400. additionalProperties: true
  401. type: object
  402. type: array
  403. list:
  404. description: 动态数据流水列表
  405. items:
  406. $ref: '#/definitions/md.EggEnergyAvailableEnergyFlow'
  407. type: array
  408. paginate:
  409. $ref: '#/definitions/applet_app_md_institutional_management_egg_energy.Paginate'
  410. type: object
  411. md.EggEnergyAvailableEnergyFlow:
  412. properties:
  413. after_community_dividends:
  414. description: 变更后-社区分红区块币数量
  415. type: string
  416. after_destruction_quantity_values:
  417. description: 变更后-销毁区块币数量
  418. type: string
  419. after_development_committee_values:
  420. description: 变更后-发展委员会区块币数量
  421. type: string
  422. after_marketplace_merchant_fund_values:
  423. description: 变更后-市商资金值
  424. type: string
  425. after_marketplace_merchant_values:
  426. description: 变更后-市商区块币数量
  427. type: string
  428. after_now_energy_total_nums:
  429. description: 变更后-现行总量
  430. type: string
  431. after_planet_total_value:
  432. description: 变更后-星球总价值
  433. type: string
  434. after_price:
  435. description: 变更后-价格
  436. type: string
  437. after_public_welfare_and_charity_values:
  438. description: 变更后-公益慈善区块币数量
  439. type: string
  440. after_star_level_dividends_values:
  441. description: 变更后-星级分红区块币数量
  442. type: string
  443. amount:
  444. description: 变更数量
  445. type: string
  446. before_community_dividends:
  447. description: 变更前-社区分红区块币数量
  448. type: string
  449. before_destruction_quantity_values:
  450. description: 变更前-销毁区块币数量
  451. type: string
  452. before_development_committee_values:
  453. description: 变更前-发展委员会区块币数量
  454. type: string
  455. before_marketplace_merchant_fund_values:
  456. description: 变更前-市商资金值
  457. type: string
  458. before_marketplace_merchant_values:
  459. description: 变更前-市商区块币数量
  460. type: string
  461. before_now_energy_total_nums:
  462. description: 变更前-现行总量
  463. type: string
  464. before_planet_total_value:
  465. description: 变更前-星球总价值
  466. type: string
  467. before_price:
  468. description: 变更前-价格
  469. type: string
  470. before_public_welfare_and_charity_values:
  471. description: 变更前-公益慈善区块币数量
  472. type: string
  473. before_star_level_dividends_values:
  474. description: 变更前-星级分红区块币数量
  475. type: string
  476. create_time:
  477. description: 创建时间
  478. type: string
  479. id:
  480. type: integer
  481. kind:
  482. description: 种类
  483. type: integer
  484. title:
  485. description: 标题
  486. type: string
  487. type: object
  488. md.EggEnergyCommunityDividends:
  489. properties:
  490. amount:
  491. description: 分红数量
  492. type: string
  493. coin_id:
  494. description: 虚拟币 id
  495. type: integer
  496. create_at:
  497. description: 分红时间
  498. type: string
  499. id:
  500. type: integer
  501. is_over:
  502. description: 是否分红完毕
  503. type: integer
  504. name:
  505. example: 名称
  506. type: string
  507. persons_num:
  508. description: 分红人数
  509. type: integer
  510. update_at:
  511. type: string
  512. type: object
  513. md.EggEnergyCommunityDividendsWithUser:
  514. properties:
  515. id:
  516. type: integer
  517. memo:
  518. example: 备注
  519. type: string
  520. nickname:
  521. type: string
  522. phone:
  523. type: string
  524. uid:
  525. type: integer
  526. type: object
  527. md.ExchangeRulesStruct:
  528. properties:
  529. auto_exchange_nums_by_person:
  530. description: 个人数量X个,自动兑换可用蛋蛋能量
  531. type: string
  532. auto_exchange_nums_by_team:
  533. description: 团队数量X个,自动兑换团队蛋蛋能量
  534. type: string
  535. auto_exchange_rate_by_person:
  536. description: 个人数量百分比,自动兑换可用蛋蛋能量
  537. type: string
  538. auto_exchange_rate_by_team:
  539. description: 团队数量百分比,自动兑换团队蛋蛋能量
  540. type: string
  541. type: object
  542. md.ExchangeUserPositionReq:
  543. properties:
  544. position_1:
  545. description: 位置1,具体值取返回数据中的 system_id
  546. type: integer
  547. position_2:
  548. description: 位置2,具体值取返回数据中的 system_id
  549. type: integer
  550. type: object
  551. md.FansNode:
  552. properties:
  553. amount:
  554. description: 可提现余额
  555. type: string
  556. id:
  557. description: 用户ID
  558. type: integer
  559. level_total:
  560. description: 所属代数
  561. type: integer
  562. nickname:
  563. example: 用户昵称
  564. type: string
  565. phone:
  566. example: 手机号
  567. type: string
  568. register_at:
  569. description: 注册时间
  570. type: string
  571. total_income:
  572. description: 累计收益
  573. type: string
  574. type: object
  575. md.FindSubUserRelationshipMapResp:
  576. properties:
  577. basic_setting:
  578. allOf:
  579. - $ref: '#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting'
  580. description: 公排设置
  581. search_uid:
  582. description: 查找的用户 ID
  583. type: string
  584. sub_user:
  585. allOf:
  586. - $ref: '#/definitions/md.SubUser'
  587. description: 上级用户信息
  588. type: object
  589. md.FreePublishUserNode:
  590. properties:
  591. nickname:
  592. example: 昵称
  593. type: string
  594. phone:
  595. example: 手机号
  596. type: string
  597. uid:
  598. type: integer
  599. type: object
  600. md.FundDataNode:
  601. properties:
  602. balance_amount:
  603. description: 余额
  604. type: string
  605. balance_times:
  606. description: 剩余执行次数
  607. type: integer
  608. create_at:
  609. description: 创建时间
  610. type: string
  611. hours:
  612. description: 时长
  613. type: integer
  614. kind:
  615. description: 种类(1:公司补贴 2:资方投资 3:市场期望)
  616. type: integer
  617. memo:
  618. description: 备注
  619. type: string
  620. system_id:
  621. type: integer
  622. total_amount:
  623. description: 金额
  624. type: string
  625. type: object
  626. md.FundDataRecordNode:
  627. properties:
  628. after_planet_total_value:
  629. description: 执行后-星球价值
  630. type: string
  631. after_price:
  632. description: 执行后-价格
  633. type: string
  634. balance_amount:
  635. description: 余额
  636. type: string
  637. balance_times:
  638. description: 剩余执行次数
  639. type: integer
  640. before_planet_total_value:
  641. description: 执行前-星球价值
  642. type: string
  643. before_price:
  644. description: 执行前-价格
  645. type: string
  646. create_at:
  647. type: string
  648. total_amount:
  649. description: 金额
  650. type: string
  651. type: object
  652. md.GetActivePointsUserCoinFlowListReq:
  653. properties:
  654. coin_id:
  655. description: 货币类型 ID
  656. type: integer
  657. direction:
  658. description: 流水方向:1收入 2支出
  659. type: integer
  660. end_at:
  661. description: 结束时间
  662. type: string
  663. page:
  664. description: 页数
  665. type: integer
  666. page_size:
  667. description: 每页大小
  668. type: integer
  669. start_at:
  670. description: 开始时间
  671. type: string
  672. uid:
  673. description: 用户 ID
  674. type: integer
  675. type: object
  676. md.GetActivePointsUserCoinFlowListResp:
  677. properties:
  678. list:
  679. description: 流水信息
  680. items:
  681. $ref: '#/definitions/md.UserVirtualCoinFlow'
  682. type: array
  683. paginate:
  684. allOf:
  685. - $ref: '#/definitions/applet_app_md_institutional_management_egg_energy.Paginate'
  686. description: 分页信息
  687. select_data:
  688. allOf:
  689. - $ref: '#/definitions/md.SelectData'
  690. description: 流水类型
  691. type: object
  692. md.GetActivePointsUserCoinListReq:
  693. properties:
  694. end_coin:
  695. example: 最大金额
  696. type: string
  697. kind:
  698. description: 虚拟币种类编号
  699. type: integer
  700. page:
  701. description: 页数
  702. type: integer
  703. page_size:
  704. description: 单页大小
  705. type: integer
  706. start_coin:
  707. example: 最小金额
  708. type: string
  709. uid:
  710. description: 指定查询用户 ID
  711. type: integer
  712. user_name:
  713. example: 用户名称
  714. type: string
  715. user_phone:
  716. example: 手机号
  717. type: string
  718. type: object
  719. md.GetActivePointsUserCoinListResp:
  720. properties:
  721. kind_list:
  722. description: 货币类型集合
  723. items:
  724. $ref: '#/definitions/md.VirtualCoinListNode'
  725. type: array
  726. list:
  727. description: 余额集合
  728. items:
  729. $ref: '#/definitions/md.ActivePointsWalletNode'
  730. type: array
  731. sum_user_amount:
  732. description: 用户持有总数
  733. type: number
  734. total:
  735. description: 持有该类型用户数
  736. type: integer
  737. type: object
  738. md.GetBasicResp:
  739. properties:
  740. oss_access_key_id:
  741. example: oss访问秘钥id
  742. type: string
  743. oss_access_key_secret:
  744. example: oss访问秘钥
  745. type: string
  746. oss_bucket_name:
  747. example: oss存储桶名称
  748. type: string
  749. oss_bucket_scheme:
  750. example: oss上传方式
  751. type: string
  752. oss_endpoint:
  753. example: oss地域节点
  754. type: string
  755. oss_object_domain:
  756. example: oss域名
  757. type: string
  758. type: object
  759. md.GetEggCoreDataListResp:
  760. properties:
  761. now_energy_total_nums:
  762. description: 现行总量
  763. example: 现行总量
  764. type: string
  765. now_price:
  766. description: 当前价格
  767. example: 当前价格
  768. type: string
  769. planet_total_value:
  770. description: 星球价值
  771. example: 星球价值
  772. type: string
  773. user_hold_total_nums:
  774. description: 用户持有总量
  775. type: string
  776. type: object
  777. md.GetEggEnergyBasicResp:
  778. properties:
  779. basic_setting:
  780. allOf:
  781. - $ref: '#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting'
  782. description: 基础设置
  783. data_setting:
  784. allOf:
  785. - $ref: '#/definitions/md.DataSetting'
  786. description: 数据设置
  787. destruction_setting:
  788. allOf:
  789. - $ref: '#/definitions/md.DestructionSettingStruct'
  790. description: 销毁设置
  791. exchange_rules:
  792. allOf:
  793. - $ref: '#/definitions/md.ExchangeRulesStruct'
  794. description: 兑换规则
  795. new_user_incentive_rules:
  796. allOf:
  797. - $ref: '#/definitions/md.NewUserRewardRules'
  798. description: 新用户奖励规则
  799. price_setting:
  800. allOf:
  801. - $ref: '#/definitions/md.PriceSettingStruct'
  802. description: 价格设置
  803. reward_system:
  804. description: 圈层奖励
  805. items:
  806. $ref: '#/definitions/md.RewardSystemStruct'
  807. type: array
  808. system_id:
  809. description: 该设置系统 ID
  810. type: integer
  811. video_reward_setting:
  812. allOf:
  813. - $ref: '#/definitions/md.VideoRewardSetting'
  814. description: 视频奖励
  815. type: object
  816. md.GetEggEnergyVipSettingResp:
  817. properties:
  818. level_list:
  819. description: 会员等级列表
  820. items:
  821. additionalProperties: true
  822. type: object
  823. type: array
  824. list:
  825. description: 会员权益设置
  826. items:
  827. $ref: '#/definitions/md.VipEquitySettingNode'
  828. type: array
  829. type: object
  830. md.GetFreePublishUserReq:
  831. properties:
  832. limit:
  833. description: 每页大小
  834. type: integer
  835. page:
  836. description: 当前页数
  837. type: integer
  838. uid:
  839. description: 筛选的用户 ID
  840. type: integer
  841. type: object
  842. md.GetFreePublishUserResp:
  843. properties:
  844. list:
  845. description: 免罚用户列表
  846. items:
  847. $ref: '#/definitions/md.FreePublishUserNode'
  848. type: array
  849. paginate:
  850. allOf:
  851. - $ref: '#/definitions/applet_app_md_institutional_management_public_platoon.Paginate'
  852. description: 分页信息
  853. type: object
  854. md.GetFundDataListReq:
  855. properties:
  856. end_at:
  857. example: 结束时间
  858. type: string
  859. kind:
  860. description: 数据类型
  861. type: integer
  862. limit:
  863. description: 每页大小
  864. type: integer
  865. page:
  866. description: 页数
  867. type: integer
  868. start_at:
  869. example: 开始时间
  870. type: string
  871. type: object
  872. md.GetFundDataListResp:
  873. properties:
  874. kind_list:
  875. description: 类型列表
  876. items:
  877. additionalProperties: true
  878. type: object
  879. type: array
  880. list:
  881. description: 数据列表
  882. items:
  883. $ref: '#/definitions/md.FundDataNode'
  884. type: array
  885. paginate:
  886. allOf:
  887. - $ref: '#/definitions/applet_app_md_institutional_management_egg_energy.Paginate'
  888. description: 分页数据
  889. type: object
  890. md.GetFundDataRecordListReq:
  891. properties:
  892. limit:
  893. description: 页面大小
  894. type: integer
  895. page:
  896. description: 页数
  897. type: integer
  898. system_id:
  899. description: 数据在系统中的 ID
  900. type: integer
  901. type: object
  902. md.GetFundDataRecordListResp:
  903. properties:
  904. list:
  905. items:
  906. $ref: '#/definitions/md.FundDataRecordNode'
  907. type: array
  908. paginate:
  909. $ref: '#/definitions/applet_app_md_institutional_management_egg_energy.Paginate'
  910. type: object
  911. md.GetGreenEnergyUserCoinFlowListReq:
  912. properties:
  913. coin_id:
  914. description: 货币类型 ID
  915. type: integer
  916. direction:
  917. description: 流水方向:1收入 2支出
  918. type: integer
  919. end_at:
  920. description: 结束时间
  921. type: string
  922. page:
  923. description: 页数
  924. type: integer
  925. page_size:
  926. description: 每页大小
  927. type: integer
  928. start_at:
  929. description: 开始时间
  930. type: string
  931. uid:
  932. description: 用户 ID
  933. type: integer
  934. type: object
  935. md.GetGreenEnergyUserCoinFlowListResp:
  936. properties:
  937. list:
  938. description: 流水信息
  939. items:
  940. $ref: '#/definitions/md.UserVirtualCoinFlow'
  941. type: array
  942. paginate:
  943. allOf:
  944. - $ref: '#/definitions/applet_app_md_institutional_management_egg_energy.Paginate'
  945. description: 分页信息
  946. select_data:
  947. allOf:
  948. - $ref: '#/definitions/md.SelectData'
  949. description: 流水类型
  950. type: object
  951. md.GetGreenEnergyUserCoinListReq:
  952. properties:
  953. end_coin:
  954. example: 最大金额
  955. type: string
  956. kind:
  957. description: 虚拟币种类编号
  958. type: integer
  959. page:
  960. description: 页数
  961. type: integer
  962. page_size:
  963. description: 单页大小
  964. type: integer
  965. start_coin:
  966. example: 最小金额
  967. type: string
  968. uid:
  969. description: 指定查询用户 ID
  970. type: integer
  971. user_name:
  972. example: 用户名称
  973. type: string
  974. user_phone:
  975. example: 手机号
  976. type: string
  977. type: object
  978. md.GetGreenEnergyUserCoinListResp:
  979. properties:
  980. kind_list:
  981. description: 货币类型集合
  982. items:
  983. $ref: '#/definitions/md.VirtualCoinListNode'
  984. type: array
  985. list:
  986. description: 余额集合
  987. items:
  988. $ref: '#/definitions/md.ActivePointsWalletNode'
  989. type: array
  990. sum_user_amount:
  991. description: 用户持有总数
  992. type: number
  993. total:
  994. description: 持有该类型用户数
  995. type: integer
  996. type: object
  997. md.GetLevelListResp:
  998. properties:
  999. list:
  1000. items:
  1001. $ref: '#/definitions/md.LevelListNode'
  1002. type: array
  1003. paginate:
  1004. $ref: '#/definitions/applet_app_md_institutional_management_member_center.Paginate'
  1005. type: object
  1006. md.GetOneLevelResp:
  1007. properties:
  1008. auto_update:
  1009. description: 自动升级 0关闭,1开启
  1010. type: integer
  1011. choosable_num:
  1012. description: 可选任务数量
  1013. type: integer
  1014. is_use:
  1015. description: 是否开启(0.否, 1.是)
  1016. type: integer
  1017. level_id:
  1018. description: 等级 ID
  1019. type: integer
  1020. level_name:
  1021. description: 等级名称
  1022. type: string
  1023. level_weight:
  1024. description: 等级权重
  1025. type: integer
  1026. memo:
  1027. description: 备注
  1028. type: string
  1029. task_type:
  1030. description: 任务类型关系
  1031. items:
  1032. additionalProperties: true
  1033. type: object
  1034. type: array
  1035. user_level_tasks:
  1036. items:
  1037. $ref: '#/definitions/model.UserLevelTask'
  1038. type: array
  1039. type: object
  1040. md.GetPriceCurveResp:
  1041. properties:
  1042. x_data:
  1043. items: {}
  1044. type: array
  1045. y_data:
  1046. items: {}
  1047. type: array
  1048. type: object
  1049. md.GetPublicPlatoonBasicResp:
  1050. properties:
  1051. is_open:
  1052. description: 是否开启(1:开启 0:关闭)
  1053. type: integer
  1054. is_self_active_get_team_revenue:
  1055. description: 会员本人没有日活,没有圈层奖励(1:开启 0:关闭)
  1056. type: integer
  1057. originator_name:
  1058. description: 创始人名称
  1059. type: string
  1060. originator_uid:
  1061. description: 创始人uid
  1062. type: integer
  1063. several_rows:
  1064. description: 几排
  1065. type: integer
  1066. several_times:
  1067. description: 几乘
  1068. type: integer
  1069. system_punish_replace:
  1070. description: 是否位置滑落 被新用户替换 0否 1是
  1071. type: integer
  1072. system_punish_replace_value:
  1073. description: xx天未活跃,处罚滑落
  1074. type: integer
  1075. type: object
  1076. md.GetTagListResp:
  1077. properties:
  1078. list:
  1079. items:
  1080. $ref: '#/definitions/md.TagListNode'
  1081. type: array
  1082. paginate:
  1083. $ref: '#/definitions/applet_app_md_institutional_management_member_center.Paginate'
  1084. type: object
  1085. md.GetVideoRewardResp:
  1086. properties:
  1087. ecmp:
  1088. description: 当前 Ecpm 值
  1089. type: string
  1090. unit_price:
  1091. description: 单价
  1092. type: string
  1093. type: object
  1094. md.LevelListNode:
  1095. properties:
  1096. count:
  1097. description: 等级人数
  1098. type: string
  1099. create_at:
  1100. description: 创建时间
  1101. type: string
  1102. is_use:
  1103. description: 是否开启(0.否, 1.是)
  1104. type: integer
  1105. level_id:
  1106. description: 等级 ID
  1107. type: integer
  1108. level_name:
  1109. description: 等级名称
  1110. type: string
  1111. level_weight:
  1112. description: 等级权重
  1113. type: integer
  1114. memo:
  1115. description: 备注
  1116. type: string
  1117. type: object
  1118. md.ListCommunityDividendsReq:
  1119. properties:
  1120. end_at:
  1121. description: 结束时间
  1122. type: string
  1123. end_nums:
  1124. description: 分红总量上限
  1125. type: integer
  1126. limit:
  1127. description: 每页大小
  1128. type: integer
  1129. page:
  1130. description: 页数
  1131. type: integer
  1132. start_at:
  1133. description: 开始时间
  1134. type: string
  1135. start_nums:
  1136. description: 分红总量下限
  1137. type: integer
  1138. type: object
  1139. md.ListCommunityDividendsResp:
  1140. properties:
  1141. list:
  1142. items:
  1143. $ref: '#/definitions/md.EggEnergyCommunityDividends'
  1144. type: array
  1145. paginate:
  1146. $ref: '#/definitions/applet_app_md_institutional_management_public_platoon.Paginate'
  1147. type: object
  1148. md.ListCommunityDividendsWithUserReq:
  1149. properties:
  1150. limit:
  1151. type: integer
  1152. page:
  1153. type: integer
  1154. phone:
  1155. type: string
  1156. uid:
  1157. type: integer
  1158. type: object
  1159. md.ListCommunityDividendsWithUserResp:
  1160. properties:
  1161. list:
  1162. items:
  1163. $ref: '#/definitions/md.EggEnergyCommunityDividendsWithUser'
  1164. type: array
  1165. paginate:
  1166. $ref: '#/definitions/applet_app_md_institutional_management_public_platoon.Paginate'
  1167. type: object
  1168. md.ListPlatformRevenueReq:
  1169. properties:
  1170. end_at:
  1171. example: 结束时间
  1172. type: string
  1173. kind:
  1174. description: 数据类型
  1175. type: integer
  1176. limit:
  1177. description: 每页大小
  1178. type: integer
  1179. page:
  1180. description: 页数
  1181. type: integer
  1182. start_at:
  1183. example: 开始时间
  1184. type: string
  1185. type: object
  1186. md.ListPlatformRevenueResp:
  1187. properties:
  1188. kind_list:
  1189. description: 类型列表
  1190. items:
  1191. additionalProperties: true
  1192. type: object
  1193. type: array
  1194. list:
  1195. description: 数据列表
  1196. items:
  1197. $ref: '#/definitions/md.PlatformRevenueDataNode'
  1198. type: array
  1199. paginate:
  1200. allOf:
  1201. - $ref: '#/definitions/applet_app_md_institutional_management_egg_energy.Paginate'
  1202. description: 分页数据
  1203. type: object
  1204. md.LoginReq:
  1205. properties:
  1206. code:
  1207. example: 验证码
  1208. type: string
  1209. password:
  1210. example: 登录密码
  1211. type: string
  1212. username:
  1213. example: 登录账号
  1214. type: string
  1215. required:
  1216. - password
  1217. - username
  1218. type: object
  1219. md.LoginResponse:
  1220. properties:
  1221. token:
  1222. type: string
  1223. type: object
  1224. md.ManualScoreReq:
  1225. properties:
  1226. index_id:
  1227. description: 文档id
  1228. type: string
  1229. score:
  1230. example: 分数
  1231. type: string
  1232. type: object
  1233. md.NewUserRedPackageGetBasicResp:
  1234. properties:
  1235. create_at:
  1236. type: string
  1237. days:
  1238. description: 天数
  1239. type: integer
  1240. is_double:
  1241. description: 是否翻倍
  1242. type: integer
  1243. is_open:
  1244. description: 是否开启(1:开启 0:关闭)
  1245. type: integer
  1246. total_amount:
  1247. example: 总金额
  1248. type: string
  1249. update_at:
  1250. type: string
  1251. type: object
  1252. md.NewUserRedPackageRecordFlowListReq:
  1253. properties:
  1254. end_at:
  1255. description: 结束时间
  1256. type: string
  1257. limit:
  1258. description: 每页大小
  1259. type: integer
  1260. page:
  1261. description: 页数
  1262. type: integer
  1263. start_at:
  1264. description: 开始时间
  1265. type: string
  1266. uid:
  1267. description: 用户 ID
  1268. type: integer
  1269. type: object
  1270. md.NewUserRedPackageRecordFlowListResp:
  1271. properties:
  1272. list:
  1273. items:
  1274. $ref: '#/definitions/md.NewUserRedPackageRecordFlowNode'
  1275. type: array
  1276. paginate:
  1277. $ref: '#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate'
  1278. type: object
  1279. md.NewUserRedPackageRecordFlowNode:
  1280. properties:
  1281. balance_amount:
  1282. description: 剩余金额
  1283. type: string
  1284. balance_days:
  1285. description: 剩余天数
  1286. type: integer
  1287. basic_amount:
  1288. description: 基础金额
  1289. type: string
  1290. create_at:
  1291. description: 创建时间
  1292. type: string
  1293. day_num:
  1294. description: 第x天
  1295. type: integer
  1296. double_rate:
  1297. description: 倍率
  1298. type: string
  1299. id:
  1300. description: 流水 ID
  1301. type: integer
  1302. is_double:
  1303. description: 是否翻倍
  1304. type: integer
  1305. receive_days:
  1306. description: 领取天数
  1307. type: integer
  1308. total_amount:
  1309. description: 实际金额
  1310. type: string
  1311. uid:
  1312. description: 用户 ID
  1313. type: integer
  1314. type: object
  1315. md.NewUserRedPackageRecordListReq:
  1316. properties:
  1317. end_at:
  1318. description: 结束时间
  1319. type: string
  1320. limit:
  1321. description: 每页大小
  1322. type: integer
  1323. page:
  1324. description: 页数
  1325. type: integer
  1326. start_at:
  1327. description: 开始时间
  1328. type: string
  1329. uid:
  1330. description: 用户 ID
  1331. type: integer
  1332. type: object
  1333. md.NewUserRedPackageRecordListResp:
  1334. properties:
  1335. list:
  1336. items:
  1337. $ref: '#/definitions/md.NewUserRedPackageRecordNode'
  1338. type: array
  1339. paginate:
  1340. $ref: '#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate'
  1341. type: object
  1342. md.NewUserRedPackageRecordNode:
  1343. properties:
  1344. balance_amount:
  1345. description: 剩余金额
  1346. type: string
  1347. balance_days:
  1348. description: 剩余天数
  1349. type: integer
  1350. create_at:
  1351. description: 创建时间
  1352. type: string
  1353. days:
  1354. description: 天数
  1355. type: integer
  1356. receive_days:
  1357. description: 领取天数
  1358. type: integer
  1359. state:
  1360. description: 状态(0:待领取 1:领取中 2:已领取 3:已冻结)
  1361. type: integer
  1362. system_id:
  1363. description: 系统中记录的 ID
  1364. type: integer
  1365. total_amount:
  1366. description: 金额
  1367. type: string
  1368. uid:
  1369. description: 用户 ID
  1370. type: integer
  1371. update_at:
  1372. description: 修改时间
  1373. type: string
  1374. type: object
  1375. md.NewUserRedPackageUpdateBasicReq:
  1376. properties:
  1377. days:
  1378. description: 天数
  1379. type: integer
  1380. is_double:
  1381. description: 是否翻倍
  1382. type: integer
  1383. is_open:
  1384. description: 是否开启(1:开启 0:关闭)
  1385. type: integer
  1386. total_amount:
  1387. example: 总金额
  1388. type: string
  1389. type: object
  1390. md.NewUserRewardRules:
  1391. properties:
  1392. continue_days:
  1393. description: 连续x天
  1394. type: integer
  1395. invite_user_reward_value:
  1396. description: 拉新用户奖励x个活跃积分
  1397. type: integer
  1398. reward_coefficient:
  1399. description: 奖励系数
  1400. type: number
  1401. type: object
  1402. md.OtherNode:
  1403. properties:
  1404. create_at:
  1405. description: 注册时间
  1406. type: string
  1407. last_login_at:
  1408. description: 最近登录时间
  1409. type: string
  1410. last_login_ip:
  1411. description: 最后登录 IP
  1412. type: string
  1413. type: object
  1414. md.PlatformRevenueDataNode:
  1415. properties:
  1416. balance_amount:
  1417. description: 余额
  1418. type: string
  1419. balance_times:
  1420. description: 剩余执行次数
  1421. type: integer
  1422. create_at:
  1423. description: 创建时间
  1424. type: string
  1425. hours:
  1426. description: 时长
  1427. type: integer
  1428. kind:
  1429. description: 种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)
  1430. type: integer
  1431. memo:
  1432. description: 备注
  1433. type: string
  1434. system_id:
  1435. type: integer
  1436. total_amount:
  1437. description: 金额
  1438. type: string
  1439. type: object
  1440. md.PriceSettingStruct:
  1441. properties:
  1442. marketplace_merchants_fund_exchange_marketplace_merchants_nums_value:
  1443. description: 市商资金单笔x元自动兑换
  1444. type: string
  1445. marketplace_merchants_nums_exchange_marketplace_merchants_fund_value:
  1446. description: 市商数量单笔x数量自动兑换
  1447. type: string
  1448. price_below_value:
  1449. description: 低于x元
  1450. type: string
  1451. price_higher_than_value:
  1452. description: 高于x元
  1453. type: string
  1454. type: object
  1455. md.Response:
  1456. properties:
  1457. code:
  1458. example: 响应码
  1459. type: string
  1460. data:
  1461. description: 内容
  1462. msg:
  1463. example: 具体错误原因
  1464. type: string
  1465. type: object
  1466. md.RewardSystemStruct:
  1467. properties:
  1468. level:
  1469. description: 圈层
  1470. type: integer
  1471. reward_condition:
  1472. description: 奖励条件
  1473. type: string
  1474. reward_value:
  1475. description: 奖励值
  1476. type: string
  1477. type: object
  1478. md.SelectData:
  1479. properties:
  1480. direction:
  1481. items:
  1482. additionalProperties:
  1483. type: string
  1484. type: object
  1485. type: array
  1486. type: object
  1487. md.SelectMemberNode:
  1488. properties:
  1489. avatar:
  1490. description: 会员头像
  1491. type: string
  1492. level:
  1493. description: 会员等级
  1494. type: string
  1495. nickname:
  1496. description: 会员昵称
  1497. type: string
  1498. phone:
  1499. description: 会员手机号
  1500. type: string
  1501. uid:
  1502. description: 会员 ID
  1503. type: integer
  1504. type: object
  1505. md.SelectMemberReq:
  1506. properties:
  1507. level:
  1508. description: 会员等级
  1509. type: integer
  1510. limit:
  1511. description: 每页大小
  1512. type: integer
  1513. nickname:
  1514. description: 会员昵称
  1515. type: string
  1516. page:
  1517. description: 页数
  1518. type: integer
  1519. phone:
  1520. description: 会员手机号
  1521. type: string
  1522. uid:
  1523. description: 会员 ID
  1524. type: integer
  1525. type: object
  1526. md.SelectMemberResp:
  1527. properties:
  1528. level_list:
  1529. description: 会员等级列表
  1530. items:
  1531. additionalProperties: true
  1532. type: object
  1533. type: array
  1534. list:
  1535. description: 会员数据
  1536. items:
  1537. $ref: '#/definitions/md.SelectMemberNode'
  1538. type: array
  1539. paginate:
  1540. allOf:
  1541. - $ref: '#/definitions/applet_app_md_institutional_management_public_platoon.Paginate'
  1542. description: 分页信息
  1543. type: object
  1544. md.SetBasicReq:
  1545. properties:
  1546. oss_access_key_id:
  1547. example: oss访问秘钥id
  1548. type: string
  1549. oss_access_key_secret:
  1550. example: oss访问秘钥
  1551. type: string
  1552. oss_bucket_name:
  1553. example: oss存储桶名称
  1554. type: string
  1555. oss_bucket_scheme:
  1556. example: oss上传方式
  1557. type: string
  1558. oss_endpoint:
  1559. example: oss地域节点
  1560. type: string
  1561. oss_object_domain:
  1562. example: oss域名
  1563. type: string
  1564. type: object
  1565. md.SetVideoRewardReq:
  1566. properties:
  1567. ecpm:
  1568. description: 当前 Ecpm 值
  1569. type: string
  1570. unit_price:
  1571. description: 单价
  1572. type: string
  1573. type: object
  1574. md.SonUserDailyActivityAnalysisNode:
  1575. properties:
  1576. activity_day_nums:
  1577. description: 活跃子节点活跃天数
  1578. type: integer
  1579. nickname:
  1580. example: 昵称
  1581. type: string
  1582. phone:
  1583. example: 手机号
  1584. type: string
  1585. uid:
  1586. description: 查询用户活跃子节点 ID
  1587. type: integer
  1588. type: object
  1589. md.StatisticsEggPointReq:
  1590. properties:
  1591. week:
  1592. example: 周份
  1593. type: string
  1594. year:
  1595. example: 年份
  1596. type: string
  1597. type: object
  1598. md.StatisticsEggPointResp:
  1599. properties:
  1600. statistics_user_egg_account_balance_exchange_egg_energy_nums_range:
  1601. description: 统计用户"余额兑换蛋蛋能量数量"范围
  1602. items:
  1603. additionalProperties:
  1604. type: string
  1605. type: object
  1606. type: array
  1607. statistics_user_egg_browse_interface_nums_range:
  1608. description: 统计用户"浏览界面次数"范围
  1609. items:
  1610. additionalProperties:
  1611. type: string
  1612. type: object
  1613. type: array
  1614. statistics_user_egg_college_learning_nums_range:
  1615. description: 统计用户"学院学习次数"范围
  1616. items:
  1617. additionalProperties:
  1618. type: string
  1619. type: object
  1620. type: array
  1621. statistics_user_egg_ecpm_range:
  1622. description: 统计用户"ecpm"范围
  1623. items:
  1624. additionalProperties:
  1625. type: string
  1626. type: object
  1627. type: array
  1628. statistics_user_egg_egg_energy_exchange_account_balance_range:
  1629. description: 统计用户"蛋蛋能量兑换余额数量"范围
  1630. items:
  1631. additionalProperties:
  1632. type: string
  1633. type: object
  1634. type: array
  1635. statistics_user_egg_forum_comments_nums_range:
  1636. description: 统计用户"论坛评论次数"范围
  1637. items:
  1638. additionalProperties:
  1639. type: string
  1640. type: object
  1641. type: array
  1642. statistics_user_egg_invite_user_nums_range:
  1643. description: 统计用户"拉新人数"范围
  1644. items:
  1645. additionalProperties:
  1646. type: string
  1647. type: object
  1648. type: array
  1649. statistics_user_egg_kind_proportion:
  1650. description: 统计用户蛋蛋分"评比类型"占比
  1651. items:
  1652. additionalProperties: true
  1653. type: object
  1654. type: array
  1655. statistics_user_egg_person_add_activity_value_range:
  1656. description: 统计用户"个人活跃积分增量值"范围
  1657. items:
  1658. additionalProperties:
  1659. type: string
  1660. type: object
  1661. type: array
  1662. statistics_user_egg_score_value_range:
  1663. description: 统计用户蛋蛋分范围
  1664. items:
  1665. additionalProperties:
  1666. type: string
  1667. type: object
  1668. type: array
  1669. statistics_user_egg_send_circle_of_friend_nums_range:
  1670. description: 统计用户"发朋友圈次数"范围
  1671. items:
  1672. additionalProperties:
  1673. type: string
  1674. type: object
  1675. type: array
  1676. statistics_user_egg_send_red_package_nums_range:
  1677. description: 统计用户"发红包次数"范围
  1678. items:
  1679. additionalProperties:
  1680. type: string
  1681. type: object
  1682. type: array
  1683. statistics_user_egg_sign_in_nums_range:
  1684. description: 统计用户"签到次数"范围
  1685. items:
  1686. additionalProperties:
  1687. type: string
  1688. type: object
  1689. type: array
  1690. statistics_user_egg_team_activity_nums_range:
  1691. description: 统计用户"团队活跃次数"范围
  1692. items:
  1693. additionalProperties:
  1694. type: string
  1695. type: object
  1696. type: array
  1697. statistics_user_egg_violate_nums_range:
  1698. description: 统计用户"违规次数"范围
  1699. items:
  1700. additionalProperties:
  1701. type: string
  1702. type: object
  1703. type: array
  1704. week:
  1705. example: 周份
  1706. type: string
  1707. year:
  1708. example: 年份
  1709. type: string
  1710. year_list:
  1711. additionalProperties:
  1712. items:
  1713. type: string
  1714. type: array
  1715. description: 年份&&周份列表
  1716. type: object
  1717. type: object
  1718. md.SubUser:
  1719. properties:
  1720. avatar_url:
  1721. example: 头像
  1722. type: string
  1723. level:
  1724. description: 整个系统中的等级
  1725. type: integer
  1726. nickname:
  1727. example: 昵称
  1728. type: string
  1729. phone:
  1730. example: 手机号
  1731. type: string
  1732. pid:
  1733. type: integer
  1734. position:
  1735. description: 以pid1为创始人中网的位置
  1736. type: integer
  1737. uid:
  1738. type: integer
  1739. type: object
  1740. md.TagListNode:
  1741. properties:
  1742. count:
  1743. description: 标签人数
  1744. type: string
  1745. create_at:
  1746. description: 创建时间
  1747. type: string
  1748. memo:
  1749. description: 备注
  1750. type: string
  1751. name:
  1752. description: 名称
  1753. type: string
  1754. tag_id:
  1755. description: 标签 ID
  1756. type: string
  1757. type: object
  1758. md.TeamRewardSettingStruct:
  1759. properties:
  1760. member_self_is_open_get_team_reward:
  1761. description: 会员是否活跃得到团队奖励
  1762. type: string
  1763. one_round_duration:
  1764. description: 一轮持续时间
  1765. type: string
  1766. reward_decrement_value:
  1767. description: 递减百分比
  1768. type: string
  1769. reward_end_value:
  1770. description: 奖励结束值
  1771. type: string
  1772. type: object
  1773. md.TreeNode:
  1774. properties:
  1775. avatar_url:
  1776. example: 头像
  1777. type: string
  1778. level:
  1779. type: integer
  1780. nickname:
  1781. example: 昵称
  1782. type: string
  1783. phone:
  1784. example: 手机号
  1785. type: string
  1786. pid:
  1787. type: integer
  1788. position:
  1789. type: integer
  1790. son:
  1791. items:
  1792. $ref: '#/definitions/md.TreeNode'
  1793. type: array
  1794. system_id:
  1795. description: 公排网中id
  1796. type: integer
  1797. uid:
  1798. type: integer
  1799. type: object
  1800. md.UpdateEggEnergyBasicReq:
  1801. properties:
  1802. basic_setting:
  1803. allOf:
  1804. - $ref: '#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting'
  1805. description: 基础设置
  1806. data_setting:
  1807. allOf:
  1808. - $ref: '#/definitions/md.DataSetting'
  1809. description: 数据设置
  1810. destruction_setting:
  1811. allOf:
  1812. - $ref: '#/definitions/md.DestructionSettingStruct'
  1813. description: 销毁设置
  1814. exchange_rules:
  1815. allOf:
  1816. - $ref: '#/definitions/md.ExchangeRulesStruct'
  1817. description: 兑换规则
  1818. new_user_incentive_rules:
  1819. allOf:
  1820. - $ref: '#/definitions/md.NewUserRewardRules'
  1821. description: "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则"
  1822. price_setting:
  1823. allOf:
  1824. - $ref: '#/definitions/md.PriceSettingStruct'
  1825. description: 价格设置
  1826. reward_system:
  1827. description: 圈层奖励
  1828. items:
  1829. $ref: '#/definitions/md.RewardSystemStruct'
  1830. type: array
  1831. system_id:
  1832. description: 该设置系统 ID
  1833. type: integer
  1834. video_reward_setting:
  1835. allOf:
  1836. - $ref: '#/definitions/md.VideoRewardSetting'
  1837. description: 视频奖励
  1838. type: object
  1839. md.UpdateEggEnergyVipSettingReq:
  1840. properties:
  1841. list:
  1842. description: 更新后数据
  1843. items:
  1844. $ref: '#/definitions/md.UpdateVipEquitySettingNode'
  1845. type: array
  1846. type: object
  1847. md.UpdateLevelReq:
  1848. properties:
  1849. auto_update:
  1850. description: 自动升级 0关闭 1开启
  1851. type: string
  1852. choosable_num:
  1853. description: 可选任务数量
  1854. type: string
  1855. is_use:
  1856. description: 是否开启(0.否, 1.是)
  1857. type: string
  1858. level_id:
  1859. type: string
  1860. level_name:
  1861. description: 等级名称
  1862. type: string
  1863. level_weight:
  1864. description: 等级权重
  1865. type: string
  1866. memo:
  1867. description: 备注
  1868. type: string
  1869. type: object
  1870. md.UpdateLevelTaskReq:
  1871. properties:
  1872. finish_count:
  1873. description: 多少天内完成的指标
  1874. type: string
  1875. is_must_task:
  1876. description: 是否必做(0,1)
  1877. type: string
  1878. task_id:
  1879. description: 等级 ID
  1880. type: string
  1881. task_type:
  1882. description: 1:直推会员人数,2:直推会员活跃天数,3:直推会员等级
  1883. type: string
  1884. task_type_level_id:
  1885. description: 会员等级 ID (task_type=3时生效)
  1886. type: string
  1887. within_days:
  1888. description: 多少天内完成
  1889. type: string
  1890. type: object
  1891. md.UpdatePublicPlatoonBasicReq:
  1892. properties:
  1893. is_open:
  1894. description: 是否开启(1:开启 0:关闭)
  1895. type: integer
  1896. is_self_active_get_team_revenue:
  1897. description: 会员本人没有日活,没有圈层奖励(1:开启 0:关闭)
  1898. type: integer
  1899. originator_uid:
  1900. description: 创始人uid
  1901. type: integer
  1902. several_rows:
  1903. description: 几排
  1904. type: integer
  1905. several_times:
  1906. description: 几乘
  1907. type: integer
  1908. system_punish_replace:
  1909. description: 是否位置滑落 被新用户替换 0否 1是
  1910. type: integer
  1911. system_punish_replace_value:
  1912. description: xx天未活跃,处罚滑落
  1913. type: integer
  1914. type: object
  1915. md.UpdateTagReq:
  1916. properties:
  1917. memo:
  1918. description: 备注
  1919. type: string
  1920. name:
  1921. description: 标签名称
  1922. type: string
  1923. tag_id:
  1924. description: 标签 ID
  1925. type: string
  1926. type: object
  1927. md.UpdateVipEquitySettingNode:
  1928. properties:
  1929. dividend_ratio:
  1930. description: 分红比例
  1931. type: string
  1932. exchange_account_balance_fee:
  1933. description: 兑换余额手续费
  1934. type: string
  1935. vip_level_id:
  1936. description: 会员等级ID
  1937. type: string
  1938. type: object
  1939. md.UserDailyActivityAnalysisReq:
  1940. properties:
  1941. end_date:
  1942. example: 结束日期
  1943. type: string
  1944. page:
  1945. description: 页数
  1946. type: integer
  1947. page_size:
  1948. description: 每页大小
  1949. type: integer
  1950. start_date:
  1951. example: 开始日期
  1952. type: string
  1953. uid:
  1954. description: 查询用户 ID
  1955. type: integer
  1956. type: object
  1957. md.UserDailyActivityAnalysisResp:
  1958. properties:
  1959. son_user_data:
  1960. description: 被查询用户子节点信息
  1961. items:
  1962. $ref: '#/definitions/md.SonUserDailyActivityAnalysisNode'
  1963. type: array
  1964. top_data:
  1965. allOf:
  1966. - $ref: '#/definitions/md.DailyActivityAnalysisTopData'
  1967. description: 统计信息
  1968. type: object
  1969. md.UserEggFlowReq:
  1970. properties:
  1971. account_balance_exchange_egg_energy_nums_end:
  1972. example: 余额兑换蛋蛋能量数量-结束值
  1973. type: string
  1974. account_balance_exchange_egg_energy_nums_start:
  1975. example: 余额兑换蛋蛋能量数量-起始值
  1976. type: string
  1977. browse_interface_nums_end:
  1978. example: 浏览界面次数-结束值
  1979. type: string
  1980. browse_interface_nums_start:
  1981. example: 浏览界面次数-起始值
  1982. type: string
  1983. college_learning_nums_end:
  1984. example: 学院学习次数-结束值
  1985. type: string
  1986. college_learning_nums_start:
  1987. example: 学院学习次数-起始值
  1988. type: string
  1989. ecpm_end:
  1990. example: ecpm-结束值
  1991. type: string
  1992. ecpm_start:
  1993. example: ecpm-起始值
  1994. type: string
  1995. egg_energy_exchange_account_balance_end:
  1996. example: 蛋蛋能量兑换余额数量-结束值
  1997. type: string
  1998. egg_energy_exchange_account_balance_start:
  1999. example: 蛋蛋能量兑换余额数量-起始值
  2000. type: string
  2001. forum_comments_nums_end:
  2002. example: 论坛评论次数-结束值
  2003. type: string
  2004. forum_comments_nums_start:
  2005. example: 论坛评论次数-起始值
  2006. type: string
  2007. im_activity_nums_end:
  2008. example: im活跃次数-结束值
  2009. type: string
  2010. im_activity_nums_start:
  2011. example: im活跃次数-起始值
  2012. type: string
  2013. invite_user_nums_end:
  2014. example: 拉新人数-结束值
  2015. type: string
  2016. invite_user_nums_start:
  2017. example: 拉新人数-起始值
  2018. type: string
  2019. page:
  2020. description: 页数
  2021. type: integer
  2022. page_size:
  2023. description: 每页大小
  2024. type: integer
  2025. person_add_activity_value_end:
  2026. example: 个人活跃积分-结束值
  2027. type: string
  2028. person_add_activity_value_start:
  2029. example: 个人活跃积分-起始值
  2030. type: string
  2031. score_value_end:
  2032. example: 蛋蛋分-结束值
  2033. type: string
  2034. score_value_kind:
  2035. description: 评分类型(0:未知 1:人工 2:系统)
  2036. type: integer
  2037. score_value_start:
  2038. example: 蛋蛋分-起始值
  2039. type: string
  2040. send_circle_of_friend_nums_end:
  2041. example: 发朋友圈次数-结束值
  2042. type: string
  2043. send_circle_of_friend_nums_start:
  2044. example: 发朋友圈次数-起始值
  2045. type: string
  2046. send_red_package_nums_end:
  2047. example: 发红包次数-结束值
  2048. type: string
  2049. send_red_package_nums_start:
  2050. example: 发红包次数-起始值
  2051. type: string
  2052. sign_in_nums_end:
  2053. example: 签到次数-结束值
  2054. type: string
  2055. sign_in_nums_start:
  2056. example: 签到次数-起始值
  2057. type: string
  2058. team-activity-nums-end:
  2059. example: 团队活跃次数-结束值
  2060. type: string
  2061. team_activity_nums_start:
  2062. example: 团队活跃次数-起始值
  2063. type: string
  2064. violate_nums_end:
  2065. example: 违规次数-结束值
  2066. type: string
  2067. violate_nums_start:
  2068. example: 违规次数-起始值
  2069. type: string
  2070. week:
  2071. example: 周份
  2072. type: string
  2073. year:
  2074. example: 年份
  2075. type: string
  2076. type: object
  2077. md.UserEggFlowReqResp:
  2078. properties:
  2079. list:
  2080. items:
  2081. $ref: '#/definitions/md.UserEggFlowReqRespList'
  2082. type: array
  2083. page:
  2084. description: 页数
  2085. type: integer
  2086. page_size:
  2087. description: 每页大小
  2088. type: integer
  2089. score_value_kind_map:
  2090. description: 评分类型(0:未知 1:人工 2:系统)
  2091. items:
  2092. additionalProperties: true
  2093. type: object
  2094. type: array
  2095. total:
  2096. description: 总数量
  2097. type: integer
  2098. week:
  2099. example: 周份
  2100. type: string
  2101. year:
  2102. example: 年份
  2103. type: string
  2104. type: object
  2105. md.UserEggFlowReqRespList:
  2106. properties:
  2107. account_balance_exchange_egg_energy_nums:
  2108. description: 余额兑换蛋蛋能量数量
  2109. type: integer
  2110. browse_interface_nums:
  2111. description: 浏览界面次数
  2112. type: integer
  2113. college_learning_nums:
  2114. description: 学院学习次数
  2115. type: integer
  2116. ecpm:
  2117. description: ecpm
  2118. type: number
  2119. egg_energy_exchange_account_balance:
  2120. description: 蛋蛋能量兑换余额数量
  2121. type: integer
  2122. forum_comments_nums:
  2123. description: 论坛评论次数
  2124. type: integer
  2125. im_activity_nums:
  2126. description: im活跃次数
  2127. type: integer
  2128. index_id:
  2129. description: 文档id
  2130. type: string
  2131. invite_user_nums:
  2132. description: 拉新人数
  2133. type: integer
  2134. person_add_activity_value:
  2135. description: 个人活跃积分
  2136. type: integer
  2137. score_value:
  2138. description: 蛋蛋分-起始值
  2139. type: number
  2140. score_value_kind:
  2141. description: 评分类型(0:未知 1:人工 2:系统)
  2142. type: integer
  2143. send_circle_of_friend_nums:
  2144. description: 发朋友圈次数
  2145. type: integer
  2146. send_red_package_nums:
  2147. description: 发红包次数
  2148. type: integer
  2149. sign_in_nums:
  2150. description: 签到次数
  2151. type: integer
  2152. team_activity_nums:
  2153. description: 团队活跃次数
  2154. type: integer
  2155. violate_nums:
  2156. description: 违规次数
  2157. type: integer
  2158. type: object
  2159. md.UserEggIndexReq:
  2160. properties:
  2161. week:
  2162. example: 周份
  2163. type: string
  2164. year:
  2165. example: 年份
  2166. type: string
  2167. type: object
  2168. md.UserEggIndexResp:
  2169. properties:
  2170. egg_energy_user_egg_index_weight:
  2171. allOf:
  2172. - $ref: '#/definitions/model.EggEnergyUserEggIndexWeight'
  2173. description: 蛋蛋分系数权重
  2174. statistics_user_egg_kind_proportion:
  2175. description: 统计用户蛋蛋分"评比类型"占比
  2176. items:
  2177. additionalProperties: true
  2178. type: object
  2179. type: array
  2180. statistics_user_egg_score_value_range:
  2181. description: 统计用户蛋蛋分范围
  2182. items:
  2183. additionalProperties:
  2184. type: string
  2185. type: object
  2186. type: array
  2187. week:
  2188. example: 周份
  2189. type: string
  2190. year:
  2191. example: 年份
  2192. type: string
  2193. year_list:
  2194. additionalProperties:
  2195. items:
  2196. type: string
  2197. type: array
  2198. description: 年份&&周份列表
  2199. type: object
  2200. type: object
  2201. md.UserManagementGetBalanceDetailResp:
  2202. properties:
  2203. list:
  2204. items:
  2205. $ref: '#/definitions/md.BalanceDetailNode'
  2206. type: array
  2207. paginate:
  2208. $ref: '#/definitions/applet_app_md_institutional_management_member_center.Paginate'
  2209. type: object
  2210. md.UserManagementGetFansResp:
  2211. properties:
  2212. list:
  2213. description: 用户数据
  2214. items:
  2215. $ref: '#/definitions/md.FansNode'
  2216. type: array
  2217. paginate:
  2218. allOf:
  2219. - $ref: '#/definitions/applet_app_md_institutional_management_member_center.Paginate'
  2220. description: 分页信息
  2221. type: object
  2222. md.UserManagementGetOneBasicResp:
  2223. properties:
  2224. basic_info:
  2225. allOf:
  2226. - $ref: '#/definitions/md.BasicInfoNode'
  2227. description: 基本信息
  2228. levels_list:
  2229. description: 等级列表
  2230. items:
  2231. additionalProperties: true
  2232. type: object
  2233. type: array
  2234. other_info:
  2235. allOf:
  2236. - $ref: '#/definitions/md.OtherNode'
  2237. description: 其他信息
  2238. tags_list:
  2239. description: 标签列表
  2240. items:
  2241. additionalProperties: true
  2242. type: object
  2243. type: array
  2244. type: object
  2245. md.UserManagementGetUserListNode:
  2246. properties:
  2247. avatar:
  2248. description: 头像
  2249. type: string
  2250. id:
  2251. description: 会员 ID
  2252. type: integer
  2253. invite_code:
  2254. example: 会员邀请码
  2255. type: string
  2256. is_real_name:
  2257. description: 是否实名 0.未实名,1.已实名
  2258. type: integer
  2259. level_name:
  2260. description: 会员等级
  2261. type: string
  2262. memo:
  2263. description: 备注
  2264. type: string
  2265. nickname:
  2266. description: 昵称
  2267. type: string
  2268. parent_id:
  2269. description: 推荐人 ID
  2270. type: integer
  2271. parent_invite_code:
  2272. example: 推荐人邀请码
  2273. type: string
  2274. parent_phone:
  2275. example: 推荐人手机号
  2276. type: string
  2277. phone:
  2278. description: 手机号
  2279. type: string
  2280. register_time:
  2281. description: 注册时间
  2282. type: string
  2283. tag_name:
  2284. description: 会员标签
  2285. type: string
  2286. type: object
  2287. md.UserManagementGetUserListReq:
  2288. properties:
  2289. effective:
  2290. description: 有效会员
  2291. type: integer
  2292. id:
  2293. description: 会员 ID
  2294. type: integer
  2295. invite_code:
  2296. example: 会员邀请码
  2297. type: string
  2298. is_real_name:
  2299. description: 是否实名 0.未实名,1.已实名
  2300. type: integer
  2301. level:
  2302. description: 会员等级
  2303. type: integer
  2304. limit:
  2305. type: integer
  2306. login_after:
  2307. description: 最近登录结束时间
  2308. type: string
  2309. login_before:
  2310. description: 最近登录开始时间
  2311. type: string
  2312. memo:
  2313. description: 备注
  2314. type: string
  2315. nickname:
  2316. example: 会员昵称
  2317. type: string
  2318. page:
  2319. type: integer
  2320. parent_invite_code:
  2321. example: 上级邀请码
  2322. type: string
  2323. parent_phone:
  2324. example: 上级手机号
  2325. type: string
  2326. phone:
  2327. example: 会员手机号
  2328. type: string
  2329. recommend_id:
  2330. description: 推荐人 ID
  2331. type: integer
  2332. register_after:
  2333. description: 注册时间终点
  2334. type: string
  2335. register_before:
  2336. description: 注册时间起点
  2337. type: string
  2338. register_type:
  2339. description: 注册类型(1:APP注册、2:H5注册)
  2340. type: integer
  2341. sex:
  2342. description: 性别
  2343. type: integer
  2344. state:
  2345. description: 状态
  2346. type: integer
  2347. tag:
  2348. description: 标签 id
  2349. type: integer
  2350. union_id:
  2351. example: 微信号
  2352. type: string
  2353. type: object
  2354. md.UserManagementGetUserListResp:
  2355. properties:
  2356. levels_list:
  2357. description: 等级列表
  2358. items:
  2359. additionalProperties: true
  2360. type: object
  2361. type: array
  2362. list:
  2363. items:
  2364. $ref: '#/definitions/md.UserManagementGetUserListNode'
  2365. type: array
  2366. paginate:
  2367. allOf:
  2368. - $ref: '#/definitions/applet_app_md_institutional_management_member_center.Paginate'
  2369. description: 分页信息
  2370. tags_list:
  2371. description: 标签列表
  2372. items:
  2373. additionalProperties: true
  2374. type: object
  2375. type: array
  2376. type: object
  2377. md.UserManagementGetVirtualCoinDetailResp:
  2378. properties:
  2379. coin_list:
  2380. items:
  2381. additionalProperties: true
  2382. type: object
  2383. type: array
  2384. list:
  2385. items:
  2386. $ref: '#/definitions/md.VirtualCoinDetailNode'
  2387. type: array
  2388. paginate:
  2389. $ref: '#/definitions/applet_app_md_institutional_management_member_center.Paginate'
  2390. type: object
  2391. md.UserManagementUpdateUserInfoReq:
  2392. properties:
  2393. avatar:
  2394. description: 头像
  2395. type: string
  2396. last_login_ip:
  2397. description: 用户最后登录 IP
  2398. type: string
  2399. level:
  2400. description: 会员等级 ID
  2401. type: string
  2402. memo:
  2403. example: 备注
  2404. type: string
  2405. nickname:
  2406. description: 用户名
  2407. type: string
  2408. parent_uid:
  2409. description: 邀请人 ID
  2410. type: string
  2411. phone:
  2412. description: 手机号
  2413. type: string
  2414. sex:
  2415. description: 性别(0:未知 1:男 2:女)
  2416. type: string
  2417. state:
  2418. description: 账号状态 1正常,2冻结
  2419. type: string
  2420. tag:
  2421. description: 用户标签 ID
  2422. type: string
  2423. uid:
  2424. type: integer
  2425. union_id:
  2426. description: 微信号
  2427. type: string
  2428. type: object
  2429. md.UserVirtualCoinFlow:
  2430. properties:
  2431. after_amount:
  2432. example: 变更后数量
  2433. type: string
  2434. amount:
  2435. example: 变更数量
  2436. type: string
  2437. before_amount:
  2438. example: 变更前数量
  2439. type: string
  2440. coin_id:
  2441. description: 虚拟币 ID
  2442. type: integer
  2443. create_at:
  2444. example: 创建时间
  2445. type: string
  2446. direction:
  2447. description: 方向:1收入 2支出
  2448. type: integer
  2449. id:
  2450. type: integer
  2451. sys_fee:
  2452. example: 手续费
  2453. type: string
  2454. title:
  2455. example: 标题
  2456. type: string
  2457. transfer_type:
  2458. description: 转账类型
  2459. type: integer
  2460. uid:
  2461. description: 用户 ID
  2462. type: integer
  2463. update_at:
  2464. example: 更新时间
  2465. type: string
  2466. type: object
  2467. md.VideoRewardSetting:
  2468. properties:
  2469. video_reward_is_open:
  2470. description: 视频奖励是否开启(1:开启 0:关闭)
  2471. type: integer
  2472. video_reward_system:
  2473. allOf:
  2474. - $ref: '#/definitions/md.VideoRewardSystemStruct'
  2475. description: 视频奖励机制
  2476. type: object
  2477. md.VideoRewardSystemStruct:
  2478. properties:
  2479. each_round_hour:
  2480. description: 每一轮X个小时
  2481. type: string
  2482. interval_minutes:
  2483. description: 间隔X秒
  2484. type: string
  2485. reward_total_num:
  2486. description: 一共X个奖励视屏
  2487. type: string
  2488. reward_value:
  2489. description: 奖励X个活跃积分
  2490. type: string
  2491. type: object
  2492. md.VipEquitySettingNode:
  2493. properties:
  2494. dividend_ratio:
  2495. description: 分红比例
  2496. type: string
  2497. exchange_account_balance_fee:
  2498. description: 兑换余额手续费
  2499. type: string
  2500. vip_level_id:
  2501. description: 会员等级ID
  2502. type: string
  2503. vip_level_name:
  2504. description: 会员等级名称
  2505. type: string
  2506. type: object
  2507. md.VirtualCoin:
  2508. properties:
  2509. create_at:
  2510. type: string
  2511. exchange_ratio:
  2512. description: 兑换比例(与金额)
  2513. example: 兑换比例(与金额)
  2514. type: string
  2515. id:
  2516. type: integer
  2517. is_use:
  2518. description: '是否开启: 0否 1是'
  2519. type: integer
  2520. name:
  2521. description: 名称
  2522. type: string
  2523. update_at:
  2524. type: string
  2525. type: object
  2526. md.VirtualCoinDetailNode:
  2527. properties:
  2528. after_amount:
  2529. description: 变更后积分余额
  2530. type: string
  2531. amount:
  2532. description: 变更数量
  2533. type: string
  2534. create_at:
  2535. description: 创建时间
  2536. type: string
  2537. direction:
  2538. description: 类型 1.收入 2.支出
  2539. type: integer
  2540. uid:
  2541. description: 用户 ID
  2542. type: integer
  2543. type: object
  2544. md.VirtualCoinListNode:
  2545. properties:
  2546. coin_id:
  2547. description: 货币类型 ID
  2548. type: integer
  2549. kind:
  2550. description: 货币序号
  2551. type: integer
  2552. name:
  2553. example: 货币类型名称
  2554. type: string
  2555. type: object
  2556. model.EggEnergyUserEggIndexWeight:
  2557. properties:
  2558. account_balance_exchange_egg_energy_nums:
  2559. type: string
  2560. browse_interface_nums:
  2561. type: string
  2562. college_learning_nums:
  2563. type: string
  2564. create_at:
  2565. type: string
  2566. ecpm:
  2567. type: string
  2568. egg_energy_exchange_account_balance:
  2569. type: string
  2570. forum_comments_nums:
  2571. type: string
  2572. id:
  2573. type: integer
  2574. im_activity_nums:
  2575. type: string
  2576. invite_user_nums:
  2577. type: string
  2578. person_add_activity_value:
  2579. type: string
  2580. send_circle_of_friend_nums:
  2581. type: string
  2582. send_red_package_nums:
  2583. type: string
  2584. sign_in_nums:
  2585. type: string
  2586. team_activity_nums:
  2587. type: string
  2588. update_at:
  2589. type: string
  2590. violate_nums:
  2591. type: string
  2592. type: object
  2593. model.UserLevelTask:
  2594. properties:
  2595. create_at:
  2596. type: string
  2597. finish_count:
  2598. type: integer
  2599. id:
  2600. type: integer
  2601. is_must_task:
  2602. type: integer
  2603. level_id:
  2604. type: integer
  2605. task_type:
  2606. type: integer
  2607. task_type_level_id:
  2608. type: integer
  2609. update_at:
  2610. type: string
  2611. within_days:
  2612. type: integer
  2613. type: object
  2614. host: localhost:4001
  2615. info:
  2616. contact:
  2617. email: 1239118001@qq.com
  2618. name: dengbiao
  2619. url: http://www.swagger.io/support
  2620. description: 管理后台接口文档
  2621. license:
  2622. name: Apache 2.0
  2623. url: http://www.apache.org/licenses/LICENSE-2.0.html
  2624. termsOfService: http://swagger.io/terms/
  2625. title: 蛋蛋星球-管理后台
  2626. version: "1.0"
  2627. paths:
  2628. /api/comm/getOssUrl:
  2629. get:
  2630. consumes:
  2631. - application/json
  2632. description: 上传许可链接(获取)
  2633. parameters:
  2634. - description: 验证参数Bearer和token空格拼接
  2635. in: header
  2636. name: Authorization
  2637. required: true
  2638. type: string
  2639. produces:
  2640. - application/json
  2641. responses:
  2642. "200":
  2643. description: 许可链接
  2644. schema:
  2645. type: string
  2646. "400":
  2647. description: 具体错误
  2648. schema:
  2649. $ref: '#/definitions/md.Response'
  2650. summary: 通用请求-对象存储-上传许可链接(获取)
  2651. tags:
  2652. - 对象存储
  2653. /api/comm/oss/getBasic:
  2654. get:
  2655. consumes:
  2656. - application/json
  2657. description: 对象存储设置(获取)
  2658. parameters:
  2659. - description: 验证参数Bearer和token空格拼接
  2660. in: header
  2661. name: Authorization
  2662. required: true
  2663. type: string
  2664. produces:
  2665. - application/json
  2666. responses:
  2667. "200":
  2668. description: 设置列表
  2669. schema:
  2670. $ref: '#/definitions/md.GetBasicResp'
  2671. "400":
  2672. description: 具体错误
  2673. schema:
  2674. $ref: '#/definitions/md.Response'
  2675. summary: 设置中心-对象存储-对象存储设置(获取)
  2676. tags:
  2677. - 对象存储
  2678. /api/comm/oss/setBasic:
  2679. post:
  2680. consumes:
  2681. - application/json
  2682. description: 对象存储设置(更新)
  2683. parameters:
  2684. - description: 验证参数Bearer和token空格拼接
  2685. in: header
  2686. name: Authorization
  2687. required: true
  2688. type: string
  2689. - description: 上传需要修改的信息
  2690. in: body
  2691. name: req
  2692. required: true
  2693. schema:
  2694. $ref: '#/definitions/md.SetBasicReq'
  2695. produces:
  2696. - application/json
  2697. responses:
  2698. "200":
  2699. description: success
  2700. schema:
  2701. type: string
  2702. "400":
  2703. description: 具体错误
  2704. schema:
  2705. $ref: '#/definitions/md.Response'
  2706. summary: 设置中心-对象存储-对象存储设置(更新)
  2707. tags:
  2708. - 对象存储
  2709. /api/demo:
  2710. post:
  2711. consumes:
  2712. - application/json
  2713. description: Demo样例测试
  2714. parameters:
  2715. - description: 用户名密码
  2716. in: body
  2717. name: req
  2718. required: true
  2719. schema: {}
  2720. produces:
  2721. - application/json
  2722. responses:
  2723. "200":
  2724. description: token
  2725. schema:
  2726. additionalProperties: true
  2727. type: object
  2728. "400":
  2729. description: 具体错误
  2730. schema:
  2731. $ref: '#/definitions/md.Response'
  2732. summary: Demo测试
  2733. tags:
  2734. - Demo
  2735. /api/institutionalManagement/eggEnergy/addVipSetting:
  2736. post:
  2737. consumes:
  2738. - application/json
  2739. description: 会员设置(新增)
  2740. parameters:
  2741. - description: 验证参数Bearer和token空格拼接
  2742. in: header
  2743. name: Authorization
  2744. required: true
  2745. type: string
  2746. - description: system_id 必填
  2747. in: body
  2748. name: req
  2749. required: true
  2750. schema:
  2751. $ref: '#/definitions/md.UpdateEggEnergyVipSettingReq'
  2752. produces:
  2753. - application/json
  2754. responses:
  2755. "200":
  2756. description: 修改数据条数
  2757. schema:
  2758. type: int
  2759. "400":
  2760. description: 具体错误
  2761. schema:
  2762. $ref: '#/definitions/md.Response'
  2763. summary: 制度中心-蛋蛋能量-会员设置(新增)
  2764. tags:
  2765. - 蛋蛋能量
  2766. /api/institutionalManagement/eggEnergy/availableEnergy/list:
  2767. post:
  2768. consumes:
  2769. - application/json
  2770. description: 动态数据流水(获取)
  2771. parameters:
  2772. - description: 验证参数Bearer和token空格拼接
  2773. in: header
  2774. name: Authorization
  2775. required: true
  2776. type: string
  2777. - description: 页数、每页大小必传 起止时间、持有类型选传
  2778. in: body
  2779. name: req
  2780. required: true
  2781. schema:
  2782. $ref: '#/definitions/md.DynamicDataFlowListReq'
  2783. produces:
  2784. - application/json
  2785. responses:
  2786. "200":
  2787. description: 成功返回
  2788. schema:
  2789. $ref: '#/definitions/md.DynamicDataFlowListResp'
  2790. "400":
  2791. description: 具体错误
  2792. schema:
  2793. $ref: '#/definitions/md.Response'
  2794. summary: 制度中心-动态数据-动态数据流水(获取)
  2795. tags:
  2796. - 公排管理
  2797. /api/institutionalManagement/eggEnergy/eggPoint/manualScore:
  2798. post:
  2799. consumes:
  2800. - application/json
  2801. description: 蛋蛋分管理(人工打分)
  2802. parameters:
  2803. - description: 验证参数Bearer和token空格拼接
  2804. in: header
  2805. name: Authorization
  2806. required: true
  2807. type: string
  2808. - description: 请求参数
  2809. in: body
  2810. name: req
  2811. required: true
  2812. schema:
  2813. $ref: '#/definitions/md.ManualScoreReq'
  2814. produces:
  2815. - application/json
  2816. responses:
  2817. "200":
  2818. description: 成功返回
  2819. schema:
  2820. type: string
  2821. "400":
  2822. description: 具体错误
  2823. schema:
  2824. $ref: '#/definitions/md.Response'
  2825. summary: 制度中心-蛋蛋能量-蛋蛋分管理(人工打分)
  2826. tags:
  2827. - 蛋蛋能量
  2828. /api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex:
  2829. post:
  2830. consumes:
  2831. - application/json
  2832. description: 蛋蛋分管理(着陆页数据分析)
  2833. parameters:
  2834. - description: 验证参数Bearer和token空格拼接
  2835. in: header
  2836. name: Authorization
  2837. required: true
  2838. type: string
  2839. - description: 请求参数
  2840. in: body
  2841. name: req
  2842. required: true
  2843. schema:
  2844. $ref: '#/definitions/md.StatisticsEggPointReq'
  2845. produces:
  2846. - application/json
  2847. responses:
  2848. "200":
  2849. description: 成功返回
  2850. schema:
  2851. $ref: '#/definitions/md.StatisticsEggPointResp'
  2852. "400":
  2853. description: 具体错误
  2854. schema:
  2855. $ref: '#/definitions/md.Response'
  2856. summary: 制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)
  2857. tags:
  2858. - 蛋蛋能量
  2859. /api/institutionalManagement/eggEnergy/eggPoint/userEggFlow:
  2860. post:
  2861. consumes:
  2862. - application/json
  2863. description: 蛋蛋分管理(用户数据列表)
  2864. parameters:
  2865. - description: 验证参数Bearer和token空格拼接
  2866. in: header
  2867. name: Authorization
  2868. required: true
  2869. type: string
  2870. - description: 请求参数
  2871. in: body
  2872. name: req
  2873. required: true
  2874. schema:
  2875. $ref: '#/definitions/md.UserEggFlowReq'
  2876. produces:
  2877. - application/json
  2878. responses:
  2879. "200":
  2880. description: 成功返回
  2881. schema:
  2882. $ref: '#/definitions/md.UserEggFlowReqResp'
  2883. "400":
  2884. description: 具体错误
  2885. schema:
  2886. $ref: '#/definitions/md.Response'
  2887. summary: 制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)
  2888. tags:
  2889. - 蛋蛋能量
  2890. /api/institutionalManagement/eggEnergy/getBasic:
  2891. get:
  2892. consumes:
  2893. - application/json
  2894. description: 基础设置(获取)
  2895. parameters:
  2896. - description: 验证参数Bearer和token空格拼接
  2897. in: header
  2898. name: Authorization
  2899. required: true
  2900. type: string
  2901. produces:
  2902. - application/json
  2903. responses:
  2904. "200":
  2905. description: 具体数据
  2906. schema:
  2907. $ref: '#/definitions/md.GetEggEnergyBasicResp'
  2908. "400":
  2909. description: 具体错误
  2910. schema:
  2911. $ref: '#/definitions/md.Response'
  2912. summary: 制度中心-蛋蛋能量-基础设置(获取)
  2913. tags:
  2914. - 蛋蛋能量
  2915. /api/institutionalManagement/eggEnergy/getVipSetting:
  2916. get:
  2917. consumes:
  2918. - application/json
  2919. description: 基础会员设置(获取)
  2920. parameters:
  2921. - description: 验证参数Bearer和token空格拼接
  2922. in: header
  2923. name: Authorization
  2924. required: true
  2925. type: string
  2926. produces:
  2927. - application/json
  2928. responses:
  2929. "200":
  2930. description: 具体数据
  2931. schema:
  2932. $ref: '#/definitions/md.GetEggEnergyVipSettingResp'
  2933. "400":
  2934. description: 具体错误
  2935. schema:
  2936. $ref: '#/definitions/md.Response'
  2937. summary: 制度中心-蛋蛋能量-基础会员设置(获取)
  2938. tags:
  2939. - 蛋蛋能量
  2940. /api/institutionalManagement/eggEnergy/getVirtualCoinList:
  2941. get:
  2942. consumes:
  2943. - application/json
  2944. description: 查询所有币种(获取)
  2945. parameters:
  2946. - description: 验证参数Bearer和token空格拼接
  2947. in: header
  2948. name: Authorization
  2949. required: true
  2950. type: string
  2951. produces:
  2952. - application/json
  2953. responses:
  2954. "200":
  2955. description: 成功返回
  2956. schema:
  2957. items:
  2958. $ref: '#/definitions/md.VirtualCoin'
  2959. type: array
  2960. "400":
  2961. description: 具体错误
  2962. schema:
  2963. $ref: '#/definitions/md.Response'
  2964. summary: 制度中心-蛋蛋能量-查询所有币种(获取)
  2965. tags:
  2966. - 蛋蛋能量
  2967. /api/institutionalManagement/eggEnergy/globalData/coreDataList:
  2968. get:
  2969. consumes:
  2970. - application/json
  2971. description: 数据概览(获取)
  2972. parameters:
  2973. - description: 验证参数Bearer和token空格拼接
  2974. in: header
  2975. name: Authorization
  2976. required: true
  2977. type: string
  2978. produces:
  2979. - application/json
  2980. responses:
  2981. "200":
  2982. description: 具体数据
  2983. schema:
  2984. $ref: '#/definitions/md.GetEggCoreDataListResp'
  2985. "400":
  2986. description: 具体错误
  2987. schema:
  2988. $ref: '#/definitions/md.Response'
  2989. summary: 制度中心-蛋蛋能量-数据概览(获取)
  2990. tags:
  2991. - 蛋蛋能量
  2992. /api/institutionalManagement/eggEnergy/globalData/fundDataAdd:
  2993. post:
  2994. consumes:
  2995. - application/json
  2996. description: 价值明细数据(新增)
  2997. parameters:
  2998. - description: 验证参数Bearer和token空格拼接
  2999. in: header
  3000. name: Authorization
  3001. required: true
  3002. type: string
  3003. - description: 数据种类、金额、时长(最长24h)、执行次数必填,备注选填
  3004. in: body
  3005. name: req
  3006. required: true
  3007. schema:
  3008. $ref: '#/definitions/md.AddFundDataReq'
  3009. produces:
  3010. - application/json
  3011. responses:
  3012. "200":
  3013. description: 插入数据 id
  3014. schema:
  3015. type: int
  3016. "400":
  3017. description: 具体错误
  3018. schema:
  3019. $ref: '#/definitions/md.Response'
  3020. summary: 制度中心-蛋蛋能量-价值明细数据(新增)
  3021. tags:
  3022. - 蛋蛋能量
  3023. /api/institutionalManagement/eggEnergy/globalData/fundDataList:
  3024. post:
  3025. consumes:
  3026. - application/json
  3027. description: 新增数据列表(获取)
  3028. parameters:
  3029. - description: 验证参数Bearer和token空格拼接
  3030. in: header
  3031. name: Authorization
  3032. required: true
  3033. type: string
  3034. - description: 分页信息必填
  3035. in: body
  3036. name: req
  3037. required: true
  3038. schema:
  3039. $ref: '#/definitions/md.GetFundDataListReq'
  3040. produces:
  3041. - application/json
  3042. responses:
  3043. "200":
  3044. description: 具体数据
  3045. schema:
  3046. $ref: '#/definitions/md.GetFundDataListResp'
  3047. "400":
  3048. description: 具体错误
  3049. schema:
  3050. $ref: '#/definitions/md.Response'
  3051. summary: 制度中心-蛋蛋能量-新增数据列表(获取)
  3052. tags:
  3053. - 蛋蛋能量
  3054. /api/institutionalManagement/eggEnergy/globalData/fundDataRecordList:
  3055. post:
  3056. consumes:
  3057. - application/json
  3058. description: 新增数据列表详情(查询)
  3059. parameters:
  3060. - description: 验证参数Bearer和token空格拼接
  3061. in: header
  3062. name: Authorization
  3063. required: true
  3064. type: string
  3065. - description: 获取到的 system_id 以及分页信息
  3066. in: body
  3067. name: req
  3068. required: true
  3069. schema:
  3070. $ref: '#/definitions/md.GetFundDataRecordListReq'
  3071. produces:
  3072. - application/json
  3073. responses:
  3074. "200":
  3075. description: 具体数据
  3076. schema:
  3077. $ref: '#/definitions/md.GetFundDataRecordListResp'
  3078. "400":
  3079. description: 具体错误
  3080. schema:
  3081. $ref: '#/definitions/md.Response'
  3082. summary: 制度中心-蛋蛋能量-新增数据列表详情(查询)
  3083. tags:
  3084. - 蛋蛋能量
  3085. /api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve:
  3086. get:
  3087. consumes:
  3088. - application/json
  3089. description: 价格趋势(获取)
  3090. parameters:
  3091. - description: 验证参数Bearer和token空格拼接
  3092. in: header
  3093. name: Authorization
  3094. required: true
  3095. type: string
  3096. - description: 1:按天 2:按小时 3:按周
  3097. in: query
  3098. name: kind
  3099. type: string
  3100. produces:
  3101. - application/json
  3102. responses:
  3103. "200":
  3104. description: 具体数据
  3105. schema:
  3106. $ref: '#/definitions/md.GetPriceCurveResp'
  3107. "400":
  3108. description: 具体错误
  3109. schema:
  3110. $ref: '#/definitions/md.Response'
  3111. summary: 制度中心-蛋蛋能量-价格趋势(获取)
  3112. tags:
  3113. - 蛋蛋能量
  3114. /api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward:
  3115. post:
  3116. consumes:
  3117. - application/json
  3118. description: 激励视频(获取)
  3119. parameters:
  3120. - description: 验证参数Bearer和token空格拼接
  3121. in: header
  3122. name: Authorization
  3123. required: true
  3124. type: string
  3125. - description: 落地页不填页大小默认20条数据
  3126. in: body
  3127. name: req
  3128. required: true
  3129. schema:
  3130. $ref: '#/definitions/md.SetVideoRewardReq'
  3131. produces:
  3132. - application/json
  3133. responses:
  3134. "200":
  3135. description: OK
  3136. schema:
  3137. $ref: '#/definitions/md.GetVideoRewardResp'
  3138. "400":
  3139. description: 具体错误
  3140. schema:
  3141. $ref: '#/definitions/md.Response'
  3142. summary: 制度中心-蛋蛋能量-平台营收-激励视频(获取)
  3143. tags:
  3144. - 蛋蛋能量
  3145. /api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd:
  3146. post:
  3147. consumes:
  3148. - application/json
  3149. description: 其他广告设置数据(新增)
  3150. parameters:
  3151. - description: 验证参数Bearer和token空格拼接
  3152. in: header
  3153. name: Authorization
  3154. required: true
  3155. type: string
  3156. - description: 数据种类、金额、时长(最长24h)、执行次数必填,备注选填
  3157. in: body
  3158. name: req
  3159. required: true
  3160. schema:
  3161. $ref: '#/definitions/md.AddPlatformRevenueReq'
  3162. produces:
  3163. - application/json
  3164. responses:
  3165. "200":
  3166. description: 插入数据 id
  3167. schema:
  3168. type: int
  3169. "400":
  3170. description: 具体错误
  3171. schema:
  3172. $ref: '#/definitions/md.Response'
  3173. summary: 制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)
  3174. tags:
  3175. - 蛋蛋能量
  3176. /api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList:
  3177. post:
  3178. consumes:
  3179. - application/json
  3180. description: 其他广告设置数据(获取)
  3181. parameters:
  3182. - description: 验证参数Bearer和token空格拼接
  3183. in: header
  3184. name: Authorization
  3185. required: true
  3186. type: string
  3187. - description: 分页信息必填
  3188. in: body
  3189. name: req
  3190. required: true
  3191. schema:
  3192. $ref: '#/definitions/md.ListPlatformRevenueReq'
  3193. produces:
  3194. - application/json
  3195. responses:
  3196. "200":
  3197. description: 具体数据
  3198. schema:
  3199. $ref: '#/definitions/md.ListPlatformRevenueResp'
  3200. "400":
  3201. description: 具体错误
  3202. schema:
  3203. $ref: '#/definitions/md.Response'
  3204. summary: 制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)
  3205. tags:
  3206. - 蛋蛋能量
  3207. /api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward:
  3208. post:
  3209. consumes:
  3210. - application/json
  3211. description: 激励视频(设置)
  3212. parameters:
  3213. - description: 验证参数Bearer和token空格拼接
  3214. in: header
  3215. name: Authorization
  3216. required: true
  3217. type: string
  3218. - description: 落地页不填页大小默认20条数据
  3219. in: body
  3220. name: req
  3221. required: true
  3222. schema:
  3223. $ref: '#/definitions/md.SetVideoRewardReq'
  3224. produces:
  3225. - application/json
  3226. responses:
  3227. "200":
  3228. description: success
  3229. schema:
  3230. type: string
  3231. "400":
  3232. description: 具体错误
  3233. schema:
  3234. $ref: '#/definitions/md.Response'
  3235. summary: 制度中心-蛋蛋能量-平台营收-激励视频(设置)
  3236. tags:
  3237. - 蛋蛋能量
  3238. /api/institutionalManagement/eggEnergy/updateBasic:
  3239. post:
  3240. consumes:
  3241. - application/json
  3242. description: 基础设置(更新)
  3243. parameters:
  3244. - description: 验证参数Bearer和token空格拼接
  3245. in: header
  3246. name: Authorization
  3247. required: true
  3248. type: string
  3249. - description: system_id 必填
  3250. in: body
  3251. name: req
  3252. required: true
  3253. schema:
  3254. $ref: '#/definitions/md.UpdateEggEnergyBasicReq'
  3255. produces:
  3256. - application/json
  3257. responses:
  3258. "200":
  3259. description: 修改数据条数
  3260. schema:
  3261. type: int
  3262. "400":
  3263. description: 具体错误
  3264. schema:
  3265. $ref: '#/definitions/md.Response'
  3266. summary: 制度中心-蛋蛋能量-基础设置(更新)
  3267. tags:
  3268. - 蛋蛋能量
  3269. /api/institutionalManagement/eggEnergy/updateVipSetting:
  3270. post:
  3271. consumes:
  3272. - application/json
  3273. description: 会员设置(更新)
  3274. parameters:
  3275. - description: 验证参数Bearer和token空格拼接
  3276. in: header
  3277. name: Authorization
  3278. required: true
  3279. type: string
  3280. - description: 填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)
  3281. in: body
  3282. name: req
  3283. required: true
  3284. schema:
  3285. $ref: '#/definitions/md.UpdateEggEnergyVipSettingReq'
  3286. produces:
  3287. - application/json
  3288. responses:
  3289. "200":
  3290. description: 修改数据条数
  3291. schema:
  3292. type: int
  3293. "400":
  3294. description: 具体错误
  3295. schema:
  3296. $ref: '#/definitions/md.Response'
  3297. summary: 制度中心-蛋蛋能量-会员设置(更新)
  3298. tags:
  3299. - 蛋蛋能量
  3300. /api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList:
  3301. post:
  3302. consumes:
  3303. - application/json
  3304. description: 蛋蛋能量流水(查询)
  3305. parameters:
  3306. - description: 验证参数Bearer和token空格拼接
  3307. in: header
  3308. name: Authorization
  3309. required: true
  3310. type: string
  3311. - description: 至少传入 货币类型 ID 用户 UID 页数 每页大小
  3312. in: body
  3313. name: req
  3314. required: true
  3315. schema:
  3316. $ref: '#/definitions/md.GetActivePointsUserCoinFlowListReq'
  3317. produces:
  3318. - application/json
  3319. responses:
  3320. "200":
  3321. description: 成功返回
  3322. schema:
  3323. $ref: '#/definitions/md.GetActivePointsUserCoinFlowListResp'
  3324. "400":
  3325. description: 具体错误
  3326. schema:
  3327. $ref: '#/definitions/md.Response'
  3328. summary: 制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)
  3329. tags:
  3330. - 公排管理
  3331. /api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList:
  3332. post:
  3333. consumes:
  3334. - application/json
  3335. description: 蛋蛋能量明细(获取)
  3336. parameters:
  3337. - description: 验证参数Bearer和token空格拼接
  3338. in: header
  3339. name: Authorization
  3340. required: true
  3341. type: string
  3342. - description: 落地页不填页大小默认20条数据
  3343. in: body
  3344. name: req
  3345. schema:
  3346. $ref: '#/definitions/md.GetActivePointsUserCoinListReq'
  3347. produces:
  3348. - application/json
  3349. responses:
  3350. "200":
  3351. description: 成功返回
  3352. schema:
  3353. $ref: '#/definitions/md.GetActivePointsUserCoinListResp'
  3354. "400":
  3355. description: 具体错误
  3356. schema:
  3357. $ref: '#/definitions/md.Response'
  3358. summary: 制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)
  3359. tags:
  3360. - 公排管理
  3361. /api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList:
  3362. post:
  3363. consumes:
  3364. - application/json
  3365. description: 蛋蛋积分持有者明细(获取)
  3366. parameters:
  3367. - description: 验证参数Bearer和token空格拼接
  3368. in: header
  3369. name: Authorization
  3370. required: true
  3371. type: string
  3372. - description: 落地页不填页大小默认20条数据
  3373. in: body
  3374. name: req
  3375. schema:
  3376. $ref: '#/definitions/md.GetGreenEnergyUserCoinListReq'
  3377. produces:
  3378. - application/json
  3379. responses:
  3380. "200":
  3381. description: 成功返回
  3382. schema:
  3383. $ref: '#/definitions/md.GetGreenEnergyUserCoinListResp'
  3384. "400":
  3385. description: 具体错误
  3386. schema:
  3387. $ref: '#/definitions/md.Response'
  3388. summary: 制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)
  3389. tags:
  3390. - 公排管理
  3391. /api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList:
  3392. post:
  3393. consumes:
  3394. - application/json
  3395. description: 蛋蛋积分流水明细(查询)
  3396. parameters:
  3397. - description: 验证参数Bearer和token空格拼接
  3398. in: header
  3399. name: Authorization
  3400. required: true
  3401. type: string
  3402. - description: 至少传入 货币类型 ID 用户 UID 页数 每页大小
  3403. in: body
  3404. name: req
  3405. required: true
  3406. schema:
  3407. $ref: '#/definitions/md.GetGreenEnergyUserCoinFlowListReq'
  3408. produces:
  3409. - application/json
  3410. responses:
  3411. "200":
  3412. description: 成功返回
  3413. schema:
  3414. $ref: '#/definitions/md.GetGreenEnergyUserCoinFlowListResp'
  3415. "400":
  3416. description: 具体错误
  3417. schema:
  3418. $ref: '#/definitions/md.Response'
  3419. summary: 制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)
  3420. tags:
  3421. - 公排管理
  3422. /api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd:
  3423. post:
  3424. consumes:
  3425. - application/json
  3426. description: 社区分红(新增)
  3427. parameters:
  3428. - description: 验证参数Bearer和token空格拼接
  3429. in: header
  3430. name: Authorization
  3431. required: true
  3432. type: string
  3433. - description: 分红名称、分红总量
  3434. in: body
  3435. name: req
  3436. required: true
  3437. schema:
  3438. $ref: '#/definitions/md.AddCommunityDividendsReq'
  3439. produces:
  3440. - application/json
  3441. responses:
  3442. "200":
  3443. description: 成功
  3444. schema:
  3445. type: success
  3446. "400":
  3447. description: 具体错误
  3448. schema:
  3449. $ref: '#/definitions/md.Response'
  3450. summary: 制度中心-公排管理-社区分红(新增)
  3451. tags:
  3452. - 公排管理
  3453. /api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList:
  3454. post:
  3455. consumes:
  3456. - application/json
  3457. description: 社区分红(查询)
  3458. parameters:
  3459. - description: 验证参数Bearer和token空格拼接
  3460. in: header
  3461. name: Authorization
  3462. required: true
  3463. type: string
  3464. - description: 页数、每页大小必填 起止时间、起止数量选填
  3465. in: body
  3466. name: req
  3467. required: true
  3468. schema:
  3469. $ref: '#/definitions/md.ListCommunityDividendsReq'
  3470. produces:
  3471. - application/json
  3472. responses:
  3473. "200":
  3474. description: 具体数据
  3475. schema:
  3476. $ref: '#/definitions/md.ListCommunityDividendsResp'
  3477. "400":
  3478. description: 具体错误
  3479. schema:
  3480. $ref: '#/definitions/md.Response'
  3481. summary: 制度中心-公排管理-社区分红(查询)
  3482. tags:
  3483. - 公排管理
  3484. /api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd:
  3485. post:
  3486. consumes:
  3487. - application/json
  3488. description: 社区长列表(新增)
  3489. parameters:
  3490. - description: 验证参数Bearer和token空格拼接
  3491. in: header
  3492. name: Authorization
  3493. required: true
  3494. type: string
  3495. - description: 新增社区长 ID、备注
  3496. in: body
  3497. name: req
  3498. required: true
  3499. schema:
  3500. $ref: '#/definitions/md.AddCommunityDividendsWithUserReq'
  3501. produces:
  3502. - application/json
  3503. responses:
  3504. "200":
  3505. description: 插入数据 ID
  3506. schema:
  3507. type: int
  3508. "400":
  3509. description: 具体错误
  3510. schema:
  3511. $ref: '#/definitions/md.Response'
  3512. summary: 制度中心-公排管理-社区长列表(新增)
  3513. tags:
  3514. - 公排管理
  3515. /api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList:
  3516. post:
  3517. consumes:
  3518. - application/json
  3519. description: 社区长列表(查询)
  3520. parameters:
  3521. - description: 验证参数Bearer和token空格拼接
  3522. in: header
  3523. name: Authorization
  3524. required: true
  3525. type: string
  3526. - description: 页数、每页大小必填 手机号、用户ID选填
  3527. in: body
  3528. name: req
  3529. required: true
  3530. schema:
  3531. $ref: '#/definitions/md.ListCommunityDividendsWithUserReq'
  3532. produces:
  3533. - application/json
  3534. responses:
  3535. "200":
  3536. description: 社区长列表
  3537. schema:
  3538. $ref: '#/definitions/md.ListCommunityDividendsWithUserResp'
  3539. "400":
  3540. description: 具体错误
  3541. schema:
  3542. $ref: '#/definitions/md.Response'
  3543. summary: 制度中心-公排管理-社区长列表(查询)
  3544. tags:
  3545. - 公排管理
  3546. /api/institutionalManagement/publicPlatoon/exchangeUserPosition:
  3547. post:
  3548. consumes:
  3549. - application/json
  3550. description: 关系分布图(位置转换)
  3551. parameters:
  3552. - description: 验证参数Bearer和token空格拼接
  3553. in: header
  3554. name: Authorization
  3555. required: true
  3556. type: string
  3557. - description: 需要交换的两个位置
  3558. in: body
  3559. name: req
  3560. required: true
  3561. schema:
  3562. $ref: '#/definitions/md.ExchangeUserPositionReq'
  3563. produces:
  3564. - application/json
  3565. responses:
  3566. "200":
  3567. description: 成功返回
  3568. schema:
  3569. type: ""
  3570. "400":
  3571. description: 具体错误
  3572. schema:
  3573. $ref: '#/definitions/md.Response'
  3574. summary: 制度中心-公排管理-关系分布图(位置转换)
  3575. tags:
  3576. - 公排管理
  3577. /api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap:
  3578. get:
  3579. consumes:
  3580. - application/json
  3581. description: 关系分布图(获取指定用户上级)
  3582. parameters:
  3583. - description: 验证参数Bearer和token空格拼接
  3584. in: header
  3585. name: Authorization
  3586. required: true
  3587. type: string
  3588. - description: 用户ID
  3589. in: query
  3590. name: uid
  3591. required: true
  3592. type: string
  3593. produces:
  3594. - application/json
  3595. responses:
  3596. "200":
  3597. description: 具体数据
  3598. schema:
  3599. $ref: '#/definitions/md.FindSubUserRelationshipMapResp'
  3600. "400":
  3601. description: 具体错误
  3602. schema:
  3603. $ref: '#/definitions/md.Response'
  3604. summary: 制度中心-公排管理-关系分布图(获取指定用户上级)
  3605. tags:
  3606. - 公排管理
  3607. /api/institutionalManagement/publicPlatoon/findUserRelationshipMap:
  3608. get:
  3609. consumes:
  3610. - application/json
  3611. description: 关系分布图(获取指定用户下级)
  3612. parameters:
  3613. - description: 验证参数Bearer和token空格拼接
  3614. in: header
  3615. name: Authorization
  3616. required: true
  3617. type: string
  3618. - description: 用户ID
  3619. in: query
  3620. name: uid
  3621. required: true
  3622. type: string
  3623. produces:
  3624. - application/json
  3625. responses:
  3626. "200":
  3627. description: 具体数据
  3628. schema:
  3629. $ref: '#/definitions/md.TreeNode'
  3630. "400":
  3631. description: 具体错误
  3632. schema:
  3633. $ref: '#/definitions/md.Response'
  3634. summary: 制度中心-公排管理-关系分布图(获取指定用户下级)
  3635. tags:
  3636. - 公排管理
  3637. /api/institutionalManagement/publicPlatoon/getBasic:
  3638. get:
  3639. consumes:
  3640. - application/json
  3641. description: 公排基础设置(获取)
  3642. parameters:
  3643. - description: 验证参数Bearer和token空格拼接
  3644. in: header
  3645. name: Authorization
  3646. required: true
  3647. type: string
  3648. produces:
  3649. - application/json
  3650. responses:
  3651. "200":
  3652. description: 具体数据
  3653. schema:
  3654. $ref: '#/definitions/md.GetPublicPlatoonBasicResp'
  3655. "400":
  3656. description: 具体错误
  3657. schema:
  3658. $ref: '#/definitions/md.Response'
  3659. summary: 制度中心-公排管理-公排基础设置(获取)
  3660. tags:
  3661. - 公排管理
  3662. /api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete:
  3663. delete:
  3664. consumes:
  3665. - application/json
  3666. description: 免罚用户(删除)
  3667. parameters:
  3668. - description: 验证参数Bearer和token空格拼接
  3669. in: header
  3670. name: Authorization
  3671. required: true
  3672. type: string
  3673. - description: 免罚用户ID
  3674. in: body
  3675. name: req
  3676. required: true
  3677. schema:
  3678. $ref: '#/definitions/md.DeleteFreePublishUserReq'
  3679. produces:
  3680. - application/json
  3681. responses:
  3682. "200":
  3683. description: 删除数据数量
  3684. schema:
  3685. type: int
  3686. "400":
  3687. description: 具体错误
  3688. schema:
  3689. $ref: '#/definitions/md.Response'
  3690. summary: 制度中心-公排管理-免罚用户(删除)
  3691. tags:
  3692. - 公排管理
  3693. /api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index:
  3694. post:
  3695. consumes:
  3696. - application/json
  3697. description: 免罚用户(查询)
  3698. parameters:
  3699. - description: 验证参数Bearer和token空格拼接
  3700. in: header
  3701. name: Authorization
  3702. required: true
  3703. type: string
  3704. - description: 页数和行数必填,uid选填
  3705. in: body
  3706. name: req
  3707. required: true
  3708. schema:
  3709. $ref: '#/definitions/md.GetFreePublishUserReq'
  3710. produces:
  3711. - application/json
  3712. responses:
  3713. "200":
  3714. description: 成功返回
  3715. schema:
  3716. $ref: '#/definitions/md.GetFreePublishUserResp'
  3717. "400":
  3718. description: 具体错误
  3719. schema:
  3720. $ref: '#/definitions/md.Response'
  3721. summary: 制度中心-公排管理-免罚用户(查询)
  3722. tags:
  3723. - 公排管理
  3724. /api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save:
  3725. post:
  3726. consumes:
  3727. - application/json
  3728. description: 免罚用户(新增)
  3729. parameters:
  3730. - description: 验证参数Bearer和token空格拼接
  3731. in: header
  3732. name: Authorization
  3733. required: true
  3734. type: string
  3735. - description: 免罚用户ID
  3736. in: body
  3737. name: req
  3738. required: true
  3739. schema:
  3740. $ref: '#/definitions/md.AddFreePublishUserReq'
  3741. produces:
  3742. - application/json
  3743. responses:
  3744. "200":
  3745. description: 插入数据 ID
  3746. schema:
  3747. type: int
  3748. "400":
  3749. description: 具体错误
  3750. schema:
  3751. $ref: '#/definitions/md.Response'
  3752. summary: 制度中心-公排管理-免罚用户(新增)
  3753. tags:
  3754. - 公排管理
  3755. /api/institutionalManagement/publicPlatoon/relationshipMap:
  3756. get:
  3757. consumes:
  3758. - application/json
  3759. description: 关系分布图(获取)
  3760. parameters:
  3761. - description: 验证参数Bearer和token空格拼接
  3762. in: header
  3763. name: Authorization
  3764. required: true
  3765. type: string
  3766. - description: phone
  3767. in: query
  3768. name: phone
  3769. required: true
  3770. type: string
  3771. - description: uid
  3772. in: query
  3773. name: uid
  3774. required: true
  3775. type: string
  3776. produces:
  3777. - application/json
  3778. responses:
  3779. "200":
  3780. description: 具体数据
  3781. schema:
  3782. $ref: '#/definitions/md.TreeNode'
  3783. "400":
  3784. description: 具体错误
  3785. schema:
  3786. $ref: '#/definitions/md.Response'
  3787. summary: 制度中心-公排管理-关系分布图(获取)
  3788. tags:
  3789. - 公排管理
  3790. /api/institutionalManagement/publicPlatoon/selectMember:
  3791. post:
  3792. consumes:
  3793. - application/json
  3794. description: 公排基础设置选择会员(查询)
  3795. parameters:
  3796. - description: 验证参数Bearer和token空格拼接
  3797. in: header
  3798. name: Authorization
  3799. required: true
  3800. type: string
  3801. - description: 分页信息必填
  3802. in: body
  3803. name: req
  3804. required: true
  3805. schema:
  3806. $ref: '#/definitions/md.SelectMemberReq'
  3807. produces:
  3808. - application/json
  3809. responses:
  3810. "200":
  3811. description: 具体数据
  3812. schema:
  3813. $ref: '#/definitions/md.SelectMemberResp'
  3814. "400":
  3815. description: 具体错误
  3816. schema:
  3817. $ref: '#/definitions/md.Response'
  3818. summary: 制度中心-公排管理-公排基础设置选择会员(查询)
  3819. tags:
  3820. - 公排管理
  3821. /api/institutionalManagement/publicPlatoon/updateBasic:
  3822. put:
  3823. consumes:
  3824. - application/json
  3825. description: 公排基础设置(修改)
  3826. parameters:
  3827. - description: 验证参数Bearer和token空格拼接
  3828. in: header
  3829. name: Authorization
  3830. required: true
  3831. type: string
  3832. - description: 公排设置表单内容
  3833. in: body
  3834. name: req
  3835. required: true
  3836. schema:
  3837. $ref: '#/definitions/md.UpdatePublicPlatoonBasicReq'
  3838. produces:
  3839. - application/json
  3840. responses:
  3841. "200":
  3842. description: success
  3843. schema:
  3844. type: string
  3845. "400":
  3846. description: 具体错误
  3847. schema:
  3848. $ref: '#/definitions/md.Response'
  3849. summary: 制度中心-公排管理-公排基础设置(修改)
  3850. tags:
  3851. - 公排管理
  3852. /api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index:
  3853. post:
  3854. consumes:
  3855. - application/json
  3856. description: 日活分析
  3857. parameters:
  3858. - description: 验证参数Bearer和token空格拼接
  3859. in: header
  3860. name: Authorization
  3861. required: true
  3862. type: string
  3863. - description: 用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小
  3864. in: body
  3865. name: req
  3866. required: true
  3867. schema:
  3868. $ref: '#/definitions/md.UserDailyActivityAnalysisReq'
  3869. produces:
  3870. - application/json
  3871. responses:
  3872. "200":
  3873. description: 具体数据
  3874. schema:
  3875. $ref: '#/definitions/md.UserDailyActivityAnalysisResp'
  3876. "400":
  3877. description: 具体错误
  3878. schema:
  3879. $ref: '#/definitions/md.Response'
  3880. summary: 制度中心-公排管理-日活分析
  3881. tags:
  3882. - 公排管理
  3883. /api/login:
  3884. post:
  3885. consumes:
  3886. - application/json
  3887. description: 登入
  3888. parameters:
  3889. - description: 用户名密码
  3890. in: body
  3891. name: req
  3892. required: true
  3893. schema:
  3894. $ref: '#/definitions/md.LoginReq'
  3895. produces:
  3896. - application/json
  3897. responses:
  3898. "200":
  3899. description: token
  3900. schema:
  3901. $ref: '#/definitions/md.LoginResponse'
  3902. "400":
  3903. description: 具体错误
  3904. schema:
  3905. $ref: '#/definitions/md.Response'
  3906. summary: 登陆
  3907. tags:
  3908. - 登录
  3909. /api/marketingApplications/newUserRedPackage/getBasic:
  3910. get:
  3911. consumes:
  3912. - application/json
  3913. description: 新人红包设置(获取)
  3914. parameters:
  3915. - description: 验证参数Bearer和token空格拼接
  3916. in: header
  3917. name: Authorization
  3918. required: true
  3919. type: string
  3920. produces:
  3921. - application/json
  3922. responses:
  3923. "200":
  3924. description: 具体数据
  3925. schema:
  3926. $ref: '#/definitions/md.NewUserRedPackageGetBasicResp'
  3927. "400":
  3928. description: 具体错误
  3929. schema:
  3930. $ref: '#/definitions/md.Response'
  3931. summary: 制度中心-营销应用-新人红包设置(获取)
  3932. tags:
  3933. - 营销应用
  3934. /api/marketingApplications/newUserRedPackage/recordFlowList:
  3935. post:
  3936. consumes:
  3937. - application/json
  3938. description: 新人红包列表明细(查询)
  3939. parameters:
  3940. - description: 验证参数Bearer和token空格拼接
  3941. in: header
  3942. name: Authorization
  3943. required: true
  3944. type: string
  3945. - description: 新人红包列表明细查询条件(分页信息、用户 ID必填)
  3946. in: body
  3947. name: req
  3948. required: true
  3949. schema:
  3950. $ref: '#/definitions/md.NewUserRedPackageRecordFlowListReq'
  3951. produces:
  3952. - application/json
  3953. responses:
  3954. "200":
  3955. description: 具体数据
  3956. schema:
  3957. $ref: '#/definitions/md.NewUserRedPackageRecordFlowListResp'
  3958. "400":
  3959. description: 具体错误
  3960. schema:
  3961. $ref: '#/definitions/md.Response'
  3962. summary: 制度中心-营销应用-新人红包列表明细(查询)
  3963. tags:
  3964. - 营销应用
  3965. /api/marketingApplications/newUserRedPackage/recordList:
  3966. post:
  3967. consumes:
  3968. - application/json
  3969. description: 新人红包列表(查询)
  3970. parameters:
  3971. - description: 验证参数Bearer和token空格拼接
  3972. in: header
  3973. name: Authorization
  3974. required: true
  3975. type: string
  3976. - description: 新人红包列表查询条件(分页信息必填)
  3977. in: body
  3978. name: req
  3979. required: true
  3980. schema:
  3981. $ref: '#/definitions/md.NewUserRedPackageRecordListReq'
  3982. produces:
  3983. - application/json
  3984. responses:
  3985. "200":
  3986. description: 具体数据
  3987. schema:
  3988. $ref: '#/definitions/md.NewUserRedPackageRecordListResp'
  3989. "400":
  3990. description: 具体错误
  3991. schema:
  3992. $ref: '#/definitions/md.Response'
  3993. summary: 制度中心-营销应用-新人红包列表(查询)
  3994. tags:
  3995. - 营销应用
  3996. /api/marketingApplications/newUserRedPackage/updateBasic:
  3997. put:
  3998. consumes:
  3999. - application/json
  4000. description: 新人红包设置(修改)
  4001. parameters:
  4002. - description: 验证参数Bearer和token空格拼接
  4003. in: header
  4004. name: Authorization
  4005. required: true
  4006. type: string
  4007. - description: 新人红包设置表单
  4008. in: body
  4009. name: req
  4010. required: true
  4011. schema:
  4012. $ref: '#/definitions/md.NewUserRedPackageUpdateBasicReq'
  4013. produces:
  4014. - application/json
  4015. responses:
  4016. "200":
  4017. description: success
  4018. schema:
  4019. type: string
  4020. "400":
  4021. description: 具体错误
  4022. schema:
  4023. $ref: '#/definitions/md.Response'
  4024. summary: 制度中心-营销应用-新人红包设置(修改)
  4025. tags:
  4026. - 营销应用
  4027. /api/memberCenter/levelManagement/addLevel:
  4028. post:
  4029. consumes:
  4030. - application/json
  4031. description: 等级管理(新增)
  4032. parameters:
  4033. - description: 验证参数Bearer和token空格拼接
  4034. in: header
  4035. name: Authorization
  4036. required: true
  4037. type: string
  4038. - description: 需要新增的等级信息
  4039. in: body
  4040. name: req
  4041. required: true
  4042. schema:
  4043. $ref: '#/definitions/md.AddLevelReq'
  4044. produces:
  4045. - application/json
  4046. responses:
  4047. "200":
  4048. description: 新增等级ID
  4049. schema:
  4050. type: int
  4051. "400":
  4052. description: 具体错误
  4053. schema:
  4054. $ref: '#/definitions/md.Response'
  4055. summary: 制度中心-会员中心-等级管理(新增)
  4056. tags:
  4057. - 会员中心
  4058. /api/memberCenter/levelManagement/addLevelTask:
  4059. post:
  4060. consumes:
  4061. - application/json
  4062. description: 等级任务(新增)
  4063. parameters:
  4064. - description: 验证参数Bearer和token空格拼接
  4065. in: header
  4066. name: Authorization
  4067. required: true
  4068. type: string
  4069. - description: 需要新增的任务信息
  4070. in: body
  4071. name: req
  4072. required: true
  4073. schema:
  4074. $ref: '#/definitions/md.AddLevelTaskReq'
  4075. produces:
  4076. - application/json
  4077. responses:
  4078. "200":
  4079. description: 新增的任务ID
  4080. schema:
  4081. type: int
  4082. "400":
  4083. description: 具体错误
  4084. schema:
  4085. $ref: '#/definitions/md.Response'
  4086. summary: 制度中心-会员中心-等级明细-等级任务(新增)
  4087. tags:
  4088. - 会员中心
  4089. /api/memberCenter/levelManagement/deleteLevel:
  4090. delete:
  4091. consumes:
  4092. - application/json
  4093. description: 等级管理(删除)
  4094. parameters:
  4095. - description: 验证参数Bearer和token空格拼接
  4096. in: header
  4097. name: Authorization
  4098. required: true
  4099. type: string
  4100. - description: 需要删除的等级 ID
  4101. in: body
  4102. name: req
  4103. required: true
  4104. schema:
  4105. $ref: '#/definitions/md.DeleteLevelReq'
  4106. produces:
  4107. - application/json
  4108. responses:
  4109. "200":
  4110. description: 成功删除数据数量
  4111. schema:
  4112. type: int
  4113. "400":
  4114. description: 具体错误
  4115. schema:
  4116. $ref: '#/definitions/md.Response'
  4117. summary: 制度中心-会员中心-等级管理(删除)
  4118. tags:
  4119. - 会员中心
  4120. /api/memberCenter/levelManagement/deleteLevelTask:
  4121. delete:
  4122. consumes:
  4123. - application/json
  4124. description: 等级任务(删除)
  4125. parameters:
  4126. - description: 验证参数Bearer和token空格拼接
  4127. in: header
  4128. name: Authorization
  4129. required: true
  4130. type: string
  4131. - description: 需要删除的等级任务ID
  4132. in: body
  4133. name: req
  4134. required: true
  4135. schema:
  4136. $ref: '#/definitions/md.DeleteTaskReq'
  4137. produces:
  4138. - application/json
  4139. responses:
  4140. "200":
  4141. description: 成功删除数据数量
  4142. schema:
  4143. type: int
  4144. "400":
  4145. description: 具体错误
  4146. schema:
  4147. $ref: '#/definitions/md.Response'
  4148. summary: 制度中心-会员中心-等级管理-等级任务(删除)
  4149. tags:
  4150. - 会员中心
  4151. /api/memberCenter/levelManagement/getLevelList:
  4152. get:
  4153. consumes:
  4154. - application/json
  4155. description: 标签管理(获取)
  4156. parameters:
  4157. - description: 验证参数Bearer和token空格拼接
  4158. in: header
  4159. name: Authorization
  4160. required: true
  4161. type: string
  4162. - description: 每页大小
  4163. in: query
  4164. name: limit
  4165. required: true
  4166. type: integer
  4167. - description: 页数
  4168. in: query
  4169. name: page
  4170. required: true
  4171. type: integer
  4172. produces:
  4173. - application/json
  4174. responses:
  4175. "200":
  4176. description: 具体数据
  4177. schema:
  4178. $ref: '#/definitions/md.GetLevelListResp'
  4179. "400":
  4180. description: 具体错误
  4181. schema:
  4182. $ref: '#/definitions/md.Response'
  4183. summary: 制度中心-会员中心-等级管理(获取)
  4184. tags:
  4185. - 会员中心
  4186. /api/memberCenter/levelManagement/getOneLevel:
  4187. get:
  4188. consumes:
  4189. - application/json
  4190. description: 等级明细(获取)
  4191. parameters:
  4192. - description: 验证参数Bearer和token空格拼接
  4193. in: header
  4194. name: Authorization
  4195. required: true
  4196. type: string
  4197. - description: 等级 ID
  4198. in: query
  4199. name: level_id
  4200. required: true
  4201. type: integer
  4202. produces:
  4203. - application/json
  4204. responses:
  4205. "200":
  4206. description: 具体数据
  4207. schema:
  4208. $ref: '#/definitions/md.GetOneLevelResp'
  4209. "400":
  4210. description: 具体错误
  4211. schema:
  4212. $ref: '#/definitions/md.Response'
  4213. summary: 制度中心-会员中心-等级管理-等级明细(获取)
  4214. tags:
  4215. - 会员中心
  4216. /api/memberCenter/levelManagement/updateLevel:
  4217. post:
  4218. consumes:
  4219. - application/json
  4220. description: 等级管理(更新)
  4221. parameters:
  4222. - description: 验证参数Bearer和token空格拼接
  4223. in: header
  4224. name: Authorization
  4225. required: true
  4226. type: string
  4227. - description: 需要修改的等级信息
  4228. in: body
  4229. name: req
  4230. required: true
  4231. schema:
  4232. $ref: '#/definitions/md.UpdateLevelReq'
  4233. produces:
  4234. - application/json
  4235. responses:
  4236. "200":
  4237. description: 成功修改数据条数
  4238. schema:
  4239. type: int
  4240. "400":
  4241. description: 具体错误
  4242. schema:
  4243. $ref: '#/definitions/md.Response'
  4244. summary: 制度中心-会员中心-等级管理(更新)
  4245. tags:
  4246. - 会员中心
  4247. /api/memberCenter/levelManagement/updateLevelTask:
  4248. post:
  4249. consumes:
  4250. - application/json
  4251. description: 等级任务(更新)
  4252. parameters:
  4253. - description: 验证参数Bearer和token空格拼接
  4254. in: header
  4255. name: Authorization
  4256. required: true
  4257. type: string
  4258. - description: 需要修改的等级任务信息
  4259. in: body
  4260. name: req
  4261. required: true
  4262. schema:
  4263. $ref: '#/definitions/md.UpdateLevelTaskReq'
  4264. produces:
  4265. - application/json
  4266. responses:
  4267. "200":
  4268. description: 成功修改数据条数
  4269. schema:
  4270. type: int
  4271. "400":
  4272. description: 具体错误
  4273. schema:
  4274. $ref: '#/definitions/md.Response'
  4275. summary: 制度中心-会员中心-等级明细-等级任务(更新)
  4276. tags:
  4277. - 会员中心
  4278. /api/memberCenter/tagManagement/addTag:
  4279. post:
  4280. consumes:
  4281. - application/json
  4282. description: 标签管理(新增)
  4283. parameters:
  4284. - description: 验证参数Bearer和token空格拼接
  4285. in: header
  4286. name: Authorization
  4287. required: true
  4288. type: string
  4289. - description: 新增的标签信息
  4290. in: body
  4291. name: req
  4292. required: true
  4293. schema:
  4294. $ref: '#/definitions/md.AddTagReq'
  4295. produces:
  4296. - application/json
  4297. responses:
  4298. "200":
  4299. description: 新增的标签 ID
  4300. schema:
  4301. type: int
  4302. "400":
  4303. description: 具体错误
  4304. schema:
  4305. $ref: '#/definitions/md.Response'
  4306. summary: 制度中心-会员中心-标签管理(新增)
  4307. tags:
  4308. - 会员中心
  4309. /api/memberCenter/tagManagement/deleteTag:
  4310. delete:
  4311. consumes:
  4312. - application/json
  4313. description: 标签管理(删除)
  4314. parameters:
  4315. - description: 验证参数Bearer和token空格拼接
  4316. in: header
  4317. name: Authorization
  4318. required: true
  4319. type: string
  4320. - description: 需要删除的标签 ID
  4321. in: body
  4322. name: req
  4323. required: true
  4324. schema:
  4325. $ref: '#/definitions/md.DeleteTagReq'
  4326. produces:
  4327. - application/json
  4328. responses:
  4329. "200":
  4330. description: 成功删除标签用户数
  4331. schema:
  4332. type: int
  4333. "400":
  4334. description: 具体错误
  4335. schema:
  4336. $ref: '#/definitions/md.Response'
  4337. summary: 制度中心-会员中心-标签管理(删除)
  4338. tags:
  4339. - 会员中心
  4340. /api/memberCenter/tagManagement/getTagList:
  4341. get:
  4342. consumes:
  4343. - application/json
  4344. description: 标签管理(获取)
  4345. parameters:
  4346. - description: 验证参数Bearer和token空格拼接
  4347. in: header
  4348. name: Authorization
  4349. required: true
  4350. type: string
  4351. - description: 每页大小
  4352. in: query
  4353. name: limit
  4354. required: true
  4355. type: integer
  4356. - description: 页数
  4357. in: query
  4358. name: page
  4359. required: true
  4360. type: integer
  4361. produces:
  4362. - application/json
  4363. responses:
  4364. "200":
  4365. description: 具体数据
  4366. schema:
  4367. $ref: '#/definitions/md.GetTagListResp'
  4368. "400":
  4369. description: 具体错误
  4370. schema:
  4371. $ref: '#/definitions/md.Response'
  4372. summary: 制度中心-会员中心-标签管理(获取)
  4373. tags:
  4374. - 会员中心
  4375. /api/memberCenter/tagManagement/updateTag:
  4376. post:
  4377. consumes:
  4378. - application/json
  4379. description: 标签管理(更新)
  4380. parameters:
  4381. - description: 验证参数Bearer和token空格拼接
  4382. in: header
  4383. name: Authorization
  4384. required: true
  4385. type: string
  4386. - description: 需要修改的标签信息
  4387. in: body
  4388. name: req
  4389. required: true
  4390. schema:
  4391. $ref: '#/definitions/md.UpdateTagReq'
  4392. produces:
  4393. - application/json
  4394. responses:
  4395. "200":
  4396. description: 成功修改数据条数
  4397. schema:
  4398. type: int
  4399. "400":
  4400. description: 具体错误
  4401. schema:
  4402. $ref: '#/definitions/md.Response'
  4403. summary: 制度中心-会员中心-标签管理(更新)
  4404. tags:
  4405. - 会员中心
  4406. /api/memberCenter/userManagement/balanceDetail:
  4407. get:
  4408. consumes:
  4409. - application/json
  4410. description: 会员明细(余额获取)
  4411. parameters:
  4412. - description: 验证参数Bearer和token空格拼接
  4413. in: header
  4414. name: Authorization
  4415. required: true
  4416. type: string
  4417. - description: 用户 ID
  4418. in: query
  4419. name: uid
  4420. required: true
  4421. type: string
  4422. - description: 每页大小
  4423. in: query
  4424. name: limit
  4425. required: true
  4426. type: string
  4427. - description: 页数
  4428. in: query
  4429. name: page
  4430. required: true
  4431. type: string
  4432. produces:
  4433. - application/json
  4434. responses:
  4435. "200":
  4436. description: 具体数据
  4437. schema:
  4438. $ref: '#/definitions/md.UserManagementGetBalanceDetailResp'
  4439. "400":
  4440. description: 具体错误
  4441. schema:
  4442. $ref: '#/definitions/md.Response'
  4443. summary: 制度中心-会员中心-用户管理-会员明细(余额获取)
  4444. tags:
  4445. - 会员中心
  4446. /api/memberCenter/userManagement/getFans:
  4447. get:
  4448. consumes:
  4449. - application/json
  4450. description: 会员明细粉丝情况(获取)
  4451. parameters:
  4452. - description: 验证参数Bearer和token空格拼接
  4453. in: header
  4454. name: Authorization
  4455. required: true
  4456. type: string
  4457. - description: 用户 ID
  4458. in: query
  4459. name: uid
  4460. required: true
  4461. type: string
  4462. - description: 粉丝类型(1.全部 2.直推 3.二代 4.二代以后)
  4463. in: query
  4464. name: type
  4465. required: true
  4466. type: string
  4467. - description: 每页大小
  4468. in: query
  4469. name: limit
  4470. required: true
  4471. type: string
  4472. - description: 页数
  4473. in: query
  4474. name: page
  4475. required: true
  4476. type: string
  4477. produces:
  4478. - application/json
  4479. responses:
  4480. "200":
  4481. description: 具体数据
  4482. schema:
  4483. $ref: '#/definitions/md.UserManagementGetFansResp'
  4484. "400":
  4485. description: 具体错误
  4486. schema:
  4487. $ref: '#/definitions/md.Response'
  4488. summary: 制度中心-会员中心-用户管理-会员明细粉丝情况(获取)
  4489. tags:
  4490. - 会员中心
  4491. /api/memberCenter/userManagement/getUserList:
  4492. post:
  4493. consumes:
  4494. - application/json
  4495. description: 用户信息管理(获取)
  4496. parameters:
  4497. - description: 验证参数Bearer和token空格拼接
  4498. in: header
  4499. name: Authorization
  4500. required: true
  4501. type: string
  4502. - description: 分页信息必填
  4503. in: body
  4504. name: req
  4505. required: true
  4506. schema:
  4507. $ref: '#/definitions/md.UserManagementGetUserListReq'
  4508. produces:
  4509. - application/json
  4510. responses:
  4511. "200":
  4512. description: 具体数据
  4513. schema:
  4514. $ref: '#/definitions/md.UserManagementGetUserListResp'
  4515. "400":
  4516. description: 具体错误
  4517. schema:
  4518. $ref: '#/definitions/md.Response'
  4519. summary: 制度中心-会员中心-用户管理-用户信息管理(获取)
  4520. tags:
  4521. - 会员中心
  4522. /api/memberCenter/userManagement/getVirtualCoinDetail:
  4523. get:
  4524. consumes:
  4525. - application/json
  4526. description: 会员明细(积分明细获取)
  4527. parameters:
  4528. - description: 验证参数Bearer和token空格拼接
  4529. in: header
  4530. name: Authorization
  4531. required: true
  4532. type: string
  4533. - description: 用户 ID
  4534. in: query
  4535. name: uid
  4536. required: true
  4537. type: string
  4538. - description: 货币 ID
  4539. in: query
  4540. name: coinId
  4541. required: true
  4542. type: string
  4543. - description: 每页大小
  4544. in: query
  4545. name: limit
  4546. required: true
  4547. type: string
  4548. - description: 页数
  4549. in: query
  4550. name: page
  4551. required: true
  4552. type: string
  4553. produces:
  4554. - application/json
  4555. responses:
  4556. "200":
  4557. description: 具体数据
  4558. schema:
  4559. $ref: '#/definitions/md.UserManagementGetVirtualCoinDetailResp'
  4560. "400":
  4561. description: 具体错误
  4562. schema:
  4563. $ref: '#/definitions/md.Response'
  4564. summary: 制度中心-会员中心-用户管理-会员明细(积分明细获取)
  4565. tags:
  4566. - 会员中心
  4567. /api/memberCenter/userManagement/updateUserInfo:
  4568. post:
  4569. consumes:
  4570. - application/json
  4571. description: 用户信息管理(更新)
  4572. parameters:
  4573. - description: 验证参数Bearer和token空格拼接
  4574. in: header
  4575. name: Authorization
  4576. required: true
  4577. type: string
  4578. - description: 用户ID 必传
  4579. in: body
  4580. name: req
  4581. required: true
  4582. schema:
  4583. $ref: '#/definitions/md.UserManagementUpdateUserInfoReq'
  4584. produces:
  4585. - application/json
  4586. responses:
  4587. "200":
  4588. description: 修改数据行数
  4589. schema:
  4590. type: int
  4591. "400":
  4592. description: 具体错误
  4593. schema:
  4594. $ref: '#/definitions/md.Response'
  4595. summary: 制度中心-会员中心-用户管理-用户信息管理(更新)
  4596. tags:
  4597. - 会员中心
  4598. /api/memberCenter/userManagement/userData:
  4599. get:
  4600. consumes:
  4601. - application/json
  4602. description: 会员明细概况(获取)
  4603. parameters:
  4604. - description: 验证参数Bearer和token空格拼接
  4605. in: header
  4606. name: Authorization
  4607. required: true
  4608. type: string
  4609. - description: 用户 ID
  4610. in: query
  4611. name: uid
  4612. required: true
  4613. type: string
  4614. produces:
  4615. - application/json
  4616. responses:
  4617. "200":
  4618. description: 会员明细概况具体数据
  4619. schema:
  4620. $ref: '#/definitions/md.UserManagementGetOneBasicResp'
  4621. "400":
  4622. description: 具体错误
  4623. schema:
  4624. $ref: '#/definitions/md.Response'
  4625. summary: 制度中心-会员中心-用户管理-会员明细概况(获取)
  4626. tags:
  4627. - 会员中心
  4628. securityDefinitions:
  4629. MasterID:
  4630. in: header
  4631. name: MasterID
  4632. type: apiKey
  4633. swagger: "2.0"