蛋蛋星球-客户端
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

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