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

4783 lines
128 KiB

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