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

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