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

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