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

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