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

3401 regels
84 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. additionalProperties: true
  534. description: 内容
  535. type: object
  536. mod_name:
  537. description: 模块名称
  538. type: string
  539. position:
  540. description: 位置
  541. type: string
  542. skip_identifier:
  543. description: 跳转标识
  544. type: string
  545. subtitle:
  546. description: 副标题
  547. type: string
  548. title:
  549. description: 标题
  550. type: string
  551. type: object
  552. md.GetPriceCurveResp:
  553. properties:
  554. x_data:
  555. items: {}
  556. type: array
  557. y_data:
  558. items: {}
  559. type: array
  560. type: object
  561. md.GetWithdrawConditionResp:
  562. properties:
  563. is_bind_alipay:
  564. description: 是否绑定阿里账户
  565. type: boolean
  566. is_bind_wx:
  567. description: 是否绑定微信账户
  568. type: boolean
  569. is_can_withdraw:
  570. description: 是否能提现
  571. type: boolean
  572. is_need_real_name:
  573. description: 是否需要实名
  574. type: boolean
  575. is_real_name:
  576. description: 是否实名
  577. type: boolean
  578. not_withdraw_reason:
  579. description: 不能提现原因
  580. type: string
  581. type: object
  582. md.GrabRedPackageReq:
  583. properties:
  584. device_id:
  585. description: 设备id
  586. type: string
  587. receiver_id:
  588. description: 用户id或者群组id
  589. type: integer
  590. receiver_type:
  591. description: 接收者类型,1:user;2:group
  592. type: integer
  593. red_package_cover:
  594. description: 红包封面
  595. type: string
  596. red_package_id:
  597. description: 红包id
  598. type: integer
  599. send_red_package_user_nike_name:
  600. description: 红包发送者-im用户昵称
  601. type: string
  602. send_red_packet_avatar_url:
  603. description: 红包发送者-im用户头像
  604. type: string
  605. send_time:
  606. description: 消息发送时间戳,精确到毫秒
  607. type: integer
  608. token:
  609. description: im-token
  610. type: string
  611. user_id:
  612. description: im用户id
  613. type: string
  614. type: object
  615. md.GrabRedPackageResp:
  616. properties:
  617. grab_amount:
  618. description: 抢到的红包金额
  619. type: string
  620. im:
  621. allOf:
  622. - $ref: '#/definitions/pb.SendRedPacketResp'
  623. description: im 返回体
  624. type: object
  625. md.Guide:
  626. properties:
  627. bg_image:
  628. type: string
  629. bg_image_url:
  630. type: string
  631. content_image:
  632. type: string
  633. content_image_url:
  634. type: string
  635. type: object
  636. md.HomePageResp:
  637. properties:
  638. initial_price:
  639. description: 蛋蛋能量初始价格
  640. type: string
  641. is_sign:
  642. description: 是否开始签到
  643. type: boolean
  644. nick_name:
  645. description: 用户名称
  646. type: string
  647. now_basal_rate:
  648. description: 当前基础速率/小时
  649. type: string
  650. now_team_rate:
  651. description: 当前团队速率/小时
  652. type: string
  653. sign_end_time:
  654. description: 签到截止时间
  655. type: string
  656. total_active_points:
  657. description: 总蛋蛋积分
  658. type: string
  659. total_egg_energy:
  660. description: 总蛋蛋能量
  661. type: string
  662. type: object
  663. md.HomePageWatchAdRuleResp:
  664. properties:
  665. each_round_hour:
  666. description: 每一轮X个小时
  667. type: string
  668. next_watch_ad_date:
  669. description: 下次可观看广告时间,若为空允许观看视频
  670. type: string
  671. residue_watch_ad_num:
  672. description: 当前剩余可观看视频数
  673. type: integer
  674. reward_total_num:
  675. description: 总可观看广告数量
  676. type: string
  677. watch_ad_reward_active_points:
  678. description: 观看广告视频奖励X个活跃积分
  679. type: string
  680. type: object
  681. md.InitialDataResp:
  682. properties:
  683. initial_price:
  684. description: 初始价格
  685. type: string
  686. total_angel_investor:
  687. description: 天使投资人
  688. type: string
  689. total_ecological_development:
  690. description: 生态建设
  691. type: string
  692. total_issuance_amount:
  693. description: 总发行量
  694. type: string
  695. total_operate_fund:
  696. description: 运营资金
  697. type: string
  698. total_technology_team:
  699. description: 技术团队
  700. type: string
  701. type: object
  702. md.IntegralList:
  703. properties:
  704. expend_list:
  705. description: 支出类型列表
  706. items:
  707. $ref: '#/definitions/md.TransferTypeNode'
  708. type: array
  709. income_list:
  710. description: 收入类型列表
  711. items:
  712. $ref: '#/definitions/md.TransferTypeNode'
  713. type: array
  714. type: object
  715. md.InviteCodeUserInfoReq:
  716. properties:
  717. invite_code:
  718. type: string
  719. type: object
  720. md.InviteCodeUserInfoResp:
  721. properties:
  722. head_img:
  723. type: string
  724. nickname:
  725. type: string
  726. type: object
  727. md.InviteUrl:
  728. properties:
  729. invite_code:
  730. type: string
  731. link:
  732. type: string
  733. qrcode:
  734. type: string
  735. type: object
  736. md.IsCanGetRedPackageResp:
  737. properties:
  738. is_can_get_red_package:
  739. description: 能否获取红包
  740. type: boolean
  741. type: object
  742. md.IsCanSignInResp:
  743. properties:
  744. is_can_sign_in:
  745. description: 能否签到
  746. type: boolean
  747. type: object
  748. md.LaunchBindAlipayAccountReq:
  749. properties:
  750. redirect_uri:
  751. description: 回调页面,是经过转义的 URL 链接(url 必须以 HTTP 或者 HTTPS 开头)
  752. type: string
  753. type: object
  754. md.LoginReq:
  755. properties:
  756. code:
  757. example: 验证码
  758. type: string
  759. password:
  760. example: 登录密码
  761. type: string
  762. phone:
  763. example: 手机号
  764. type: string
  765. required:
  766. - password
  767. - phone
  768. type: object
  769. md.LoginResponse:
  770. properties:
  771. token:
  772. type: string
  773. type: object
  774. md.MemberCenterGetBasicResp:
  775. properties:
  776. active_num:
  777. description: 活跃值
  778. type: string
  779. amount:
  780. description: 账户余额
  781. type: string
  782. contribution_value:
  783. description: 贡献值
  784. type: string
  785. date:
  786. description: 兑换时间(每月x日)
  787. type: string
  788. egg_energy:
  789. description: 能量值
  790. type: string
  791. egg_energy_value:
  792. description: 能量预估价值
  793. type: string
  794. egg_score:
  795. description: 蛋蛋分
  796. type: string
  797. head_img:
  798. type: string
  799. id:
  800. type: string
  801. invite_code:
  802. type: string
  803. is_bind_extend:
  804. example: 是否绑定了上级 0否 1是
  805. type: string
  806. is_real_name:
  807. example: 是否实名认证 0否 1是
  808. type: string
  809. level_name:
  810. description: 会员等级名称
  811. type: string
  812. nickname:
  813. description: 会员名称
  814. type: string
  815. phone:
  816. type: string
  817. ratio:
  818. description: 兑换比例(x:y)
  819. type: string
  820. type: object
  821. md.MyFansResp:
  822. properties:
  823. now_team_assistance_num:
  824. description: 团队助力人数
  825. type: integer
  826. now_team_assistance_reward:
  827. description: 团队助力收益
  828. type: string
  829. now_team_user:
  830. description: 团队人数
  831. type: integer
  832. type: object
  833. md.MyFansUserListResp:
  834. properties:
  835. list:
  836. items:
  837. $ref: '#/definitions/md.OneLineUserNode'
  838. type: array
  839. type: object
  840. md.NineDimensionalSpaceResp:
  841. properties:
  842. a_lot_of_nums:
  843. description: 全网至多用户数
  844. type: integer
  845. day_num:
  846. description: 连续x天不活跃
  847. type: integer
  848. rows:
  849. description: 行数
  850. type: string
  851. space_list:
  852. description: 数据列表
  853. items:
  854. $ref: '#/definitions/md.SpaceListNode'
  855. type: array
  856. space_nums:
  857. description: 空间人数
  858. type: integer
  859. space_total_nums:
  860. description: 空间总数
  861. type: integer
  862. times:
  863. description: 排数
  864. type: string
  865. type: object
  866. md.OneLineUserNode:
  867. properties:
  868. avatar_url:
  869. type: string
  870. invite_time:
  871. type: string
  872. is_online:
  873. type: boolean
  874. nickname:
  875. type: string
  876. type: object
  877. md.PointsCenterGetBasicResp:
  878. properties:
  879. egg_point:
  880. description: 能量积分
  881. type: string
  882. egg_point_amount:
  883. description: 能量积分价值
  884. type: string
  885. energy:
  886. description: 蛋蛋能量值
  887. type: string
  888. energy_amount:
  889. description: 能量价值
  890. type: string
  891. wallet_amount:
  892. description: 账户余额
  893. type: string
  894. type: object
  895. md.PointsExchangeGetBasicResp:
  896. properties:
  897. available_cash:
  898. description: 可用现金
  899. type: string
  900. available_energy:
  901. description: 可用能量
  902. type: string
  903. type: object
  904. md.RealNameAuthAddRequest:
  905. properties:
  906. card_no:
  907. type: string
  908. real_name:
  909. type: string
  910. type: object
  911. md.RealNameAuthBasicData:
  912. properties:
  913. auth_state:
  914. example: 0未申请 1申请通过 3申请失败
  915. type: string
  916. is_need_get_energy:
  917. example: 0不需要获取能量 1弹窗提示 前往蛋蛋乐园获取能量
  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/college/cate:
  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.AdvertisingResp'
  1770. "400":
  1771. description: 具体错误
  1772. schema:
  1773. $ref: '#/definitions/md.Response'
  1774. summary: 蛋蛋学院-分类
  1775. tags:
  1776. - 蛋蛋学院
  1777. /api/v1/college/detail:
  1778. post:
  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: body
  1790. name: req
  1791. required: true
  1792. schema:
  1793. $ref: '#/definitions/md.CollegeDetailReq'
  1794. produces:
  1795. - application/json
  1796. responses:
  1797. "200":
  1798. description: 具体数据
  1799. schema:
  1800. $ref: '#/definitions/md.CollegeDetailResp'
  1801. "400":
  1802. description: 具体错误
  1803. schema:
  1804. $ref: '#/definitions/md.Response'
  1805. summary: 蛋蛋学院-文章详情
  1806. tags:
  1807. - 蛋蛋学院
  1808. /api/v1/college/like/add:
  1809. post:
  1810. consumes:
  1811. - application/json
  1812. description: 蛋蛋学院-文章-点赞
  1813. parameters:
  1814. - description: 验证参数Bearer和token空格拼接
  1815. in: header
  1816. name: Authorization
  1817. required: true
  1818. type: string
  1819. - description: 参数
  1820. in: body
  1821. name: req
  1822. required: true
  1823. schema:
  1824. $ref: '#/definitions/md.CollegeDetailReq'
  1825. produces:
  1826. - application/json
  1827. responses:
  1828. "200":
  1829. description: 具体数据
  1830. schema:
  1831. type: string
  1832. "400":
  1833. description: 具体错误
  1834. schema:
  1835. $ref: '#/definitions/md.Response'
  1836. summary: 蛋蛋学院-文章-点赞
  1837. tags:
  1838. - 蛋蛋学院
  1839. /api/v1/college/like/cancel:
  1840. post:
  1841. consumes:
  1842. - application/json
  1843. description: 蛋蛋学院-文章-取消点赞
  1844. parameters:
  1845. - description: 验证参数Bearer和token空格拼接
  1846. in: header
  1847. name: Authorization
  1848. required: true
  1849. type: string
  1850. - description: 参数
  1851. in: body
  1852. name: req
  1853. required: true
  1854. schema:
  1855. $ref: '#/definitions/md.CollegeDetailReq'
  1856. produces:
  1857. - application/json
  1858. responses:
  1859. "200":
  1860. description: 具体数据
  1861. schema:
  1862. type: string
  1863. "400":
  1864. description: 具体错误
  1865. schema:
  1866. $ref: '#/definitions/md.Response'
  1867. summary: 蛋蛋学院-文章-取消点赞
  1868. tags:
  1869. - 蛋蛋学院
  1870. /api/v1/college/list:
  1871. post:
  1872. consumes:
  1873. - application/json
  1874. description: 蛋蛋学院-文章列表
  1875. parameters:
  1876. - description: 验证参数Bearer和token空格拼接
  1877. in: header
  1878. name: Authorization
  1879. required: true
  1880. type: string
  1881. - description: 参数
  1882. in: body
  1883. name: req
  1884. required: true
  1885. schema:
  1886. $ref: '#/definitions/md.CollegeListReq'
  1887. produces:
  1888. - application/json
  1889. responses:
  1890. "200":
  1891. description: 具体数据
  1892. schema:
  1893. $ref: '#/definitions/md.CollegeListResp'
  1894. "400":
  1895. description: 具体错误
  1896. schema:
  1897. $ref: '#/definitions/md.Response'
  1898. summary: 蛋蛋学院-文章列表
  1899. tags:
  1900. - 蛋蛋学院
  1901. /api/v1/college/share/add:
  1902. post:
  1903. consumes:
  1904. - application/json
  1905. description: 蛋蛋学院-文章-分享后调用统计数量
  1906. parameters:
  1907. - description: 验证参数Bearer和token空格拼接
  1908. in: header
  1909. name: Authorization
  1910. required: true
  1911. type: string
  1912. - description: 参数
  1913. in: body
  1914. name: req
  1915. required: true
  1916. schema:
  1917. $ref: '#/definitions/md.CollegeDetailReq'
  1918. produces:
  1919. - application/json
  1920. responses:
  1921. "200":
  1922. description: 具体数据
  1923. schema:
  1924. type: string
  1925. "400":
  1926. description: 具体错误
  1927. schema:
  1928. $ref: '#/definitions/md.Response'
  1929. summary: 蛋蛋学院-文章-分享后调用统计数量
  1930. tags:
  1931. - 蛋蛋学院
  1932. /api/v1/comm/getOssUrl:
  1933. post:
  1934. consumes:
  1935. - application/json
  1936. description: 上传许可链接(获取)
  1937. parameters:
  1938. - description: 验证参数Bearer和token空格拼接
  1939. in: header
  1940. name: Authorization
  1941. required: true
  1942. type: string
  1943. - description: 签名上传url
  1944. in: body
  1945. name: req
  1946. required: true
  1947. schema:
  1948. $ref: '#/definitions/comm.ImgReqUploadReq'
  1949. produces:
  1950. - application/json
  1951. responses:
  1952. "200":
  1953. description: 许可链接
  1954. schema:
  1955. type: string
  1956. "400":
  1957. description: 具体错误
  1958. schema:
  1959. $ref: '#/definitions/md.Response'
  1960. summary: 通用请求-对象存储-上传许可链接(获取)
  1961. tags:
  1962. - 对象存储
  1963. /api/v1/config:
  1964. get:
  1965. consumes:
  1966. - application/json
  1967. description: 基本配置
  1968. parameters:
  1969. - description: 验证参数Bearer和token空格拼接
  1970. in: header
  1971. name: Authorization
  1972. required: true
  1973. type: string
  1974. produces:
  1975. - application/json
  1976. responses:
  1977. "200":
  1978. description: 具体数据
  1979. schema:
  1980. $ref: '#/definitions/md.ConfigResp'
  1981. "400":
  1982. description: 具体错误
  1983. schema:
  1984. $ref: '#/definitions/md.Response'
  1985. summary: 基本配置
  1986. tags:
  1987. - 基本配置
  1988. /api/v1/faceRealName/base:
  1989. get:
  1990. consumes:
  1991. - application/json
  1992. description: 实名认证-分类
  1993. parameters:
  1994. - description: 验证参数Bearer和token空格拼接
  1995. in: header
  1996. name: Authorization
  1997. required: true
  1998. type: string
  1999. produces:
  2000. - application/json
  2001. responses:
  2002. "200":
  2003. description: 具体数据
  2004. schema:
  2005. $ref: '#/definitions/md.RealNameAuthBasicData'
  2006. "400":
  2007. description: 具体错误
  2008. schema:
  2009. $ref: '#/definitions/md.Response'
  2010. summary: 实名认证-基础信息
  2011. tags:
  2012. - 实名认证
  2013. /api/v1/faceRealName/save:
  2014. post:
  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. - description: 参数
  2025. in: body
  2026. name: req
  2027. required: true
  2028. schema:
  2029. $ref: '#/definitions/md.RealNameAuthAddRequest'
  2030. produces:
  2031. - application/json
  2032. responses:
  2033. "200":
  2034. description: 具体数据
  2035. schema:
  2036. $ref: '#/definitions/md.RealNameAuthResp'
  2037. "400":
  2038. description: 具体错误
  2039. schema:
  2040. $ref: '#/definitions/md.Response'
  2041. summary: 实名认证-保存
  2042. tags:
  2043. - 实名认证
  2044. /api/v1/fastLogin:
  2045. post:
  2046. consumes:
  2047. - application/json
  2048. description: 一键登录
  2049. parameters:
  2050. - description: 注册参数
  2051. in: body
  2052. name: req
  2053. required: true
  2054. schema:
  2055. $ref: '#/definitions/md.FastLoginReq'
  2056. produces:
  2057. - application/json
  2058. responses:
  2059. "200":
  2060. description: 登录成功返回
  2061. schema:
  2062. $ref: '#/definitions/md.LoginResponse'
  2063. "400":
  2064. description: 具体错误
  2065. schema:
  2066. $ref: '#/definitions/md.Response'
  2067. summary: 一键登录
  2068. tags:
  2069. - 登录注册
  2070. /api/v1/findPassword:
  2071. post:
  2072. consumes:
  2073. - application/json
  2074. description: 找回密码
  2075. parameters:
  2076. - description: 注册参数
  2077. in: body
  2078. name: req
  2079. required: true
  2080. schema:
  2081. $ref: '#/definitions/md.FindPasswordReq'
  2082. produces:
  2083. - application/json
  2084. responses:
  2085. "200":
  2086. description: 登录成功返回
  2087. schema:
  2088. type: string
  2089. "400":
  2090. description: 具体错误
  2091. schema:
  2092. $ref: '#/definitions/md.Response'
  2093. summary: 找回密码
  2094. tags:
  2095. - 登录注册
  2096. /api/v1/getModuleSetting:
  2097. get:
  2098. consumes:
  2099. - application/json
  2100. description: 页面样式
  2101. parameters:
  2102. - description: 验证参数Bearer和token空格拼接
  2103. in: header
  2104. name: Authorization
  2105. required: true
  2106. type: string
  2107. - description: 页面名称类型值(1:home_page 2:member_center 3:bottom_bar 4:invitation_download_landing_page
  2108. 5:invitation_poster)
  2109. in: query
  2110. name: mod_name_value
  2111. required: true
  2112. type: string
  2113. produces:
  2114. - application/json
  2115. responses:
  2116. "200":
  2117. description: 具体数据
  2118. schema:
  2119. $ref: '#/definitions/md.GetModuleSettingResp'
  2120. "400":
  2121. description: 具体错误
  2122. schema:
  2123. $ref: '#/definitions/md.Response'
  2124. summary: 页面样式
  2125. tags:
  2126. - 页面样式
  2127. /api/v1/homePage/adRule:
  2128. get:
  2129. consumes:
  2130. - application/json
  2131. description: 视频奖励规则(获取)
  2132. parameters:
  2133. - description: 验证参数Bearer和token空格拼接
  2134. in: header
  2135. name: Authorization
  2136. required: true
  2137. type: string
  2138. produces:
  2139. - application/json
  2140. responses:
  2141. "200":
  2142. description: 具体数据
  2143. schema:
  2144. $ref: '#/definitions/md.HomePageWatchAdRuleResp'
  2145. "400":
  2146. description: 具体错误
  2147. schema:
  2148. $ref: '#/definitions/md.Response'
  2149. summary: 蛋蛋星球-主页-视频奖励规则(获取)
  2150. tags:
  2151. - 主页
  2152. /api/v1/homePage/index:
  2153. get:
  2154. consumes:
  2155. - application/json
  2156. description: 基础信息(获取)
  2157. parameters:
  2158. - description: 验证参数Bearer和token空格拼接
  2159. in: header
  2160. name: Authorization
  2161. required: true
  2162. type: string
  2163. produces:
  2164. - application/json
  2165. responses:
  2166. "200":
  2167. description: 具体数据
  2168. schema:
  2169. $ref: '#/definitions/md.HomePageResp'
  2170. "400":
  2171. description: 具体错误
  2172. schema:
  2173. $ref: '#/definitions/md.Response'
  2174. summary: 蛋蛋星球-主页-基础信息(获取)
  2175. tags:
  2176. - 主页
  2177. /api/v1/homePage/isCanGetRedPackage:
  2178. get:
  2179. consumes:
  2180. - application/json
  2181. description: 是否可以领取红包(获取)
  2182. parameters:
  2183. - description: 验证参数Bearer和token空格拼接
  2184. in: header
  2185. name: Authorization
  2186. required: true
  2187. type: string
  2188. produces:
  2189. - application/json
  2190. responses:
  2191. "200":
  2192. description: 具体数据
  2193. schema:
  2194. $ref: '#/definitions/md.IsCanGetRedPackageResp'
  2195. "400":
  2196. description: 具体错误
  2197. schema:
  2198. $ref: '#/definitions/md.Response'
  2199. summary: 蛋蛋星球-主页-是否领取红包(获取)
  2200. tags:
  2201. - 主页
  2202. /api/v1/homePage/isCanSignIn:
  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.IsCanSignInResp'
  2220. "400":
  2221. description: 具体错误
  2222. schema:
  2223. $ref: '#/definitions/md.Response'
  2224. summary: 蛋蛋星球-主页-是否能签到(获取)
  2225. tags:
  2226. - 主页
  2227. /api/v1/homePage/realTimePrice:
  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.RealTimePriceResp'
  2245. "400":
  2246. description: 具体错误
  2247. schema:
  2248. $ref: '#/definitions/md.Response'
  2249. summary: 蛋蛋星球-主页-实时数据(获取)
  2250. tags:
  2251. - 主页
  2252. /api/v1/im/redPackageDetail:
  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. - description: 红包 ID
  2264. in: query
  2265. name: red_package_id
  2266. required: true
  2267. type: string
  2268. produces:
  2269. - application/json
  2270. responses:
  2271. "200":
  2272. description: 具体数据
  2273. schema:
  2274. $ref: '#/definitions/md.RedPackageDetailResp'
  2275. "400":
  2276. description: 具体错误
  2277. schema:
  2278. $ref: '#/definitions/md.Response'
  2279. summary: 蛋蛋星球-即时通讯-红包详情(获取)
  2280. tags:
  2281. - 即时通讯
  2282. /api/v1/im/user/grabRedPackage:
  2283. post:
  2284. consumes:
  2285. - application/json
  2286. description: 领取红包
  2287. parameters:
  2288. - description: 验证参数Bearer和token空格拼接
  2289. in: header
  2290. name: Authorization
  2291. required: true
  2292. type: string
  2293. - description: 领取红包信息
  2294. in: body
  2295. name: req
  2296. required: true
  2297. schema:
  2298. $ref: '#/definitions/md.GrabRedPackageReq'
  2299. produces:
  2300. - application/json
  2301. responses:
  2302. "200":
  2303. description: 具体数据
  2304. schema:
  2305. $ref: '#/definitions/md.GrabRedPackageResp'
  2306. "400":
  2307. description: 具体错误
  2308. schema:
  2309. $ref: '#/definitions/md.Response'
  2310. summary: 蛋蛋星球-即时通讯-领取红包
  2311. tags:
  2312. - 即时通讯
  2313. /api/v1/im/user/sendRedPackage:
  2314. post:
  2315. consumes:
  2316. - application/json
  2317. description: 发送红包
  2318. parameters:
  2319. - description: 验证参数Bearer和token空格拼接
  2320. in: header
  2321. name: Authorization
  2322. required: true
  2323. type: string
  2324. - description: 发送红包信息
  2325. in: body
  2326. name: req
  2327. required: true
  2328. schema:
  2329. $ref: '#/definitions/md.SendRedPackageReq'
  2330. produces:
  2331. - application/json
  2332. responses:
  2333. "200":
  2334. description: 具体数据
  2335. schema:
  2336. $ref: '#/definitions/md.SendRedPackageResp'
  2337. "400":
  2338. description: 具体错误
  2339. schema:
  2340. $ref: '#/definitions/md.Response'
  2341. summary: 蛋蛋星球-即时通讯-发送红包
  2342. tags:
  2343. - 即时通讯
  2344. /api/v1/im/user/sendRedPackageDetail:
  2345. post:
  2346. consumes:
  2347. - application/json
  2348. description: 发送红包详情
  2349. parameters:
  2350. - description: 验证参数Bearer和token空格拼接
  2351. in: header
  2352. name: Authorization
  2353. required: true
  2354. type: string
  2355. - description: 红包的订单 ID
  2356. in: body
  2357. name: req
  2358. required: true
  2359. schema:
  2360. $ref: '#/definitions/md.SendRedPackageDetailReq'
  2361. produces:
  2362. - application/json
  2363. responses:
  2364. "200":
  2365. description: 具体数据
  2366. schema:
  2367. $ref: '#/definitions/md.SendRedPackageDetailResp'
  2368. "400":
  2369. description: 具体错误
  2370. schema:
  2371. $ref: '#/definitions/md.Response'
  2372. summary: 蛋蛋星球-即时通讯-发送红包详情
  2373. tags:
  2374. - 即时通讯
  2375. /api/v1/inviteCode/userInfo:
  2376. post:
  2377. consumes:
  2378. - application/json
  2379. description: 邀请码获取用户信息
  2380. parameters:
  2381. - description: 注册参数
  2382. in: body
  2383. name: req
  2384. required: true
  2385. schema:
  2386. $ref: '#/definitions/md.InviteCodeUserInfoReq'
  2387. produces:
  2388. - application/json
  2389. responses:
  2390. "200":
  2391. description: 具体数据
  2392. schema:
  2393. $ref: '#/definitions/md.InviteCodeUserInfoResp'
  2394. "400":
  2395. description: 具体错误
  2396. schema:
  2397. $ref: '#/definitions/md.Response'
  2398. summary: 邀请码获取用户信息
  2399. tags:
  2400. - 登录注册
  2401. /api/v1/login:
  2402. post:
  2403. consumes:
  2404. - application/json
  2405. description: 登入
  2406. parameters:
  2407. - description: 用户名密码
  2408. in: body
  2409. name: req
  2410. required: true
  2411. schema:
  2412. $ref: '#/definitions/md.LoginReq'
  2413. produces:
  2414. - application/json
  2415. responses:
  2416. "200":
  2417. description: token
  2418. schema:
  2419. $ref: '#/definitions/md.LoginResponse'
  2420. "400":
  2421. description: 具体错误
  2422. schema:
  2423. $ref: '#/definitions/md.Response'
  2424. summary: 登陆
  2425. tags:
  2426. - 登录注册
  2427. /api/v1/memberCenter/bindParent:
  2428. post:
  2429. consumes:
  2430. - application/json
  2431. description: 绑定上级
  2432. parameters:
  2433. - description: 注册参数
  2434. in: body
  2435. name: req
  2436. required: true
  2437. schema:
  2438. $ref: '#/definitions/md.InviteCodeUserInfoReq'
  2439. produces:
  2440. - application/json
  2441. responses:
  2442. "200":
  2443. description: 具体数据
  2444. schema:
  2445. type: string
  2446. "400":
  2447. description: 具体错误
  2448. schema:
  2449. $ref: '#/definitions/md.Response'
  2450. summary: 绑定上级-要登陆的
  2451. tags:
  2452. - 登录注册
  2453. /api/v1/memberCenter/getBasic:
  2454. get:
  2455. consumes:
  2456. - application/json
  2457. description: 基础数据(获取)
  2458. parameters:
  2459. - description: 验证参数Bearer和token空格拼接
  2460. in: header
  2461. name: Authorization
  2462. required: true
  2463. type: string
  2464. produces:
  2465. - application/json
  2466. responses:
  2467. "200":
  2468. description: 具体数据
  2469. schema:
  2470. $ref: '#/definitions/md.MemberCenterGetBasicResp'
  2471. "400":
  2472. description: 具体错误
  2473. schema:
  2474. $ref: '#/definitions/md.Response'
  2475. summary: 蛋蛋星球-会员中心-基础数据(获取)
  2476. tags:
  2477. - 会员中心
  2478. /api/v1/memberCenter/inviteUrl:
  2479. get:
  2480. consumes:
  2481. - application/json
  2482. description: 邀请链接
  2483. produces:
  2484. - application/json
  2485. responses:
  2486. "200":
  2487. description: 登录成功返回
  2488. schema:
  2489. $ref: '#/definitions/md.InviteUrl'
  2490. "400":
  2491. description: 具体错误
  2492. schema:
  2493. $ref: '#/definitions/md.Response'
  2494. summary: 邀请链接
  2495. tags:
  2496. - 邀请海报
  2497. /api/v1/memberCenter/updatePasscode:
  2498. post:
  2499. consumes:
  2500. - application/json
  2501. description: 修改支付宝密码
  2502. parameters:
  2503. - description: 注册参数
  2504. in: body
  2505. name: req
  2506. required: true
  2507. schema:
  2508. $ref: '#/definitions/md.UpdatePasscodeReq'
  2509. produces:
  2510. - application/json
  2511. responses:
  2512. "200":
  2513. description: 登录成功返回
  2514. schema:
  2515. type: string
  2516. "400":
  2517. description: 具体错误
  2518. schema:
  2519. $ref: '#/definitions/md.Response'
  2520. summary: 修改支付宝密码
  2521. tags:
  2522. - 账号与安全
  2523. /api/v1/memberCenter/updatePassword:
  2524. post:
  2525. consumes:
  2526. - application/json
  2527. description: 修改密码
  2528. parameters:
  2529. - description: 注册参数
  2530. in: body
  2531. name: req
  2532. required: true
  2533. schema:
  2534. $ref: '#/definitions/md.UpdatePasswordReq'
  2535. produces:
  2536. - application/json
  2537. responses:
  2538. "200":
  2539. description: 登录成功返回
  2540. schema:
  2541. type: string
  2542. "400":
  2543. description: 具体错误
  2544. schema:
  2545. $ref: '#/definitions/md.Response'
  2546. summary: 修改密码-不要原密码 换成验证码
  2547. tags:
  2548. - 账号与安全
  2549. /api/v1/openApp/start:
  2550. get:
  2551. consumes:
  2552. - application/json
  2553. description: 打开app调用
  2554. parameters:
  2555. - description: 验证参数Bearer和token空格拼接
  2556. in: header
  2557. name: Authorization
  2558. required: true
  2559. type: string
  2560. produces:
  2561. - application/json
  2562. responses:
  2563. "200":
  2564. description: 具体数据
  2565. schema:
  2566. type: string
  2567. "400":
  2568. description: 具体错误
  2569. schema:
  2570. $ref: '#/definitions/md.Response'
  2571. summary: 打开app调用
  2572. tags:
  2573. - 基本配置
  2574. /api/v1/pointsCenter/basic:
  2575. get:
  2576. consumes:
  2577. - application/json
  2578. description: 上部分基础信息(获取)
  2579. parameters:
  2580. - description: 验证参数Bearer和token空格拼接
  2581. in: header
  2582. name: Authorization
  2583. required: true
  2584. type: string
  2585. produces:
  2586. - application/json
  2587. responses:
  2588. "200":
  2589. description: 具体数据
  2590. schema:
  2591. $ref: '#/definitions/md.PointsCenterGetBasicResp'
  2592. "400":
  2593. description: 具体错误
  2594. schema:
  2595. $ref: '#/definitions/md.Response'
  2596. summary: 蛋蛋星球-积分中心-上部分基础信息(获取)
  2597. tags:
  2598. - 积分中心
  2599. /api/v1/pointsCenter/contributionValue:
  2600. get:
  2601. consumes:
  2602. - application/json
  2603. description: 贡献值(获取)
  2604. parameters:
  2605. - description: 验证参数Bearer和token空格拼接
  2606. in: header
  2607. name: Authorization
  2608. required: true
  2609. type: string
  2610. produces:
  2611. - application/json
  2612. responses:
  2613. "200":
  2614. description: 具体数据
  2615. schema:
  2616. $ref: '#/definitions/md.GetContributionValueResp'
  2617. "400":
  2618. description: 具体错误
  2619. schema:
  2620. $ref: '#/definitions/md.Response'
  2621. summary: 蛋蛋星球-积分中心-贡献值(获取)
  2622. tags:
  2623. - 积分中心
  2624. /api/v1/pointsCenter/contributionValueFlow:
  2625. get:
  2626. consumes:
  2627. - application/json
  2628. description: 贡献值明细(获取)
  2629. parameters:
  2630. - description: 验证参数Bearer和token空格拼接
  2631. in: header
  2632. name: Authorization
  2633. required: true
  2634. type: string
  2635. - description: 每页大小
  2636. in: query
  2637. name: limit
  2638. required: true
  2639. type: string
  2640. - description: 页数
  2641. in: query
  2642. name: page
  2643. required: true
  2644. type: string
  2645. produces:
  2646. - application/json
  2647. responses:
  2648. "200":
  2649. description: 具体数据
  2650. schema:
  2651. $ref: '#/definitions/md.GetContributionValueFlowResp'
  2652. "400":
  2653. description: 具体错误
  2654. schema:
  2655. $ref: '#/definitions/md.Response'
  2656. summary: 蛋蛋星球-积分中心-贡献值明细(获取)
  2657. tags:
  2658. - 积分中心
  2659. /api/v1/pointsCenter/dynamicData:
  2660. get:
  2661. consumes:
  2662. - application/json
  2663. description: 动态数据(获取)
  2664. parameters:
  2665. - description: 验证参数Bearer和token空格拼接
  2666. in: header
  2667. name: Authorization
  2668. required: true
  2669. type: string
  2670. produces:
  2671. - application/json
  2672. responses:
  2673. "200":
  2674. description: 具体数据
  2675. schema:
  2676. $ref: '#/definitions/md.DynamicDataResp'
  2677. "400":
  2678. description: 具体错误
  2679. schema:
  2680. $ref: '#/definitions/md.Response'
  2681. summary: 蛋蛋星球-积分中心-动态数据(获取)
  2682. tags:
  2683. - 积分中心
  2684. /api/v1/pointsCenter/energyFlow:
  2685. get:
  2686. consumes:
  2687. - application/json
  2688. description: 收支明细(获取)
  2689. parameters:
  2690. - description: 验证参数Bearer和token空格拼接
  2691. in: header
  2692. name: Authorization
  2693. required: true
  2694. type: string
  2695. - description: 每页大小
  2696. in: query
  2697. name: limit
  2698. required: true
  2699. type: string
  2700. - description: 页数
  2701. in: query
  2702. name: page
  2703. required: true
  2704. type: string
  2705. - description: 开始时间
  2706. in: query
  2707. name: startAt
  2708. type: string
  2709. - description: 结束时间
  2710. in: query
  2711. name: endAt
  2712. type: string
  2713. - description: 流水方向(1.收入 2.支出 0.全部)
  2714. in: query
  2715. name: direction
  2716. type: string
  2717. produces:
  2718. - application/json
  2719. responses:
  2720. "200":
  2721. description: 具体数据
  2722. schema:
  2723. $ref: '#/definitions/md.GetEggEnergyFlowResp'
  2724. "400":
  2725. description: 具体错误
  2726. schema:
  2727. $ref: '#/definitions/md.Response'
  2728. summary: 蛋蛋星球-积分中心-收支明细(获取)
  2729. tags:
  2730. - 积分中心
  2731. /api/v1/pointsCenter/exchangeEnergy:
  2732. post:
  2733. consumes:
  2734. - application/json
  2735. description: 能量兑换
  2736. parameters:
  2737. - description: 验证参数Bearer和token空格拼接
  2738. in: header
  2739. name: Authorization
  2740. required: true
  2741. type: string
  2742. - description: 需要兑换的能量值
  2743. in: body
  2744. name: req
  2745. required: true
  2746. schema:
  2747. $ref: '#/definitions/md.ExchangeEnergyReq'
  2748. produces:
  2749. - application/json
  2750. responses:
  2751. "200":
  2752. description: success
  2753. schema:
  2754. type: string
  2755. "400":
  2756. description: 具体错误
  2757. schema:
  2758. $ref: '#/definitions/md.Response'
  2759. summary: 蛋蛋星球-积分中心-能量兑换
  2760. tags:
  2761. - 积分中心
  2762. /api/v1/pointsCenter/initialData:
  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. produces:
  2774. - application/json
  2775. responses:
  2776. "200":
  2777. description: 具体数据
  2778. schema:
  2779. $ref: '#/definitions/md.InitialDataResp'
  2780. "400":
  2781. description: 具体错误
  2782. schema:
  2783. $ref: '#/definitions/md.Response'
  2784. summary: 蛋蛋星球-积分中心-初始数据(获取)
  2785. tags:
  2786. - 积分中心
  2787. /api/v1/pointsCenter/pointsExchangeBasic:
  2788. get:
  2789. consumes:
  2790. - application/json
  2791. description: 积分兑换基础信息(获取)
  2792. parameters:
  2793. - description: 验证参数Bearer和token空格拼接
  2794. in: header
  2795. name: Authorization
  2796. required: true
  2797. type: string
  2798. produces:
  2799. - application/json
  2800. responses:
  2801. "200":
  2802. description: 具体数据
  2803. schema:
  2804. $ref: '#/definitions/md.PointsExchangeGetBasicResp'
  2805. "400":
  2806. description: 具体错误
  2807. schema:
  2808. $ref: '#/definitions/md.Response'
  2809. summary: 蛋蛋星球-积分中心-积分兑换基础信息(获取)
  2810. tags:
  2811. - 积分中心
  2812. /api/v1/pointsCenter/priceCurve:
  2813. get:
  2814. consumes:
  2815. - application/json
  2816. description: 价格趋势(获取)
  2817. parameters:
  2818. - description: 验证参数Bearer和token空格拼接
  2819. in: header
  2820. name: Authorization
  2821. required: true
  2822. type: string
  2823. - description: 1:按天 2:按小时 3:按周
  2824. in: query
  2825. name: kind
  2826. type: string
  2827. produces:
  2828. - application/json
  2829. responses:
  2830. "200":
  2831. description: 具体数据
  2832. schema:
  2833. $ref: '#/definitions/md.GetPriceCurveResp'
  2834. "400":
  2835. description: 具体错误
  2836. schema:
  2837. $ref: '#/definitions/md.Response'
  2838. summary: 蛋蛋星球-积分中心-价格趋势(获取)
  2839. tags:
  2840. - 积分中心
  2841. /api/v1/pointsCenter/record:
  2842. get:
  2843. consumes:
  2844. - application/json
  2845. description: 蛋蛋分明细(获取)
  2846. parameters:
  2847. - description: 验证参数Bearer和token空格拼接
  2848. in: header
  2849. name: Authorization
  2850. required: true
  2851. type: string
  2852. - description: 每页大小
  2853. in: query
  2854. name: limit
  2855. required: true
  2856. type: string
  2857. - description: 页数
  2858. in: query
  2859. name: page
  2860. required: true
  2861. type: string
  2862. produces:
  2863. - application/json
  2864. responses:
  2865. "200":
  2866. description: 具体数据
  2867. schema:
  2868. $ref: '#/definitions/md.GetEggPointRecordResp'
  2869. "400":
  2870. description: 具体错误
  2871. schema:
  2872. $ref: '#/definitions/md.Response'
  2873. summary: 蛋蛋星球-积分中心-蛋蛋分明细(获取)
  2874. tags:
  2875. - 积分中心
  2876. /api/v1/register:
  2877. post:
  2878. consumes:
  2879. - application/json
  2880. description: 注册
  2881. parameters:
  2882. - description: 注册参数
  2883. in: body
  2884. name: req
  2885. required: true
  2886. schema:
  2887. $ref: '#/definitions/md.RegisterReq'
  2888. produces:
  2889. - application/json
  2890. responses:
  2891. "200":
  2892. description: 登录成功返回
  2893. schema:
  2894. $ref: '#/definitions/md.LoginResponse'
  2895. "400":
  2896. description: 具体错误
  2897. schema:
  2898. $ref: '#/definitions/md.Response'
  2899. summary: 注册
  2900. tags:
  2901. - 登录注册
  2902. /api/v1/smsSend:
  2903. post:
  2904. consumes:
  2905. - application/json
  2906. description: 发送短信
  2907. parameters:
  2908. - description: 注册参数
  2909. in: body
  2910. name: req
  2911. required: true
  2912. schema:
  2913. $ref: '#/definitions/md.SmsSendReq'
  2914. produces:
  2915. - application/json
  2916. responses:
  2917. "200":
  2918. description: 成功返回
  2919. schema:
  2920. type: string
  2921. "400":
  2922. description: 具体错误
  2923. schema:
  2924. $ref: '#/definitions/md.Response'
  2925. summary: 发送短信
  2926. tags:
  2927. - 登录注册
  2928. /api/v1/test:
  2929. get:
  2930. consumes:
  2931. - application/json
  2932. description: Demo样例测试
  2933. parameters:
  2934. - description: 任意参数
  2935. in: body
  2936. name: req
  2937. required: true
  2938. schema: {}
  2939. produces:
  2940. - application/json
  2941. responses:
  2942. "200":
  2943. description: 返回任意参数
  2944. schema:
  2945. additionalProperties: true
  2946. type: object
  2947. "400":
  2948. description: 具体错误
  2949. schema:
  2950. $ref: '#/definitions/md.Response'
  2951. summary: Demo测试
  2952. tags:
  2953. - Demo
  2954. /api/v1/userFeedback/cate:
  2955. get:
  2956. consumes:
  2957. - application/json
  2958. description: 意见反馈-分类
  2959. parameters:
  2960. - description: 验证参数Bearer和token空格拼接
  2961. in: header
  2962. name: Authorization
  2963. required: true
  2964. type: string
  2965. produces:
  2966. - application/json
  2967. responses:
  2968. "200":
  2969. description: 具体数据
  2970. schema:
  2971. $ref: '#/definitions/md.AdvertisingResp'
  2972. "400":
  2973. description: 具体错误
  2974. schema:
  2975. $ref: '#/definitions/md.Response'
  2976. summary: 意见反馈-分类
  2977. tags:
  2978. - 意见反馈
  2979. /api/v1/userFeedback/list:
  2980. post:
  2981. consumes:
  2982. - application/json
  2983. description: 意见反馈-反馈记录
  2984. parameters:
  2985. - description: 验证参数Bearer和token空格拼接
  2986. in: header
  2987. name: Authorization
  2988. required: true
  2989. type: string
  2990. - description: 参数
  2991. in: body
  2992. name: req
  2993. required: true
  2994. schema:
  2995. $ref: '#/definitions/md.UserFeedbackListReq'
  2996. produces:
  2997. - application/json
  2998. responses:
  2999. "200":
  3000. description: 具体数据
  3001. schema:
  3002. $ref: '#/definitions/md.UserFeedbackListResp'
  3003. "400":
  3004. description: 具体错误
  3005. schema:
  3006. $ref: '#/definitions/md.Response'
  3007. summary: 意见反馈-反馈记录
  3008. tags:
  3009. - 意见反馈
  3010. /api/v1/userFeedback/record:
  3011. post:
  3012. consumes:
  3013. - application/json
  3014. description: 意见反馈-反馈记录-沟通记录
  3015. parameters:
  3016. - description: 验证参数Bearer和token空格拼接
  3017. in: header
  3018. name: Authorization
  3019. required: true
  3020. type: string
  3021. - description: 参数
  3022. in: body
  3023. name: req
  3024. required: true
  3025. schema:
  3026. $ref: '#/definitions/md.UserFeedbackRecordReq'
  3027. produces:
  3028. - application/json
  3029. responses:
  3030. "200":
  3031. description: 具体数据
  3032. schema:
  3033. $ref: '#/definitions/md.UserFeedbackRecordResp'
  3034. "400":
  3035. description: 具体错误
  3036. schema:
  3037. $ref: '#/definitions/md.Response'
  3038. summary: 意见反馈-反馈记录-沟通记录
  3039. tags:
  3040. - 意见反馈
  3041. /api/v1/userFeedback/save:
  3042. post:
  3043. consumes:
  3044. - application/json
  3045. description: 意见反馈-反馈记录-提交
  3046. parameters:
  3047. - description: 验证参数Bearer和token空格拼接
  3048. in: header
  3049. name: Authorization
  3050. required: true
  3051. type: string
  3052. - description: 参数
  3053. in: body
  3054. name: req
  3055. required: true
  3056. schema:
  3057. $ref: '#/definitions/md.UserFeedbackSaveReq'
  3058. produces:
  3059. - application/json
  3060. responses:
  3061. "200":
  3062. description: 具体数据
  3063. schema:
  3064. type: string
  3065. "400":
  3066. description: 具体错误
  3067. schema:
  3068. $ref: '#/definitions/md.Response'
  3069. summary: 意见反馈-反馈记录-提交
  3070. tags:
  3071. - 意见反馈
  3072. /api/v1/userFeedback/say:
  3073. post:
  3074. consumes:
  3075. - application/json
  3076. description: 意见反馈-反馈记录-沟通发送
  3077. parameters:
  3078. - description: 验证参数Bearer和token空格拼接
  3079. in: header
  3080. name: Authorization
  3081. required: true
  3082. type: string
  3083. - description: 参数
  3084. in: body
  3085. name: req
  3086. required: true
  3087. schema:
  3088. $ref: '#/definitions/md.UserFeedbackSayReq'
  3089. produces:
  3090. - application/json
  3091. responses:
  3092. "200":
  3093. description: 具体数据
  3094. schema:
  3095. type: string
  3096. "400":
  3097. description: 具体错误
  3098. schema:
  3099. $ref: '#/definitions/md.Response'
  3100. summary: 意见反馈-反馈记录-沟通发送
  3101. tags:
  3102. - 意见反馈
  3103. /api/v1/userInfo:
  3104. get:
  3105. consumes:
  3106. - application/json
  3107. description: 用户信息
  3108. parameters:
  3109. - description: 验证参数Bearer和token空格拼接
  3110. in: header
  3111. name: Authorization
  3112. required: true
  3113. type: string
  3114. produces:
  3115. - application/json
  3116. responses:
  3117. "200":
  3118. description: 具体数据
  3119. schema:
  3120. $ref: '#/definitions/md.UserInfoResp'
  3121. "400":
  3122. description: 具体错误
  3123. schema:
  3124. $ref: '#/definitions/md.Response'
  3125. summary: 用户信息
  3126. tags:
  3127. - 用户信息
  3128. /api/v1/version:
  3129. get:
  3130. consumes:
  3131. - application/json
  3132. description: 版本记录
  3133. parameters:
  3134. - description: 验证参数Bearer和token空格拼接
  3135. in: header
  3136. name: Authorization
  3137. required: true
  3138. type: string
  3139. produces:
  3140. - application/json
  3141. responses:
  3142. "200":
  3143. description: 具体数据
  3144. schema:
  3145. $ref: '#/definitions/md.VersionResp'
  3146. "400":
  3147. description: 具体错误
  3148. schema:
  3149. $ref: '#/definitions/md.Response'
  3150. summary: 版本记录
  3151. tags:
  3152. - 基本配置
  3153. /api/v1/wallet/amountFlow:
  3154. get:
  3155. consumes:
  3156. - application/json
  3157. description: 余额明细(获取)
  3158. parameters:
  3159. - description: 验证参数Bearer和token空格拼接
  3160. in: header
  3161. name: Authorization
  3162. required: true
  3163. type: string
  3164. - description: 每页大小
  3165. in: query
  3166. name: limit
  3167. required: true
  3168. type: string
  3169. - description: 页数
  3170. in: query
  3171. name: page
  3172. required: true
  3173. type: string
  3174. - description: 开始时间
  3175. in: query
  3176. name: startAt
  3177. type: string
  3178. - description: 结束时间
  3179. in: query
  3180. name: endAt
  3181. type: string
  3182. - description: 流水方向(1.收入 2.支出 0.全部)
  3183. in: query
  3184. name: direction
  3185. type: string
  3186. produces:
  3187. - application/json
  3188. responses:
  3189. "200":
  3190. description: 具体数据
  3191. schema:
  3192. $ref: '#/definitions/md.GetAmountFlowResp'
  3193. "400":
  3194. description: 具体错误
  3195. schema:
  3196. $ref: '#/definitions/md.Response'
  3197. summary: 蛋蛋星球-钱包-余额明细(获取)
  3198. tags:
  3199. - 钱包
  3200. /api/v1/wallet/withdraw/apply:
  3201. post:
  3202. consumes:
  3203. - application/json
  3204. description: 发起提现
  3205. parameters:
  3206. - description: 验证参数Bearer和token空格拼接
  3207. in: header
  3208. name: Authorization
  3209. required: true
  3210. type: string
  3211. - description: 具体参数
  3212. in: body
  3213. name: req
  3214. required: true
  3215. schema:
  3216. $ref: '#/definitions/md.WithdrawApplyReq'
  3217. produces:
  3218. - application/json
  3219. responses:
  3220. "200":
  3221. description: success
  3222. schema:
  3223. type: string
  3224. "400":
  3225. description: 具体错误
  3226. schema:
  3227. $ref: '#/definitions/md.Response'
  3228. summary: 蛋蛋星球-钱包-发起提现
  3229. tags:
  3230. - 钱包
  3231. /api/v1/wallet/withdraw/bindAlipay:
  3232. post:
  3233. consumes:
  3234. - application/json
  3235. description: 绑定支付宝
  3236. parameters:
  3237. - description: 验证参数Bearer和token空格拼接
  3238. in: header
  3239. name: Authorization
  3240. required: true
  3241. type: string
  3242. - description: 具体参数
  3243. in: body
  3244. name: req
  3245. required: true
  3246. schema:
  3247. $ref: '#/definitions/md.BindAlipayAccountReq'
  3248. produces:
  3249. - application/json
  3250. responses:
  3251. "200":
  3252. description: success
  3253. schema:
  3254. type: string
  3255. "400":
  3256. description: 具体错误
  3257. schema:
  3258. $ref: '#/definitions/md.Response'
  3259. summary: 蛋蛋星球-钱包-绑定支付宝
  3260. tags:
  3261. - 钱包
  3262. /api/v1/wallet/withdraw/bindWxPay:
  3263. post:
  3264. consumes:
  3265. - application/json
  3266. description: 绑定微信支付
  3267. parameters:
  3268. - description: 验证参数Bearer和token空格拼接
  3269. in: header
  3270. name: Authorization
  3271. required: true
  3272. type: string
  3273. - description: 具体参数
  3274. in: body
  3275. name: req
  3276. required: true
  3277. schema:
  3278. $ref: '#/definitions/md.BindWxPayAccountReq'
  3279. produces:
  3280. - application/json
  3281. responses:
  3282. "200":
  3283. description: success
  3284. schema:
  3285. type: string
  3286. "400":
  3287. description: 具体错误
  3288. schema:
  3289. $ref: '#/definitions/md.Response'
  3290. summary: 蛋蛋星球-钱包-绑定微信支付
  3291. tags:
  3292. - 钱包
  3293. /api/v1/wallet/withdraw/condition:
  3294. get:
  3295. consumes:
  3296. - application/json
  3297. description: 提现条件(获取)
  3298. parameters:
  3299. - description: 验证参数Bearer和token空格拼接
  3300. in: header
  3301. name: Authorization
  3302. required: true
  3303. type: string
  3304. produces:
  3305. - application/json
  3306. responses:
  3307. "200":
  3308. description: 具体数据
  3309. schema:
  3310. $ref: '#/definitions/md.GetWithdrawConditionResp'
  3311. "400":
  3312. description: 具体错误
  3313. schema:
  3314. $ref: '#/definitions/md.Response'
  3315. summary: 蛋蛋星球-钱包-提现条件(获取)
  3316. tags:
  3317. - 钱包
  3318. /api/v1/wallet/withdraw/index:
  3319. get:
  3320. consumes:
  3321. - application/json
  3322. description: 提现余额(获取)
  3323. parameters:
  3324. - description: 验证参数Bearer和token空格拼接
  3325. in: header
  3326. name: Authorization
  3327. required: true
  3328. type: string
  3329. produces:
  3330. - application/json
  3331. responses:
  3332. "200":
  3333. description: 具体数据
  3334. schema:
  3335. $ref: '#/definitions/md.WithdrawGetAmountResp'
  3336. "400":
  3337. description: 具体错误
  3338. schema:
  3339. $ref: '#/definitions/md.Response'
  3340. summary: 蛋蛋星球-钱包-提现余额(获取)
  3341. tags:
  3342. - 钱包
  3343. /api/v1/wallet/withdraw/launchBindAlipay:
  3344. post:
  3345. consumes:
  3346. - application/json
  3347. description: 发起绑定支付宝获得URL
  3348. parameters:
  3349. - description: 验证参数Bearer和token空格拼接
  3350. in: header
  3351. name: Authorization
  3352. required: true
  3353. type: string
  3354. - description: 具体参数
  3355. in: body
  3356. name: req
  3357. required: true
  3358. schema:
  3359. $ref: '#/definitions/md.LaunchBindAlipayAccountReq'
  3360. produces:
  3361. - application/json
  3362. responses:
  3363. "200":
  3364. description: Url
  3365. schema:
  3366. type: string
  3367. "400":
  3368. description: 具体错误
  3369. schema:
  3370. $ref: '#/definitions/md.Response'
  3371. summary: 蛋蛋星球-钱包-发起绑定支付宝获得URL
  3372. tags:
  3373. - 钱包
  3374. /api/v1/wechatLogin:
  3375. post:
  3376. consumes:
  3377. - application/json
  3378. description: 微信登陆
  3379. parameters:
  3380. - description: 注册参数
  3381. in: body
  3382. name: req
  3383. required: true
  3384. schema:
  3385. $ref: '#/definitions/md.WechatLoginReq'
  3386. produces:
  3387. - application/json
  3388. responses:
  3389. "200":
  3390. description: 登录成功返回
  3391. schema:
  3392. $ref: '#/definitions/md.LoginResponse'
  3393. "400":
  3394. description: 具体错误
  3395. schema:
  3396. $ref: '#/definitions/md.Response'
  3397. summary: 微信登陆
  3398. tags:
  3399. - 登录注册
  3400. swagger: "2.0"