蛋蛋星球-客户端
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.
 
 
 
 
 

4791 lines
118 KiB

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