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

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