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

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