蛋蛋星球-客户端
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 

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