蛋蛋星球-客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

3470 lines
86 KiB

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