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

4798 rivejä
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. last_login_at:
  2344. description: 最后登录时间
  2345. type: string
  2346. level_name:
  2347. description: 会员等级
  2348. type: string
  2349. memo:
  2350. description: 备注
  2351. type: string
  2352. nickname:
  2353. description: 昵称
  2354. type: string
  2355. parent_id:
  2356. description: 推荐人 ID
  2357. type: integer
  2358. parent_invite_code:
  2359. example: 推荐人邀请码
  2360. type: string
  2361. parent_phone:
  2362. example: 推荐人手机号
  2363. type: string
  2364. phone:
  2365. description: 手机号
  2366. type: string
  2367. register_time:
  2368. description: 注册时间
  2369. type: string
  2370. register_type:
  2371. description: 注册类型
  2372. type: integer
  2373. sex:
  2374. description: 性别(0:未知 1:男 2:女)
  2375. type: integer
  2376. state:
  2377. description: 状态
  2378. type: integer
  2379. tag_name:
  2380. description: 会员标签
  2381. type: string
  2382. wechat:
  2383. description: 微信号
  2384. type: string
  2385. type: object
  2386. md.UserManagementGetUserListReq:
  2387. properties:
  2388. effective:
  2389. description: 有效会员
  2390. type: integer
  2391. id:
  2392. description: 会员 ID
  2393. type: integer
  2394. invite_code:
  2395. example: 会员邀请码
  2396. type: string
  2397. is_real_name:
  2398. description: 是否实名 0.未实名,1.已实名
  2399. type: integer
  2400. level:
  2401. description: 会员等级
  2402. type: integer
  2403. limit:
  2404. type: integer
  2405. login_after:
  2406. description: 最近登录结束时间
  2407. type: string
  2408. login_before:
  2409. description: 最近登录开始时间
  2410. type: string
  2411. memo:
  2412. description: 备注
  2413. type: string
  2414. nickname:
  2415. example: 会员昵称
  2416. type: string
  2417. page:
  2418. type: integer
  2419. parent_invite_code:
  2420. example: 上级邀请码
  2421. type: string
  2422. parent_phone:
  2423. example: 上级手机号
  2424. type: string
  2425. phone:
  2426. example: 会员手机号
  2427. type: string
  2428. recommend_id:
  2429. description: 推荐人 ID
  2430. type: integer
  2431. register_after:
  2432. description: 注册时间终点
  2433. type: string
  2434. register_before:
  2435. description: 注册时间起点
  2436. type: string
  2437. register_type:
  2438. description: 注册类型(1:APP注册、2:H5注册)
  2439. type: integer
  2440. sex:
  2441. description: 性别(0:未知 1:男 2:女)
  2442. type: integer
  2443. state:
  2444. description: 状态
  2445. type: integer
  2446. tag:
  2447. description: 标签 id
  2448. type: integer
  2449. union_id:
  2450. example: 微信号
  2451. type: string
  2452. type: object
  2453. md.UserManagementGetUserListResp:
  2454. properties:
  2455. levels_list:
  2456. description: 等级列表
  2457. items:
  2458. additionalProperties: true
  2459. type: object
  2460. type: array
  2461. list:
  2462. items:
  2463. $ref: '#/definitions/md.UserManagementGetUserListNode'
  2464. type: array
  2465. paginate:
  2466. allOf:
  2467. - $ref: '#/definitions/applet_app_md_member_center.Paginate'
  2468. description: 分页信息
  2469. tags_list:
  2470. description: 标签列表
  2471. items:
  2472. additionalProperties: true
  2473. type: object
  2474. type: array
  2475. type: object
  2476. md.UserManagementGetVirtualCoinDetailResp:
  2477. properties:
  2478. coin_list:
  2479. items:
  2480. additionalProperties: true
  2481. type: object
  2482. type: array
  2483. list:
  2484. items:
  2485. $ref: '#/definitions/md.VirtualCoinDetailNode'
  2486. type: array
  2487. paginate:
  2488. $ref: '#/definitions/applet_app_md_member_center.Paginate'
  2489. type: object
  2490. md.UserManagementUpdateUserInfoReq:
  2491. properties:
  2492. avatar:
  2493. description: 头像
  2494. type: string
  2495. last_login_ip:
  2496. description: 用户最后登录 IP
  2497. type: string
  2498. level:
  2499. description: 会员等级 ID
  2500. type: string
  2501. memo:
  2502. example: 备注
  2503. type: string
  2504. nickname:
  2505. description: 用户名
  2506. type: string
  2507. parent_uid:
  2508. description: 邀请人 ID
  2509. type: string
  2510. phone:
  2511. description: 手机号
  2512. type: string
  2513. sex:
  2514. description: 性别(0:未知 1:男 2:女)
  2515. type: string
  2516. state:
  2517. description: 账号状态 1正常,2冻结
  2518. type: string
  2519. tag:
  2520. description: 用户标签 ID
  2521. type: string
  2522. uid:
  2523. type: integer
  2524. union_id:
  2525. description: 微信号
  2526. type: string
  2527. type: object
  2528. md.UserVirtualCoinFlow:
  2529. properties:
  2530. after_amount:
  2531. example: 变更后数量
  2532. type: string
  2533. amount:
  2534. example: 变更数量
  2535. type: string
  2536. before_amount:
  2537. example: 变更前数量
  2538. type: string
  2539. coin_id:
  2540. description: 虚拟币 ID
  2541. type: integer
  2542. create_at:
  2543. example: 创建时间
  2544. type: string
  2545. direction:
  2546. description: 方向:1收入 2支出
  2547. type: integer
  2548. id:
  2549. type: integer
  2550. sys_fee:
  2551. example: 手续费
  2552. type: string
  2553. title:
  2554. example: 标题
  2555. type: string
  2556. transfer_type:
  2557. description: 转账类型
  2558. type: integer
  2559. uid:
  2560. description: 用户 ID
  2561. type: integer
  2562. update_at:
  2563. example: 更新时间
  2564. type: string
  2565. type: object
  2566. md.VideoRewardSetting:
  2567. properties:
  2568. video_reward_is_open:
  2569. description: 视频奖励是否开启(1:开启 0:关闭)
  2570. type: integer
  2571. video_reward_system:
  2572. allOf:
  2573. - $ref: '#/definitions/md.VideoRewardSystemStruct'
  2574. description: 视频奖励机制
  2575. type: object
  2576. md.VideoRewardSystemStruct:
  2577. properties:
  2578. each_round_hour:
  2579. description: 每一轮X个小时
  2580. type: string
  2581. interval_minutes:
  2582. description: 间隔X秒
  2583. type: string
  2584. reward_total_num:
  2585. description: 一共X个奖励视屏
  2586. type: string
  2587. reward_value:
  2588. description: 奖励X个活跃积分
  2589. type: string
  2590. type: object
  2591. md.VipEquitySettingNode:
  2592. properties:
  2593. dividend_ratio:
  2594. description: 分红比例
  2595. type: string
  2596. exchange_account_balance_fee:
  2597. description: 兑换余额手续费
  2598. type: string
  2599. vip_level_id:
  2600. description: 会员等级ID
  2601. type: string
  2602. vip_level_name:
  2603. description: 会员等级名称
  2604. type: string
  2605. type: object
  2606. md.VirtualCoin:
  2607. properties:
  2608. create_at:
  2609. type: string
  2610. exchange_ratio:
  2611. description: 兑换比例(与金额)
  2612. example: 兑换比例(与金额)
  2613. type: string
  2614. id:
  2615. type: integer
  2616. is_use:
  2617. description: '是否开启: 0否 1是'
  2618. type: integer
  2619. name:
  2620. description: 名称
  2621. type: string
  2622. update_at:
  2623. type: string
  2624. type: object
  2625. md.VirtualCoinDetailNode:
  2626. properties:
  2627. after_amount:
  2628. description: 变更后积分余额
  2629. type: string
  2630. amount:
  2631. description: 变更数量
  2632. type: string
  2633. create_at:
  2634. description: 创建时间
  2635. type: string
  2636. direction:
  2637. description: 类型 1.收入 2.支出
  2638. type: integer
  2639. uid:
  2640. description: 用户 ID
  2641. type: integer
  2642. type: object
  2643. md.VirtualCoinListNode:
  2644. properties:
  2645. coin_id:
  2646. description: 货币类型 ID
  2647. type: integer
  2648. kind:
  2649. description: 货币序号
  2650. type: integer
  2651. name:
  2652. example: 货币类型名称
  2653. type: string
  2654. type: object
  2655. md.WithdrawFrequencySettingStruct:
  2656. properties:
  2657. duration:
  2658. description: 周期 (0.天 1.小时 2.周 3.天 4.月 5.年)
  2659. type: integer
  2660. num:
  2661. description: 周期数
  2662. type: integer
  2663. type: object
  2664. model.EggEnergyUserEggIndexWeight:
  2665. properties:
  2666. account_balance_exchange_egg_energy_nums:
  2667. type: string
  2668. browse_interface_nums:
  2669. type: string
  2670. college_learning_nums:
  2671. type: string
  2672. create_at:
  2673. type: string
  2674. ecpm:
  2675. type: string
  2676. egg_energy_exchange_account_balance:
  2677. type: string
  2678. forum_comments_nums:
  2679. type: string
  2680. id:
  2681. type: integer
  2682. im_activity_nums:
  2683. type: string
  2684. invite_user_nums:
  2685. type: string
  2686. person_add_activity_value:
  2687. type: string
  2688. send_circle_of_friend_nums:
  2689. type: string
  2690. send_red_package_nums:
  2691. type: string
  2692. sign_in_nums:
  2693. type: string
  2694. team_activity_nums:
  2695. type: string
  2696. update_at:
  2697. type: string
  2698. violate_nums:
  2699. type: string
  2700. type: object
  2701. model.UserLevelTask:
  2702. properties:
  2703. create_at:
  2704. type: string
  2705. finish_count:
  2706. type: integer
  2707. id:
  2708. type: integer
  2709. is_must_task:
  2710. type: integer
  2711. level_id:
  2712. type: integer
  2713. task_type:
  2714. type: integer
  2715. task_type_level_id:
  2716. type: integer
  2717. update_at:
  2718. type: string
  2719. within_days:
  2720. type: integer
  2721. type: object
  2722. host: localhost:4001
  2723. info:
  2724. contact:
  2725. email: 1239118001@qq.com
  2726. name: dengbiao
  2727. url: http://www.swagger.io/support
  2728. description: 管理后台接口文档
  2729. license:
  2730. name: Apache 2.0
  2731. url: http://www.apache.org/licenses/LICENSE-2.0.html
  2732. termsOfService: http://swagger.io/terms/
  2733. title: 蛋蛋星球-管理后台
  2734. version: "1.0"
  2735. paths:
  2736. /api/comm/getOssUrl:
  2737. get:
  2738. consumes:
  2739. - application/json
  2740. description: 上传许可链接(获取)
  2741. parameters:
  2742. - description: 验证参数Bearer和token空格拼接
  2743. in: header
  2744. name: Authorization
  2745. required: true
  2746. type: string
  2747. produces:
  2748. - application/json
  2749. responses:
  2750. "200":
  2751. description: 许可链接
  2752. schema:
  2753. type: string
  2754. "400":
  2755. description: 具体错误
  2756. schema:
  2757. $ref: '#/definitions/md.Response'
  2758. summary: 通用请求-对象存储-上传许可链接(获取)
  2759. tags:
  2760. - 对象存储
  2761. /api/comm/oss/getBasic:
  2762. get:
  2763. consumes:
  2764. - application/json
  2765. description: 对象存储设置(获取)
  2766. parameters:
  2767. - description: 验证参数Bearer和token空格拼接
  2768. in: header
  2769. name: Authorization
  2770. required: true
  2771. type: string
  2772. produces:
  2773. - application/json
  2774. responses:
  2775. "200":
  2776. description: 设置列表
  2777. schema:
  2778. $ref: '#/definitions/md.GetBasicResp'
  2779. "400":
  2780. description: 具体错误
  2781. schema:
  2782. $ref: '#/definitions/md.Response'
  2783. summary: 设置中心-对象存储-对象存储设置(获取)
  2784. tags:
  2785. - 对象存储
  2786. /api/comm/oss/setBasic:
  2787. post:
  2788. consumes:
  2789. - application/json
  2790. description: 对象存储设置(更新)
  2791. parameters:
  2792. - description: 验证参数Bearer和token空格拼接
  2793. in: header
  2794. name: Authorization
  2795. required: true
  2796. type: string
  2797. - description: 上传需要修改的信息
  2798. in: body
  2799. name: req
  2800. required: true
  2801. schema:
  2802. $ref: '#/definitions/md.SetBasicReq'
  2803. produces:
  2804. - application/json
  2805. responses:
  2806. "200":
  2807. description: success
  2808. schema:
  2809. type: string
  2810. "400":
  2811. description: 具体错误
  2812. schema:
  2813. $ref: '#/definitions/md.Response'
  2814. summary: 设置中心-对象存储-对象存储设置(更新)
  2815. tags:
  2816. - 对象存储
  2817. /api/demo:
  2818. post:
  2819. consumes:
  2820. - application/json
  2821. description: Demo样例测试
  2822. parameters:
  2823. - description: 用户名密码
  2824. in: body
  2825. name: req
  2826. required: true
  2827. schema: {}
  2828. produces:
  2829. - application/json
  2830. responses:
  2831. "200":
  2832. description: token
  2833. schema:
  2834. additionalProperties: true
  2835. type: object
  2836. "400":
  2837. description: 具体错误
  2838. schema:
  2839. $ref: '#/definitions/md.Response'
  2840. summary: Demo测试
  2841. tags:
  2842. - Demo
  2843. /api/financialCenter/withdraw/setting:
  2844. get:
  2845. consumes:
  2846. - application/json
  2847. description: 基础设置(获取)
  2848. parameters:
  2849. - description: 验证参数Bearer和token空格拼接
  2850. in: header
  2851. name: Authorization
  2852. required: true
  2853. type: string
  2854. produces:
  2855. - application/json
  2856. responses:
  2857. "200":
  2858. description: 具体数据
  2859. schema:
  2860. $ref: '#/definitions/md.GetWithdrawSettingResp'
  2861. "400":
  2862. description: 具体错误
  2863. schema:
  2864. $ref: '#/definitions/md.Response'
  2865. summary: 财务中心-提现-基础设置(获取)
  2866. tags:
  2867. - 提现
  2868. /api/financialCenter/withdraw/updateWithdrawSetting:
  2869. post:
  2870. consumes:
  2871. - application/json
  2872. description: 基础设置(更新)
  2873. parameters:
  2874. - description: 验证参数Bearer和token空格拼接
  2875. in: header
  2876. name: Authorization
  2877. required: true
  2878. type: string
  2879. - description: id 必填
  2880. in: body
  2881. name: req
  2882. required: true
  2883. schema:
  2884. $ref: '#/definitions/md.UpdateWithdrawSettingReq'
  2885. produces:
  2886. - application/json
  2887. responses:
  2888. "200":
  2889. description: 修改数据条数
  2890. schema:
  2891. type: int
  2892. "400":
  2893. description: 具体错误
  2894. schema:
  2895. $ref: '#/definitions/md.Response'
  2896. summary: 财务中心-提现-基础设置(更新)
  2897. tags:
  2898. - 提现
  2899. /api/institutionalManagement/eggEnergy/addVipSetting:
  2900. post:
  2901. consumes:
  2902. - application/json
  2903. description: 会员设置(新增)
  2904. parameters:
  2905. - description: 验证参数Bearer和token空格拼接
  2906. in: header
  2907. name: Authorization
  2908. required: true
  2909. type: string
  2910. - description: system_id 必填
  2911. in: body
  2912. name: req
  2913. required: true
  2914. schema:
  2915. $ref: '#/definitions/md.UpdateEggEnergyVipSettingReq'
  2916. produces:
  2917. - application/json
  2918. responses:
  2919. "200":
  2920. description: 修改数据条数
  2921. schema:
  2922. type: int
  2923. "400":
  2924. description: 具体错误
  2925. schema:
  2926. $ref: '#/definitions/md.Response'
  2927. summary: 制度中心-蛋蛋能量-会员设置(新增)
  2928. tags:
  2929. - 蛋蛋能量
  2930. /api/institutionalManagement/eggEnergy/availableEnergy/list:
  2931. post:
  2932. consumes:
  2933. - application/json
  2934. description: 动态数据流水(获取)
  2935. parameters:
  2936. - description: 验证参数Bearer和token空格拼接
  2937. in: header
  2938. name: Authorization
  2939. required: true
  2940. type: string
  2941. - description: 页数、每页大小必传 起止时间、持有类型选传
  2942. in: body
  2943. name: req
  2944. required: true
  2945. schema:
  2946. $ref: '#/definitions/md.DynamicDataFlowListReq'
  2947. produces:
  2948. - application/json
  2949. responses:
  2950. "200":
  2951. description: 成功返回
  2952. schema:
  2953. $ref: '#/definitions/md.DynamicDataFlowListResp'
  2954. "400":
  2955. description: 具体错误
  2956. schema:
  2957. $ref: '#/definitions/md.Response'
  2958. summary: 制度中心-动态数据-动态数据流水(获取)
  2959. tags:
  2960. - 公排管理
  2961. /api/institutionalManagement/eggEnergy/eggPoint/manualScore:
  2962. post:
  2963. consumes:
  2964. - application/json
  2965. description: 蛋蛋分管理(人工打分)
  2966. parameters:
  2967. - description: 验证参数Bearer和token空格拼接
  2968. in: header
  2969. name: Authorization
  2970. required: true
  2971. type: string
  2972. - description: 请求参数
  2973. in: body
  2974. name: req
  2975. required: true
  2976. schema:
  2977. $ref: '#/definitions/md.ManualScoreReq'
  2978. produces:
  2979. - application/json
  2980. responses:
  2981. "200":
  2982. description: 成功返回
  2983. schema:
  2984. type: string
  2985. "400":
  2986. description: 具体错误
  2987. schema:
  2988. $ref: '#/definitions/md.Response'
  2989. summary: 制度中心-蛋蛋能量-蛋蛋分管理(人工打分)
  2990. tags:
  2991. - 蛋蛋能量
  2992. /api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex:
  2993. post:
  2994. consumes:
  2995. - application/json
  2996. description: 蛋蛋分管理(着陆页数据分析)
  2997. parameters:
  2998. - description: 验证参数Bearer和token空格拼接
  2999. in: header
  3000. name: Authorization
  3001. required: true
  3002. type: string
  3003. - description: 请求参数
  3004. in: body
  3005. name: req
  3006. required: true
  3007. schema:
  3008. $ref: '#/definitions/md.StatisticsEggPointReq'
  3009. produces:
  3010. - application/json
  3011. responses:
  3012. "200":
  3013. description: 成功返回
  3014. schema:
  3015. $ref: '#/definitions/md.StatisticsEggPointResp'
  3016. "400":
  3017. description: 具体错误
  3018. schema:
  3019. $ref: '#/definitions/md.Response'
  3020. summary: 制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)
  3021. tags:
  3022. - 蛋蛋能量
  3023. /api/institutionalManagement/eggEnergy/eggPoint/userEggFlow:
  3024. post:
  3025. consumes:
  3026. - application/json
  3027. description: 蛋蛋分管理(用户数据列表)
  3028. parameters:
  3029. - description: 验证参数Bearer和token空格拼接
  3030. in: header
  3031. name: Authorization
  3032. required: true
  3033. type: string
  3034. - description: 请求参数
  3035. in: body
  3036. name: req
  3037. required: true
  3038. schema:
  3039. $ref: '#/definitions/md.UserEggFlowReq'
  3040. produces:
  3041. - application/json
  3042. responses:
  3043. "200":
  3044. description: 成功返回
  3045. schema:
  3046. $ref: '#/definitions/md.UserEggFlowReqResp'
  3047. "400":
  3048. description: 具体错误
  3049. schema:
  3050. $ref: '#/definitions/md.Response'
  3051. summary: 制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)
  3052. tags:
  3053. - 蛋蛋能量
  3054. /api/institutionalManagement/eggEnergy/getBasic:
  3055. get:
  3056. consumes:
  3057. - application/json
  3058. description: 基础设置(获取)
  3059. parameters:
  3060. - description: 验证参数Bearer和token空格拼接
  3061. in: header
  3062. name: Authorization
  3063. required: true
  3064. type: string
  3065. produces:
  3066. - application/json
  3067. responses:
  3068. "200":
  3069. description: 具体数据
  3070. schema:
  3071. $ref: '#/definitions/md.GetEggEnergyBasicResp'
  3072. "400":
  3073. description: 具体错误
  3074. schema:
  3075. $ref: '#/definitions/md.Response'
  3076. summary: 制度中心-蛋蛋能量-基础设置(获取)
  3077. tags:
  3078. - 蛋蛋能量
  3079. /api/institutionalManagement/eggEnergy/getVipSetting:
  3080. get:
  3081. consumes:
  3082. - application/json
  3083. description: 基础会员设置(获取)
  3084. parameters:
  3085. - description: 验证参数Bearer和token空格拼接
  3086. in: header
  3087. name: Authorization
  3088. required: true
  3089. type: string
  3090. produces:
  3091. - application/json
  3092. responses:
  3093. "200":
  3094. description: 具体数据
  3095. schema:
  3096. $ref: '#/definitions/md.GetEggEnergyVipSettingResp'
  3097. "400":
  3098. description: 具体错误
  3099. schema:
  3100. $ref: '#/definitions/md.Response'
  3101. summary: 制度中心-蛋蛋能量-基础会员设置(获取)
  3102. tags:
  3103. - 蛋蛋能量
  3104. /api/institutionalManagement/eggEnergy/getVirtualCoinList:
  3105. get:
  3106. consumes:
  3107. - application/json
  3108. description: 查询所有币种(获取)
  3109. parameters:
  3110. - description: 验证参数Bearer和token空格拼接
  3111. in: header
  3112. name: Authorization
  3113. required: true
  3114. type: string
  3115. produces:
  3116. - application/json
  3117. responses:
  3118. "200":
  3119. description: 成功返回
  3120. schema:
  3121. items:
  3122. $ref: '#/definitions/md.VirtualCoin'
  3123. type: array
  3124. "400":
  3125. description: 具体错误
  3126. schema:
  3127. $ref: '#/definitions/md.Response'
  3128. summary: 制度中心-蛋蛋能量-查询所有币种(获取)
  3129. tags:
  3130. - 蛋蛋能量
  3131. /api/institutionalManagement/eggEnergy/globalData/coreDataList:
  3132. get:
  3133. consumes:
  3134. - application/json
  3135. description: 数据概览(获取)
  3136. parameters:
  3137. - description: 验证参数Bearer和token空格拼接
  3138. in: header
  3139. name: Authorization
  3140. required: true
  3141. type: string
  3142. produces:
  3143. - application/json
  3144. responses:
  3145. "200":
  3146. description: 具体数据
  3147. schema:
  3148. $ref: '#/definitions/md.GetEggCoreDataListResp'
  3149. "400":
  3150. description: 具体错误
  3151. schema:
  3152. $ref: '#/definitions/md.Response'
  3153. summary: 制度中心-蛋蛋能量-数据概览(获取)
  3154. tags:
  3155. - 蛋蛋能量
  3156. /api/institutionalManagement/eggEnergy/globalData/fundDataAdd:
  3157. post:
  3158. consumes:
  3159. - application/json
  3160. description: 价值明细数据(新增)
  3161. parameters:
  3162. - description: 验证参数Bearer和token空格拼接
  3163. in: header
  3164. name: Authorization
  3165. required: true
  3166. type: string
  3167. - description: 数据种类、金额、时长(最长24h)、执行次数必填,备注选填
  3168. in: body
  3169. name: req
  3170. required: true
  3171. schema:
  3172. $ref: '#/definitions/md.AddFundDataReq'
  3173. produces:
  3174. - application/json
  3175. responses:
  3176. "200":
  3177. description: 插入数据 id
  3178. schema:
  3179. type: int
  3180. "400":
  3181. description: 具体错误
  3182. schema:
  3183. $ref: '#/definitions/md.Response'
  3184. summary: 制度中心-蛋蛋能量-价值明细数据(新增)
  3185. tags:
  3186. - 蛋蛋能量
  3187. /api/institutionalManagement/eggEnergy/globalData/fundDataList:
  3188. post:
  3189. consumes:
  3190. - application/json
  3191. description: 新增数据列表(获取)
  3192. parameters:
  3193. - description: 验证参数Bearer和token空格拼接
  3194. in: header
  3195. name: Authorization
  3196. required: true
  3197. type: string
  3198. - description: 分页信息必填
  3199. in: body
  3200. name: req
  3201. required: true
  3202. schema:
  3203. $ref: '#/definitions/md.GetFundDataListReq'
  3204. produces:
  3205. - application/json
  3206. responses:
  3207. "200":
  3208. description: 具体数据
  3209. schema:
  3210. $ref: '#/definitions/md.GetFundDataListResp'
  3211. "400":
  3212. description: 具体错误
  3213. schema:
  3214. $ref: '#/definitions/md.Response'
  3215. summary: 制度中心-蛋蛋能量-新增数据列表(获取)
  3216. tags:
  3217. - 蛋蛋能量
  3218. /api/institutionalManagement/eggEnergy/globalData/fundDataRecordList:
  3219. post:
  3220. consumes:
  3221. - application/json
  3222. description: 新增数据列表详情(查询)
  3223. parameters:
  3224. - description: 验证参数Bearer和token空格拼接
  3225. in: header
  3226. name: Authorization
  3227. required: true
  3228. type: string
  3229. - description: 获取到的 system_id 以及分页信息
  3230. in: body
  3231. name: req
  3232. required: true
  3233. schema:
  3234. $ref: '#/definitions/md.GetFundDataRecordListReq'
  3235. produces:
  3236. - application/json
  3237. responses:
  3238. "200":
  3239. description: 具体数据
  3240. schema:
  3241. $ref: '#/definitions/md.GetFundDataRecordListResp'
  3242. "400":
  3243. description: 具体错误
  3244. schema:
  3245. $ref: '#/definitions/md.Response'
  3246. summary: 制度中心-蛋蛋能量-新增数据列表详情(查询)
  3247. tags:
  3248. - 蛋蛋能量
  3249. /api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve:
  3250. get:
  3251. consumes:
  3252. - application/json
  3253. description: 价格趋势(获取)
  3254. parameters:
  3255. - description: 验证参数Bearer和token空格拼接
  3256. in: header
  3257. name: Authorization
  3258. required: true
  3259. type: string
  3260. - description: 1:按天 2:按小时 3:按周
  3261. in: query
  3262. name: kind
  3263. type: string
  3264. produces:
  3265. - application/json
  3266. responses:
  3267. "200":
  3268. description: 具体数据
  3269. schema:
  3270. $ref: '#/definitions/md.GetPriceCurveResp'
  3271. "400":
  3272. description: 具体错误
  3273. schema:
  3274. $ref: '#/definitions/md.Response'
  3275. summary: 制度中心-蛋蛋能量-价格趋势(获取)
  3276. tags:
  3277. - 蛋蛋能量
  3278. /api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward:
  3279. post:
  3280. consumes:
  3281. - application/json
  3282. description: 激励视频(获取)
  3283. parameters:
  3284. - description: 验证参数Bearer和token空格拼接
  3285. in: header
  3286. name: Authorization
  3287. required: true
  3288. type: string
  3289. - description: 落地页不填页大小默认20条数据
  3290. in: body
  3291. name: req
  3292. required: true
  3293. schema:
  3294. $ref: '#/definitions/md.SetVideoRewardReq'
  3295. produces:
  3296. - application/json
  3297. responses:
  3298. "200":
  3299. description: OK
  3300. schema:
  3301. $ref: '#/definitions/md.GetVideoRewardResp'
  3302. "400":
  3303. description: 具体错误
  3304. schema:
  3305. $ref: '#/definitions/md.Response'
  3306. summary: 制度中心-蛋蛋能量-平台营收-激励视频(获取)
  3307. tags:
  3308. - 蛋蛋能量
  3309. /api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd:
  3310. post:
  3311. consumes:
  3312. - application/json
  3313. description: 其他广告设置数据(新增)
  3314. parameters:
  3315. - description: 验证参数Bearer和token空格拼接
  3316. in: header
  3317. name: Authorization
  3318. required: true
  3319. type: string
  3320. - description: 数据种类、金额、时长(最长24h)、执行次数必填,备注选填
  3321. in: body
  3322. name: req
  3323. required: true
  3324. schema:
  3325. $ref: '#/definitions/md.AddPlatformRevenueReq'
  3326. produces:
  3327. - application/json
  3328. responses:
  3329. "200":
  3330. description: 插入数据 id
  3331. schema:
  3332. type: int
  3333. "400":
  3334. description: 具体错误
  3335. schema:
  3336. $ref: '#/definitions/md.Response'
  3337. summary: 制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)
  3338. tags:
  3339. - 蛋蛋能量
  3340. /api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList:
  3341. post:
  3342. consumes:
  3343. - application/json
  3344. description: 其他广告设置数据(获取)
  3345. parameters:
  3346. - description: 验证参数Bearer和token空格拼接
  3347. in: header
  3348. name: Authorization
  3349. required: true
  3350. type: string
  3351. - description: 分页信息必填
  3352. in: body
  3353. name: req
  3354. required: true
  3355. schema:
  3356. $ref: '#/definitions/md.ListPlatformRevenueReq'
  3357. produces:
  3358. - application/json
  3359. responses:
  3360. "200":
  3361. description: 具体数据
  3362. schema:
  3363. $ref: '#/definitions/md.ListPlatformRevenueResp'
  3364. "400":
  3365. description: 具体错误
  3366. schema:
  3367. $ref: '#/definitions/md.Response'
  3368. summary: 制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)
  3369. tags:
  3370. - 蛋蛋能量
  3371. /api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward:
  3372. post:
  3373. consumes:
  3374. - application/json
  3375. description: 激励视频(设置)
  3376. parameters:
  3377. - description: 验证参数Bearer和token空格拼接
  3378. in: header
  3379. name: Authorization
  3380. required: true
  3381. type: string
  3382. - description: 落地页不填页大小默认20条数据
  3383. in: body
  3384. name: req
  3385. required: true
  3386. schema:
  3387. $ref: '#/definitions/md.SetVideoRewardReq'
  3388. produces:
  3389. - application/json
  3390. responses:
  3391. "200":
  3392. description: success
  3393. schema:
  3394. type: string
  3395. "400":
  3396. description: 具体错误
  3397. schema:
  3398. $ref: '#/definitions/md.Response'
  3399. summary: 制度中心-蛋蛋能量-平台营收-激励视频(设置)
  3400. tags:
  3401. - 蛋蛋能量
  3402. /api/institutionalManagement/eggEnergy/updateBasic:
  3403. post:
  3404. consumes:
  3405. - application/json
  3406. description: 基础设置(更新)
  3407. parameters:
  3408. - description: 验证参数Bearer和token空格拼接
  3409. in: header
  3410. name: Authorization
  3411. required: true
  3412. type: string
  3413. - description: system_id 必填
  3414. in: body
  3415. name: req
  3416. required: true
  3417. schema:
  3418. $ref: '#/definitions/md.UpdateEggEnergyBasicReq'
  3419. produces:
  3420. - application/json
  3421. responses:
  3422. "200":
  3423. description: 修改数据条数
  3424. schema:
  3425. type: int
  3426. "400":
  3427. description: 具体错误
  3428. schema:
  3429. $ref: '#/definitions/md.Response'
  3430. summary: 制度中心-蛋蛋能量-基础设置(更新)
  3431. tags:
  3432. - 蛋蛋能量
  3433. /api/institutionalManagement/eggEnergy/updateVipSetting:
  3434. post:
  3435. consumes:
  3436. - application/json
  3437. description: 会员设置(更新)
  3438. parameters:
  3439. - description: 验证参数Bearer和token空格拼接
  3440. in: header
  3441. name: Authorization
  3442. required: true
  3443. type: string
  3444. - description: 填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)
  3445. in: body
  3446. name: req
  3447. required: true
  3448. schema:
  3449. $ref: '#/definitions/md.UpdateEggEnergyVipSettingReq'
  3450. produces:
  3451. - application/json
  3452. responses:
  3453. "200":
  3454. description: 修改数据条数
  3455. schema:
  3456. type: int
  3457. "400":
  3458. description: 具体错误
  3459. schema:
  3460. $ref: '#/definitions/md.Response'
  3461. summary: 制度中心-蛋蛋能量-会员设置(更新)
  3462. tags:
  3463. - 蛋蛋能量
  3464. /api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList:
  3465. post:
  3466. consumes:
  3467. - application/json
  3468. description: 蛋蛋能量流水(查询)
  3469. parameters:
  3470. - description: 验证参数Bearer和token空格拼接
  3471. in: header
  3472. name: Authorization
  3473. required: true
  3474. type: string
  3475. - description: 至少传入 货币类型 ID 用户 UID 页数 每页大小
  3476. in: body
  3477. name: req
  3478. required: true
  3479. schema:
  3480. $ref: '#/definitions/md.GetActivePointsUserCoinFlowListReq'
  3481. produces:
  3482. - application/json
  3483. responses:
  3484. "200":
  3485. description: 成功返回
  3486. schema:
  3487. $ref: '#/definitions/md.GetActivePointsUserCoinFlowListResp'
  3488. "400":
  3489. description: 具体错误
  3490. schema:
  3491. $ref: '#/definitions/md.Response'
  3492. summary: 制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)
  3493. tags:
  3494. - 公排管理
  3495. /api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList:
  3496. post:
  3497. consumes:
  3498. - application/json
  3499. description: 蛋蛋能量明细(获取)
  3500. parameters:
  3501. - description: 验证参数Bearer和token空格拼接
  3502. in: header
  3503. name: Authorization
  3504. required: true
  3505. type: string
  3506. - description: 落地页不填页大小默认20条数据
  3507. in: body
  3508. name: req
  3509. schema:
  3510. $ref: '#/definitions/md.GetActivePointsUserCoinListReq'
  3511. produces:
  3512. - application/json
  3513. responses:
  3514. "200":
  3515. description: 成功返回
  3516. schema:
  3517. $ref: '#/definitions/md.GetActivePointsUserCoinListResp'
  3518. "400":
  3519. description: 具体错误
  3520. schema:
  3521. $ref: '#/definitions/md.Response'
  3522. summary: 制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)
  3523. tags:
  3524. - 公排管理
  3525. /api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList:
  3526. post:
  3527. consumes:
  3528. - application/json
  3529. description: 蛋蛋积分持有者明细(获取)
  3530. parameters:
  3531. - description: 验证参数Bearer和token空格拼接
  3532. in: header
  3533. name: Authorization
  3534. required: true
  3535. type: string
  3536. - description: 落地页不填页大小默认20条数据
  3537. in: body
  3538. name: req
  3539. schema:
  3540. $ref: '#/definitions/md.GetGreenEnergyUserCoinListReq'
  3541. produces:
  3542. - application/json
  3543. responses:
  3544. "200":
  3545. description: 成功返回
  3546. schema:
  3547. $ref: '#/definitions/md.GetGreenEnergyUserCoinListResp'
  3548. "400":
  3549. description: 具体错误
  3550. schema:
  3551. $ref: '#/definitions/md.Response'
  3552. summary: 制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)
  3553. tags:
  3554. - 公排管理
  3555. /api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList:
  3556. post:
  3557. consumes:
  3558. - application/json
  3559. description: 蛋蛋积分流水明细(查询)
  3560. parameters:
  3561. - description: 验证参数Bearer和token空格拼接
  3562. in: header
  3563. name: Authorization
  3564. required: true
  3565. type: string
  3566. - description: 至少传入 货币类型 ID 用户 UID 页数 每页大小
  3567. in: body
  3568. name: req
  3569. required: true
  3570. schema:
  3571. $ref: '#/definitions/md.GetGreenEnergyUserCoinFlowListReq'
  3572. produces:
  3573. - application/json
  3574. responses:
  3575. "200":
  3576. description: 成功返回
  3577. schema:
  3578. $ref: '#/definitions/md.GetGreenEnergyUserCoinFlowListResp'
  3579. "400":
  3580. description: 具体错误
  3581. schema:
  3582. $ref: '#/definitions/md.Response'
  3583. summary: 制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)
  3584. tags:
  3585. - 公排管理
  3586. /api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd:
  3587. post:
  3588. consumes:
  3589. - application/json
  3590. description: 社区分红(新增)
  3591. parameters:
  3592. - description: 验证参数Bearer和token空格拼接
  3593. in: header
  3594. name: Authorization
  3595. required: true
  3596. type: string
  3597. - description: 分红名称、分红总量
  3598. in: body
  3599. name: req
  3600. required: true
  3601. schema:
  3602. $ref: '#/definitions/md.AddCommunityDividendsReq'
  3603. produces:
  3604. - application/json
  3605. responses:
  3606. "200":
  3607. description: 成功
  3608. schema:
  3609. type: success
  3610. "400":
  3611. description: 具体错误
  3612. schema:
  3613. $ref: '#/definitions/md.Response'
  3614. summary: 制度中心-公排管理-社区分红(新增)
  3615. tags:
  3616. - 公排管理
  3617. /api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList:
  3618. post:
  3619. consumes:
  3620. - application/json
  3621. description: 社区分红(查询)
  3622. parameters:
  3623. - description: 验证参数Bearer和token空格拼接
  3624. in: header
  3625. name: Authorization
  3626. required: true
  3627. type: string
  3628. - description: 页数、每页大小必填 起止时间、起止数量选填
  3629. in: body
  3630. name: req
  3631. required: true
  3632. schema:
  3633. $ref: '#/definitions/md.ListCommunityDividendsReq'
  3634. produces:
  3635. - application/json
  3636. responses:
  3637. "200":
  3638. description: 具体数据
  3639. schema:
  3640. $ref: '#/definitions/md.ListCommunityDividendsResp'
  3641. "400":
  3642. description: 具体错误
  3643. schema:
  3644. $ref: '#/definitions/md.Response'
  3645. summary: 制度中心-公排管理-社区分红(查询)
  3646. tags:
  3647. - 公排管理
  3648. /api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd:
  3649. post:
  3650. consumes:
  3651. - application/json
  3652. description: 社区长列表(新增)
  3653. parameters:
  3654. - description: 验证参数Bearer和token空格拼接
  3655. in: header
  3656. name: Authorization
  3657. required: true
  3658. type: string
  3659. - description: 新增社区长 ID、备注
  3660. in: body
  3661. name: req
  3662. required: true
  3663. schema:
  3664. $ref: '#/definitions/md.AddCommunityDividendsWithUserReq'
  3665. produces:
  3666. - application/json
  3667. responses:
  3668. "200":
  3669. description: 插入数据 ID
  3670. schema:
  3671. type: int
  3672. "400":
  3673. description: 具体错误
  3674. schema:
  3675. $ref: '#/definitions/md.Response'
  3676. summary: 制度中心-公排管理-社区长列表(新增)
  3677. tags:
  3678. - 公排管理
  3679. /api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList:
  3680. post:
  3681. consumes:
  3682. - application/json
  3683. description: 社区长列表(查询)
  3684. parameters:
  3685. - description: 验证参数Bearer和token空格拼接
  3686. in: header
  3687. name: Authorization
  3688. required: true
  3689. type: string
  3690. - description: 页数、每页大小必填 手机号、用户ID选填
  3691. in: body
  3692. name: req
  3693. required: true
  3694. schema:
  3695. $ref: '#/definitions/md.ListCommunityDividendsWithUserReq'
  3696. produces:
  3697. - application/json
  3698. responses:
  3699. "200":
  3700. description: 社区长列表
  3701. schema:
  3702. $ref: '#/definitions/md.ListCommunityDividendsWithUserResp'
  3703. "400":
  3704. description: 具体错误
  3705. schema:
  3706. $ref: '#/definitions/md.Response'
  3707. summary: 制度中心-公排管理-社区长列表(查询)
  3708. tags:
  3709. - 公排管理
  3710. /api/institutionalManagement/publicPlatoon/exchangeUserPosition:
  3711. post:
  3712. consumes:
  3713. - application/json
  3714. description: 关系分布图(位置转换)
  3715. parameters:
  3716. - description: 验证参数Bearer和token空格拼接
  3717. in: header
  3718. name: Authorization
  3719. required: true
  3720. type: string
  3721. - description: 需要交换的两个位置
  3722. in: body
  3723. name: req
  3724. required: true
  3725. schema:
  3726. $ref: '#/definitions/md.ExchangeUserPositionReq'
  3727. produces:
  3728. - application/json
  3729. responses:
  3730. "200":
  3731. description: 成功返回
  3732. schema:
  3733. type: ""
  3734. "400":
  3735. description: 具体错误
  3736. schema:
  3737. $ref: '#/definitions/md.Response'
  3738. summary: 制度中心-公排管理-关系分布图(位置转换)
  3739. tags:
  3740. - 公排管理
  3741. /api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap:
  3742. get:
  3743. consumes:
  3744. - application/json
  3745. description: 关系分布图(获取指定用户上级)
  3746. parameters:
  3747. - description: 验证参数Bearer和token空格拼接
  3748. in: header
  3749. name: Authorization
  3750. required: true
  3751. type: string
  3752. - description: 用户ID
  3753. in: query
  3754. name: uid
  3755. required: true
  3756. type: string
  3757. produces:
  3758. - application/json
  3759. responses:
  3760. "200":
  3761. description: 具体数据
  3762. schema:
  3763. $ref: '#/definitions/md.FindSubUserRelationshipMapResp'
  3764. "400":
  3765. description: 具体错误
  3766. schema:
  3767. $ref: '#/definitions/md.Response'
  3768. summary: 制度中心-公排管理-关系分布图(获取指定用户上级)
  3769. tags:
  3770. - 公排管理
  3771. /api/institutionalManagement/publicPlatoon/findUserRelationshipMap:
  3772. get:
  3773. consumes:
  3774. - application/json
  3775. description: 关系分布图(获取指定用户下级)
  3776. parameters:
  3777. - description: 验证参数Bearer和token空格拼接
  3778. in: header
  3779. name: Authorization
  3780. required: true
  3781. type: string
  3782. - description: 用户ID
  3783. in: query
  3784. name: uid
  3785. required: true
  3786. type: string
  3787. produces:
  3788. - application/json
  3789. responses:
  3790. "200":
  3791. description: 具体数据
  3792. schema:
  3793. $ref: '#/definitions/md.TreeNode'
  3794. "400":
  3795. description: 具体错误
  3796. schema:
  3797. $ref: '#/definitions/md.Response'
  3798. summary: 制度中心-公排管理-关系分布图(获取指定用户下级)
  3799. tags:
  3800. - 公排管理
  3801. /api/institutionalManagement/publicPlatoon/getBasic:
  3802. get:
  3803. consumes:
  3804. - application/json
  3805. description: 公排基础设置(获取)
  3806. parameters:
  3807. - description: 验证参数Bearer和token空格拼接
  3808. in: header
  3809. name: Authorization
  3810. required: true
  3811. type: string
  3812. produces:
  3813. - application/json
  3814. responses:
  3815. "200":
  3816. description: 具体数据
  3817. schema:
  3818. $ref: '#/definitions/md.GetPublicPlatoonBasicResp'
  3819. "400":
  3820. description: 具体错误
  3821. schema:
  3822. $ref: '#/definitions/md.Response'
  3823. summary: 制度中心-公排管理-公排基础设置(获取)
  3824. tags:
  3825. - 公排管理
  3826. /api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete:
  3827. delete:
  3828. consumes:
  3829. - application/json
  3830. description: 免罚用户(删除)
  3831. parameters:
  3832. - description: 验证参数Bearer和token空格拼接
  3833. in: header
  3834. name: Authorization
  3835. required: true
  3836. type: string
  3837. - description: 免罚用户ID
  3838. in: body
  3839. name: req
  3840. required: true
  3841. schema:
  3842. $ref: '#/definitions/md.DeleteFreePublishUserReq'
  3843. produces:
  3844. - application/json
  3845. responses:
  3846. "200":
  3847. description: 删除数据数量
  3848. schema:
  3849. type: int
  3850. "400":
  3851. description: 具体错误
  3852. schema:
  3853. $ref: '#/definitions/md.Response'
  3854. summary: 制度中心-公排管理-免罚用户(删除)
  3855. tags:
  3856. - 公排管理
  3857. /api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index:
  3858. post:
  3859. consumes:
  3860. - application/json
  3861. description: 免罚用户(查询)
  3862. parameters:
  3863. - description: 验证参数Bearer和token空格拼接
  3864. in: header
  3865. name: Authorization
  3866. required: true
  3867. type: string
  3868. - description: 页数和行数必填,uid选填
  3869. in: body
  3870. name: req
  3871. required: true
  3872. schema:
  3873. $ref: '#/definitions/md.GetFreePublishUserReq'
  3874. produces:
  3875. - application/json
  3876. responses:
  3877. "200":
  3878. description: 成功返回
  3879. schema:
  3880. $ref: '#/definitions/md.GetFreePublishUserResp'
  3881. "400":
  3882. description: 具体错误
  3883. schema:
  3884. $ref: '#/definitions/md.Response'
  3885. summary: 制度中心-公排管理-免罚用户(查询)
  3886. tags:
  3887. - 公排管理
  3888. /api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save:
  3889. post:
  3890. consumes:
  3891. - application/json
  3892. description: 免罚用户(新增)
  3893. parameters:
  3894. - description: 验证参数Bearer和token空格拼接
  3895. in: header
  3896. name: Authorization
  3897. required: true
  3898. type: string
  3899. - description: 免罚用户ID
  3900. in: body
  3901. name: req
  3902. required: true
  3903. schema:
  3904. $ref: '#/definitions/md.AddFreePublishUserReq'
  3905. produces:
  3906. - application/json
  3907. responses:
  3908. "200":
  3909. description: 插入数据 ID
  3910. schema:
  3911. type: int
  3912. "400":
  3913. description: 具体错误
  3914. schema:
  3915. $ref: '#/definitions/md.Response'
  3916. summary: 制度中心-公排管理-免罚用户(新增)
  3917. tags:
  3918. - 公排管理
  3919. /api/institutionalManagement/publicPlatoon/relationshipMap:
  3920. get:
  3921. consumes:
  3922. - application/json
  3923. description: 关系分布图(获取)
  3924. parameters:
  3925. - description: 验证参数Bearer和token空格拼接
  3926. in: header
  3927. name: Authorization
  3928. required: true
  3929. type: string
  3930. - description: phone
  3931. in: query
  3932. name: phone
  3933. required: true
  3934. type: string
  3935. - description: uid
  3936. in: query
  3937. name: uid
  3938. required: true
  3939. type: string
  3940. produces:
  3941. - application/json
  3942. responses:
  3943. "200":
  3944. description: 具体数据
  3945. schema:
  3946. $ref: '#/definitions/md.TreeNode'
  3947. "400":
  3948. description: 具体错误
  3949. schema:
  3950. $ref: '#/definitions/md.Response'
  3951. summary: 制度中心-公排管理-关系分布图(获取)
  3952. tags:
  3953. - 公排管理
  3954. /api/institutionalManagement/publicPlatoon/selectMember:
  3955. post:
  3956. consumes:
  3957. - application/json
  3958. description: 公排基础设置选择会员(查询)
  3959. parameters:
  3960. - description: 验证参数Bearer和token空格拼接
  3961. in: header
  3962. name: Authorization
  3963. required: true
  3964. type: string
  3965. - description: 分页信息必填
  3966. in: body
  3967. name: req
  3968. required: true
  3969. schema:
  3970. $ref: '#/definitions/md.SelectMemberReq'
  3971. produces:
  3972. - application/json
  3973. responses:
  3974. "200":
  3975. description: 具体数据
  3976. schema:
  3977. $ref: '#/definitions/md.SelectMemberResp'
  3978. "400":
  3979. description: 具体错误
  3980. schema:
  3981. $ref: '#/definitions/md.Response'
  3982. summary: 制度中心-公排管理-公排基础设置选择会员(查询)
  3983. tags:
  3984. - 公排管理
  3985. /api/institutionalManagement/publicPlatoon/updateBasic:
  3986. put:
  3987. consumes:
  3988. - application/json
  3989. description: 公排基础设置(修改)
  3990. parameters:
  3991. - description: 验证参数Bearer和token空格拼接
  3992. in: header
  3993. name: Authorization
  3994. required: true
  3995. type: string
  3996. - description: 公排设置表单内容
  3997. in: body
  3998. name: req
  3999. required: true
  4000. schema:
  4001. $ref: '#/definitions/md.UpdatePublicPlatoonBasicReq'
  4002. produces:
  4003. - application/json
  4004. responses:
  4005. "200":
  4006. description: success
  4007. schema:
  4008. type: string
  4009. "400":
  4010. description: 具体错误
  4011. schema:
  4012. $ref: '#/definitions/md.Response'
  4013. summary: 制度中心-公排管理-公排基础设置(修改)
  4014. tags:
  4015. - 公排管理
  4016. /api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index:
  4017. post:
  4018. consumes:
  4019. - application/json
  4020. description: 日活分析
  4021. parameters:
  4022. - description: 验证参数Bearer和token空格拼接
  4023. in: header
  4024. name: Authorization
  4025. required: true
  4026. type: string
  4027. - description: 用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小
  4028. in: body
  4029. name: req
  4030. required: true
  4031. schema:
  4032. $ref: '#/definitions/md.UserDailyActivityAnalysisReq'
  4033. produces:
  4034. - application/json
  4035. responses:
  4036. "200":
  4037. description: 具体数据
  4038. schema:
  4039. $ref: '#/definitions/md.UserDailyActivityAnalysisResp'
  4040. "400":
  4041. description: 具体错误
  4042. schema:
  4043. $ref: '#/definitions/md.Response'
  4044. summary: 制度中心-公排管理-日活分析
  4045. tags:
  4046. - 公排管理
  4047. /api/login:
  4048. post:
  4049. consumes:
  4050. - application/json
  4051. description: 登入
  4052. parameters:
  4053. - description: 用户名密码
  4054. in: body
  4055. name: req
  4056. required: true
  4057. schema:
  4058. $ref: '#/definitions/md.LoginReq'
  4059. produces:
  4060. - application/json
  4061. responses:
  4062. "200":
  4063. description: token
  4064. schema:
  4065. $ref: '#/definitions/md.LoginResponse'
  4066. "400":
  4067. description: 具体错误
  4068. schema:
  4069. $ref: '#/definitions/md.Response'
  4070. summary: 登陆
  4071. tags:
  4072. - 登录
  4073. /api/marketingApplications/newUserRedPackage/getBasic:
  4074. get:
  4075. consumes:
  4076. - application/json
  4077. description: 新人红包设置(获取)
  4078. parameters:
  4079. - description: 验证参数Bearer和token空格拼接
  4080. in: header
  4081. name: Authorization
  4082. required: true
  4083. type: string
  4084. produces:
  4085. - application/json
  4086. responses:
  4087. "200":
  4088. description: 具体数据
  4089. schema:
  4090. $ref: '#/definitions/md.NewUserRedPackageGetBasicResp'
  4091. "400":
  4092. description: 具体错误
  4093. schema:
  4094. $ref: '#/definitions/md.Response'
  4095. summary: 制度中心-营销应用-新人红包设置(获取)
  4096. tags:
  4097. - 营销应用
  4098. /api/marketingApplications/newUserRedPackage/recordFlowList:
  4099. post:
  4100. consumes:
  4101. - application/json
  4102. description: 新人红包列表明细(查询)
  4103. parameters:
  4104. - description: 验证参数Bearer和token空格拼接
  4105. in: header
  4106. name: Authorization
  4107. required: true
  4108. type: string
  4109. - description: 新人红包列表明细查询条件(分页信息、用户 ID必填)
  4110. in: body
  4111. name: req
  4112. required: true
  4113. schema:
  4114. $ref: '#/definitions/md.NewUserRedPackageRecordFlowListReq'
  4115. produces:
  4116. - application/json
  4117. responses:
  4118. "200":
  4119. description: 具体数据
  4120. schema:
  4121. $ref: '#/definitions/md.NewUserRedPackageRecordFlowListResp'
  4122. "400":
  4123. description: 具体错误
  4124. schema:
  4125. $ref: '#/definitions/md.Response'
  4126. summary: 制度中心-营销应用-新人红包列表明细(查询)
  4127. tags:
  4128. - 营销应用
  4129. /api/marketingApplications/newUserRedPackage/recordList:
  4130. post:
  4131. consumes:
  4132. - application/json
  4133. description: 新人红包列表(查询)
  4134. parameters:
  4135. - description: 验证参数Bearer和token空格拼接
  4136. in: header
  4137. name: Authorization
  4138. required: true
  4139. type: string
  4140. - description: 新人红包列表查询条件(分页信息必填)
  4141. in: body
  4142. name: req
  4143. required: true
  4144. schema:
  4145. $ref: '#/definitions/md.NewUserRedPackageRecordListReq'
  4146. produces:
  4147. - application/json
  4148. responses:
  4149. "200":
  4150. description: 具体数据
  4151. schema:
  4152. $ref: '#/definitions/md.NewUserRedPackageRecordListResp'
  4153. "400":
  4154. description: 具体错误
  4155. schema:
  4156. $ref: '#/definitions/md.Response'
  4157. summary: 制度中心-营销应用-新人红包列表(查询)
  4158. tags:
  4159. - 营销应用
  4160. /api/marketingApplications/newUserRedPackage/updateBasic:
  4161. put:
  4162. consumes:
  4163. - application/json
  4164. description: 新人红包设置(修改)
  4165. parameters:
  4166. - description: 验证参数Bearer和token空格拼接
  4167. in: header
  4168. name: Authorization
  4169. required: true
  4170. type: string
  4171. - description: 新人红包设置表单
  4172. in: body
  4173. name: req
  4174. required: true
  4175. schema:
  4176. $ref: '#/definitions/md.NewUserRedPackageUpdateBasicReq'
  4177. produces:
  4178. - application/json
  4179. responses:
  4180. "200":
  4181. description: success
  4182. schema:
  4183. type: string
  4184. "400":
  4185. description: 具体错误
  4186. schema:
  4187. $ref: '#/definitions/md.Response'
  4188. summary: 制度中心-营销应用-新人红包设置(修改)
  4189. tags:
  4190. - 营销应用
  4191. /api/memberCenter/levelManagement/addLevel:
  4192. post:
  4193. consumes:
  4194. - application/json
  4195. description: 等级管理(新增)
  4196. parameters:
  4197. - description: 验证参数Bearer和token空格拼接
  4198. in: header
  4199. name: Authorization
  4200. required: true
  4201. type: string
  4202. - description: 需要新增的等级信息
  4203. in: body
  4204. name: req
  4205. required: true
  4206. schema:
  4207. $ref: '#/definitions/md.AddLevelReq'
  4208. produces:
  4209. - application/json
  4210. responses:
  4211. "200":
  4212. description: 新增等级ID
  4213. schema:
  4214. type: int
  4215. "400":
  4216. description: 具体错误
  4217. schema:
  4218. $ref: '#/definitions/md.Response'
  4219. summary: 制度中心-会员中心-等级管理(新增)
  4220. tags:
  4221. - 会员中心
  4222. /api/memberCenter/levelManagement/addLevelTask:
  4223. post:
  4224. consumes:
  4225. - application/json
  4226. description: 等级任务(新增)
  4227. parameters:
  4228. - description: 验证参数Bearer和token空格拼接
  4229. in: header
  4230. name: Authorization
  4231. required: true
  4232. type: string
  4233. - description: 需要新增的任务信息
  4234. in: body
  4235. name: req
  4236. required: true
  4237. schema:
  4238. $ref: '#/definitions/md.AddLevelTaskReq'
  4239. produces:
  4240. - application/json
  4241. responses:
  4242. "200":
  4243. description: 新增的任务ID
  4244. schema:
  4245. type: int
  4246. "400":
  4247. description: 具体错误
  4248. schema:
  4249. $ref: '#/definitions/md.Response'
  4250. summary: 制度中心-会员中心-等级明细-等级任务(新增)
  4251. tags:
  4252. - 会员中心
  4253. /api/memberCenter/levelManagement/deleteLevel:
  4254. delete:
  4255. consumes:
  4256. - application/json
  4257. description: 等级管理(删除)
  4258. parameters:
  4259. - description: 验证参数Bearer和token空格拼接
  4260. in: header
  4261. name: Authorization
  4262. required: true
  4263. type: string
  4264. - description: 需要删除的等级 ID
  4265. in: body
  4266. name: req
  4267. required: true
  4268. schema:
  4269. $ref: '#/definitions/md.DeleteLevelReq'
  4270. produces:
  4271. - application/json
  4272. responses:
  4273. "200":
  4274. description: 成功删除数据数量
  4275. schema:
  4276. type: int
  4277. "400":
  4278. description: 具体错误
  4279. schema:
  4280. $ref: '#/definitions/md.Response'
  4281. summary: 制度中心-会员中心-等级管理(删除)
  4282. tags:
  4283. - 会员中心
  4284. /api/memberCenter/levelManagement/deleteLevelTask:
  4285. delete:
  4286. consumes:
  4287. - application/json
  4288. description: 等级任务(删除)
  4289. parameters:
  4290. - description: 验证参数Bearer和token空格拼接
  4291. in: header
  4292. name: Authorization
  4293. required: true
  4294. type: string
  4295. - description: 需要删除的等级任务ID
  4296. in: body
  4297. name: req
  4298. required: true
  4299. schema:
  4300. $ref: '#/definitions/md.DeleteTaskReq'
  4301. produces:
  4302. - application/json
  4303. responses:
  4304. "200":
  4305. description: 成功删除数据数量
  4306. schema:
  4307. type: int
  4308. "400":
  4309. description: 具体错误
  4310. schema:
  4311. $ref: '#/definitions/md.Response'
  4312. summary: 制度中心-会员中心-等级管理-等级任务(删除)
  4313. tags:
  4314. - 会员中心
  4315. /api/memberCenter/levelManagement/getLevelList:
  4316. get:
  4317. consumes:
  4318. - application/json
  4319. description: 标签管理(获取)
  4320. parameters:
  4321. - description: 验证参数Bearer和token空格拼接
  4322. in: header
  4323. name: Authorization
  4324. required: true
  4325. type: string
  4326. - description: 每页大小
  4327. in: query
  4328. name: limit
  4329. required: true
  4330. type: integer
  4331. - description: 页数
  4332. in: query
  4333. name: page
  4334. required: true
  4335. type: integer
  4336. produces:
  4337. - application/json
  4338. responses:
  4339. "200":
  4340. description: 具体数据
  4341. schema:
  4342. $ref: '#/definitions/md.GetLevelListResp'
  4343. "400":
  4344. description: 具体错误
  4345. schema:
  4346. $ref: '#/definitions/md.Response'
  4347. summary: 制度中心-会员中心-等级管理(获取)
  4348. tags:
  4349. - 会员中心
  4350. /api/memberCenter/levelManagement/getOneLevel:
  4351. get:
  4352. consumes:
  4353. - application/json
  4354. description: 等级明细(获取)
  4355. parameters:
  4356. - description: 验证参数Bearer和token空格拼接
  4357. in: header
  4358. name: Authorization
  4359. required: true
  4360. type: string
  4361. - description: 等级 ID
  4362. in: query
  4363. name: level_id
  4364. required: true
  4365. type: integer
  4366. produces:
  4367. - application/json
  4368. responses:
  4369. "200":
  4370. description: 具体数据
  4371. schema:
  4372. $ref: '#/definitions/md.GetOneLevelResp'
  4373. "400":
  4374. description: 具体错误
  4375. schema:
  4376. $ref: '#/definitions/md.Response'
  4377. summary: 制度中心-会员中心-等级管理-等级明细(获取)
  4378. tags:
  4379. - 会员中心
  4380. /api/memberCenter/levelManagement/updateLevel:
  4381. post:
  4382. consumes:
  4383. - application/json
  4384. description: 等级管理(更新)
  4385. parameters:
  4386. - description: 验证参数Bearer和token空格拼接
  4387. in: header
  4388. name: Authorization
  4389. required: true
  4390. type: string
  4391. - description: 需要修改的等级信息
  4392. in: body
  4393. name: req
  4394. required: true
  4395. schema:
  4396. $ref: '#/definitions/md.UpdateLevelReq'
  4397. produces:
  4398. - application/json
  4399. responses:
  4400. "200":
  4401. description: 成功修改数据条数
  4402. schema:
  4403. type: int
  4404. "400":
  4405. description: 具体错误
  4406. schema:
  4407. $ref: '#/definitions/md.Response'
  4408. summary: 制度中心-会员中心-等级管理(更新)
  4409. tags:
  4410. - 会员中心
  4411. /api/memberCenter/levelManagement/updateLevelTask:
  4412. post:
  4413. consumes:
  4414. - application/json
  4415. description: 等级任务(更新)
  4416. parameters:
  4417. - description: 验证参数Bearer和token空格拼接
  4418. in: header
  4419. name: Authorization
  4420. required: true
  4421. type: string
  4422. - description: 需要修改的等级任务信息
  4423. in: body
  4424. name: req
  4425. required: true
  4426. schema:
  4427. $ref: '#/definitions/md.UpdateLevelTaskReq'
  4428. produces:
  4429. - application/json
  4430. responses:
  4431. "200":
  4432. description: 成功修改数据条数
  4433. schema:
  4434. type: int
  4435. "400":
  4436. description: 具体错误
  4437. schema:
  4438. $ref: '#/definitions/md.Response'
  4439. summary: 制度中心-会员中心-等级明细-等级任务(更新)
  4440. tags:
  4441. - 会员中心
  4442. /api/memberCenter/tagManagement/addTag:
  4443. post:
  4444. consumes:
  4445. - application/json
  4446. description: 标签管理(新增)
  4447. parameters:
  4448. - description: 验证参数Bearer和token空格拼接
  4449. in: header
  4450. name: Authorization
  4451. required: true
  4452. type: string
  4453. - description: 新增的标签信息
  4454. in: body
  4455. name: req
  4456. required: true
  4457. schema:
  4458. $ref: '#/definitions/md.AddTagReq'
  4459. produces:
  4460. - application/json
  4461. responses:
  4462. "200":
  4463. description: 新增的标签 ID
  4464. schema:
  4465. type: int
  4466. "400":
  4467. description: 具体错误
  4468. schema:
  4469. $ref: '#/definitions/md.Response'
  4470. summary: 制度中心-会员中心-标签管理(新增)
  4471. tags:
  4472. - 会员中心
  4473. /api/memberCenter/tagManagement/deleteTag:
  4474. delete:
  4475. consumes:
  4476. - application/json
  4477. description: 标签管理(删除)
  4478. parameters:
  4479. - description: 验证参数Bearer和token空格拼接
  4480. in: header
  4481. name: Authorization
  4482. required: true
  4483. type: string
  4484. - description: 需要删除的标签 ID
  4485. in: body
  4486. name: req
  4487. required: true
  4488. schema:
  4489. $ref: '#/definitions/md.DeleteTagReq'
  4490. produces:
  4491. - application/json
  4492. responses:
  4493. "200":
  4494. description: 成功删除标签用户数
  4495. schema:
  4496. type: int
  4497. "400":
  4498. description: 具体错误
  4499. schema:
  4500. $ref: '#/definitions/md.Response'
  4501. summary: 制度中心-会员中心-标签管理(删除)
  4502. tags:
  4503. - 会员中心
  4504. /api/memberCenter/tagManagement/getTagList:
  4505. get:
  4506. consumes:
  4507. - application/json
  4508. description: 标签管理(获取)
  4509. parameters:
  4510. - description: 验证参数Bearer和token空格拼接
  4511. in: header
  4512. name: Authorization
  4513. required: true
  4514. type: string
  4515. - description: 每页大小
  4516. in: query
  4517. name: limit
  4518. required: true
  4519. type: integer
  4520. - description: 页数
  4521. in: query
  4522. name: page
  4523. required: true
  4524. type: integer
  4525. produces:
  4526. - application/json
  4527. responses:
  4528. "200":
  4529. description: 具体数据
  4530. schema:
  4531. $ref: '#/definitions/md.GetTagListResp'
  4532. "400":
  4533. description: 具体错误
  4534. schema:
  4535. $ref: '#/definitions/md.Response'
  4536. summary: 制度中心-会员中心-标签管理(获取)
  4537. tags:
  4538. - 会员中心
  4539. /api/memberCenter/tagManagement/updateTag:
  4540. post:
  4541. consumes:
  4542. - application/json
  4543. description: 标签管理(更新)
  4544. parameters:
  4545. - description: 验证参数Bearer和token空格拼接
  4546. in: header
  4547. name: Authorization
  4548. required: true
  4549. type: string
  4550. - description: 需要修改的标签信息
  4551. in: body
  4552. name: req
  4553. required: true
  4554. schema:
  4555. $ref: '#/definitions/md.UpdateTagReq'
  4556. produces:
  4557. - application/json
  4558. responses:
  4559. "200":
  4560. description: 成功修改数据条数
  4561. schema:
  4562. type: int
  4563. "400":
  4564. description: 具体错误
  4565. schema:
  4566. $ref: '#/definitions/md.Response'
  4567. summary: 制度中心-会员中心-标签管理(更新)
  4568. tags:
  4569. - 会员中心
  4570. /api/memberCenter/userManagement/balanceDetail:
  4571. get:
  4572. consumes:
  4573. - application/json
  4574. description: 会员明细(余额获取)
  4575. parameters:
  4576. - description: 验证参数Bearer和token空格拼接
  4577. in: header
  4578. name: Authorization
  4579. required: true
  4580. type: string
  4581. - description: 用户 ID
  4582. in: query
  4583. name: uid
  4584. required: true
  4585. type: string
  4586. - description: 每页大小
  4587. in: query
  4588. name: limit
  4589. required: true
  4590. type: string
  4591. - description: 页数
  4592. in: query
  4593. name: page
  4594. required: true
  4595. type: string
  4596. produces:
  4597. - application/json
  4598. responses:
  4599. "200":
  4600. description: 具体数据
  4601. schema:
  4602. $ref: '#/definitions/md.UserManagementGetBalanceDetailResp'
  4603. "400":
  4604. description: 具体错误
  4605. schema:
  4606. $ref: '#/definitions/md.Response'
  4607. summary: 制度中心-会员中心-用户管理-会员明细(余额获取)
  4608. tags:
  4609. - 会员中心
  4610. /api/memberCenter/userManagement/getFans:
  4611. get:
  4612. consumes:
  4613. - application/json
  4614. description: 会员明细粉丝情况(获取)
  4615. parameters:
  4616. - description: 验证参数Bearer和token空格拼接
  4617. in: header
  4618. name: Authorization
  4619. required: true
  4620. type: string
  4621. - description: 用户 ID
  4622. in: query
  4623. name: uid
  4624. required: true
  4625. type: string
  4626. - description: 粉丝类型(1.全部 2.直推 3.二代 4.二代以后)
  4627. in: query
  4628. name: type
  4629. required: true
  4630. type: string
  4631. - description: 每页大小
  4632. in: query
  4633. name: limit
  4634. required: true
  4635. type: string
  4636. - description: 页数
  4637. in: query
  4638. name: page
  4639. required: true
  4640. type: string
  4641. produces:
  4642. - application/json
  4643. responses:
  4644. "200":
  4645. description: 具体数据
  4646. schema:
  4647. $ref: '#/definitions/md.UserManagementGetFansResp'
  4648. "400":
  4649. description: 具体错误
  4650. schema:
  4651. $ref: '#/definitions/md.Response'
  4652. summary: 制度中心-会员中心-用户管理-会员明细粉丝情况(获取)
  4653. tags:
  4654. - 会员中心
  4655. /api/memberCenter/userManagement/getUserList:
  4656. post:
  4657. consumes:
  4658. - application/json
  4659. description: 用户信息管理(获取)
  4660. parameters:
  4661. - description: 验证参数Bearer和token空格拼接
  4662. in: header
  4663. name: Authorization
  4664. required: true
  4665. type: string
  4666. - description: 分页信息必填
  4667. in: body
  4668. name: req
  4669. required: true
  4670. schema:
  4671. $ref: '#/definitions/md.UserManagementGetUserListReq'
  4672. produces:
  4673. - application/json
  4674. responses:
  4675. "200":
  4676. description: 具体数据
  4677. schema:
  4678. $ref: '#/definitions/md.UserManagementGetUserListResp'
  4679. "400":
  4680. description: 具体错误
  4681. schema:
  4682. $ref: '#/definitions/md.Response'
  4683. summary: 制度中心-会员中心-用户管理-用户信息管理(获取)
  4684. tags:
  4685. - 会员中心
  4686. /api/memberCenter/userManagement/getVirtualCoinDetail:
  4687. get:
  4688. consumes:
  4689. - application/json
  4690. description: 会员明细(积分明细获取)
  4691. parameters:
  4692. - description: 验证参数Bearer和token空格拼接
  4693. in: header
  4694. name: Authorization
  4695. required: true
  4696. type: string
  4697. - description: 用户 ID
  4698. in: query
  4699. name: uid
  4700. required: true
  4701. type: string
  4702. - description: 货币 ID
  4703. in: query
  4704. name: coinId
  4705. required: true
  4706. type: string
  4707. - description: 每页大小
  4708. in: query
  4709. name: limit
  4710. required: true
  4711. type: string
  4712. - description: 页数
  4713. in: query
  4714. name: page
  4715. required: true
  4716. type: string
  4717. produces:
  4718. - application/json
  4719. responses:
  4720. "200":
  4721. description: 具体数据
  4722. schema:
  4723. $ref: '#/definitions/md.UserManagementGetVirtualCoinDetailResp'
  4724. "400":
  4725. description: 具体错误
  4726. schema:
  4727. $ref: '#/definitions/md.Response'
  4728. summary: 制度中心-会员中心-用户管理-会员明细(积分明细获取)
  4729. tags:
  4730. - 会员中心
  4731. /api/memberCenter/userManagement/updateUserInfo:
  4732. post:
  4733. consumes:
  4734. - application/json
  4735. description: 用户信息管理(更新)
  4736. parameters:
  4737. - description: 验证参数Bearer和token空格拼接
  4738. in: header
  4739. name: Authorization
  4740. required: true
  4741. type: string
  4742. - description: 用户ID 必传
  4743. in: body
  4744. name: req
  4745. required: true
  4746. schema:
  4747. $ref: '#/definitions/md.UserManagementUpdateUserInfoReq'
  4748. produces:
  4749. - application/json
  4750. responses:
  4751. "200":
  4752. description: 修改数据行数
  4753. schema:
  4754. type: int
  4755. "400":
  4756. description: 具体错误
  4757. schema:
  4758. $ref: '#/definitions/md.Response'
  4759. summary: 制度中心-会员中心-用户管理-用户信息管理(更新)
  4760. tags:
  4761. - 会员中心
  4762. /api/memberCenter/userManagement/userData:
  4763. get:
  4764. consumes:
  4765. - application/json
  4766. description: 会员明细概况(获取)
  4767. parameters:
  4768. - description: 验证参数Bearer和token空格拼接
  4769. in: header
  4770. name: Authorization
  4771. required: true
  4772. type: string
  4773. - description: 用户 ID
  4774. in: query
  4775. name: uid
  4776. required: true
  4777. type: string
  4778. produces:
  4779. - application/json
  4780. responses:
  4781. "200":
  4782. description: 会员明细概况具体数据
  4783. schema:
  4784. $ref: '#/definitions/md.UserManagementGetOneBasicResp'
  4785. "400":
  4786. description: 具体错误
  4787. schema:
  4788. $ref: '#/definitions/md.Response'
  4789. summary: 制度中心-会员中心-用户管理-会员明细概况(获取)
  4790. tags:
  4791. - 会员中心
  4792. securityDefinitions:
  4793. MasterID:
  4794. in: header
  4795. name: MasterID
  4796. type: apiKey
  4797. swagger: "2.0"