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

4678 lines
115 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. img:
  1643. type: string
  1644. is_must:
  1645. type: string
  1646. name:
  1647. type: string
  1648. type:
  1649. type: string
  1650. url:
  1651. type: string
  1652. version:
  1653. type: string
  1654. type: object
  1655. md.VersionResp:
  1656. properties:
  1657. is_audit_version:
  1658. type: string
  1659. version:
  1660. items:
  1661. $ref: '#/definitions/md.Version'
  1662. type: array
  1663. type: object
  1664. md.VideoBaseData:
  1665. properties:
  1666. coin_name:
  1667. example: 积分名称
  1668. type: string
  1669. interval:
  1670. example: 领取间隔 秒
  1671. type: string
  1672. leave:
  1673. example: 剩余次数
  1674. type: string
  1675. reward:
  1676. example: 单次奖励
  1677. type: string
  1678. sum:
  1679. example: 奖励总数
  1680. type: string
  1681. timer:
  1682. example: 观看X秒奖励
  1683. type: string
  1684. total:
  1685. example: 可领取总次数
  1686. type: string
  1687. type: object
  1688. md.VideoRewardRequest:
  1689. properties:
  1690. id:
  1691. example: 广告id
  1692. type: string
  1693. type: object
  1694. md.WalletFlowNode:
  1695. properties:
  1696. after_amount:
  1697. description: 变动后金额
  1698. type: string
  1699. amount:
  1700. description: 变动金额
  1701. type: string
  1702. before_amount:
  1703. description: 变动前金额
  1704. type: string
  1705. create_time:
  1706. description: 创建时间
  1707. type: string
  1708. direction:
  1709. description: 方向:1.收入 2.支出
  1710. type: integer
  1711. id:
  1712. type: integer
  1713. kind:
  1714. description: 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量
  1715. type: integer
  1716. memo:
  1717. description: 备注
  1718. type: string
  1719. ord_id:
  1720. description: 对应订单编号
  1721. type: string
  1722. state:
  1723. description: 1未到账,2已到账
  1724. type: integer
  1725. sys_fee:
  1726. description: 手续费
  1727. type: string
  1728. title:
  1729. description: 标题
  1730. type: string
  1731. uid:
  1732. description: 用户 ID
  1733. type: integer
  1734. update_time:
  1735. description: 更新时间
  1736. type: string
  1737. type: object
  1738. md.WechatAccountUserInfoReq:
  1739. properties:
  1740. head_img:
  1741. example: 头像 不是修改不用传
  1742. type: string
  1743. nickname:
  1744. example: 昵称 不是修改不用传
  1745. type: string
  1746. wechat_account:
  1747. example: 微信号 不是修改不用传
  1748. type: string
  1749. type: object
  1750. md.WechatLoginReq:
  1751. properties:
  1752. avatar:
  1753. example: 头像
  1754. type: string
  1755. nickname:
  1756. example: 昵称
  1757. type: string
  1758. open_id:
  1759. example: 微信openId
  1760. type: string
  1761. sex:
  1762. type: string
  1763. union_id:
  1764. example: 微信UnionId
  1765. type: string
  1766. wechat_code:
  1767. type: string
  1768. type: object
  1769. md.WithdrawApplyReq:
  1770. properties:
  1771. amount:
  1772. description: 金额
  1773. type: string
  1774. kind:
  1775. description: 提现方式(alipay:支付宝 wx:微信)
  1776. type: string
  1777. type: object
  1778. md.WithdrawGetAmountResp:
  1779. properties:
  1780. amount:
  1781. description: 余额
  1782. type: string
  1783. type: object
  1784. model.ImSendRedPackageOrd:
  1785. properties:
  1786. amount:
  1787. type: string
  1788. create_time:
  1789. type: string
  1790. id:
  1791. type: integer
  1792. im_data:
  1793. type: string
  1794. im_uid:
  1795. type: integer
  1796. ord_no:
  1797. type: string
  1798. received_im_user_ids:
  1799. type: string
  1800. received_times:
  1801. type: string
  1802. received_user_amount:
  1803. type: string
  1804. received_user_ids:
  1805. type: string
  1806. red_packet_balance_amount:
  1807. type: string
  1808. red_packet_balance_nums:
  1809. type: integer
  1810. red_packet_nums:
  1811. type: integer
  1812. red_packet_type:
  1813. type: integer
  1814. state:
  1815. type: integer
  1816. uid:
  1817. type: integer
  1818. update_time:
  1819. type: string
  1820. wait_draw_im_user_ids:
  1821. type: string
  1822. wait_draw_user_ids:
  1823. type: string
  1824. type: object
  1825. pb.SendRedPacketResp:
  1826. properties:
  1827. seq:
  1828. description: 消息序列号
  1829. type: integer
  1830. type: object
  1831. host: ddxq.izhim.com
  1832. info:
  1833. contact:
  1834. email: 1239118001@qq.com
  1835. name: dengbiao
  1836. url: http://www.swagger.io/support
  1837. description: APP客户端-Api接口
  1838. license:
  1839. name: Apache 2.0
  1840. url: http://www.apache.org/licenses/LICENSE-2.0.html
  1841. termsOfService: http://swagger.io/terms/
  1842. title: 蛋蛋星球-APP客户端
  1843. version: "1.0"
  1844. paths:
  1845. /api/v1/addFriend/basalRate:
  1846. get:
  1847. consumes:
  1848. - application/json
  1849. description: 基础速率(获取)
  1850. parameters:
  1851. - description: 验证参数Bearer和token空格拼接
  1852. in: header
  1853. name: Authorization
  1854. required: true
  1855. type: string
  1856. produces:
  1857. - application/json
  1858. responses:
  1859. "200":
  1860. description: 具体数据
  1861. schema:
  1862. $ref: '#/definitions/md.BasalRateResp'
  1863. "400":
  1864. description: 具体错误
  1865. schema:
  1866. $ref: '#/definitions/md.Response'
  1867. summary: 蛋蛋星球-添加好友-基础速率(获取)
  1868. tags:
  1869. - 添加好友
  1870. /api/v1/addFriend/eggEnergyDetails:
  1871. post:
  1872. consumes:
  1873. - application/json
  1874. description: 蛋蛋能量明细(获取)
  1875. parameters:
  1876. - description: 验证参数Bearer和token空格拼接
  1877. in: header
  1878. name: Authorization
  1879. required: true
  1880. type: string
  1881. - description: 分页类型必填
  1882. in: body
  1883. name: req
  1884. required: true
  1885. schema:
  1886. $ref: '#/definitions/md.EggEnergyDetailReq'
  1887. produces:
  1888. - application/json
  1889. responses:
  1890. "200":
  1891. description: 具体数据
  1892. schema:
  1893. $ref: '#/definitions/md.EggEnergyDetailResp'
  1894. "400":
  1895. description: 具体错误
  1896. schema:
  1897. $ref: '#/definitions/md.Response'
  1898. summary: 蛋蛋星球-添加好友-蛋蛋能量明细(获取)
  1899. tags:
  1900. - 添加好友
  1901. /api/v1/addFriend/eggPointDetails:
  1902. post:
  1903. consumes:
  1904. - application/json
  1905. description: 蛋蛋积分明细(获取)
  1906. parameters:
  1907. - description: 验证参数Bearer和token空格拼接
  1908. in: header
  1909. name: Authorization
  1910. required: true
  1911. type: string
  1912. - description: 分页类型必填
  1913. in: body
  1914. name: req
  1915. required: true
  1916. schema:
  1917. $ref: '#/definitions/md.EggPointDetailsReq'
  1918. produces:
  1919. - application/json
  1920. responses:
  1921. "200":
  1922. description: 具体数据
  1923. schema:
  1924. $ref: '#/definitions/md.EggPointDetailsResp'
  1925. "400":
  1926. description: 具体错误
  1927. schema:
  1928. $ref: '#/definitions/md.Response'
  1929. summary: 蛋蛋星球-添加好友-蛋蛋积分明细(获取)
  1930. tags:
  1931. - 添加好友
  1932. /api/v1/addFriend/myFans:
  1933. get:
  1934. consumes:
  1935. - application/json
  1936. description: 团队加速速率(获取)
  1937. parameters:
  1938. - description: 验证参数Bearer和token空格拼接
  1939. in: header
  1940. name: Authorization
  1941. required: true
  1942. type: string
  1943. produces:
  1944. - application/json
  1945. responses:
  1946. "200":
  1947. description: 具体数据
  1948. schema:
  1949. $ref: '#/definitions/md.MyFansResp'
  1950. "400":
  1951. description: 具体错误
  1952. schema:
  1953. $ref: '#/definitions/md.Response'
  1954. summary: 蛋蛋星球-添加好友-粉丝团队-我的粉丝-团队加速速率(获取)
  1955. tags:
  1956. - 添加好友
  1957. /api/v1/addFriend/myFansUserList:
  1958. get:
  1959. consumes:
  1960. - application/json
  1961. description: 在线好友列表(获取)
  1962. parameters:
  1963. - description: 验证参数Bearer和token空格拼接
  1964. in: header
  1965. name: Authorization
  1966. required: true
  1967. type: string
  1968. - description: 每页大小
  1969. in: query
  1970. name: limit
  1971. required: true
  1972. type: integer
  1973. - description: 页数
  1974. in: query
  1975. name: page
  1976. required: true
  1977. type: integer
  1978. produces:
  1979. - application/json
  1980. responses:
  1981. "200":
  1982. description: 具体数据
  1983. schema:
  1984. $ref: '#/definitions/md.MyFansUserListResp'
  1985. "400":
  1986. description: 具体错误
  1987. schema:
  1988. $ref: '#/definitions/md.Response'
  1989. summary: 蛋蛋星球-添加好友-粉丝团队-我的粉丝-在线好友列表(获取)
  1990. tags:
  1991. - 添加好友
  1992. /api/v1/addFriend/nineDimensionalSpace:
  1993. get:
  1994. consumes:
  1995. - application/json
  1996. description: 九维空间(获取)
  1997. parameters:
  1998. - description: 验证参数Bearer和token空格拼接
  1999. in: header
  2000. name: Authorization
  2001. required: true
  2002. type: string
  2003. produces:
  2004. - application/json
  2005. responses:
  2006. "200":
  2007. description: 具体数据
  2008. schema:
  2009. $ref: '#/definitions/md.NineDimensionalSpaceResp'
  2010. "400":
  2011. description: 具体错误
  2012. schema:
  2013. $ref: '#/definitions/md.Response'
  2014. summary: 蛋蛋星球-添加好友-粉丝团队-九维空间(获取)
  2015. tags:
  2016. - 添加好友
  2017. /api/v1/addFriend/totalRate:
  2018. get:
  2019. consumes:
  2020. - application/json
  2021. description: 总速率(获取)
  2022. parameters:
  2023. - description: 验证参数Bearer和token空格拼接
  2024. in: header
  2025. name: Authorization
  2026. required: true
  2027. type: string
  2028. produces:
  2029. - application/json
  2030. responses:
  2031. "200":
  2032. description: 具体数据
  2033. schema:
  2034. $ref: '#/definitions/md.TotalRateResp'
  2035. "400":
  2036. description: 具体错误
  2037. schema:
  2038. $ref: '#/definitions/md.Response'
  2039. summary: 蛋蛋星球-添加好友-总速率(获取)
  2040. tags:
  2041. - 添加好友
  2042. /api/v1/advertising:
  2043. get:
  2044. consumes:
  2045. - application/json
  2046. description: 广告位
  2047. parameters:
  2048. - description: 验证参数Bearer和token空格拼接
  2049. in: header
  2050. name: Authorization
  2051. required: true
  2052. type: string
  2053. produces:
  2054. - application/json
  2055. responses:
  2056. "200":
  2057. description: 具体数据
  2058. schema:
  2059. $ref: '#/definitions/md.AdvertisingResp'
  2060. "400":
  2061. description: 具体错误
  2062. schema:
  2063. $ref: '#/definitions/md.Response'
  2064. summary: 广告位
  2065. tags:
  2066. - 广告位
  2067. /api/v1/advertising/check:
  2068. post:
  2069. consumes:
  2070. - application/json
  2071. description: 广告位限制
  2072. parameters:
  2073. - description: 验证参数Bearer和token空格拼接
  2074. in: header
  2075. name: Authorization
  2076. required: true
  2077. type: string
  2078. - description: 注册参数
  2079. in: body
  2080. name: req
  2081. required: true
  2082. schema:
  2083. $ref: '#/definitions/md.AdvertisingReq'
  2084. produces:
  2085. - application/json
  2086. responses:
  2087. "200":
  2088. description: 具体数据
  2089. schema:
  2090. $ref: '#/definitions/md.AdvertisingCheck'
  2091. "400":
  2092. description: 具体错误
  2093. schema:
  2094. $ref: '#/definitions/md.Response'
  2095. summary: 广告位限制
  2096. tags:
  2097. - 广告位
  2098. /api/v1/advertising/detail:
  2099. post:
  2100. consumes:
  2101. - application/json
  2102. description: 广告位详情
  2103. parameters:
  2104. - description: 验证参数Bearer和token空格拼接
  2105. in: header
  2106. name: Authorization
  2107. required: true
  2108. type: string
  2109. - description: 注册参数
  2110. in: body
  2111. name: req
  2112. required: true
  2113. schema:
  2114. $ref: '#/definitions/md.AdvertisingReq'
  2115. produces:
  2116. - application/json
  2117. responses:
  2118. "200":
  2119. description: 具体数据
  2120. schema:
  2121. $ref: '#/definitions/md.AdvertisingSpace'
  2122. "400":
  2123. description: 具体错误
  2124. schema:
  2125. $ref: '#/definitions/md.Response'
  2126. summary: 广告位详情
  2127. tags:
  2128. - 广告位
  2129. /api/v1/advertising/state:
  2130. post:
  2131. consumes:
  2132. - application/json
  2133. description: 广告状态 看完之后拿到广告唯一值
  2134. parameters:
  2135. - description: 验证参数Bearer和token空格拼接
  2136. in: header
  2137. name: Authorization
  2138. required: true
  2139. type: string
  2140. - description: 注册参数
  2141. in: body
  2142. name: req
  2143. required: true
  2144. schema:
  2145. $ref: '#/definitions/md.AdvertisingReq'
  2146. produces:
  2147. - application/json
  2148. responses:
  2149. "200":
  2150. description: 具体数据
  2151. schema:
  2152. $ref: '#/definitions/md.AdvertisingState'
  2153. "400":
  2154. description: 具体错误
  2155. schema:
  2156. $ref: '#/definitions/md.Response'
  2157. summary: 广告状态 看完之后拿到广告唯一值
  2158. tags:
  2159. - 广告位
  2160. /api/v1/circleFriends/CommentDelete/{$comment_index_id}:
  2161. delete:
  2162. consumes:
  2163. - application/json
  2164. description: 评论点赞
  2165. parameters:
  2166. - description: 验证参数Bearer和token空格拼接
  2167. in: header
  2168. name: Authorization
  2169. required: true
  2170. type: string
  2171. produces:
  2172. - application/json
  2173. responses:
  2174. "200":
  2175. description: success
  2176. schema:
  2177. type: string
  2178. "400":
  2179. description: 具体错误
  2180. schema:
  2181. $ref: '#/definitions/md.Response'
  2182. summary: 朋友圈-删除评论
  2183. tags:
  2184. - 朋友圈
  2185. /api/v1/circleFriends/cancelLike:
  2186. post:
  2187. consumes:
  2188. - application/json
  2189. description: 取消点赞朋友圈
  2190. parameters:
  2191. - description: 验证参数Bearer和token空格拼接
  2192. in: header
  2193. name: Authorization
  2194. required: true
  2195. type: string
  2196. - description: 请求参数
  2197. in: body
  2198. name: req
  2199. required: true
  2200. schema:
  2201. $ref: '#/definitions/friend_circles.EggFriendCircleCancelLikeReq'
  2202. produces:
  2203. - application/json
  2204. responses:
  2205. "200":
  2206. description: success
  2207. schema:
  2208. type: string
  2209. "400":
  2210. description: 具体错误
  2211. schema:
  2212. $ref: '#/definitions/md.Response'
  2213. summary: 朋友圈-取消点赞朋友圈
  2214. tags:
  2215. - 朋友圈
  2216. /api/v1/circleFriends/comment:
  2217. post:
  2218. consumes:
  2219. - application/json
  2220. description: 是否可以评论
  2221. parameters:
  2222. - description: 验证参数Bearer和token空格拼接
  2223. in: header
  2224. name: Authorization
  2225. required: true
  2226. type: string
  2227. produces:
  2228. - application/json
  2229. responses:
  2230. "200":
  2231. description: 许可链接
  2232. schema:
  2233. type: string
  2234. "400":
  2235. description: 具体错误
  2236. schema:
  2237. $ref: '#/definitions/md.Response'
  2238. summary: 朋友圈-评论
  2239. tags:
  2240. - 朋友圈
  2241. /api/v1/circleFriends/commentCancelLike:
  2242. get:
  2243. consumes:
  2244. - application/json
  2245. description: 评论取消点赞
  2246. parameters:
  2247. - description: 验证参数Bearer和token空格拼接
  2248. in: header
  2249. name: Authorization
  2250. required: true
  2251. type: string
  2252. - description: 评论文档记录
  2253. in: query
  2254. name: comment_index_id
  2255. required: true
  2256. type: string
  2257. produces:
  2258. - application/json
  2259. responses:
  2260. "200":
  2261. description: success
  2262. schema:
  2263. type: string
  2264. "400":
  2265. description: 具体错误
  2266. schema:
  2267. $ref: '#/definitions/md.Response'
  2268. summary: 朋友圈-评论取消点赞
  2269. tags:
  2270. - 朋友圈
  2271. /api/v1/circleFriends/commentDetail:
  2272. get:
  2273. consumes:
  2274. - application/json
  2275. description: 评论详情
  2276. parameters:
  2277. - description: 验证参数Bearer和token空格拼接
  2278. in: header
  2279. name: Authorization
  2280. required: true
  2281. type: string
  2282. - description: 评论文档记录
  2283. in: query
  2284. name: comment_index_id
  2285. required: true
  2286. type: string
  2287. produces:
  2288. - application/json
  2289. responses:
  2290. "200":
  2291. description: success
  2292. schema:
  2293. type: string
  2294. "400":
  2295. description: 具体错误
  2296. schema:
  2297. $ref: '#/definitions/md.Response'
  2298. summary: 朋友圈-评论详情
  2299. tags:
  2300. - 朋友圈
  2301. /api/v1/circleFriends/commentLike:
  2302. get:
  2303. consumes:
  2304. - application/json
  2305. description: 评论点赞
  2306. parameters:
  2307. - description: 验证参数Bearer和token空格拼接
  2308. in: header
  2309. name: Authorization
  2310. required: true
  2311. type: string
  2312. - description: 评论文档记录
  2313. in: query
  2314. name: comment_index_id
  2315. required: true
  2316. type: string
  2317. produces:
  2318. - application/json
  2319. responses:
  2320. "200":
  2321. description: success
  2322. schema:
  2323. type: string
  2324. "400":
  2325. description: 具体错误
  2326. schema:
  2327. $ref: '#/definitions/md.Response'
  2328. summary: 朋友圈-评论点赞
  2329. tags:
  2330. - 朋友圈
  2331. /api/v1/circleFriends/commentList:
  2332. post:
  2333. consumes:
  2334. - application/json
  2335. description: 评论列表
  2336. parameters:
  2337. - description: 验证参数Bearer和token空格拼接
  2338. in: header
  2339. name: Authorization
  2340. required: true
  2341. type: string
  2342. - description: 朋友圈文档记录
  2343. in: query
  2344. name: circle_index_id
  2345. required: true
  2346. type: string
  2347. - description: 请求参数
  2348. in: body
  2349. name: req
  2350. required: true
  2351. schema:
  2352. $ref: '#/definitions/friend_circles.CommentListReq'
  2353. produces:
  2354. - application/json
  2355. responses:
  2356. "200":
  2357. description: success
  2358. schema:
  2359. type: string
  2360. "400":
  2361. description: 具体错误
  2362. schema:
  2363. $ref: '#/definitions/md.Response'
  2364. summary: 朋友圈-评论列表
  2365. tags:
  2366. - 朋友圈
  2367. /api/v1/circleFriends/delete:
  2368. delete:
  2369. consumes:
  2370. - application/json
  2371. description: 删除朋友圈
  2372. parameters:
  2373. - description: 验证参数Bearer和token空格拼接
  2374. in: header
  2375. name: Authorization
  2376. required: true
  2377. type: string
  2378. - description: 请求参数
  2379. in: body
  2380. name: req
  2381. required: true
  2382. schema:
  2383. $ref: '#/definitions/friend_circles.EggFriendCircleDelReq'
  2384. produces:
  2385. - application/json
  2386. responses:
  2387. "200":
  2388. description: success
  2389. schema:
  2390. type: string
  2391. "400":
  2392. description: 具体错误
  2393. schema:
  2394. $ref: '#/definitions/md.Response'
  2395. summary: 朋友圈-删除朋友圈
  2396. tags:
  2397. - 朋友圈
  2398. /api/v1/circleFriends/isCanComment:
  2399. get:
  2400. consumes:
  2401. - application/json
  2402. description: 是否可以评论
  2403. parameters:
  2404. - description: 验证参数Bearer和token空格拼接
  2405. in: header
  2406. name: Authorization
  2407. required: true
  2408. type: string
  2409. produces:
  2410. - application/json
  2411. responses:
  2412. "200":
  2413. description: success
  2414. schema:
  2415. type: string
  2416. "400":
  2417. description: 具体错误
  2418. schema:
  2419. $ref: '#/definitions/md.Response'
  2420. summary: 朋友圈-是否可以评论
  2421. tags:
  2422. - 朋友圈
  2423. /api/v1/circleFriends/isCanPublish:
  2424. get:
  2425. consumes:
  2426. - application/json
  2427. description: 是否可以发布朋友圈
  2428. parameters:
  2429. - description: 验证参数Bearer和token空格拼接
  2430. in: header
  2431. name: Authorization
  2432. required: true
  2433. type: string
  2434. produces:
  2435. - application/json
  2436. responses:
  2437. "200":
  2438. description: success
  2439. schema:
  2440. type: string
  2441. "400":
  2442. description: 具体错误
  2443. schema:
  2444. $ref: '#/definitions/md.Response'
  2445. summary: 朋友圈-是否可以发布朋友圈
  2446. tags:
  2447. - 朋友圈
  2448. /api/v1/circleFriends/like:
  2449. post:
  2450. consumes:
  2451. - application/json
  2452. description: 点赞朋友圈
  2453. parameters:
  2454. - description: 验证参数Bearer和token空格拼接
  2455. in: header
  2456. name: Authorization
  2457. required: true
  2458. type: string
  2459. - description: 请求参数
  2460. in: body
  2461. name: req
  2462. required: true
  2463. schema:
  2464. $ref: '#/definitions/friend_circles.EggFriendCircleLikeReq'
  2465. produces:
  2466. - application/json
  2467. responses:
  2468. "200":
  2469. description: success
  2470. schema:
  2471. type: string
  2472. "400":
  2473. description: 具体错误
  2474. schema:
  2475. $ref: '#/definitions/md.Response'
  2476. summary: 朋友圈-点赞朋友圈
  2477. tags:
  2478. - 朋友圈
  2479. /api/v1/circleFriends/likeList:
  2480. post:
  2481. consumes:
  2482. - application/json
  2483. description: 朋友圈点赞列表
  2484. parameters:
  2485. - description: 验证参数Bearer和token空格拼接
  2486. in: header
  2487. name: Authorization
  2488. required: true
  2489. type: string
  2490. - description: 签名上传url
  2491. in: body
  2492. name: req
  2493. required: true
  2494. schema:
  2495. $ref: '#/definitions/friend_circles.FriendCircleLikeListReq'
  2496. produces:
  2497. - application/json
  2498. responses:
  2499. "200":
  2500. description: 返回数据
  2501. schema:
  2502. $ref: '#/definitions/friend_circles.FriendCircleLikeListResp'
  2503. "400":
  2504. description: 具体错误
  2505. schema:
  2506. $ref: '#/definitions/md.Response'
  2507. summary: 朋友圈-朋友圈点赞列表
  2508. tags:
  2509. - 朋友圈
  2510. /api/v1/circleFriends/mySelfList:
  2511. post:
  2512. consumes:
  2513. - application/json
  2514. description: 我的朋友圈列表
  2515. parameters:
  2516. - description: 验证参数Bearer和token空格拼接
  2517. in: header
  2518. name: Authorization
  2519. required: true
  2520. type: string
  2521. - description: 签名上传url
  2522. in: body
  2523. name: req
  2524. required: true
  2525. schema:
  2526. $ref: '#/definitions/friend_circles.MySelfListReq'
  2527. produces:
  2528. - application/json
  2529. responses:
  2530. "200":
  2531. description: 返回数据
  2532. schema:
  2533. $ref: '#/definitions/friend_circles.MySelfListResp'
  2534. "400":
  2535. description: 具体错误
  2536. schema:
  2537. $ref: '#/definitions/md.Response'
  2538. summary: 朋友圈-我的朋友圈列表
  2539. tags:
  2540. - 朋友圈
  2541. /api/v1/circleFriends/personalSending:
  2542. post:
  2543. consumes:
  2544. - application/json
  2545. description: 个人发送朋友圈列表
  2546. parameters:
  2547. - description: 验证参数Bearer和token空格拼接
  2548. in: header
  2549. name: Authorization
  2550. required: true
  2551. type: string
  2552. - description: 签名上传url
  2553. in: body
  2554. name: req
  2555. required: true
  2556. schema:
  2557. $ref: '#/definitions/friend_circles.PersonalSendingListReq'
  2558. produces:
  2559. - application/json
  2560. responses:
  2561. "200":
  2562. description: 返回数据
  2563. schema:
  2564. $ref: '#/definitions/friend_circles.PersonalSendingListResp'
  2565. "400":
  2566. description: 具体错误
  2567. schema:
  2568. $ref: '#/definitions/md.Response'
  2569. summary: 朋友圈-个人发送朋友圈列表
  2570. tags:
  2571. - 朋友圈
  2572. /api/v1/circleFriends/publish:
  2573. post:
  2574. consumes:
  2575. - application/json
  2576. description: 发布朋友圈
  2577. parameters:
  2578. - description: 验证参数Bearer和token空格拼接
  2579. in: header
  2580. name: Authorization
  2581. required: true
  2582. type: string
  2583. - description: 请求参数
  2584. in: body
  2585. name: req
  2586. required: true
  2587. schema:
  2588. $ref: '#/definitions/friend_circles.PublishReq'
  2589. produces:
  2590. - application/json
  2591. responses:
  2592. "200":
  2593. description: success
  2594. schema:
  2595. type: string
  2596. "400":
  2597. description: 具体错误
  2598. schema:
  2599. $ref: '#/definitions/md.Response'
  2600. summary: 朋友圈-发布朋友圈
  2601. tags:
  2602. - 朋友圈
  2603. /api/v1/circleFriends/recommendList:
  2604. post:
  2605. consumes:
  2606. - application/json
  2607. description: 推荐列表
  2608. parameters:
  2609. - description: 验证参数Bearer和token空格拼接
  2610. in: header
  2611. name: Authorization
  2612. required: true
  2613. type: string
  2614. - description: 签名上传url
  2615. in: body
  2616. name: req
  2617. required: true
  2618. schema:
  2619. $ref: '#/definitions/friend_circles.RecommendListReq'
  2620. produces:
  2621. - application/json
  2622. responses:
  2623. "200":
  2624. description: 返回数据
  2625. schema:
  2626. $ref: '#/definitions/friend_circles.RecommendListResp'
  2627. "400":
  2628. description: 具体错误
  2629. schema:
  2630. $ref: '#/definitions/md.Response'
  2631. summary: 朋友圈-推荐列表
  2632. tags:
  2633. - 朋友圈
  2634. /api/v1/circleFriends/share:
  2635. post:
  2636. consumes:
  2637. - application/json
  2638. description: 分享后朋友圈分享数(增加)
  2639. parameters:
  2640. - description: 验证参数Bearer和token空格拼接
  2641. in: header
  2642. name: Authorization
  2643. required: true
  2644. type: string
  2645. - description: 请求参数
  2646. in: body
  2647. name: req
  2648. required: true
  2649. schema:
  2650. $ref: '#/definitions/friend_circles.EggFriendCircleShareReq'
  2651. produces:
  2652. - application/json
  2653. responses:
  2654. "200":
  2655. description: success
  2656. schema:
  2657. type: string
  2658. "400":
  2659. description: 具体错误
  2660. schema:
  2661. $ref: '#/definitions/md.Response'
  2662. summary: 朋友圈-分享后朋友圈分享数(增加)
  2663. tags:
  2664. - 朋友圈
  2665. /api/v1/college/cate:
  2666. get:
  2667. consumes:
  2668. - application/json
  2669. description: 蛋蛋学院-分类
  2670. parameters:
  2671. - description: 验证参数Bearer和token空格拼接
  2672. in: header
  2673. name: Authorization
  2674. required: true
  2675. type: string
  2676. produces:
  2677. - application/json
  2678. responses:
  2679. "200":
  2680. description: 具体数据
  2681. schema:
  2682. $ref: '#/definitions/md.AdvertisingResp'
  2683. "400":
  2684. description: 具体错误
  2685. schema:
  2686. $ref: '#/definitions/md.Response'
  2687. summary: 蛋蛋学院-分类
  2688. tags:
  2689. - 蛋蛋学院
  2690. /api/v1/college/detail:
  2691. post:
  2692. consumes:
  2693. - application/json
  2694. description: 蛋蛋学院-文章详情
  2695. parameters:
  2696. - description: 验证参数Bearer和token空格拼接
  2697. in: header
  2698. name: Authorization
  2699. required: true
  2700. type: string
  2701. - description: 参数
  2702. in: body
  2703. name: req
  2704. required: true
  2705. schema:
  2706. $ref: '#/definitions/md.CollegeDetailReq'
  2707. produces:
  2708. - application/json
  2709. responses:
  2710. "200":
  2711. description: 具体数据
  2712. schema:
  2713. $ref: '#/definitions/md.CollegeDetailResp'
  2714. "400":
  2715. description: 具体错误
  2716. schema:
  2717. $ref: '#/definitions/md.Response'
  2718. summary: 蛋蛋学院-文章详情
  2719. tags:
  2720. - 蛋蛋学院
  2721. /api/v1/college/like/add:
  2722. post:
  2723. consumes:
  2724. - application/json
  2725. description: 蛋蛋学院-文章-点赞
  2726. parameters:
  2727. - description: 验证参数Bearer和token空格拼接
  2728. in: header
  2729. name: Authorization
  2730. required: true
  2731. type: string
  2732. - description: 参数
  2733. in: body
  2734. name: req
  2735. required: true
  2736. schema:
  2737. $ref: '#/definitions/md.CollegeDetailReq'
  2738. produces:
  2739. - application/json
  2740. responses:
  2741. "200":
  2742. description: 具体数据
  2743. schema:
  2744. type: string
  2745. "400":
  2746. description: 具体错误
  2747. schema:
  2748. $ref: '#/definitions/md.Response'
  2749. summary: 蛋蛋学院-文章-点赞
  2750. tags:
  2751. - 蛋蛋学院
  2752. /api/v1/college/like/cancel:
  2753. post:
  2754. consumes:
  2755. - application/json
  2756. description: 蛋蛋学院-文章-取消点赞
  2757. parameters:
  2758. - description: 验证参数Bearer和token空格拼接
  2759. in: header
  2760. name: Authorization
  2761. required: true
  2762. type: string
  2763. - description: 参数
  2764. in: body
  2765. name: req
  2766. required: true
  2767. schema:
  2768. $ref: '#/definitions/md.CollegeDetailReq'
  2769. produces:
  2770. - application/json
  2771. responses:
  2772. "200":
  2773. description: 具体数据
  2774. schema:
  2775. type: string
  2776. "400":
  2777. description: 具体错误
  2778. schema:
  2779. $ref: '#/definitions/md.Response'
  2780. summary: 蛋蛋学院-文章-取消点赞
  2781. tags:
  2782. - 蛋蛋学院
  2783. /api/v1/college/list:
  2784. post:
  2785. consumes:
  2786. - application/json
  2787. description: 蛋蛋学院-文章列表
  2788. parameters:
  2789. - description: 验证参数Bearer和token空格拼接
  2790. in: header
  2791. name: Authorization
  2792. required: true
  2793. type: string
  2794. - description: 参数
  2795. in: body
  2796. name: req
  2797. required: true
  2798. schema:
  2799. $ref: '#/definitions/md.CollegeListReq'
  2800. produces:
  2801. - application/json
  2802. responses:
  2803. "200":
  2804. description: 具体数据
  2805. schema:
  2806. $ref: '#/definitions/md.CollegeListResp'
  2807. "400":
  2808. description: 具体错误
  2809. schema:
  2810. $ref: '#/definitions/md.Response'
  2811. summary: 蛋蛋学院-文章列表
  2812. tags:
  2813. - 蛋蛋学院
  2814. /api/v1/college/share/add:
  2815. post:
  2816. consumes:
  2817. - application/json
  2818. description: 蛋蛋学院-文章-分享后调用统计数量
  2819. parameters:
  2820. - description: 验证参数Bearer和token空格拼接
  2821. in: header
  2822. name: Authorization
  2823. required: true
  2824. type: string
  2825. - description: 参数
  2826. in: body
  2827. name: req
  2828. required: true
  2829. schema:
  2830. $ref: '#/definitions/md.CollegeDetailReq'
  2831. produces:
  2832. - application/json
  2833. responses:
  2834. "200":
  2835. description: 具体数据
  2836. schema:
  2837. type: string
  2838. "400":
  2839. description: 具体错误
  2840. schema:
  2841. $ref: '#/definitions/md.Response'
  2842. summary: 蛋蛋学院-文章-分享后调用统计数量
  2843. tags:
  2844. - 蛋蛋学院
  2845. /api/v1/comm/accessRecords:
  2846. post:
  2847. consumes:
  2848. - application/json
  2849. description: 页面记录
  2850. parameters:
  2851. - description: 验证参数Bearer和token空格拼接
  2852. in: header
  2853. name: Authorization
  2854. required: true
  2855. type: string
  2856. - description: 页面标识
  2857. in: body
  2858. name: req
  2859. required: true
  2860. schema:
  2861. $ref: '#/definitions/comm.AccessRecordsReq'
  2862. produces:
  2863. - application/json
  2864. responses:
  2865. "200":
  2866. description: data exist
  2867. schema:
  2868. type: string
  2869. "400":
  2870. description: 具体错误
  2871. schema:
  2872. $ref: '#/definitions/md.Response'
  2873. summary: 通用请求-访问记录-页面记录
  2874. tags:
  2875. - 访问记录
  2876. /api/v1/comm/getOssUrl:
  2877. post:
  2878. consumes:
  2879. - application/json
  2880. description: 上传许可链接(获取)
  2881. parameters:
  2882. - description: 验证参数Bearer和token空格拼接
  2883. in: header
  2884. name: Authorization
  2885. required: true
  2886. type: string
  2887. - description: 签名上传url
  2888. in: body
  2889. name: req
  2890. required: true
  2891. schema:
  2892. $ref: '#/definitions/comm.ImgReqUploadReq'
  2893. produces:
  2894. - application/json
  2895. responses:
  2896. "200":
  2897. description: 许可链接
  2898. schema:
  2899. type: string
  2900. "400":
  2901. description: 具体错误
  2902. schema:
  2903. $ref: '#/definitions/md.Response'
  2904. summary: 通用请求-对象存储-上传许可链接(获取)
  2905. tags:
  2906. - 对象存储
  2907. /api/v1/config:
  2908. get:
  2909. consumes:
  2910. - application/json
  2911. description: 基本配置
  2912. parameters:
  2913. - description: 验证参数Bearer和token空格拼接
  2914. in: header
  2915. name: Authorization
  2916. required: true
  2917. type: string
  2918. produces:
  2919. - application/json
  2920. responses:
  2921. "200":
  2922. description: 具体数据
  2923. schema:
  2924. $ref: '#/definitions/md.ConfigResp'
  2925. "400":
  2926. description: 具体错误
  2927. schema:
  2928. $ref: '#/definitions/md.Response'
  2929. summary: 基本配置
  2930. tags:
  2931. - 基本配置
  2932. /api/v1/faceRealName/base:
  2933. get:
  2934. consumes:
  2935. - application/json
  2936. description: 实名认证-分类
  2937. parameters:
  2938. - description: 验证参数Bearer和token空格拼接
  2939. in: header
  2940. name: Authorization
  2941. required: true
  2942. type: string
  2943. produces:
  2944. - application/json
  2945. responses:
  2946. "200":
  2947. description: 具体数据
  2948. schema:
  2949. $ref: '#/definitions/md.RealNameAuthBasicData'
  2950. "400":
  2951. description: 具体错误
  2952. schema:
  2953. $ref: '#/definitions/md.Response'
  2954. summary: 实名认证-基础信息
  2955. tags:
  2956. - 实名认证
  2957. /api/v1/faceRealName/save:
  2958. post:
  2959. consumes:
  2960. - application/json
  2961. description: 实名认证-保存
  2962. parameters:
  2963. - description: 验证参数Bearer和token空格拼接
  2964. in: header
  2965. name: Authorization
  2966. required: true
  2967. type: string
  2968. - description: 参数
  2969. in: body
  2970. name: req
  2971. required: true
  2972. schema:
  2973. $ref: '#/definitions/md.RealNameAuthAddRequest'
  2974. produces:
  2975. - application/json
  2976. responses:
  2977. "200":
  2978. description: 具体数据
  2979. schema:
  2980. $ref: '#/definitions/md.RealNameAuthResp'
  2981. "400":
  2982. description: 具体错误
  2983. schema:
  2984. $ref: '#/definitions/md.Response'
  2985. summary: 实名认证-保存
  2986. tags:
  2987. - 实名认证
  2988. /api/v1/faceRealName/state:
  2989. get:
  2990. consumes:
  2991. - application/json
  2992. description: 实名认证-分类
  2993. parameters:
  2994. - description: 验证参数Bearer和token空格拼接
  2995. in: header
  2996. name: Authorization
  2997. required: true
  2998. type: string
  2999. produces:
  3000. - application/json
  3001. responses:
  3002. "200":
  3003. description: 具体数据
  3004. schema:
  3005. $ref: '#/definitions/md.RealNameAuthBasicData'
  3006. "400":
  3007. description: 具体错误
  3008. schema:
  3009. $ref: '#/definitions/md.Response'
  3010. summary: 实名认证-基础信息
  3011. tags:
  3012. - 实名认证
  3013. /api/v1/fastLogin:
  3014. post:
  3015. consumes:
  3016. - application/json
  3017. description: 一键登录
  3018. parameters:
  3019. - description: 注册参数
  3020. in: body
  3021. name: req
  3022. required: true
  3023. schema:
  3024. $ref: '#/definitions/md.FastLoginReq'
  3025. produces:
  3026. - application/json
  3027. responses:
  3028. "200":
  3029. description: 登录成功返回
  3030. schema:
  3031. $ref: '#/definitions/md.LoginResponse'
  3032. "400":
  3033. description: 具体错误
  3034. schema:
  3035. $ref: '#/definitions/md.Response'
  3036. summary: 一键登录
  3037. tags:
  3038. - 登录注册
  3039. /api/v1/findPassword:
  3040. post:
  3041. consumes:
  3042. - application/json
  3043. description: 找回密码
  3044. parameters:
  3045. - description: 注册参数
  3046. in: body
  3047. name: req
  3048. required: true
  3049. schema:
  3050. $ref: '#/definitions/md.FindPasswordReq'
  3051. produces:
  3052. - application/json
  3053. responses:
  3054. "200":
  3055. description: 登录成功返回
  3056. schema:
  3057. type: string
  3058. "400":
  3059. description: 具体错误
  3060. schema:
  3061. $ref: '#/definitions/md.Response'
  3062. summary: 找回密码
  3063. tags:
  3064. - 登录注册
  3065. /api/v1/getModuleSetting:
  3066. get:
  3067. consumes:
  3068. - application/json
  3069. description: 页面样式
  3070. parameters:
  3071. - description: 验证参数Bearer和token空格拼接
  3072. in: header
  3073. name: Authorization
  3074. required: true
  3075. type: string
  3076. - description: 页面名称类型值(1:首页 2:会员中心 3:底部导航 4:邀请下载落地页 5:邀请海报 7:下载渠道 8:贡献值 9:蛋蛋分 10:商务合作 11:资质证书 12:提现页 13:提现到账户
  3077. 14实名认证)
  3078. in: query
  3079. name: mod_name_value
  3080. required: true
  3081. type: string
  3082. produces:
  3083. - application/json
  3084. responses:
  3085. "200":
  3086. description: 具体数据
  3087. schema:
  3088. $ref: '#/definitions/md.GetModuleSettingResp'
  3089. "400":
  3090. description: 具体错误
  3091. schema:
  3092. $ref: '#/definitions/md.Response'
  3093. summary: 页面样式
  3094. tags:
  3095. - 页面样式
  3096. /api/v1/guidePage/runningTime:
  3097. get:
  3098. consumes:
  3099. - application/json
  3100. description: 运行时间
  3101. parameters:
  3102. - description: 验证参数Bearer和token空格拼接
  3103. in: header
  3104. name: Authorization
  3105. required: true
  3106. type: string
  3107. produces:
  3108. - application/json
  3109. responses:
  3110. "200":
  3111. description: 运行时间
  3112. schema:
  3113. type: string
  3114. "400":
  3115. description: 具体错误
  3116. schema:
  3117. $ref: '#/definitions/md.Response'
  3118. summary: 蛋蛋星球-引导页-运行时间
  3119. tags:
  3120. - 引导页
  3121. /api/v1/homePage/adRule:
  3122. get:
  3123. consumes:
  3124. - application/json
  3125. description: 视频奖励规则(获取)
  3126. parameters:
  3127. - description: 验证参数Bearer和token空格拼接
  3128. in: header
  3129. name: Authorization
  3130. required: true
  3131. type: string
  3132. produces:
  3133. - application/json
  3134. responses:
  3135. "200":
  3136. description: 具体数据
  3137. schema:
  3138. $ref: '#/definitions/md.HomePageWatchAdRuleResp'
  3139. "400":
  3140. description: 具体错误
  3141. schema:
  3142. $ref: '#/definitions/md.Response'
  3143. summary: 蛋蛋星球-主页-视频奖励规则(获取)
  3144. tags:
  3145. - 主页
  3146. /api/v1/homePage/index:
  3147. get:
  3148. consumes:
  3149. - application/json
  3150. description: 基础信息(获取)
  3151. parameters:
  3152. - description: 验证参数Bearer和token空格拼接
  3153. in: header
  3154. name: Authorization
  3155. required: true
  3156. type: string
  3157. produces:
  3158. - application/json
  3159. responses:
  3160. "200":
  3161. description: 具体数据
  3162. schema:
  3163. $ref: '#/definitions/md.HomePageResp'
  3164. "400":
  3165. description: 具体错误
  3166. schema:
  3167. $ref: '#/definitions/md.Response'
  3168. summary: 蛋蛋星球-主页-基础信息(获取)
  3169. tags:
  3170. - 主页
  3171. /api/v1/homePage/isCanGetRedPackage:
  3172. get:
  3173. consumes:
  3174. - application/json
  3175. description: 是否可以领取红包(获取)
  3176. parameters:
  3177. - description: 验证参数Bearer和token空格拼接
  3178. in: header
  3179. name: Authorization
  3180. required: true
  3181. type: string
  3182. produces:
  3183. - application/json
  3184. responses:
  3185. "200":
  3186. description: 具体数据
  3187. schema:
  3188. $ref: '#/definitions/md.IsCanGetRedPackageResp'
  3189. "400":
  3190. description: 具体错误
  3191. schema:
  3192. $ref: '#/definitions/md.Response'
  3193. summary: 蛋蛋星球-主页-是否领取红包(获取)
  3194. tags:
  3195. - 主页
  3196. /api/v1/homePage/isCanSignIn:
  3197. get:
  3198. consumes:
  3199. - application/json
  3200. description: 是否可以签到(获取)
  3201. parameters:
  3202. - description: 验证参数Bearer和token空格拼接
  3203. in: header
  3204. name: Authorization
  3205. required: true
  3206. type: string
  3207. produces:
  3208. - application/json
  3209. responses:
  3210. "200":
  3211. description: 具体数据
  3212. schema:
  3213. $ref: '#/definitions/md.IsCanSignInResp'
  3214. "400":
  3215. description: 具体错误
  3216. schema:
  3217. $ref: '#/definitions/md.Response'
  3218. summary: 蛋蛋星球-主页-是否能签到(获取)
  3219. tags:
  3220. - 主页
  3221. /api/v1/homePage/realTimePrice:
  3222. get:
  3223. consumes:
  3224. - application/json
  3225. description: 实时数据(获取)
  3226. parameters:
  3227. - description: 验证参数Bearer和token空格拼接
  3228. in: header
  3229. name: Authorization
  3230. required: true
  3231. type: string
  3232. produces:
  3233. - application/json
  3234. responses:
  3235. "200":
  3236. description: 具体数据
  3237. schema:
  3238. $ref: '#/definitions/md.RealTimePriceResp'
  3239. "400":
  3240. description: 具体错误
  3241. schema:
  3242. $ref: '#/definitions/md.Response'
  3243. summary: 蛋蛋星球-主页-实时数据(获取)
  3244. tags:
  3245. - 主页
  3246. /api/v1/im/redPackageDetail:
  3247. get:
  3248. consumes:
  3249. - application/json
  3250. description: 红包详情(获取)
  3251. parameters:
  3252. - description: 验证参数Bearer和token空格拼接
  3253. in: header
  3254. name: Authorization
  3255. required: true
  3256. type: string
  3257. - description: 红包 ID
  3258. in: query
  3259. name: red_package_id
  3260. required: true
  3261. type: string
  3262. produces:
  3263. - application/json
  3264. responses:
  3265. "200":
  3266. description: 具体数据
  3267. schema:
  3268. $ref: '#/definitions/md.RedPackageDetailResp'
  3269. "400":
  3270. description: 具体错误
  3271. schema:
  3272. $ref: '#/definitions/md.Response'
  3273. summary: 蛋蛋星球-即时通讯-红包详情(获取)
  3274. tags:
  3275. - 即时通讯
  3276. /api/v1/im/user/grabRedPackage:
  3277. post:
  3278. consumes:
  3279. - application/json
  3280. description: 领取红包
  3281. parameters:
  3282. - description: 验证参数Bearer和token空格拼接
  3283. in: header
  3284. name: Authorization
  3285. required: true
  3286. type: string
  3287. - description: 领取红包信息
  3288. in: body
  3289. name: req
  3290. required: true
  3291. schema:
  3292. $ref: '#/definitions/md.GrabRedPackageReq'
  3293. produces:
  3294. - application/json
  3295. responses:
  3296. "200":
  3297. description: 具体数据
  3298. schema:
  3299. $ref: '#/definitions/md.GrabRedPackageResp'
  3300. "400":
  3301. description: 具体错误
  3302. schema:
  3303. $ref: '#/definitions/md.Response'
  3304. summary: 蛋蛋星球-即时通讯-领取红包
  3305. tags:
  3306. - 即时通讯
  3307. /api/v1/im/user/sendRedPackage:
  3308. post:
  3309. consumes:
  3310. - application/json
  3311. description: 发送红包
  3312. parameters:
  3313. - description: 验证参数Bearer和token空格拼接
  3314. in: header
  3315. name: Authorization
  3316. required: true
  3317. type: string
  3318. - description: 发送红包信息
  3319. in: body
  3320. name: req
  3321. required: true
  3322. schema:
  3323. $ref: '#/definitions/md.SendRedPackageReq'
  3324. produces:
  3325. - application/json
  3326. responses:
  3327. "200":
  3328. description: 具体数据
  3329. schema:
  3330. $ref: '#/definitions/md.SendRedPackageResp'
  3331. "400":
  3332. description: 具体错误
  3333. schema:
  3334. $ref: '#/definitions/md.Response'
  3335. summary: 蛋蛋星球-即时通讯-发送红包
  3336. tags:
  3337. - 即时通讯
  3338. /api/v1/im/user/sendRedPackageDetail:
  3339. post:
  3340. consumes:
  3341. - application/json
  3342. description: 发送红包详情
  3343. parameters:
  3344. - description: 验证参数Bearer和token空格拼接
  3345. in: header
  3346. name: Authorization
  3347. required: true
  3348. type: string
  3349. - description: 红包的订单 ID
  3350. in: body
  3351. name: req
  3352. required: true
  3353. schema:
  3354. $ref: '#/definitions/md.SendRedPackageDetailReq'
  3355. produces:
  3356. - application/json
  3357. responses:
  3358. "200":
  3359. description: 具体数据
  3360. schema:
  3361. $ref: '#/definitions/md.SendRedPackageDetailResp'
  3362. "400":
  3363. description: 具体错误
  3364. schema:
  3365. $ref: '#/definitions/md.Response'
  3366. summary: 蛋蛋星球-即时通讯-发送红包详情
  3367. tags:
  3368. - 即时通讯
  3369. /api/v1/inviteCode/userInfo:
  3370. post:
  3371. consumes:
  3372. - application/json
  3373. description: 邀请码获取用户信息
  3374. parameters:
  3375. - description: 注册参数
  3376. in: body
  3377. name: req
  3378. required: true
  3379. schema:
  3380. $ref: '#/definitions/md.InviteCodeUserInfoReq'
  3381. produces:
  3382. - application/json
  3383. responses:
  3384. "200":
  3385. description: 具体数据
  3386. schema:
  3387. $ref: '#/definitions/md.InviteCodeUserInfoResp'
  3388. "400":
  3389. description: 具体错误
  3390. schema:
  3391. $ref: '#/definitions/md.Response'
  3392. summary: 邀请码获取用户信息
  3393. tags:
  3394. - 登录注册
  3395. /api/v1/login:
  3396. post:
  3397. consumes:
  3398. - application/json
  3399. description: 登入
  3400. parameters:
  3401. - description: 用户名密码
  3402. in: body
  3403. name: req
  3404. required: true
  3405. schema:
  3406. $ref: '#/definitions/md.LoginReq'
  3407. produces:
  3408. - application/json
  3409. responses:
  3410. "200":
  3411. description: token
  3412. schema:
  3413. $ref: '#/definitions/md.LoginResponse'
  3414. "400":
  3415. description: 具体错误
  3416. schema:
  3417. $ref: '#/definitions/md.Response'
  3418. summary: 登陆
  3419. tags:
  3420. - 登录注册
  3421. /api/v1/memberCenter/bindParent:
  3422. post:
  3423. consumes:
  3424. - application/json
  3425. description: 绑定上级
  3426. parameters:
  3427. - description: 注册参数
  3428. in: body
  3429. name: req
  3430. required: true
  3431. schema:
  3432. $ref: '#/definitions/md.InviteCodeUserInfoReq'
  3433. produces:
  3434. - application/json
  3435. responses:
  3436. "200":
  3437. description: 具体数据
  3438. schema:
  3439. type: string
  3440. "400":
  3441. description: 具体错误
  3442. schema:
  3443. $ref: '#/definitions/md.Response'
  3444. summary: 绑定上级-要登陆的
  3445. tags:
  3446. - 登录注册
  3447. /api/v1/memberCenter/bindUserInfo:
  3448. post:
  3449. consumes:
  3450. - application/json
  3451. description: 绑定用户信息
  3452. parameters:
  3453. - description: 注册参数
  3454. in: body
  3455. name: req
  3456. required: true
  3457. schema:
  3458. $ref: '#/definitions/md.WechatAccountUserInfoReq'
  3459. produces:
  3460. - application/json
  3461. responses:
  3462. "200":
  3463. description: 具体数据
  3464. schema:
  3465. type: string
  3466. "400":
  3467. description: 具体错误
  3468. schema:
  3469. $ref: '#/definitions/md.Response'
  3470. summary: 绑定用户信息
  3471. tags:
  3472. - 会员中心
  3473. /api/v1/memberCenter/delete:
  3474. post:
  3475. consumes:
  3476. - application/json
  3477. description: 注销账号操作
  3478. parameters:
  3479. - description: 注册参数
  3480. in: body
  3481. name: req
  3482. required: true
  3483. schema:
  3484. $ref: '#/definitions/md.DeleteUserReq'
  3485. produces:
  3486. - application/json
  3487. responses:
  3488. "200":
  3489. description: 登录成功返回
  3490. schema:
  3491. type: string
  3492. "400":
  3493. description: 具体错误
  3494. schema:
  3495. $ref: '#/definitions/md.Response'
  3496. summary: 注销账号操作
  3497. tags:
  3498. - 账号与安全
  3499. /api/v1/memberCenter/delete/info:
  3500. get:
  3501. consumes:
  3502. - application/json
  3503. description: 注销账号信息
  3504. produces:
  3505. - application/json
  3506. responses:
  3507. "200":
  3508. description: 登录成功返回
  3509. schema:
  3510. $ref: '#/definitions/md.UserDeleteInfo'
  3511. "400":
  3512. description: 具体错误
  3513. schema:
  3514. $ref: '#/definitions/md.Response'
  3515. summary: 注销账号信息
  3516. tags:
  3517. - 账号与安全
  3518. /api/v1/memberCenter/getBasic:
  3519. get:
  3520. consumes:
  3521. - application/json
  3522. description: 基础数据(获取)
  3523. parameters:
  3524. - description: 验证参数Bearer和token空格拼接
  3525. in: header
  3526. name: Authorization
  3527. required: true
  3528. type: string
  3529. produces:
  3530. - application/json
  3531. responses:
  3532. "200":
  3533. description: 具体数据
  3534. schema:
  3535. $ref: '#/definitions/md.MemberCenterGetBasicResp'
  3536. "400":
  3537. description: 具体错误
  3538. schema:
  3539. $ref: '#/definitions/md.Response'
  3540. summary: 蛋蛋星球-会员中心-基础数据(获取)
  3541. tags:
  3542. - 会员中心
  3543. /api/v1/memberCenter/inviteUrl:
  3544. get:
  3545. consumes:
  3546. - application/json
  3547. description: 邀请链接
  3548. produces:
  3549. - application/json
  3550. responses:
  3551. "200":
  3552. description: 登录成功返回
  3553. schema:
  3554. $ref: '#/definitions/md.InviteUrl'
  3555. "400":
  3556. description: 具体错误
  3557. schema:
  3558. $ref: '#/definitions/md.Response'
  3559. summary: 邀请链接
  3560. tags:
  3561. - 邀请海报
  3562. /api/v1/memberCenter/parentInfo:
  3563. get:
  3564. consumes:
  3565. - application/json
  3566. description: 导师信息
  3567. produces:
  3568. - application/json
  3569. responses:
  3570. "200":
  3571. description: 登录成功返回
  3572. schema:
  3573. $ref: '#/definitions/md.ParentInfo'
  3574. "400":
  3575. description: 具体错误
  3576. schema:
  3577. $ref: '#/definitions/md.Response'
  3578. summary: 导师信息
  3579. tags:
  3580. - 会员中心
  3581. /api/v1/memberCenter/updatePasscode:
  3582. post:
  3583. consumes:
  3584. - application/json
  3585. description: 修改支付宝密码
  3586. parameters:
  3587. - description: 注册参数
  3588. in: body
  3589. name: req
  3590. required: true
  3591. schema:
  3592. $ref: '#/definitions/md.UpdatePasscodeReq'
  3593. produces:
  3594. - application/json
  3595. responses:
  3596. "200":
  3597. description: 登录成功返回
  3598. schema:
  3599. type: string
  3600. "400":
  3601. description: 具体错误
  3602. schema:
  3603. $ref: '#/definitions/md.Response'
  3604. summary: 修改支付宝密码
  3605. tags:
  3606. - 账号与安全
  3607. /api/v1/memberCenter/updatePassword:
  3608. post:
  3609. consumes:
  3610. - application/json
  3611. description: 修改密码
  3612. parameters:
  3613. - description: 注册参数
  3614. in: body
  3615. name: req
  3616. required: true
  3617. schema:
  3618. $ref: '#/definitions/md.UpdatePasswordReq'
  3619. produces:
  3620. - application/json
  3621. responses:
  3622. "200":
  3623. description: 登录成功返回
  3624. schema:
  3625. type: string
  3626. "400":
  3627. description: 具体错误
  3628. schema:
  3629. $ref: '#/definitions/md.Response'
  3630. summary: 修改密码-不要原密码 换成验证码
  3631. tags:
  3632. - 账号与安全
  3633. /api/v1/openApp/start:
  3634. get:
  3635. consumes:
  3636. - application/json
  3637. description: 打开app调用
  3638. parameters:
  3639. - description: 验证参数Bearer和token空格拼接
  3640. in: header
  3641. name: Authorization
  3642. required: true
  3643. type: string
  3644. produces:
  3645. - application/json
  3646. responses:
  3647. "200":
  3648. description: 具体数据
  3649. schema:
  3650. type: string
  3651. "400":
  3652. description: 具体错误
  3653. schema:
  3654. $ref: '#/definitions/md.Response'
  3655. summary: 打开app调用
  3656. tags:
  3657. - 基本配置
  3658. /api/v1/playlet/base:
  3659. get:
  3660. consumes:
  3661. - application/json
  3662. description: 短剧-基本信息
  3663. parameters:
  3664. - description: 验证参数Bearer和token空格拼接
  3665. in: header
  3666. name: Authorization
  3667. required: true
  3668. type: string
  3669. produces:
  3670. - application/json
  3671. responses:
  3672. "200":
  3673. description: 具体数据
  3674. schema:
  3675. $ref: '#/definitions/md.PlayletBaseData'
  3676. "400":
  3677. description: 具体错误
  3678. schema:
  3679. $ref: '#/definitions/md.Response'
  3680. summary: 短剧-基本信息
  3681. tags:
  3682. - 短视频
  3683. /api/v1/playlet/reward:
  3684. post:
  3685. consumes:
  3686. - application/json
  3687. description: 短剧-保存
  3688. parameters:
  3689. - description: 验证参数Bearer和token空格拼接
  3690. in: header
  3691. name: Authorization
  3692. required: true
  3693. type: string
  3694. - description: 参数
  3695. in: body
  3696. name: req
  3697. required: true
  3698. schema:
  3699. $ref: '#/definitions/md.PlayletRewardRequest'
  3700. produces:
  3701. - application/json
  3702. responses:
  3703. "200":
  3704. description: 具体数据
  3705. schema:
  3706. type: string
  3707. "400":
  3708. description: 具体错误
  3709. schema:
  3710. $ref: '#/definitions/md.Response'
  3711. summary: 短剧-保存
  3712. tags:
  3713. - 短视频
  3714. /api/v1/playlet/unlockNum:
  3715. post:
  3716. consumes:
  3717. - application/json
  3718. description: 短剧-解锁数量
  3719. parameters:
  3720. - description: 验证参数Bearer和token空格拼接
  3721. in: header
  3722. name: Authorization
  3723. required: true
  3724. type: string
  3725. - description: 参数
  3726. in: body
  3727. name: req
  3728. required: true
  3729. schema:
  3730. $ref: '#/definitions/md.PlayletUnlockRequest'
  3731. produces:
  3732. - application/json
  3733. responses:
  3734. "200":
  3735. description: 具体数据
  3736. schema:
  3737. $ref: '#/definitions/md.PlayletUnlockResp'
  3738. "400":
  3739. description: 具体错误
  3740. schema:
  3741. $ref: '#/definitions/md.Response'
  3742. summary: 短剧-解锁数量
  3743. tags:
  3744. - 短视频
  3745. /api/v1/pointsCenter/basic:
  3746. get:
  3747. consumes:
  3748. - application/json
  3749. description: 上部分基础信息(获取)
  3750. parameters:
  3751. - description: 验证参数Bearer和token空格拼接
  3752. in: header
  3753. name: Authorization
  3754. required: true
  3755. type: string
  3756. produces:
  3757. - application/json
  3758. responses:
  3759. "200":
  3760. description: 具体数据
  3761. schema:
  3762. $ref: '#/definitions/md.PointsCenterGetBasicResp'
  3763. "400":
  3764. description: 具体错误
  3765. schema:
  3766. $ref: '#/definitions/md.Response'
  3767. summary: 蛋蛋星球-积分中心-上部分基础信息(获取)
  3768. tags:
  3769. - 积分中心
  3770. /api/v1/pointsCenter/calcExchange:
  3771. get:
  3772. consumes:
  3773. - application/json
  3774. description: 预估积分兑换
  3775. parameters:
  3776. - description: 验证参数Bearer和token空格拼接
  3777. in: header
  3778. name: Authorization
  3779. required: true
  3780. type: string
  3781. - description: 需要兑换能量值
  3782. in: query
  3783. name: amount
  3784. required: true
  3785. type: string
  3786. produces:
  3787. - application/json
  3788. responses:
  3789. "200":
  3790. description: 具体数据
  3791. schema:
  3792. $ref: '#/definitions/md.PointsCenterCalcExchangeResp'
  3793. "400":
  3794. description: 具体错误
  3795. schema:
  3796. $ref: '#/definitions/md.Response'
  3797. summary: 蛋蛋星球-积分中心-预估积分兑换
  3798. tags:
  3799. - 积分中心
  3800. /api/v1/pointsCenter/contributionValue:
  3801. get:
  3802. consumes:
  3803. - application/json
  3804. description: 贡献值(获取)
  3805. parameters:
  3806. - description: 验证参数Bearer和token空格拼接
  3807. in: header
  3808. name: Authorization
  3809. required: true
  3810. type: string
  3811. produces:
  3812. - application/json
  3813. responses:
  3814. "200":
  3815. description: 具体数据
  3816. schema:
  3817. $ref: '#/definitions/md.GetContributionValueResp'
  3818. "400":
  3819. description: 具体错误
  3820. schema:
  3821. $ref: '#/definitions/md.Response'
  3822. summary: 蛋蛋星球-积分中心-贡献值(获取)
  3823. tags:
  3824. - 积分中心
  3825. /api/v1/pointsCenter/contributionValueFlow:
  3826. get:
  3827. consumes:
  3828. - application/json
  3829. description: 贡献值明细(获取)
  3830. parameters:
  3831. - description: 验证参数Bearer和token空格拼接
  3832. in: header
  3833. name: Authorization
  3834. required: true
  3835. type: string
  3836. - description: 每页大小
  3837. in: query
  3838. name: limit
  3839. required: true
  3840. type: string
  3841. - description: 页数
  3842. in: query
  3843. name: page
  3844. required: true
  3845. type: string
  3846. produces:
  3847. - application/json
  3848. responses:
  3849. "200":
  3850. description: 具体数据
  3851. schema:
  3852. $ref: '#/definitions/md.GetContributionValueFlowResp'
  3853. "400":
  3854. description: 具体错误
  3855. schema:
  3856. $ref: '#/definitions/md.Response'
  3857. summary: 蛋蛋星球-积分中心-贡献值明细(获取)
  3858. tags:
  3859. - 积分中心
  3860. /api/v1/pointsCenter/dynamicData:
  3861. get:
  3862. consumes:
  3863. - application/json
  3864. description: 动态数据(获取)
  3865. parameters:
  3866. - description: 验证参数Bearer和token空格拼接
  3867. in: header
  3868. name: Authorization
  3869. required: true
  3870. type: string
  3871. produces:
  3872. - application/json
  3873. responses:
  3874. "200":
  3875. description: 具体数据
  3876. schema:
  3877. $ref: '#/definitions/md.DynamicDataResp'
  3878. "400":
  3879. description: 具体错误
  3880. schema:
  3881. $ref: '#/definitions/md.Response'
  3882. summary: 蛋蛋星球-积分中心-动态数据(获取)
  3883. tags:
  3884. - 积分中心
  3885. /api/v1/pointsCenter/energyFlow:
  3886. get:
  3887. consumes:
  3888. - application/json
  3889. description: 收支明细(获取)
  3890. parameters:
  3891. - description: 验证参数Bearer和token空格拼接
  3892. in: header
  3893. name: Authorization
  3894. required: true
  3895. type: string
  3896. - description: 每页大小
  3897. in: query
  3898. name: limit
  3899. required: true
  3900. type: string
  3901. - description: 页数
  3902. in: query
  3903. name: page
  3904. required: true
  3905. type: string
  3906. - description: 开始时间
  3907. in: query
  3908. name: startAt
  3909. type: string
  3910. - description: 结束时间
  3911. in: query
  3912. name: endAt
  3913. type: string
  3914. - description: 流水方向(1.收入 2.支出 0.全部)
  3915. in: query
  3916. name: direction
  3917. type: string
  3918. produces:
  3919. - application/json
  3920. responses:
  3921. "200":
  3922. description: 具体数据
  3923. schema:
  3924. $ref: '#/definitions/md.GetEggEnergyFlowResp'
  3925. "400":
  3926. description: 具体错误
  3927. schema:
  3928. $ref: '#/definitions/md.Response'
  3929. summary: 蛋蛋星球-积分中心-收支明细(获取)
  3930. tags:
  3931. - 积分中心
  3932. /api/v1/pointsCenter/exchangeEnergy:
  3933. post:
  3934. consumes:
  3935. - application/json
  3936. description: 能量兑换
  3937. parameters:
  3938. - description: 验证参数Bearer和token空格拼接
  3939. in: header
  3940. name: Authorization
  3941. required: true
  3942. type: string
  3943. - description: 需要兑换的能量值
  3944. in: body
  3945. name: req
  3946. required: true
  3947. schema:
  3948. $ref: '#/definitions/md.ExchangeEnergyReq'
  3949. produces:
  3950. - application/json
  3951. responses:
  3952. "200":
  3953. description: success
  3954. schema:
  3955. type: string
  3956. "400":
  3957. description: 具体错误
  3958. schema:
  3959. $ref: '#/definitions/md.Response'
  3960. summary: 蛋蛋星球-积分中心-能量兑换
  3961. tags:
  3962. - 积分中心
  3963. /api/v1/pointsCenter/initialData:
  3964. get:
  3965. consumes:
  3966. - application/json
  3967. description: 初始数据(获取)
  3968. parameters:
  3969. - description: 验证参数Bearer和token空格拼接
  3970. in: header
  3971. name: Authorization
  3972. required: true
  3973. type: string
  3974. produces:
  3975. - application/json
  3976. responses:
  3977. "200":
  3978. description: 具体数据
  3979. schema:
  3980. $ref: '#/definitions/md.InitialDataResp'
  3981. "400":
  3982. description: 具体错误
  3983. schema:
  3984. $ref: '#/definitions/md.Response'
  3985. summary: 蛋蛋星球-积分中心-初始数据(获取)
  3986. tags:
  3987. - 积分中心
  3988. /api/v1/pointsCenter/pointsExchangeBasic:
  3989. get:
  3990. consumes:
  3991. - application/json
  3992. description: 积分兑换基础信息(获取)
  3993. parameters:
  3994. - description: 验证参数Bearer和token空格拼接
  3995. in: header
  3996. name: Authorization
  3997. required: true
  3998. type: string
  3999. produces:
  4000. - application/json
  4001. responses:
  4002. "200":
  4003. description: 具体数据
  4004. schema:
  4005. $ref: '#/definitions/md.PointsExchangeGetBasicResp'
  4006. "400":
  4007. description: 具体错误
  4008. schema:
  4009. $ref: '#/definitions/md.Response'
  4010. summary: 蛋蛋星球-积分中心-积分兑换基础信息(获取)
  4011. tags:
  4012. - 积分中心
  4013. /api/v1/pointsCenter/priceCurve:
  4014. get:
  4015. consumes:
  4016. - application/json
  4017. description: 价格趋势(获取)
  4018. parameters:
  4019. - description: 验证参数Bearer和token空格拼接
  4020. in: header
  4021. name: Authorization
  4022. required: true
  4023. type: string
  4024. - description: 1:按天 2:按小时 3:按周
  4025. in: query
  4026. name: kind
  4027. type: string
  4028. produces:
  4029. - application/json
  4030. responses:
  4031. "200":
  4032. description: 具体数据
  4033. schema:
  4034. $ref: '#/definitions/md.GetPriceCurveResp'
  4035. "400":
  4036. description: 具体错误
  4037. schema:
  4038. $ref: '#/definitions/md.Response'
  4039. summary: 蛋蛋星球-积分中心-价格趋势(获取)
  4040. tags:
  4041. - 积分中心
  4042. /api/v1/pointsCenter/record:
  4043. get:
  4044. consumes:
  4045. - application/json
  4046. description: 蛋蛋分明细(获取)
  4047. parameters:
  4048. - description: 验证参数Bearer和token空格拼接
  4049. in: header
  4050. name: Authorization
  4051. required: true
  4052. type: string
  4053. - description: 每页大小
  4054. in: query
  4055. name: limit
  4056. required: true
  4057. type: string
  4058. - description: 页数
  4059. in: query
  4060. name: page
  4061. required: true
  4062. type: string
  4063. produces:
  4064. - application/json
  4065. responses:
  4066. "200":
  4067. description: 具体数据
  4068. schema:
  4069. $ref: '#/definitions/md.GetEggPointRecordResp'
  4070. "400":
  4071. description: 具体错误
  4072. schema:
  4073. $ref: '#/definitions/md.Response'
  4074. summary: 蛋蛋星球-积分中心-蛋蛋分明细(获取)
  4075. tags:
  4076. - 积分中心
  4077. /api/v1/register:
  4078. post:
  4079. consumes:
  4080. - application/json
  4081. description: 注册
  4082. parameters:
  4083. - description: 注册参数
  4084. in: body
  4085. name: req
  4086. required: true
  4087. schema:
  4088. $ref: '#/definitions/md.RegisterReq'
  4089. produces:
  4090. - application/json
  4091. responses:
  4092. "200":
  4093. description: 登录成功返回
  4094. schema:
  4095. $ref: '#/definitions/md.LoginResponse'
  4096. "400":
  4097. description: 具体错误
  4098. schema:
  4099. $ref: '#/definitions/md.Response'
  4100. summary: 注册
  4101. tags:
  4102. - 登录注册
  4103. /api/v1/smsSend:
  4104. post:
  4105. consumes:
  4106. - application/json
  4107. description: 发送短信
  4108. parameters:
  4109. - description: 注册参数
  4110. in: body
  4111. name: req
  4112. required: true
  4113. schema:
  4114. $ref: '#/definitions/md.SmsSendReq'
  4115. produces:
  4116. - application/json
  4117. responses:
  4118. "200":
  4119. description: 成功返回
  4120. schema:
  4121. type: string
  4122. "400":
  4123. description: 具体错误
  4124. schema:
  4125. $ref: '#/definitions/md.Response'
  4126. summary: 发送短信
  4127. tags:
  4128. - 登录注册
  4129. /api/v1/test:
  4130. get:
  4131. consumes:
  4132. - application/json
  4133. description: Demo样例测试
  4134. parameters:
  4135. - description: 任意参数
  4136. in: body
  4137. name: req
  4138. required: true
  4139. schema: {}
  4140. produces:
  4141. - application/json
  4142. responses:
  4143. "200":
  4144. description: 返回任意参数
  4145. schema:
  4146. additionalProperties: true
  4147. type: object
  4148. "400":
  4149. description: 具体错误
  4150. schema:
  4151. $ref: '#/definitions/md.Response'
  4152. summary: Demo测试
  4153. tags:
  4154. - Demo
  4155. /api/v1/userFeedback/cate:
  4156. get:
  4157. consumes:
  4158. - application/json
  4159. description: 意见反馈-分类
  4160. parameters:
  4161. - description: 验证参数Bearer和token空格拼接
  4162. in: header
  4163. name: Authorization
  4164. required: true
  4165. type: string
  4166. produces:
  4167. - application/json
  4168. responses:
  4169. "200":
  4170. description: 具体数据
  4171. schema:
  4172. $ref: '#/definitions/md.AdvertisingResp'
  4173. "400":
  4174. description: 具体错误
  4175. schema:
  4176. $ref: '#/definitions/md.Response'
  4177. summary: 意见反馈-分类
  4178. tags:
  4179. - 意见反馈
  4180. /api/v1/userFeedback/list:
  4181. post:
  4182. consumes:
  4183. - application/json
  4184. description: 意见反馈-反馈记录
  4185. parameters:
  4186. - description: 验证参数Bearer和token空格拼接
  4187. in: header
  4188. name: Authorization
  4189. required: true
  4190. type: string
  4191. - description: 参数
  4192. in: body
  4193. name: req
  4194. required: true
  4195. schema:
  4196. $ref: '#/definitions/md.UserFeedbackListReq'
  4197. produces:
  4198. - application/json
  4199. responses:
  4200. "200":
  4201. description: 具体数据
  4202. schema:
  4203. $ref: '#/definitions/md.UserFeedbackListResp'
  4204. "400":
  4205. description: 具体错误
  4206. schema:
  4207. $ref: '#/definitions/md.Response'
  4208. summary: 意见反馈-反馈记录
  4209. tags:
  4210. - 意见反馈
  4211. /api/v1/userFeedback/record:
  4212. post:
  4213. consumes:
  4214. - application/json
  4215. description: 意见反馈-反馈记录-沟通记录
  4216. parameters:
  4217. - description: 验证参数Bearer和token空格拼接
  4218. in: header
  4219. name: Authorization
  4220. required: true
  4221. type: string
  4222. - description: 参数
  4223. in: body
  4224. name: req
  4225. required: true
  4226. schema:
  4227. $ref: '#/definitions/md.UserFeedbackRecordReq'
  4228. produces:
  4229. - application/json
  4230. responses:
  4231. "200":
  4232. description: 具体数据
  4233. schema:
  4234. $ref: '#/definitions/md.UserFeedbackRecordResp'
  4235. "400":
  4236. description: 具体错误
  4237. schema:
  4238. $ref: '#/definitions/md.Response'
  4239. summary: 意见反馈-反馈记录-沟通记录
  4240. tags:
  4241. - 意见反馈
  4242. /api/v1/userFeedback/save:
  4243. post:
  4244. consumes:
  4245. - application/json
  4246. description: 意见反馈-反馈记录-提交
  4247. parameters:
  4248. - description: 验证参数Bearer和token空格拼接
  4249. in: header
  4250. name: Authorization
  4251. required: true
  4252. type: string
  4253. - description: 参数
  4254. in: body
  4255. name: req
  4256. required: true
  4257. schema:
  4258. $ref: '#/definitions/md.UserFeedbackSaveReq'
  4259. produces:
  4260. - application/json
  4261. responses:
  4262. "200":
  4263. description: 具体数据
  4264. schema:
  4265. type: string
  4266. "400":
  4267. description: 具体错误
  4268. schema:
  4269. $ref: '#/definitions/md.Response'
  4270. summary: 意见反馈-反馈记录-提交
  4271. tags:
  4272. - 意见反馈
  4273. /api/v1/userFeedback/say:
  4274. post:
  4275. consumes:
  4276. - application/json
  4277. description: 意见反馈-反馈记录-沟通发送
  4278. parameters:
  4279. - description: 验证参数Bearer和token空格拼接
  4280. in: header
  4281. name: Authorization
  4282. required: true
  4283. type: string
  4284. - description: 参数
  4285. in: body
  4286. name: req
  4287. required: true
  4288. schema:
  4289. $ref: '#/definitions/md.UserFeedbackSayReq'
  4290. produces:
  4291. - application/json
  4292. responses:
  4293. "200":
  4294. description: 具体数据
  4295. schema:
  4296. type: string
  4297. "400":
  4298. description: 具体错误
  4299. schema:
  4300. $ref: '#/definitions/md.Response'
  4301. summary: 意见反馈-反馈记录-沟通发送
  4302. tags:
  4303. - 意见反馈
  4304. /api/v1/userInfo:
  4305. get:
  4306. consumes:
  4307. - application/json
  4308. description: 用户信息
  4309. parameters:
  4310. - description: 验证参数Bearer和token空格拼接
  4311. in: header
  4312. name: Authorization
  4313. required: true
  4314. type: string
  4315. produces:
  4316. - application/json
  4317. responses:
  4318. "200":
  4319. description: 具体数据
  4320. schema:
  4321. $ref: '#/definitions/md.UserInfoResp'
  4322. "400":
  4323. description: 具体错误
  4324. schema:
  4325. $ref: '#/definitions/md.Response'
  4326. summary: 用户信息
  4327. tags:
  4328. - 用户信息
  4329. /api/v1/version:
  4330. get:
  4331. consumes:
  4332. - application/json
  4333. description: 版本记录
  4334. parameters:
  4335. - description: 验证参数Bearer和token空格拼接
  4336. in: header
  4337. name: Authorization
  4338. required: true
  4339. type: string
  4340. produces:
  4341. - application/json
  4342. responses:
  4343. "200":
  4344. description: 具体数据
  4345. schema:
  4346. $ref: '#/definitions/md.VersionResp'
  4347. "400":
  4348. description: 具体错误
  4349. schema:
  4350. $ref: '#/definitions/md.Response'
  4351. summary: 版本记录
  4352. tags:
  4353. - 基本配置
  4354. /api/v1/video/base:
  4355. get:
  4356. consumes:
  4357. - application/json
  4358. description: 短视频-基本信息
  4359. parameters:
  4360. - description: 验证参数Bearer和token空格拼接
  4361. in: header
  4362. name: Authorization
  4363. required: true
  4364. type: string
  4365. produces:
  4366. - application/json
  4367. responses:
  4368. "200":
  4369. description: 具体数据
  4370. schema:
  4371. $ref: '#/definitions/md.VideoBaseData'
  4372. "400":
  4373. description: 具体错误
  4374. schema:
  4375. $ref: '#/definitions/md.Response'
  4376. summary: 短视频-基本信息
  4377. tags:
  4378. - 短视频
  4379. /api/v1/video/reward:
  4380. post:
  4381. consumes:
  4382. - application/json
  4383. description: 短视频-领取
  4384. parameters:
  4385. - description: 验证参数Bearer和token空格拼接
  4386. in: header
  4387. name: Authorization
  4388. required: true
  4389. type: string
  4390. - description: 参数
  4391. in: body
  4392. name: req
  4393. required: true
  4394. schema:
  4395. $ref: '#/definitions/md.VideoRewardRequest'
  4396. produces:
  4397. - application/json
  4398. responses:
  4399. "200":
  4400. description: 具体数据
  4401. schema:
  4402. type: string
  4403. "400":
  4404. description: 具体错误
  4405. schema:
  4406. $ref: '#/definitions/md.Response'
  4407. summary: 短视频-领取
  4408. tags:
  4409. - 短视频
  4410. /api/v1/wallet/amountFlow:
  4411. get:
  4412. consumes:
  4413. - application/json
  4414. description: 余额明细(获取)
  4415. parameters:
  4416. - description: 验证参数Bearer和token空格拼接
  4417. in: header
  4418. name: Authorization
  4419. required: true
  4420. type: string
  4421. - description: 每页大小
  4422. in: query
  4423. name: limit
  4424. required: true
  4425. type: string
  4426. - description: 页数
  4427. in: query
  4428. name: page
  4429. required: true
  4430. type: string
  4431. - description: 开始时间
  4432. in: query
  4433. name: startAt
  4434. type: string
  4435. - description: 结束时间
  4436. in: query
  4437. name: endAt
  4438. type: string
  4439. - description: 流水方向(1.收入 2.支出 0.全部)
  4440. in: query
  4441. name: direction
  4442. type: string
  4443. produces:
  4444. - application/json
  4445. responses:
  4446. "200":
  4447. description: 具体数据
  4448. schema:
  4449. $ref: '#/definitions/md.GetAmountFlowResp'
  4450. "400":
  4451. description: 具体错误
  4452. schema:
  4453. $ref: '#/definitions/md.Response'
  4454. summary: 蛋蛋星球-钱包-余额明细(获取)
  4455. tags:
  4456. - 钱包
  4457. /api/v1/wallet/withdraw/apply:
  4458. post:
  4459. consumes:
  4460. - application/json
  4461. description: 发起提现
  4462. parameters:
  4463. - description: 验证参数Bearer和token空格拼接
  4464. in: header
  4465. name: Authorization
  4466. required: true
  4467. type: string
  4468. - description: 具体参数
  4469. in: body
  4470. name: req
  4471. required: true
  4472. schema:
  4473. $ref: '#/definitions/md.WithdrawApplyReq'
  4474. produces:
  4475. - application/json
  4476. responses:
  4477. "200":
  4478. description: success
  4479. schema:
  4480. type: string
  4481. "400":
  4482. description: 具体错误
  4483. schema:
  4484. $ref: '#/definitions/md.Response'
  4485. summary: 蛋蛋星球-钱包-发起提现
  4486. tags:
  4487. - 钱包
  4488. /api/v1/wallet/withdraw/bindAlipay:
  4489. post:
  4490. consumes:
  4491. - application/json
  4492. description: 绑定支付宝
  4493. parameters:
  4494. - description: 验证参数Bearer和token空格拼接
  4495. in: header
  4496. name: Authorization
  4497. required: true
  4498. type: string
  4499. - description: 具体参数
  4500. in: body
  4501. name: req
  4502. required: true
  4503. schema:
  4504. $ref: '#/definitions/md.BindAlipayAccountReq'
  4505. produces:
  4506. - application/json
  4507. responses:
  4508. "200":
  4509. description: success
  4510. schema:
  4511. type: string
  4512. "400":
  4513. description: 具体错误
  4514. schema:
  4515. $ref: '#/definitions/md.Response'
  4516. summary: 蛋蛋星球-钱包-绑定支付宝
  4517. tags:
  4518. - 钱包
  4519. /api/v1/wallet/withdraw/bindWxPay:
  4520. post:
  4521. consumes:
  4522. - application/json
  4523. description: 绑定微信支付
  4524. parameters:
  4525. - description: 验证参数Bearer和token空格拼接
  4526. in: header
  4527. name: Authorization
  4528. required: true
  4529. type: string
  4530. - description: 具体参数
  4531. in: body
  4532. name: req
  4533. required: true
  4534. schema:
  4535. $ref: '#/definitions/md.BindWxPayAccountReq'
  4536. produces:
  4537. - application/json
  4538. responses:
  4539. "200":
  4540. description: success
  4541. schema:
  4542. type: string
  4543. "400":
  4544. description: 具体错误
  4545. schema:
  4546. $ref: '#/definitions/md.Response'
  4547. summary: 蛋蛋星球-钱包-绑定微信支付
  4548. tags:
  4549. - 钱包
  4550. /api/v1/wallet/withdraw/condition:
  4551. get:
  4552. consumes:
  4553. - application/json
  4554. description: 提现条件(获取)
  4555. parameters:
  4556. - description: 验证参数Bearer和token空格拼接
  4557. in: header
  4558. name: Authorization
  4559. required: true
  4560. type: string
  4561. produces:
  4562. - application/json
  4563. responses:
  4564. "200":
  4565. description: 具体数据
  4566. schema:
  4567. $ref: '#/definitions/md.GetWithdrawConditionResp'
  4568. "400":
  4569. description: 具体错误
  4570. schema:
  4571. $ref: '#/definitions/md.Response'
  4572. summary: 蛋蛋星球-钱包-提现条件(获取)
  4573. tags:
  4574. - 钱包
  4575. /api/v1/wallet/withdraw/index:
  4576. get:
  4577. consumes:
  4578. - application/json
  4579. description: 提现余额(获取)
  4580. parameters:
  4581. - description: 验证参数Bearer和token空格拼接
  4582. in: header
  4583. name: Authorization
  4584. required: true
  4585. type: string
  4586. produces:
  4587. - application/json
  4588. responses:
  4589. "200":
  4590. description: 具体数据
  4591. schema:
  4592. $ref: '#/definitions/md.WithdrawGetAmountResp'
  4593. "400":
  4594. description: 具体错误
  4595. schema:
  4596. $ref: '#/definitions/md.Response'
  4597. summary: 蛋蛋星球-钱包-提现余额(获取)
  4598. tags:
  4599. - 钱包
  4600. /api/v1/wallet/withdraw/launchBindAlipay:
  4601. get:
  4602. consumes:
  4603. - application/json
  4604. description: 发起绑定支付宝获得URL
  4605. parameters:
  4606. - description: 验证参数Bearer和token空格拼接
  4607. in: header
  4608. name: Authorization
  4609. required: true
  4610. type: string
  4611. produces:
  4612. - application/json
  4613. responses:
  4614. "200":
  4615. description: Url
  4616. schema:
  4617. type: string
  4618. "400":
  4619. description: 具体错误
  4620. schema:
  4621. $ref: '#/definitions/md.Response'
  4622. summary: 蛋蛋星球-钱包-发起绑定支付宝获得URL
  4623. tags:
  4624. - 钱包
  4625. /api/v1/wechatLogin:
  4626. post:
  4627. consumes:
  4628. - application/json
  4629. description: 微信登陆
  4630. parameters:
  4631. - description: 注册参数
  4632. in: body
  4633. name: req
  4634. required: true
  4635. schema:
  4636. $ref: '#/definitions/md.WechatLoginReq'
  4637. produces:
  4638. - application/json
  4639. responses:
  4640. "200":
  4641. description: 登录成功返回
  4642. schema:
  4643. $ref: '#/definitions/md.LoginResponse'
  4644. "400":
  4645. description: 具体错误
  4646. schema:
  4647. $ref: '#/definitions/md.Response'
  4648. summary: 微信登陆
  4649. tags:
  4650. - 登录注册
  4651. /api/v1/wechatRegister:
  4652. post:
  4653. consumes:
  4654. - application/json
  4655. description: 注册
  4656. parameters:
  4657. - description: 注册参数
  4658. in: body
  4659. name: req
  4660. required: true
  4661. schema:
  4662. $ref: '#/definitions/md.RegisterReq'
  4663. produces:
  4664. - application/json
  4665. responses:
  4666. "200":
  4667. description: 登录成功返回
  4668. schema:
  4669. $ref: '#/definitions/md.LoginResponse'
  4670. "400":
  4671. description: 具体错误
  4672. schema:
  4673. $ref: '#/definitions/md.Response'
  4674. summary: 注册
  4675. tags:
  4676. - 登录注册
  4677. swagger: "2.0"