蛋蛋星球-客户端
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

2757 satır
68 KiB

  1. basePath: /api/v1
  2. definitions:
  3. applet_app_md.Paginate:
  4. properties:
  5. limit:
  6. description: 每页大小
  7. type: integer
  8. page:
  9. description: 页数
  10. type: integer
  11. total:
  12. description: 总数据量
  13. type: integer
  14. type: object
  15. code_fnuoos_com_EggPlanet_egg_models_git_src_model.ImSendRedPackageOrd:
  16. properties:
  17. amount:
  18. type: string
  19. create_time:
  20. type: string
  21. id:
  22. type: integer
  23. im_data:
  24. type: string
  25. im_uid:
  26. type: integer
  27. ord_no:
  28. type: string
  29. received_im_user_ids:
  30. type: string
  31. received_times:
  32. type: string
  33. received_user_amount:
  34. type: string
  35. received_user_ids:
  36. type: string
  37. red_packet_balance_amount:
  38. type: string
  39. red_packet_balance_nums:
  40. type: integer
  41. red_packet_nums:
  42. type: integer
  43. red_packet_type:
  44. type: integer
  45. state:
  46. type: integer
  47. uid:
  48. type: integer
  49. update_time:
  50. type: string
  51. wait_draw_im_user_ids:
  52. type: string
  53. wait_draw_user_ids:
  54. type: string
  55. type: object
  56. comm.AccessRecordsReq:
  57. properties:
  58. index:
  59. description: 页面标签
  60. type: string
  61. type: object
  62. md.AdvertisingBasic:
  63. properties:
  64. android_ad_is_open:
  65. example: 安卓广告是否开启(1:开启 0:不开启)
  66. type: string
  67. android_open_ad_is_open:
  68. example: 安卓开屏广告是否开启(1:开启 0:不开启)
  69. type: string
  70. info:
  71. additionalProperties: true
  72. type: object
  73. ios_ad_is_open:
  74. example: ios广告是否开启(1:开启 0:不开启)
  75. type: string
  76. ios_open_ad_is_open:
  77. example: ios开屏广告是否开启(1:开启 0:不开启)
  78. type: string
  79. voice:
  80. example: 领取声音
  81. type: string
  82. type: object
  83. md.AdvertisingFunction:
  84. properties:
  85. ad_id:
  86. example: 广告id
  87. type: string
  88. name:
  89. example: 名称
  90. type: string
  91. type:
  92. example: 位置
  93. type: string
  94. type: object
  95. md.AdvertisingLimit:
  96. properties:
  97. public_img:
  98. example: 公共弹窗图
  99. type: string
  100. public_str:
  101. example: 公共弹窗文字
  102. type: string
  103. withdraw_img:
  104. example: 提现弹窗图
  105. type: string
  106. withdraw_str:
  107. example: 提现弹窗文字
  108. type: string
  109. type: object
  110. md.AdvertisingReq:
  111. properties:
  112. id:
  113. type: string
  114. type: object
  115. md.AdvertisingResp:
  116. properties:
  117. basic:
  118. $ref: '#/definitions/md.AdvertisingBasic'
  119. function:
  120. items:
  121. $ref: '#/definitions/md.AdvertisingFunction'
  122. type: array
  123. pop:
  124. $ref: '#/definitions/md.AdvertisingLimit'
  125. space:
  126. items:
  127. $ref: '#/definitions/md.AdvertisingSpace'
  128. type: array
  129. type: object
  130. md.AdvertisingSpace:
  131. properties:
  132. counting_down:
  133. example: 倒计时 x秒
  134. type: string
  135. id:
  136. example: id
  137. type: string
  138. info:
  139. additionalProperties: true
  140. type: object
  141. kind:
  142. example: 广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告)
  143. type: string
  144. name:
  145. example: 名称
  146. type: string
  147. type: object
  148. md.BasalRateResp:
  149. properties:
  150. basal_rate:
  151. description: 基础速率
  152. type: string
  153. consumed_egg_energy:
  154. description: 收益蛋蛋能量
  155. type: string
  156. consumed_egg_point:
  157. description: 消耗蛋蛋积分
  158. type: string
  159. consumed_time:
  160. description: 消耗时间/小时
  161. type: string
  162. estimated_revenue:
  163. description: 预估收益蛋蛋能量
  164. type: string
  165. remaining_egg_energy:
  166. description: 剩余蛋蛋能量
  167. type: string
  168. remaining_time:
  169. description: 剩余时间/小时
  170. type: string
  171. sign_countdown:
  172. description: 收益倒计时
  173. type: string
  174. type: object
  175. md.CollegeDetailReq:
  176. properties:
  177. id:
  178. type: string
  179. type: object
  180. md.CollegeDetailResp:
  181. properties:
  182. content:
  183. type: string
  184. create_at:
  185. type: string
  186. forward_count:
  187. example: 分享数量
  188. type: string
  189. id:
  190. type: string
  191. is_like:
  192. example: 是否点赞 0否 1是
  193. type: string
  194. like_count:
  195. example: 点赞数量
  196. type: string
  197. title:
  198. type: string
  199. url:
  200. type: string
  201. watch_count:
  202. example: 学习数量
  203. type: string
  204. type: object
  205. md.CollegeListReq:
  206. properties:
  207. cate_id:
  208. type: string
  209. limit:
  210. type: string
  211. page:
  212. type: string
  213. type: object
  214. md.CollegeListResp:
  215. properties:
  216. cover:
  217. example: 封面图
  218. type: string
  219. create_at:
  220. type: string
  221. forward_count:
  222. example: 分享数量
  223. type: string
  224. id:
  225. type: string
  226. like_count:
  227. example: 点赞数量
  228. type: string
  229. title:
  230. type: string
  231. url:
  232. type: string
  233. watch_count:
  234. example: 学习数量
  235. type: string
  236. type: object
  237. md.ConfigResp:
  238. properties:
  239. content:
  240. example: 软件使用协议内容
  241. type: string
  242. privacy_title:
  243. example: 隐私协议标题
  244. type: string
  245. privacy_url:
  246. example: 隐私协议链接
  247. type: string
  248. title:
  249. example: 软件使用协议标题
  250. type: string
  251. user_title:
  252. example: 用户协议标题
  253. type: string
  254. user_url:
  255. example: 用户协议链接
  256. type: string
  257. type: object
  258. md.ContributionValueFlowNode:
  259. properties:
  260. amount:
  261. description: 变更数量
  262. type: string
  263. create_at:
  264. description: 完成时间
  265. type: string
  266. direction:
  267. description: 方向: 1.收入 2.支出
  268. type: string
  269. title:
  270. description: 标题
  271. type: string
  272. type: object
  273. md.DynamicDataResp:
  274. properties:
  275. development_committee:
  276. description: 发展委员会
  277. type: string
  278. public_welfare_and_charity:
  279. description: 公益基金
  280. type: string
  281. star_level_dividends:
  282. description: 星级分红
  283. type: string
  284. user_total_hold:
  285. description: 用户持有总量
  286. type: string
  287. type: object
  288. md.EggEnergyDetailReq:
  289. properties:
  290. asc:
  291. description: 1.升序 2.倒序
  292. type: string
  293. direction:
  294. description: 类型 1.收入 2.支出 全部则传空
  295. type: string
  296. kind:
  297. description: 类型:1. 个人蛋蛋能量 2.团队蛋蛋能量
  298. type: string
  299. limit:
  300. description: 每页大小
  301. type: integer
  302. page:
  303. description: 页数
  304. type: integer
  305. type:
  306. description: 变动类型 全部则传空
  307. type: string
  308. type: object
  309. md.EggEnergyDetailResp:
  310. properties:
  311. list:
  312. description: 流水数据
  313. items:
  314. additionalProperties:
  315. type: string
  316. type: object
  317. type: array
  318. paginate:
  319. allOf:
  320. - $ref: '#/definitions/applet_app_md.Paginate'
  321. description: 分页信息
  322. person_egg_energy:
  323. description: 个人蛋蛋能量
  324. type: string
  325. team_egg_energy:
  326. description: 团队蛋蛋能量
  327. type: string
  328. total_egg_energy:
  329. description: 总蛋蛋能量
  330. type: string
  331. total_egg_energy_price:
  332. description: 蛋蛋能量总价
  333. type: string
  334. transfer_type_list:
  335. allOf:
  336. - $ref: '#/definitions/md.TransferTypeList'
  337. description: 转账类型列表
  338. type: object
  339. md.EggEnergyFlowNode:
  340. properties:
  341. after_amount:
  342. description: 变更后数量
  343. type: string
  344. amount:
  345. description: 变更数量
  346. type: string
  347. before_amount:
  348. description: 变更前数量
  349. type: string
  350. coin_name:
  351. description: 虚拟币名称
  352. type: string
  353. create_at:
  354. description: 创建时间
  355. type: string
  356. direction:
  357. description: 方向:1.收入 2.支出
  358. type: integer
  359. id:
  360. type: integer
  361. sys_fee:
  362. description: 手续费
  363. type: string
  364. title:
  365. description: 标题
  366. type: string
  367. transfer_type:
  368. description: 转账类型
  369. type: string
  370. type: object
  371. md.EggPointDetailsReq:
  372. properties:
  373. asc:
  374. description: 1.升序 2.倒序
  375. type: string
  376. direction:
  377. description: 类型 1.收入 2.支出 全部则传空
  378. type: string
  379. kind:
  380. description: 类型:1. 个人蛋蛋积分 2.团队蛋蛋积分
  381. type: string
  382. limit:
  383. description: 每页大小
  384. type: integer
  385. page:
  386. description: 页数
  387. type: integer
  388. type:
  389. description: 变动类型 全部则传空
  390. type: string
  391. type: object
  392. md.EggPointDetailsResp:
  393. properties:
  394. list:
  395. description: 流水数据
  396. items:
  397. additionalProperties:
  398. type: string
  399. type: object
  400. type: array
  401. paginate:
  402. allOf:
  403. - $ref: '#/definitions/applet_app_md.Paginate'
  404. description: 分页信息
  405. person_egg_points:
  406. description: 个人蛋蛋积分
  407. type: string
  408. team_egg_points:
  409. description: 团队蛋蛋积分
  410. type: string
  411. total_egg_points:
  412. description: 总蛋蛋积分
  413. type: string
  414. total_egg_points_amount:
  415. description: 蛋蛋积分余额
  416. type: string
  417. transfer_type_list:
  418. allOf:
  419. - $ref: '#/definitions/md.TransferTypeList'
  420. description: 转账类型列表
  421. type: object
  422. md.EggPointRecordNode:
  423. properties:
  424. end_at:
  425. description: 结束时间
  426. type: string
  427. score:
  428. description: 分数
  429. type: string
  430. start_at:
  431. description: 开始时间
  432. type: string
  433. week:
  434. description: 周数
  435. type: string
  436. year:
  437. description: 年份
  438. type: string
  439. type: object
  440. md.ExchangeEnergyReq:
  441. properties:
  442. energy_amount:
  443. description: 兑换能量数值
  444. type: string
  445. type: object
  446. md.FastLoginReq:
  447. properties:
  448. invite_code:
  449. example: 邀请码
  450. type: string
  451. token:
  452. example: 一键登录的token
  453. type: string
  454. type: object
  455. md.FindPasswordReq:
  456. properties:
  457. code:
  458. example: 验证码
  459. type: string
  460. mobile:
  461. type: string
  462. password:
  463. example: 密码 如 123
  464. type: string
  465. required:
  466. - mobile
  467. type: object
  468. md.GetAmountFlowResp:
  469. properties:
  470. list:
  471. items:
  472. $ref: '#/definitions/md.WalletFlowNode'
  473. type: array
  474. paginate:
  475. $ref: '#/definitions/applet_app_md.Paginate'
  476. type: object
  477. md.GetContributionValueFlowResp:
  478. properties:
  479. list:
  480. items:
  481. $ref: '#/definitions/md.ContributionValueFlowNode'
  482. type: array
  483. paginate:
  484. $ref: '#/definitions/applet_app_md.Paginate'
  485. type: object
  486. md.GetContributionValueResp:
  487. properties:
  488. contribution_value:
  489. description: 贡献值
  490. type: string
  491. ratio:
  492. description: 兑换比率(x 分兑换 1 人民币)
  493. type: string
  494. type: object
  495. md.GetEggEnergyFlowResp:
  496. properties:
  497. list:
  498. items:
  499. $ref: '#/definitions/md.EggEnergyFlowNode'
  500. type: array
  501. paginate:
  502. $ref: '#/definitions/applet_app_md.Paginate'
  503. type: object
  504. md.GetEggPointRecordResp:
  505. properties:
  506. list:
  507. description: 分数明细列表
  508. items:
  509. $ref: '#/definitions/md.EggPointRecordNode'
  510. type: array
  511. now_score:
  512. description: 当前分数
  513. type: string
  514. paginate:
  515. $ref: '#/definitions/applet_app_md.Paginate'
  516. type: object
  517. md.GetModuleSettingResp:
  518. properties:
  519. data:
  520. additionalProperties: true
  521. description: 内容
  522. type: object
  523. mod_name:
  524. description: 模块名称
  525. type: string
  526. position:
  527. description: 位置
  528. type: string
  529. skip_identifier:
  530. description: 跳转标识
  531. type: string
  532. subtitle:
  533. description: 副标题
  534. type: string
  535. title:
  536. description: 标题
  537. type: string
  538. type: object
  539. md.GetPriceCurveResp:
  540. properties:
  541. x_data:
  542. items: {}
  543. type: array
  544. y_data:
  545. items: {}
  546. type: array
  547. type: object
  548. md.GrabRedPackageReq:
  549. properties:
  550. device_id:
  551. description: 设备id
  552. type: string
  553. receiver_id:
  554. description: 用户id或者群组id
  555. type: integer
  556. receiver_type:
  557. description: 接收者类型,1:user;2:group
  558. type: integer
  559. red_package_cover:
  560. description: 红包封面
  561. type: string
  562. red_package_id:
  563. description: 红包id
  564. type: integer
  565. send_red_package_user_nike_name:
  566. description: 红包发送者-im用户昵称
  567. type: string
  568. send_red_packet_avatar_url:
  569. description: 红包发送者-im用户头像
  570. type: string
  571. send_time:
  572. description: 消息发送时间戳,精确到毫秒
  573. type: integer
  574. token:
  575. description: im-token
  576. type: string
  577. user_id:
  578. description: im用户id
  579. type: string
  580. type: object
  581. md.GrabRedPackageResp:
  582. properties:
  583. grab_amount:
  584. description: 抢到的红包金额
  585. type: string
  586. im:
  587. allOf:
  588. - $ref: '#/definitions/pb.SendRedPacketResp'
  589. description: im 返回体
  590. type: object
  591. md.HomePageResp:
  592. properties:
  593. egg_energy_now_price:
  594. description: 蛋蛋能量当前价格
  595. type: string
  596. initial_price:
  597. description: 蛋蛋能量初始价格
  598. type: string
  599. is_rises:
  600. description: 是否涨价
  601. type: boolean
  602. is_sign:
  603. description: 是否开始签到
  604. type: boolean
  605. nick_name:
  606. description: 用户名称
  607. type: string
  608. now_basal_rate:
  609. description: 当前基础速率/小时
  610. type: string
  611. now_team_rate:
  612. description: 当前团队速率/小时
  613. type: string
  614. rises:
  615. description: 涨/跌价百分比
  616. type: string
  617. sign_end_time:
  618. description: 签到截止时间
  619. type: string
  620. total_active_points:
  621. description: 总蛋蛋积分
  622. type: string
  623. total_egg_energy:
  624. description: 总蛋蛋能量
  625. type: string
  626. user_count:
  627. description: 当前用户数量
  628. type: integer
  629. type: object
  630. md.HomePageWatchAdRuleResp:
  631. properties:
  632. each_round_hour:
  633. description: 每一轮X个小时
  634. type: string
  635. interval_minutes:
  636. description: 间隔X秒
  637. type: string
  638. reward_total_num:
  639. description: 一共X个奖励视屏
  640. type: string
  641. reward_value:
  642. description: 奖励X个活跃积分
  643. type: string
  644. type: object
  645. md.InitialDataResp:
  646. properties:
  647. initial_price:
  648. description: 初始价格
  649. type: string
  650. total_angel_investor:
  651. description: 天使投资人
  652. type: string
  653. total_ecological_development:
  654. description: 生态建设
  655. type: string
  656. total_issuance_amount:
  657. description: 总发行量
  658. type: string
  659. total_operate_fund:
  660. description: 运营资金
  661. type: string
  662. total_technology_team:
  663. description: 技术团队
  664. type: string
  665. type: object
  666. md.IntegralList:
  667. properties:
  668. expend_list:
  669. description: 支出类型列表
  670. items:
  671. $ref: '#/definitions/md.TransferTypeNode'
  672. type: array
  673. income_list:
  674. description: 收入类型列表
  675. items:
  676. $ref: '#/definitions/md.TransferTypeNode'
  677. type: array
  678. type: object
  679. md.IsCanGetRedPackageResp:
  680. properties:
  681. is_can_get_red_package:
  682. description: 能否获取红包
  683. type: boolean
  684. type: object
  685. md.IsCanSignInResp:
  686. properties:
  687. is_can_sign_in:
  688. description: 能否签到
  689. type: boolean
  690. type: object
  691. md.LoginReq:
  692. properties:
  693. code:
  694. example: 验证码
  695. type: string
  696. password:
  697. example: 登录密码
  698. type: string
  699. phone:
  700. example: 手机号
  701. type: string
  702. required:
  703. - password
  704. - phone
  705. type: object
  706. md.LoginResponse:
  707. properties:
  708. token:
  709. type: string
  710. type: object
  711. md.MemberCenterGetBasicResp:
  712. properties:
  713. active_num:
  714. description: 活跃值
  715. type: string
  716. amount:
  717. description: 账户余额
  718. type: string
  719. contribution_value:
  720. description: 贡献值
  721. type: string
  722. date:
  723. description: 兑换时间(每月x日)
  724. type: string
  725. egg_energy:
  726. description: 能量值
  727. type: string
  728. egg_energy_value:
  729. description: 能量预估价值
  730. type: string
  731. egg_score:
  732. description: 蛋蛋分
  733. type: string
  734. level_name:
  735. description: 会员等级名称
  736. type: string
  737. nickname:
  738. description: 会员名称
  739. type: string
  740. ratio:
  741. description: 兑换比例(x:y)
  742. type: string
  743. type: object
  744. md.MyFansResp:
  745. properties:
  746. now_team_assistance_num:
  747. description: 团队助力人数
  748. type: integer
  749. now_team_assistance_reward:
  750. description: 团队助力收益
  751. type: string
  752. now_team_user:
  753. description: 团队人数
  754. type: integer
  755. type: object
  756. md.MyFansUserListResp:
  757. properties:
  758. list:
  759. items:
  760. $ref: '#/definitions/md.OneLineUserNode'
  761. type: array
  762. type: object
  763. md.NineDimensionalSpaceResp:
  764. properties:
  765. a_lot_of_nums:
  766. description: 全网至多用户数
  767. type: string
  768. day_num:
  769. description: 连续x天不活跃
  770. type: string
  771. rows:
  772. description: 行数
  773. type: string
  774. space_list:
  775. description: 数据列表
  776. items:
  777. $ref: '#/definitions/md.SpaceListNode'
  778. type: array
  779. space_nums:
  780. description: 空间人数
  781. type: string
  782. space_total_nums:
  783. description: 空间总数
  784. type: string
  785. times:
  786. description: 排数
  787. type: string
  788. type: object
  789. md.OneLineUserNode:
  790. properties:
  791. avatar_url:
  792. type: string
  793. invite_time:
  794. type: string
  795. is_online:
  796. type: boolean
  797. nickname:
  798. type: string
  799. type: object
  800. md.PointsCenterGetBasicResp:
  801. properties:
  802. egg_point:
  803. description: 能量积分
  804. type: string
  805. egg_point_amount:
  806. description: 能量积分价值
  807. type: string
  808. energy:
  809. description: 蛋蛋能量值
  810. type: string
  811. energy_amount:
  812. description: 能量价值
  813. type: string
  814. wallet_amount:
  815. description: 账户余额
  816. type: string
  817. type: object
  818. md.PointsExchangeGetBasicResp:
  819. properties:
  820. available_cash:
  821. description: 可用现金
  822. type: string
  823. available_energy:
  824. description: 可用能量
  825. type: string
  826. type: object
  827. md.RealTimePriceResp:
  828. properties:
  829. is_rises:
  830. description: 是否涨/跌价
  831. type: boolean
  832. now_price:
  833. description: 当前价格
  834. type: string
  835. rises:
  836. description: 涨价幅度
  837. type: string
  838. user_count:
  839. description: 用户数
  840. type: string
  841. type: object
  842. md.RedPackageDetailResp:
  843. properties:
  844. detail:
  845. allOf:
  846. - $ref: '#/definitions/code_fnuoos_com_EggPlanet_egg_models_git_src_model.ImSendRedPackageOrd'
  847. description: 红包详情信息
  848. list:
  849. description: 领取红包用户列表
  850. items:
  851. $ref: '#/definitions/md.RedPackageDetailUserNode'
  852. type: array
  853. type: object
  854. md.RedPackageDetailUserNode:
  855. properties:
  856. amount:
  857. description: 金额
  858. type: string
  859. im_user_id:
  860. description: im用户id
  861. type: string
  862. received_at:
  863. description: 领取时间
  864. type: string
  865. user_avatar_url:
  866. description: im用户昵称
  867. type: string
  868. user_nick_name:
  869. description: im用户昵称
  870. type: string
  871. type: object
  872. md.RegisterReq:
  873. properties:
  874. avatar:
  875. example: 头像
  876. type: string
  877. code:
  878. example: 验证码
  879. type: string
  880. invite_code:
  881. example: 邀请码
  882. type: string
  883. mobile:
  884. type: string
  885. nickname:
  886. example: 昵称
  887. type: string
  888. open_id:
  889. example: 微信openId
  890. type: string
  891. password:
  892. example: 密码 如 123
  893. type: string
  894. sex:
  895. description: 性别(0:未知 1:男 2:女)
  896. type: integer
  897. type:
  898. example: app:APP注册、h5:H5注册
  899. type: string
  900. union_id:
  901. example: 微信UnionId
  902. type: string
  903. required:
  904. - mobile
  905. type: object
  906. md.Response:
  907. properties:
  908. code:
  909. example: 响应码
  910. type: string
  911. data:
  912. description: 内容
  913. msg:
  914. example: 具体错误原因
  915. type: string
  916. type: object
  917. md.SendRedPackageDetailReq:
  918. properties:
  919. order_id:
  920. description: 红包的订单 ID
  921. type: string
  922. type: object
  923. md.SendRedPackageDetailResp:
  924. properties:
  925. im:
  926. $ref: '#/definitions/md.SeqType'
  927. red_package_id:
  928. description: 红包 ID
  929. type: integer
  930. type: object
  931. md.SendRedPackageReq:
  932. properties:
  933. amount:
  934. description: 红包金额
  935. type: string
  936. device_id:
  937. description: 设备id
  938. type: string
  939. receiver_id:
  940. description: 用户id或者群组id
  941. type: integer
  942. receiver_type:
  943. description: 接收者类型,1:user;2:group
  944. type: integer
  945. red_package_cover:
  946. description: 红包封面
  947. type: string
  948. red_packet_content:
  949. description: 红包文字内容
  950. type: string
  951. red_packet_nums:
  952. description: 红包数量
  953. type: integer
  954. red_packet_small_content:
  955. description: 红包文字内容
  956. type: string
  957. red_packet_type:
  958. description: 红包类型(0:未知 1:好友红包 2:群组普通红包 3:群组手气红包 4:群组专属红包 5:系统红包)
  959. type: integer
  960. send_time:
  961. description: 消息发送时间戳,精确到毫秒
  962. type: integer
  963. to_user_ids:
  964. description: 红包给到哪些用户(专属红包)
  965. items:
  966. type: integer
  967. type: array
  968. token:
  969. description: im-token
  970. type: string
  971. user_id:
  972. description: im用户id
  973. type: string
  974. type: object
  975. md.SendRedPackageResp:
  976. properties:
  977. im:
  978. $ref: '#/definitions/pb.SendRedPacketResp'
  979. red_package_id:
  980. description: 红包ID
  981. type: integer
  982. type: object
  983. md.SeqType:
  984. properties:
  985. seq:
  986. description: 序列号
  987. type: integer
  988. type: object
  989. md.SmsSendReq:
  990. properties:
  991. captcha_output:
  992. example: 阿里云图形验证码对应参数
  993. type: string
  994. gen_time:
  995. example: 阿里云图形验证码对应参数
  996. type: string
  997. lot_number:
  998. example: 阿里云图形验证码对应参数
  999. type: string
  1000. mobile:
  1001. type: string
  1002. pass_token:
  1003. example: 阿里云图形验证码对应参数
  1004. type: string
  1005. type:
  1006. example: h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码
  1007. type: string
  1008. required:
  1009. - mobile
  1010. type: object
  1011. md.SpaceListNode:
  1012. properties:
  1013. max_count:
  1014. description: 最大容纳人数
  1015. type: string
  1016. name:
  1017. description: 维度
  1018. type: string
  1019. now_count:
  1020. description: 当前人数
  1021. type: string
  1022. type: object
  1023. md.TotalRateResp:
  1024. properties:
  1025. consumed_personal_egg_point:
  1026. description: 消耗个人蛋蛋积分
  1027. type: string
  1028. consumed_team_egg_point:
  1029. description: 消耗团队蛋蛋积分
  1030. type: string
  1031. now_basal_rate:
  1032. description: 当前基础速率/小时
  1033. type: string
  1034. now_team_rate:
  1035. description: 当前团队速率/小时
  1036. type: string
  1037. now_total_rate:
  1038. description: 总速率/小时
  1039. type: string
  1040. type: object
  1041. md.TransferTypeList:
  1042. properties:
  1043. TeamTransferTypeList:
  1044. allOf:
  1045. - $ref: '#/definitions/md.IntegralList'
  1046. description: 团队积分变动列表
  1047. personal_transfer_type_list:
  1048. allOf:
  1049. - $ref: '#/definitions/md.IntegralList'
  1050. description: 个人积分变动列表
  1051. type: object
  1052. md.TransferTypeNode:
  1053. properties:
  1054. name:
  1055. type: string
  1056. value:
  1057. type: string
  1058. type: object
  1059. md.UserFeedbackListReq:
  1060. properties:
  1061. limit:
  1062. type: string
  1063. page:
  1064. type: string
  1065. type: object
  1066. md.UserFeedbackListResp:
  1067. properties:
  1068. content:
  1069. type: string
  1070. create_at:
  1071. type: string
  1072. id:
  1073. type: string
  1074. img:
  1075. items:
  1076. type: string
  1077. type: array
  1078. label:
  1079. type: string
  1080. state:
  1081. example: 0未回复 1已回复
  1082. type: string
  1083. title:
  1084. type: string
  1085. type: object
  1086. md.UserFeedbackRecordReq:
  1087. properties:
  1088. id:
  1089. type: string
  1090. page:
  1091. type: string
  1092. type: object
  1093. md.UserFeedbackRecordResp:
  1094. properties:
  1095. content:
  1096. type: string
  1097. create_at:
  1098. type: string
  1099. head_img:
  1100. type: string
  1101. nickname:
  1102. type: string
  1103. type:
  1104. type: string
  1105. type: object
  1106. md.UserFeedbackSaveReq:
  1107. properties:
  1108. cid:
  1109. example: 问题类型的id
  1110. type: string
  1111. content:
  1112. example: 问题内容
  1113. type: string
  1114. idea:
  1115. example: 建议内容
  1116. type: string
  1117. img:
  1118. example:
  1119. - 图片
  1120. items:
  1121. type: string
  1122. type: array
  1123. phone:
  1124. type: string
  1125. type:
  1126. example: 问题类型的name
  1127. type: string
  1128. type: object
  1129. md.UserFeedbackSayReq:
  1130. properties:
  1131. content:
  1132. example: 问题内容
  1133. type: string
  1134. id:
  1135. example: id
  1136. type: string
  1137. type: object
  1138. md.UserInfoResp:
  1139. properties:
  1140. head_img:
  1141. type: string
  1142. id:
  1143. type: string
  1144. invite_code:
  1145. type: string
  1146. is_bind_extend:
  1147. example: 是否绑定了上级 0否 1是
  1148. type: string
  1149. nickname:
  1150. type: string
  1151. phone:
  1152. type: string
  1153. type: object
  1154. md.WalletFlowNode:
  1155. properties:
  1156. after_amount:
  1157. description: 变动后金额
  1158. type: string
  1159. amount:
  1160. description: 变动金额
  1161. type: string
  1162. before_amount:
  1163. description: 变动前金额
  1164. type: string
  1165. create_time:
  1166. description: 创建时间
  1167. type: string
  1168. direction:
  1169. description: 方向:1.收入 2.支出
  1170. type: integer
  1171. id:
  1172. type: integer
  1173. kind:
  1174. description: 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量
  1175. type: integer
  1176. memo:
  1177. description: 备注
  1178. type: string
  1179. ord_id:
  1180. description: 对应订单编号
  1181. type: string
  1182. state:
  1183. description: 1未到账,2已到账
  1184. type: integer
  1185. sys_fee:
  1186. description: 手续费
  1187. type: string
  1188. title:
  1189. description: 标题
  1190. type: string
  1191. uid:
  1192. description: 用户 ID
  1193. type: integer
  1194. update_time:
  1195. description: 更新时间
  1196. type: string
  1197. type: object
  1198. md.WechatLoginReq:
  1199. properties:
  1200. avatar:
  1201. example: 头像
  1202. type: string
  1203. nickname:
  1204. example: 昵称
  1205. type: string
  1206. open_id:
  1207. example: 微信openId
  1208. type: string
  1209. union_id:
  1210. example: 微信UnionId
  1211. type: string
  1212. type: object
  1213. md.WithdrawGetAmountResp:
  1214. properties:
  1215. amount:
  1216. description: 余额
  1217. type: string
  1218. type: object
  1219. pb.SendRedPacketResp:
  1220. properties:
  1221. seq:
  1222. description: 消息序列号
  1223. type: integer
  1224. type: object
  1225. host: ddxq.izhim.com
  1226. info:
  1227. contact:
  1228. email: 1239118001@qq.com
  1229. name: dengbiao
  1230. url: http://www.swagger.io/support
  1231. description: APP客户端-Api接口
  1232. license:
  1233. name: Apache 2.0
  1234. url: http://www.apache.org/licenses/LICENSE-2.0.html
  1235. termsOfService: http://swagger.io/terms/
  1236. title: 蛋蛋星球-APP客户端
  1237. version: "1.0"
  1238. paths:
  1239. /api/settCenter/oss/aliYun/getBasic:
  1240. get:
  1241. consumes:
  1242. - application/json
  1243. description: 上传许可链接(获取)
  1244. parameters:
  1245. - description: 验证参数Bearer和token空格拼接
  1246. in: header
  1247. name: Authorization
  1248. required: true
  1249. type: string
  1250. produces:
  1251. - application/json
  1252. responses:
  1253. "200":
  1254. description: 许可链接
  1255. schema:
  1256. type: string
  1257. "400":
  1258. description: 具体错误
  1259. schema:
  1260. $ref: '#/definitions/md.Response'
  1261. summary: 通用请求-对象存储-上传许可链接(获取)
  1262. tags:
  1263. - 对象存储
  1264. /api/v1/addFriend/basalRate:
  1265. get:
  1266. consumes:
  1267. - application/json
  1268. description: 基础速率(获取)
  1269. parameters:
  1270. - description: 验证参数Bearer和token空格拼接
  1271. in: header
  1272. name: Authorization
  1273. required: true
  1274. type: string
  1275. produces:
  1276. - application/json
  1277. responses:
  1278. "200":
  1279. description: 具体数据
  1280. schema:
  1281. $ref: '#/definitions/md.BasalRateResp'
  1282. "400":
  1283. description: 具体错误
  1284. schema:
  1285. $ref: '#/definitions/md.Response'
  1286. summary: 蛋蛋星球-添加好友-基础速率(获取)
  1287. tags:
  1288. - 添加好友
  1289. /api/v1/addFriend/eggEnergyDetails:
  1290. post:
  1291. consumes:
  1292. - application/json
  1293. description: 蛋蛋能量明细(获取)
  1294. parameters:
  1295. - description: 验证参数Bearer和token空格拼接
  1296. in: header
  1297. name: Authorization
  1298. required: true
  1299. type: string
  1300. - description: 分页类型必填
  1301. in: body
  1302. name: req
  1303. required: true
  1304. schema:
  1305. $ref: '#/definitions/md.EggEnergyDetailReq'
  1306. produces:
  1307. - application/json
  1308. responses:
  1309. "200":
  1310. description: 具体数据
  1311. schema:
  1312. $ref: '#/definitions/md.EggEnergyDetailResp'
  1313. "400":
  1314. description: 具体错误
  1315. schema:
  1316. $ref: '#/definitions/md.Response'
  1317. summary: 蛋蛋星球-添加好友-蛋蛋能量明细(获取)
  1318. tags:
  1319. - 添加好友
  1320. /api/v1/addFriend/eggPointDetails:
  1321. post:
  1322. consumes:
  1323. - application/json
  1324. description: 蛋蛋积分明细(获取)
  1325. parameters:
  1326. - description: 验证参数Bearer和token空格拼接
  1327. in: header
  1328. name: Authorization
  1329. required: true
  1330. type: string
  1331. - description: 分页类型必填
  1332. in: body
  1333. name: req
  1334. required: true
  1335. schema:
  1336. $ref: '#/definitions/md.EggPointDetailsReq'
  1337. produces:
  1338. - application/json
  1339. responses:
  1340. "200":
  1341. description: 具体数据
  1342. schema:
  1343. $ref: '#/definitions/md.EggPointDetailsResp'
  1344. "400":
  1345. description: 具体错误
  1346. schema:
  1347. $ref: '#/definitions/md.Response'
  1348. summary: 蛋蛋星球-添加好友-蛋蛋积分明细(获取)
  1349. tags:
  1350. - 添加好友
  1351. /api/v1/addFriend/myFans:
  1352. get:
  1353. consumes:
  1354. - application/json
  1355. description: 团队加速速率(获取)
  1356. parameters:
  1357. - description: 验证参数Bearer和token空格拼接
  1358. in: header
  1359. name: Authorization
  1360. required: true
  1361. type: string
  1362. produces:
  1363. - application/json
  1364. responses:
  1365. "200":
  1366. description: 具体数据
  1367. schema:
  1368. $ref: '#/definitions/md.MyFansResp'
  1369. "400":
  1370. description: 具体错误
  1371. schema:
  1372. $ref: '#/definitions/md.Response'
  1373. summary: 蛋蛋星球-添加好友-粉丝团队-我的粉丝-团队加速速率(获取)
  1374. tags:
  1375. - 添加好友
  1376. /api/v1/addFriend/myFansUserList:
  1377. get:
  1378. consumes:
  1379. - application/json
  1380. description: 在线好友列表(获取)
  1381. parameters:
  1382. - description: 验证参数Bearer和token空格拼接
  1383. in: header
  1384. name: Authorization
  1385. required: true
  1386. type: string
  1387. - description: 每页大小
  1388. in: query
  1389. name: limit
  1390. required: true
  1391. type: integer
  1392. - description: 页数
  1393. in: query
  1394. name: page
  1395. required: true
  1396. type: integer
  1397. produces:
  1398. - application/json
  1399. responses:
  1400. "200":
  1401. description: 具体数据
  1402. schema:
  1403. $ref: '#/definitions/md.MyFansUserListResp'
  1404. "400":
  1405. description: 具体错误
  1406. schema:
  1407. $ref: '#/definitions/md.Response'
  1408. summary: 蛋蛋星球-添加好友-粉丝团队-我的粉丝-在线好友列表(获取)
  1409. tags:
  1410. - 添加好友
  1411. /api/v1/addFriend/nineDimensionalSpace:
  1412. get:
  1413. consumes:
  1414. - application/json
  1415. description: 九维空间(获取)
  1416. parameters:
  1417. - description: 验证参数Bearer和token空格拼接
  1418. in: header
  1419. name: Authorization
  1420. required: true
  1421. type: string
  1422. produces:
  1423. - application/json
  1424. responses:
  1425. "200":
  1426. description: 具体数据
  1427. schema:
  1428. $ref: '#/definitions/md.NineDimensionalSpaceResp'
  1429. "400":
  1430. description: 具体错误
  1431. schema:
  1432. $ref: '#/definitions/md.Response'
  1433. summary: 蛋蛋星球-添加好友-粉丝团队-九维空间(获取)
  1434. tags:
  1435. - 添加好友
  1436. /api/v1/addFriend/totalRate:
  1437. get:
  1438. consumes:
  1439. - application/json
  1440. description: 总速率(获取)
  1441. parameters:
  1442. - description: 验证参数Bearer和token空格拼接
  1443. in: header
  1444. name: Authorization
  1445. required: true
  1446. type: string
  1447. produces:
  1448. - application/json
  1449. responses:
  1450. "200":
  1451. description: 具体数据
  1452. schema:
  1453. $ref: '#/definitions/md.TotalRateResp'
  1454. "400":
  1455. description: 具体错误
  1456. schema:
  1457. $ref: '#/definitions/md.Response'
  1458. summary: 蛋蛋星球-添加好友-总速率(获取)
  1459. tags:
  1460. - 添加好友
  1461. /api/v1/advertising:
  1462. get:
  1463. consumes:
  1464. - application/json
  1465. description: 广告位
  1466. parameters:
  1467. - description: 验证参数Bearer和token空格拼接
  1468. in: header
  1469. name: Authorization
  1470. required: true
  1471. type: string
  1472. produces:
  1473. - application/json
  1474. responses:
  1475. "200":
  1476. description: 具体数据
  1477. schema:
  1478. $ref: '#/definitions/md.AdvertisingResp'
  1479. "400":
  1480. description: 具体错误
  1481. schema:
  1482. $ref: '#/definitions/md.Response'
  1483. summary: 广告位
  1484. tags:
  1485. - 广告位
  1486. /api/v1/advertising/detail:
  1487. post:
  1488. consumes:
  1489. - application/json
  1490. description: 广告位详情
  1491. parameters:
  1492. - description: 验证参数Bearer和token空格拼接
  1493. in: header
  1494. name: Authorization
  1495. required: true
  1496. type: string
  1497. - description: 注册参数
  1498. in: body
  1499. name: req
  1500. required: true
  1501. schema:
  1502. $ref: '#/definitions/md.AdvertisingReq'
  1503. produces:
  1504. - application/json
  1505. responses:
  1506. "200":
  1507. description: 具体数据
  1508. schema:
  1509. $ref: '#/definitions/md.AdvertisingSpace'
  1510. "400":
  1511. description: 具体错误
  1512. schema:
  1513. $ref: '#/definitions/md.Response'
  1514. summary: 广告位详情
  1515. tags:
  1516. - 广告位详情
  1517. /api/v1/college/cate:
  1518. get:
  1519. consumes:
  1520. - application/json
  1521. description: 蛋蛋学院-分类
  1522. parameters:
  1523. - description: 验证参数Bearer和token空格拼接
  1524. in: header
  1525. name: Authorization
  1526. required: true
  1527. type: string
  1528. produces:
  1529. - application/json
  1530. responses:
  1531. "200":
  1532. description: 具体数据
  1533. schema:
  1534. $ref: '#/definitions/md.AdvertisingResp'
  1535. "400":
  1536. description: 具体错误
  1537. schema:
  1538. $ref: '#/definitions/md.Response'
  1539. summary: 蛋蛋学院-分类
  1540. tags:
  1541. - 蛋蛋学院
  1542. /api/v1/college/detail:
  1543. post:
  1544. consumes:
  1545. - application/json
  1546. description: 蛋蛋学院-文章详情
  1547. parameters:
  1548. - description: 验证参数Bearer和token空格拼接
  1549. in: header
  1550. name: Authorization
  1551. required: true
  1552. type: string
  1553. - description: 参数
  1554. in: body
  1555. name: req
  1556. required: true
  1557. schema:
  1558. $ref: '#/definitions/md.CollegeDetailReq'
  1559. produces:
  1560. - application/json
  1561. responses:
  1562. "200":
  1563. description: 具体数据
  1564. schema:
  1565. $ref: '#/definitions/md.CollegeDetailResp'
  1566. "400":
  1567. description: 具体错误
  1568. schema:
  1569. $ref: '#/definitions/md.Response'
  1570. summary: 蛋蛋学院-文章详情
  1571. tags:
  1572. - 蛋蛋学院
  1573. /api/v1/college/like/add:
  1574. post:
  1575. consumes:
  1576. - application/json
  1577. description: 蛋蛋学院-文章-点赞
  1578. parameters:
  1579. - description: 验证参数Bearer和token空格拼接
  1580. in: header
  1581. name: Authorization
  1582. required: true
  1583. type: string
  1584. - description: 参数
  1585. in: body
  1586. name: req
  1587. required: true
  1588. schema:
  1589. $ref: '#/definitions/md.CollegeDetailReq'
  1590. produces:
  1591. - application/json
  1592. responses:
  1593. "200":
  1594. description: 具体数据
  1595. schema:
  1596. type: string
  1597. "400":
  1598. description: 具体错误
  1599. schema:
  1600. $ref: '#/definitions/md.Response'
  1601. summary: 蛋蛋学院-文章-点赞
  1602. tags:
  1603. - 蛋蛋学院
  1604. /api/v1/college/like/cancel:
  1605. post:
  1606. consumes:
  1607. - application/json
  1608. description: 蛋蛋学院-文章-取消点赞
  1609. parameters:
  1610. - description: 验证参数Bearer和token空格拼接
  1611. in: header
  1612. name: Authorization
  1613. required: true
  1614. type: string
  1615. - description: 参数
  1616. in: body
  1617. name: req
  1618. required: true
  1619. schema:
  1620. $ref: '#/definitions/md.CollegeDetailReq'
  1621. produces:
  1622. - application/json
  1623. responses:
  1624. "200":
  1625. description: 具体数据
  1626. schema:
  1627. type: string
  1628. "400":
  1629. description: 具体错误
  1630. schema:
  1631. $ref: '#/definitions/md.Response'
  1632. summary: 蛋蛋学院-文章-取消点赞
  1633. tags:
  1634. - 蛋蛋学院
  1635. /api/v1/college/list:
  1636. post:
  1637. consumes:
  1638. - application/json
  1639. description: 蛋蛋学院-文章列表
  1640. parameters:
  1641. - description: 验证参数Bearer和token空格拼接
  1642. in: header
  1643. name: Authorization
  1644. required: true
  1645. type: string
  1646. - description: 参数
  1647. in: body
  1648. name: req
  1649. required: true
  1650. schema:
  1651. $ref: '#/definitions/md.CollegeListReq'
  1652. produces:
  1653. - application/json
  1654. responses:
  1655. "200":
  1656. description: 具体数据
  1657. schema:
  1658. $ref: '#/definitions/md.CollegeListResp'
  1659. "400":
  1660. description: 具体错误
  1661. schema:
  1662. $ref: '#/definitions/md.Response'
  1663. summary: 蛋蛋学院-文章列表
  1664. tags:
  1665. - 蛋蛋学院
  1666. /api/v1/college/share/add:
  1667. post:
  1668. consumes:
  1669. - application/json
  1670. description: 蛋蛋学院-文章-分享后调用统计数量
  1671. parameters:
  1672. - description: 验证参数Bearer和token空格拼接
  1673. in: header
  1674. name: Authorization
  1675. required: true
  1676. type: string
  1677. - description: 参数
  1678. in: body
  1679. name: req
  1680. required: true
  1681. schema:
  1682. $ref: '#/definitions/md.CollegeDetailReq'
  1683. produces:
  1684. - application/json
  1685. responses:
  1686. "200":
  1687. description: 具体数据
  1688. schema:
  1689. type: string
  1690. "400":
  1691. description: 具体错误
  1692. schema:
  1693. $ref: '#/definitions/md.Response'
  1694. summary: 蛋蛋学院-文章-分享后调用统计数量
  1695. tags:
  1696. - 蛋蛋学院
  1697. /api/v1/config:
  1698. get:
  1699. consumes:
  1700. - application/json
  1701. description: 基本配置
  1702. parameters:
  1703. - description: 验证参数Bearer和token空格拼接
  1704. in: header
  1705. name: Authorization
  1706. required: true
  1707. type: string
  1708. produces:
  1709. - application/json
  1710. responses:
  1711. "200":
  1712. description: 具体数据
  1713. schema:
  1714. $ref: '#/definitions/md.ConfigResp'
  1715. "400":
  1716. description: 具体错误
  1717. schema:
  1718. $ref: '#/definitions/md.Response'
  1719. summary: 基本配置
  1720. tags:
  1721. - 基本配置
  1722. /api/v1/fastLogin:
  1723. post:
  1724. consumes:
  1725. - application/json
  1726. description: 一键登录
  1727. parameters:
  1728. - description: 注册参数
  1729. in: body
  1730. name: req
  1731. required: true
  1732. schema:
  1733. $ref: '#/definitions/md.FastLoginReq'
  1734. produces:
  1735. - application/json
  1736. responses:
  1737. "200":
  1738. description: 登录成功返回
  1739. schema:
  1740. $ref: '#/definitions/md.LoginResponse'
  1741. "400":
  1742. description: 具体错误
  1743. schema:
  1744. $ref: '#/definitions/md.Response'
  1745. summary: 一键登录
  1746. tags:
  1747. - 一键登录
  1748. /api/v1/findPassword:
  1749. post:
  1750. consumes:
  1751. - application/json
  1752. description: 注册
  1753. parameters:
  1754. - description: 注册参数
  1755. in: body
  1756. name: req
  1757. required: true
  1758. schema:
  1759. $ref: '#/definitions/md.FindPasswordReq'
  1760. produces:
  1761. - application/json
  1762. responses:
  1763. "200":
  1764. description: 登录成功返回
  1765. schema:
  1766. type: string
  1767. "400":
  1768. description: 具体错误
  1769. schema:
  1770. $ref: '#/definitions/md.Response'
  1771. summary: 注册
  1772. tags:
  1773. - 注册
  1774. /api/v1/getModuleSetting:
  1775. get:
  1776. consumes:
  1777. - application/json
  1778. description: 页面样式
  1779. parameters:
  1780. - description: 验证参数Bearer和token空格拼接
  1781. in: header
  1782. name: Authorization
  1783. required: true
  1784. type: string
  1785. - description: 页面名称类型值(1:home_page 2:member_center 3:bottom_bar 4:invitation_download_landing_page
  1786. 5:invitation_poster)
  1787. in: query
  1788. name: mod_name_value
  1789. required: true
  1790. type: string
  1791. produces:
  1792. - application/json
  1793. responses:
  1794. "200":
  1795. description: 具体数据
  1796. schema:
  1797. $ref: '#/definitions/md.GetModuleSettingResp'
  1798. "400":
  1799. description: 具体错误
  1800. schema:
  1801. $ref: '#/definitions/md.Response'
  1802. summary: 页面样式
  1803. tags:
  1804. - 页面样式
  1805. /api/v1/homePage/adRule:
  1806. get:
  1807. consumes:
  1808. - application/json
  1809. description: 视频奖励规则(获取)
  1810. parameters:
  1811. - description: 验证参数Bearer和token空格拼接
  1812. in: header
  1813. name: Authorization
  1814. required: true
  1815. type: string
  1816. produces:
  1817. - application/json
  1818. responses:
  1819. "200":
  1820. description: 具体数据
  1821. schema:
  1822. $ref: '#/definitions/md.HomePageWatchAdRuleResp'
  1823. "400":
  1824. description: 具体错误
  1825. schema:
  1826. $ref: '#/definitions/md.Response'
  1827. summary: 蛋蛋星球-主页-视频奖励规则(获取)
  1828. tags:
  1829. - 主页
  1830. /api/v1/homePage/index:
  1831. get:
  1832. consumes:
  1833. - application/json
  1834. description: 基础信息(获取)
  1835. parameters:
  1836. - description: 验证参数Bearer和token空格拼接
  1837. in: header
  1838. name: Authorization
  1839. required: true
  1840. type: string
  1841. produces:
  1842. - application/json
  1843. responses:
  1844. "200":
  1845. description: 具体数据
  1846. schema:
  1847. $ref: '#/definitions/md.HomePageResp'
  1848. "400":
  1849. description: 具体错误
  1850. schema:
  1851. $ref: '#/definitions/md.Response'
  1852. summary: 蛋蛋星球-主页-基础信息(获取)
  1853. tags:
  1854. - 主页
  1855. /api/v1/homePage/isCanGetRedPackage:
  1856. get:
  1857. consumes:
  1858. - application/json
  1859. description: 是否可以领取红包(获取)
  1860. parameters:
  1861. - description: 验证参数Bearer和token空格拼接
  1862. in: header
  1863. name: Authorization
  1864. required: true
  1865. type: string
  1866. produces:
  1867. - application/json
  1868. responses:
  1869. "200":
  1870. description: 具体数据
  1871. schema:
  1872. $ref: '#/definitions/md.IsCanGetRedPackageResp'
  1873. "400":
  1874. description: 具体错误
  1875. schema:
  1876. $ref: '#/definitions/md.Response'
  1877. summary: 蛋蛋星球-主页-是否领取红包(获取)
  1878. tags:
  1879. - 主页
  1880. /api/v1/homePage/isCanSignIn:
  1881. get:
  1882. consumes:
  1883. - application/json
  1884. description: 是否可以签到(获取)
  1885. parameters:
  1886. - description: 验证参数Bearer和token空格拼接
  1887. in: header
  1888. name: Authorization
  1889. required: true
  1890. type: string
  1891. produces:
  1892. - application/json
  1893. responses:
  1894. "200":
  1895. description: 具体数据
  1896. schema:
  1897. $ref: '#/definitions/md.IsCanSignInResp'
  1898. "400":
  1899. description: 具体错误
  1900. schema:
  1901. $ref: '#/definitions/md.Response'
  1902. summary: 蛋蛋星球-主页-是否能签到(获取)
  1903. tags:
  1904. - 主页
  1905. /api/v1/homePage/realTimePrice:
  1906. get:
  1907. consumes:
  1908. - application/json
  1909. description: 实时数据(获取)
  1910. parameters:
  1911. - description: 验证参数Bearer和token空格拼接
  1912. in: header
  1913. name: Authorization
  1914. required: true
  1915. type: string
  1916. produces:
  1917. - application/json
  1918. responses:
  1919. "200":
  1920. description: 具体数据
  1921. schema:
  1922. $ref: '#/definitions/md.RealTimePriceResp'
  1923. "400":
  1924. description: 具体错误
  1925. schema:
  1926. $ref: '#/definitions/md.Response'
  1927. summary: 蛋蛋星球-主页-实时数据(获取)
  1928. tags:
  1929. - 主页
  1930. /api/v1/im/redPackageDetail:
  1931. get:
  1932. consumes:
  1933. - application/json
  1934. description: 红包详情(获取)
  1935. parameters:
  1936. - description: 验证参数Bearer和token空格拼接
  1937. in: header
  1938. name: Authorization
  1939. required: true
  1940. type: string
  1941. - description: 红包 ID
  1942. in: query
  1943. name: red_package_id
  1944. required: true
  1945. type: string
  1946. produces:
  1947. - application/json
  1948. responses:
  1949. "200":
  1950. description: 具体数据
  1951. schema:
  1952. $ref: '#/definitions/md.RedPackageDetailResp'
  1953. "400":
  1954. description: 具体错误
  1955. schema:
  1956. $ref: '#/definitions/md.Response'
  1957. summary: 蛋蛋星球-即时通讯-红包详情(获取)
  1958. tags:
  1959. - 即时通讯
  1960. /api/v1/im/user/grabRedPackage:
  1961. post:
  1962. consumes:
  1963. - application/json
  1964. description: 领取红包
  1965. parameters:
  1966. - description: 验证参数Bearer和token空格拼接
  1967. in: header
  1968. name: Authorization
  1969. required: true
  1970. type: string
  1971. - description: 领取红包信息
  1972. in: body
  1973. name: req
  1974. required: true
  1975. schema:
  1976. $ref: '#/definitions/md.GrabRedPackageReq'
  1977. produces:
  1978. - application/json
  1979. responses:
  1980. "200":
  1981. description: 具体数据
  1982. schema:
  1983. $ref: '#/definitions/md.GrabRedPackageResp'
  1984. "400":
  1985. description: 具体错误
  1986. schema:
  1987. $ref: '#/definitions/md.Response'
  1988. summary: 蛋蛋星球-即时通讯-领取红包
  1989. tags:
  1990. - 即时通讯
  1991. /api/v1/im/user/sendRedPackage:
  1992. post:
  1993. consumes:
  1994. - application/json
  1995. description: 发送红包
  1996. parameters:
  1997. - description: 验证参数Bearer和token空格拼接
  1998. in: header
  1999. name: Authorization
  2000. required: true
  2001. type: string
  2002. - description: 发送红包信息
  2003. in: body
  2004. name: req
  2005. required: true
  2006. schema:
  2007. $ref: '#/definitions/md.SendRedPackageReq'
  2008. produces:
  2009. - application/json
  2010. responses:
  2011. "200":
  2012. description: 具体数据
  2013. schema:
  2014. $ref: '#/definitions/md.SendRedPackageResp'
  2015. "400":
  2016. description: 具体错误
  2017. schema:
  2018. $ref: '#/definitions/md.Response'
  2019. summary: 蛋蛋星球-即时通讯-发送红包
  2020. tags:
  2021. - 即时通讯
  2022. /api/v1/im/user/sendRedPackageDetail:
  2023. post:
  2024. consumes:
  2025. - application/json
  2026. description: 发送红包详情
  2027. parameters:
  2028. - description: 验证参数Bearer和token空格拼接
  2029. in: header
  2030. name: Authorization
  2031. required: true
  2032. type: string
  2033. - description: 红包的订单 ID
  2034. in: body
  2035. name: req
  2036. required: true
  2037. schema:
  2038. $ref: '#/definitions/md.SendRedPackageDetailReq'
  2039. produces:
  2040. - application/json
  2041. responses:
  2042. "200":
  2043. description: 具体数据
  2044. schema:
  2045. $ref: '#/definitions/md.SendRedPackageDetailResp'
  2046. "400":
  2047. description: 具体错误
  2048. schema:
  2049. $ref: '#/definitions/md.Response'
  2050. summary: 蛋蛋星球-即时通讯-发送红包详情
  2051. tags:
  2052. - 即时通讯
  2053. /api/v1/login:
  2054. post:
  2055. consumes:
  2056. - application/json
  2057. description: 登入
  2058. parameters:
  2059. - description: 用户名密码
  2060. in: body
  2061. name: req
  2062. required: true
  2063. schema:
  2064. $ref: '#/definitions/md.LoginReq'
  2065. produces:
  2066. - application/json
  2067. responses:
  2068. "200":
  2069. description: token
  2070. schema:
  2071. $ref: '#/definitions/md.LoginResponse'
  2072. "400":
  2073. description: 具体错误
  2074. schema:
  2075. $ref: '#/definitions/md.Response'
  2076. summary: 登陆
  2077. tags:
  2078. - 登录
  2079. /api/v1/memberCenter/getBasic:
  2080. get:
  2081. consumes:
  2082. - application/json
  2083. description: 基础数据(获取)
  2084. parameters:
  2085. - description: 验证参数Bearer和token空格拼接
  2086. in: header
  2087. name: Authorization
  2088. required: true
  2089. type: string
  2090. produces:
  2091. - application/json
  2092. responses:
  2093. "200":
  2094. description: 具体数据
  2095. schema:
  2096. $ref: '#/definitions/md.MemberCenterGetBasicResp'
  2097. "400":
  2098. description: 具体错误
  2099. schema:
  2100. $ref: '#/definitions/md.Response'
  2101. summary: 蛋蛋星球-会员中心-基础数据(获取)
  2102. tags:
  2103. - 会员中心
  2104. /api/v1/pointsCenter/basic:
  2105. get:
  2106. consumes:
  2107. - application/json
  2108. description: 上部分基础信息(获取)
  2109. parameters:
  2110. - description: 验证参数Bearer和token空格拼接
  2111. in: header
  2112. name: Authorization
  2113. required: true
  2114. type: string
  2115. produces:
  2116. - application/json
  2117. responses:
  2118. "200":
  2119. description: 具体数据
  2120. schema:
  2121. $ref: '#/definitions/md.PointsCenterGetBasicResp'
  2122. "400":
  2123. description: 具体错误
  2124. schema:
  2125. $ref: '#/definitions/md.Response'
  2126. summary: 蛋蛋星球-积分中心-上部分基础信息(获取)
  2127. tags:
  2128. - 积分中心
  2129. /api/v1/pointsCenter/contributionValue:
  2130. get:
  2131. consumes:
  2132. - application/json
  2133. description: 贡献值(获取)
  2134. parameters:
  2135. - description: 验证参数Bearer和token空格拼接
  2136. in: header
  2137. name: Authorization
  2138. required: true
  2139. type: string
  2140. produces:
  2141. - application/json
  2142. responses:
  2143. "200":
  2144. description: 具体数据
  2145. schema:
  2146. $ref: '#/definitions/md.GetContributionValueResp'
  2147. "400":
  2148. description: 具体错误
  2149. schema:
  2150. $ref: '#/definitions/md.Response'
  2151. summary: 蛋蛋星球-积分中心-贡献值(获取)
  2152. tags:
  2153. - 积分中心
  2154. /api/v1/pointsCenter/contributionValueFlow:
  2155. get:
  2156. consumes:
  2157. - application/json
  2158. description: 贡献值明细(获取)
  2159. parameters:
  2160. - description: 验证参数Bearer和token空格拼接
  2161. in: header
  2162. name: Authorization
  2163. required: true
  2164. type: string
  2165. - description: 每页大小
  2166. in: query
  2167. name: limit
  2168. required: true
  2169. type: string
  2170. - description: 页数
  2171. in: query
  2172. name: page
  2173. required: true
  2174. type: string
  2175. produces:
  2176. - application/json
  2177. responses:
  2178. "200":
  2179. description: 具体数据
  2180. schema:
  2181. $ref: '#/definitions/md.GetContributionValueFlowResp'
  2182. "400":
  2183. description: 具体错误
  2184. schema:
  2185. $ref: '#/definitions/md.Response'
  2186. summary: 蛋蛋星球-积分中心-贡献值明细(获取)
  2187. tags:
  2188. - 积分中心
  2189. /api/v1/pointsCenter/dynamicData:
  2190. get:
  2191. consumes:
  2192. - application/json
  2193. description: 动态数据(获取)
  2194. parameters:
  2195. - description: 验证参数Bearer和token空格拼接
  2196. in: header
  2197. name: Authorization
  2198. required: true
  2199. type: string
  2200. produces:
  2201. - application/json
  2202. responses:
  2203. "200":
  2204. description: 具体数据
  2205. schema:
  2206. $ref: '#/definitions/md.DynamicDataResp'
  2207. "400":
  2208. description: 具体错误
  2209. schema:
  2210. $ref: '#/definitions/md.Response'
  2211. summary: 蛋蛋星球-积分中心-动态数据(获取)
  2212. tags:
  2213. - 积分中心
  2214. /api/v1/pointsCenter/energyFlow:
  2215. get:
  2216. consumes:
  2217. - application/json
  2218. description: 收支明细(获取)
  2219. parameters:
  2220. - description: 验证参数Bearer和token空格拼接
  2221. in: header
  2222. name: Authorization
  2223. required: true
  2224. type: string
  2225. - description: 每页大小
  2226. in: query
  2227. name: limit
  2228. required: true
  2229. type: string
  2230. - description: 页数
  2231. in: query
  2232. name: page
  2233. required: true
  2234. type: string
  2235. - description: 开始时间
  2236. in: query
  2237. name: startAt
  2238. type: string
  2239. - description: 结束时间
  2240. in: query
  2241. name: endAt
  2242. type: string
  2243. - description: 流水方向(1.收入 2.支出 0.全部)
  2244. in: query
  2245. name: direction
  2246. type: string
  2247. produces:
  2248. - application/json
  2249. responses:
  2250. "200":
  2251. description: 具体数据
  2252. schema:
  2253. $ref: '#/definitions/md.GetEggEnergyFlowResp'
  2254. "400":
  2255. description: 具体错误
  2256. schema:
  2257. $ref: '#/definitions/md.Response'
  2258. summary: 蛋蛋星球-积分中心-收支明细(获取)
  2259. tags:
  2260. - 积分中心
  2261. /api/v1/pointsCenter/exchangeEnergy:
  2262. post:
  2263. consumes:
  2264. - application/json
  2265. description: 能量兑换
  2266. parameters:
  2267. - description: 验证参数Bearer和token空格拼接
  2268. in: header
  2269. name: Authorization
  2270. required: true
  2271. type: string
  2272. - description: 需要兑换的能量值
  2273. in: body
  2274. name: req
  2275. required: true
  2276. schema:
  2277. $ref: '#/definitions/md.ExchangeEnergyReq'
  2278. produces:
  2279. - application/json
  2280. responses:
  2281. "200":
  2282. description: success
  2283. schema:
  2284. type: string
  2285. "400":
  2286. description: 具体错误
  2287. schema:
  2288. $ref: '#/definitions/md.Response'
  2289. summary: 蛋蛋星球-积分中心-能量兑换
  2290. tags:
  2291. - 积分中心
  2292. /api/v1/pointsCenter/initialData:
  2293. get:
  2294. consumes:
  2295. - application/json
  2296. description: 初始数据(获取)
  2297. parameters:
  2298. - description: 验证参数Bearer和token空格拼接
  2299. in: header
  2300. name: Authorization
  2301. required: true
  2302. type: string
  2303. produces:
  2304. - application/json
  2305. responses:
  2306. "200":
  2307. description: 具体数据
  2308. schema:
  2309. $ref: '#/definitions/md.InitialDataResp'
  2310. "400":
  2311. description: 具体错误
  2312. schema:
  2313. $ref: '#/definitions/md.Response'
  2314. summary: 蛋蛋星球-积分中心-初始数据(获取)
  2315. tags:
  2316. - 积分中心
  2317. /api/v1/pointsCenter/pointsExchangeBasic:
  2318. get:
  2319. consumes:
  2320. - application/json
  2321. description: 积分兑换基础信息(获取)
  2322. parameters:
  2323. - description: 验证参数Bearer和token空格拼接
  2324. in: header
  2325. name: Authorization
  2326. required: true
  2327. type: string
  2328. produces:
  2329. - application/json
  2330. responses:
  2331. "200":
  2332. description: 具体数据
  2333. schema:
  2334. $ref: '#/definitions/md.PointsExchangeGetBasicResp'
  2335. "400":
  2336. description: 具体错误
  2337. schema:
  2338. $ref: '#/definitions/md.Response'
  2339. summary: 蛋蛋星球-积分中心-积分兑换基础信息(获取)
  2340. tags:
  2341. - 积分中心
  2342. /api/v1/pointsCenter/priceCurve:
  2343. get:
  2344. consumes:
  2345. - application/json
  2346. description: 价格趋势(获取)
  2347. parameters:
  2348. - description: 验证参数Bearer和token空格拼接
  2349. in: header
  2350. name: Authorization
  2351. required: true
  2352. type: string
  2353. - description: 1:按天 2:按小时 3:按周
  2354. in: query
  2355. name: kind
  2356. type: string
  2357. produces:
  2358. - application/json
  2359. responses:
  2360. "200":
  2361. description: 具体数据
  2362. schema:
  2363. $ref: '#/definitions/md.GetPriceCurveResp'
  2364. "400":
  2365. description: 具体错误
  2366. schema:
  2367. $ref: '#/definitions/md.Response'
  2368. summary: 蛋蛋星球-积分中心-价格趋势(获取)
  2369. tags:
  2370. - 积分中心
  2371. /api/v1/pointsCenter/record:
  2372. get:
  2373. consumes:
  2374. - application/json
  2375. description: 蛋蛋分明细(获取)
  2376. parameters:
  2377. - description: 验证参数Bearer和token空格拼接
  2378. in: header
  2379. name: Authorization
  2380. required: true
  2381. type: string
  2382. - description: 每页大小
  2383. in: query
  2384. name: limit
  2385. required: true
  2386. type: string
  2387. - description: 页数
  2388. in: query
  2389. name: page
  2390. required: true
  2391. type: string
  2392. produces:
  2393. - application/json
  2394. responses:
  2395. "200":
  2396. description: 具体数据
  2397. schema:
  2398. $ref: '#/definitions/md.GetEggPointRecordResp'
  2399. "400":
  2400. description: 具体错误
  2401. schema:
  2402. $ref: '#/definitions/md.Response'
  2403. summary: 蛋蛋星球-积分中心-蛋蛋分明细(获取)
  2404. tags:
  2405. - 积分中心
  2406. /api/v1/register:
  2407. post:
  2408. consumes:
  2409. - application/json
  2410. description: 注册
  2411. parameters:
  2412. - description: 注册参数
  2413. in: body
  2414. name: req
  2415. required: true
  2416. schema:
  2417. $ref: '#/definitions/md.RegisterReq'
  2418. produces:
  2419. - application/json
  2420. responses:
  2421. "200":
  2422. description: 登录成功返回
  2423. schema:
  2424. $ref: '#/definitions/md.LoginResponse'
  2425. "400":
  2426. description: 具体错误
  2427. schema:
  2428. $ref: '#/definitions/md.Response'
  2429. summary: 注册
  2430. tags:
  2431. - 注册
  2432. /api/v1/smsSend:
  2433. post:
  2434. consumes:
  2435. - application/json
  2436. description: 发送短信
  2437. parameters:
  2438. - description: 注册参数
  2439. in: body
  2440. name: req
  2441. required: true
  2442. schema:
  2443. $ref: '#/definitions/md.SmsSendReq'
  2444. produces:
  2445. - application/json
  2446. responses:
  2447. "200":
  2448. description: 成功返回
  2449. schema:
  2450. type: string
  2451. "400":
  2452. description: 具体错误
  2453. schema:
  2454. $ref: '#/definitions/md.Response'
  2455. summary: 发送短信
  2456. tags:
  2457. - 发送短信
  2458. /api/v1/test:
  2459. get:
  2460. consumes:
  2461. - application/json
  2462. description: Demo样例测试
  2463. parameters:
  2464. - description: 任意参数
  2465. in: body
  2466. name: req
  2467. required: true
  2468. schema: {}
  2469. produces:
  2470. - application/json
  2471. responses:
  2472. "200":
  2473. description: 返回任意参数
  2474. schema:
  2475. additionalProperties: true
  2476. type: object
  2477. "400":
  2478. description: 具体错误
  2479. schema:
  2480. $ref: '#/definitions/md.Response'
  2481. summary: Demo测试
  2482. tags:
  2483. - Demo
  2484. /api/v1/userFeedback/cate:
  2485. get:
  2486. consumes:
  2487. - application/json
  2488. description: 意见反馈-分类
  2489. parameters:
  2490. - description: 验证参数Bearer和token空格拼接
  2491. in: header
  2492. name: Authorization
  2493. required: true
  2494. type: string
  2495. produces:
  2496. - application/json
  2497. responses:
  2498. "200":
  2499. description: 具体数据
  2500. schema:
  2501. $ref: '#/definitions/md.AdvertisingResp'
  2502. "400":
  2503. description: 具体错误
  2504. schema:
  2505. $ref: '#/definitions/md.Response'
  2506. summary: 意见反馈-分类
  2507. tags:
  2508. - 意见反馈
  2509. /api/v1/userFeedback/list:
  2510. post:
  2511. consumes:
  2512. - application/json
  2513. description: 意见反馈-反馈记录
  2514. parameters:
  2515. - description: 验证参数Bearer和token空格拼接
  2516. in: header
  2517. name: Authorization
  2518. required: true
  2519. type: string
  2520. - description: 参数
  2521. in: body
  2522. name: req
  2523. required: true
  2524. schema:
  2525. $ref: '#/definitions/md.UserFeedbackListReq'
  2526. produces:
  2527. - application/json
  2528. responses:
  2529. "200":
  2530. description: 具体数据
  2531. schema:
  2532. $ref: '#/definitions/md.UserFeedbackListResp'
  2533. "400":
  2534. description: 具体错误
  2535. schema:
  2536. $ref: '#/definitions/md.Response'
  2537. summary: 意见反馈-反馈记录
  2538. tags:
  2539. - 意见反馈
  2540. /api/v1/userFeedback/record:
  2541. post:
  2542. consumes:
  2543. - application/json
  2544. description: 意见反馈-反馈记录-沟通记录
  2545. parameters:
  2546. - description: 验证参数Bearer和token空格拼接
  2547. in: header
  2548. name: Authorization
  2549. required: true
  2550. type: string
  2551. - description: 参数
  2552. in: body
  2553. name: req
  2554. required: true
  2555. schema:
  2556. $ref: '#/definitions/md.UserFeedbackRecordReq'
  2557. produces:
  2558. - application/json
  2559. responses:
  2560. "200":
  2561. description: 具体数据
  2562. schema:
  2563. $ref: '#/definitions/md.UserFeedbackRecordResp'
  2564. "400":
  2565. description: 具体错误
  2566. schema:
  2567. $ref: '#/definitions/md.Response'
  2568. summary: 意见反馈-反馈记录-沟通记录
  2569. tags:
  2570. - 意见反馈
  2571. /api/v1/userFeedback/save:
  2572. post:
  2573. consumes:
  2574. - application/json
  2575. description: 意见反馈-反馈记录-提交
  2576. parameters:
  2577. - description: 验证参数Bearer和token空格拼接
  2578. in: header
  2579. name: Authorization
  2580. required: true
  2581. type: string
  2582. - description: 参数
  2583. in: body
  2584. name: req
  2585. required: true
  2586. schema:
  2587. $ref: '#/definitions/md.UserFeedbackSaveReq'
  2588. produces:
  2589. - application/json
  2590. responses:
  2591. "200":
  2592. description: 具体数据
  2593. schema:
  2594. type: string
  2595. "400":
  2596. description: 具体错误
  2597. schema:
  2598. $ref: '#/definitions/md.Response'
  2599. summary: 意见反馈-反馈记录-提交
  2600. tags:
  2601. - 意见反馈
  2602. /api/v1/userFeedback/say:
  2603. post:
  2604. consumes:
  2605. - application/json
  2606. description: 意见反馈-反馈记录-沟通发送
  2607. parameters:
  2608. - description: 验证参数Bearer和token空格拼接
  2609. in: header
  2610. name: Authorization
  2611. required: true
  2612. type: string
  2613. - description: 参数
  2614. in: body
  2615. name: req
  2616. required: true
  2617. schema:
  2618. $ref: '#/definitions/md.UserFeedbackSayReq'
  2619. produces:
  2620. - application/json
  2621. responses:
  2622. "200":
  2623. description: 具体数据
  2624. schema:
  2625. type: string
  2626. "400":
  2627. description: 具体错误
  2628. schema:
  2629. $ref: '#/definitions/md.Response'
  2630. summary: 意见反馈-反馈记录-沟通发送
  2631. tags:
  2632. - 意见反馈
  2633. /api/v1/userInfo:
  2634. get:
  2635. consumes:
  2636. - application/json
  2637. description: 用户信息
  2638. parameters:
  2639. - description: 验证参数Bearer和token空格拼接
  2640. in: header
  2641. name: Authorization
  2642. required: true
  2643. type: string
  2644. produces:
  2645. - application/json
  2646. responses:
  2647. "200":
  2648. description: 具体数据
  2649. schema:
  2650. $ref: '#/definitions/md.UserInfoResp'
  2651. "400":
  2652. description: 具体错误
  2653. schema:
  2654. $ref: '#/definitions/md.Response'
  2655. summary: 用户信息
  2656. tags:
  2657. - 用户信息
  2658. /api/v1/wallet/amountFlow:
  2659. get:
  2660. consumes:
  2661. - application/json
  2662. description: 余额明细(获取)
  2663. parameters:
  2664. - description: 验证参数Bearer和token空格拼接
  2665. in: header
  2666. name: Authorization
  2667. required: true
  2668. type: string
  2669. - description: 每页大小
  2670. in: query
  2671. name: limit
  2672. required: true
  2673. type: string
  2674. - description: 页数
  2675. in: query
  2676. name: page
  2677. required: true
  2678. type: string
  2679. - description: 开始时间
  2680. in: query
  2681. name: startAt
  2682. type: string
  2683. - description: 结束时间
  2684. in: query
  2685. name: endAt
  2686. type: string
  2687. - description: 流水方向(1.收入 2.支出 0.全部)
  2688. in: query
  2689. name: direction
  2690. type: string
  2691. produces:
  2692. - application/json
  2693. responses:
  2694. "200":
  2695. description: 具体数据
  2696. schema:
  2697. $ref: '#/definitions/md.GetAmountFlowResp'
  2698. "400":
  2699. description: 具体错误
  2700. schema:
  2701. $ref: '#/definitions/md.Response'
  2702. summary: 蛋蛋星球-钱包-余额明细(获取)
  2703. tags:
  2704. - 钱包
  2705. /api/v1/wallet/withdraw/index:
  2706. get:
  2707. consumes:
  2708. - application/json
  2709. description: 提现余额(获取)
  2710. parameters:
  2711. - description: 验证参数Bearer和token空格拼接
  2712. in: header
  2713. name: Authorization
  2714. required: true
  2715. type: string
  2716. produces:
  2717. - application/json
  2718. responses:
  2719. "200":
  2720. description: 具体数据
  2721. schema:
  2722. $ref: '#/definitions/md.WithdrawGetAmountResp'
  2723. "400":
  2724. description: 具体错误
  2725. schema:
  2726. $ref: '#/definitions/md.Response'
  2727. summary: 蛋蛋星球-钱包-提现余额(获取)
  2728. tags:
  2729. - 钱包
  2730. /api/v1/wechatLogin:
  2731. post:
  2732. consumes:
  2733. - application/json
  2734. description: 微信登陆
  2735. parameters:
  2736. - description: 注册参数
  2737. in: body
  2738. name: req
  2739. required: true
  2740. schema:
  2741. $ref: '#/definitions/md.WechatLoginReq'
  2742. produces:
  2743. - application/json
  2744. responses:
  2745. "200":
  2746. description: 登录成功返回
  2747. schema:
  2748. $ref: '#/definitions/md.LoginResponse'
  2749. "400":
  2750. description: 具体错误
  2751. schema:
  2752. $ref: '#/definitions/md.Response'
  2753. summary: 微信登陆
  2754. tags:
  2755. - 微信登陆
  2756. swagger: "2.0"