蛋蛋星球-客户端
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

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