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

1876 lines
47 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. md.AdvertisingBasic:
  16. properties:
  17. android_ad_is_open:
  18. example: 安卓广告是否开启(1:开启 0:不开启)
  19. type: string
  20. android_open_ad_is_open:
  21. example: 安卓开屏广告是否开启(1:开启 0:不开启)
  22. type: string
  23. info:
  24. additionalProperties: true
  25. type: object
  26. ios_ad_is_open:
  27. example: ios广告是否开启(1:开启 0:不开启)
  28. type: string
  29. ios_open_ad_is_open:
  30. example: ios开屏广告是否开启(1:开启 0:不开启)
  31. type: string
  32. voice:
  33. example: 领取声音
  34. type: string
  35. type: object
  36. md.AdvertisingFunction:
  37. properties:
  38. ad_id:
  39. example: 广告id
  40. type: string
  41. name:
  42. example: 名称
  43. type: string
  44. type:
  45. example: 位置
  46. type: string
  47. type: object
  48. md.AdvertisingLimit:
  49. properties:
  50. public_img:
  51. example: 公共弹窗图
  52. type: string
  53. public_str:
  54. example: 公共弹窗文字
  55. type: string
  56. withdraw_img:
  57. example: 提现弹窗图
  58. type: string
  59. withdraw_str:
  60. example: 提现弹窗文字
  61. type: string
  62. type: object
  63. md.AdvertisingReq:
  64. properties:
  65. id:
  66. type: string
  67. type: object
  68. md.AdvertisingResp:
  69. properties:
  70. basic:
  71. $ref: '#/definitions/md.AdvertisingBasic'
  72. function:
  73. items:
  74. $ref: '#/definitions/md.AdvertisingFunction'
  75. type: array
  76. pop:
  77. $ref: '#/definitions/md.AdvertisingLimit'
  78. space:
  79. items:
  80. $ref: '#/definitions/md.AdvertisingSpace'
  81. type: array
  82. type: object
  83. md.AdvertisingSpace:
  84. properties:
  85. counting_down:
  86. example: 倒计时 x秒
  87. type: string
  88. id:
  89. example: id
  90. type: string
  91. info:
  92. additionalProperties: true
  93. type: object
  94. kind:
  95. example: 广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告)
  96. type: string
  97. name:
  98. example: 名称
  99. type: string
  100. type: object
  101. md.BasalRateResp:
  102. properties:
  103. basal_rate:
  104. description: 基础速率
  105. type: string
  106. consumed_egg_energy:
  107. description: 收益蛋蛋能量
  108. type: string
  109. consumed_egg_point:
  110. description: 消耗蛋蛋积分
  111. type: string
  112. consumed_time:
  113. description: 消耗时间/小时
  114. type: string
  115. estimated_revenue:
  116. description: 预估收益蛋蛋能量
  117. type: string
  118. remaining_egg_energy:
  119. description: 剩余蛋蛋能量
  120. type: string
  121. remaining_time:
  122. description: 剩余时间/小时
  123. type: string
  124. sign_countdown:
  125. description: 收益倒计时
  126. type: string
  127. type: object
  128. md.ConfigResp:
  129. properties:
  130. content:
  131. example: 软件使用协议内容
  132. type: string
  133. privacy_title:
  134. example: 隐私协议标题
  135. type: string
  136. privacy_url:
  137. example: 隐私协议链接
  138. type: string
  139. title:
  140. example: 软件使用协议标题
  141. type: string
  142. user_title:
  143. example: 用户协议标题
  144. type: string
  145. user_url:
  146. example: 用户协议链接
  147. type: string
  148. type: object
  149. md.ContributionValueFlowNode:
  150. properties:
  151. amount:
  152. description: 变更数量
  153. type: string
  154. create_at:
  155. description: 完成时间
  156. type: string
  157. direction:
  158. description: 方向: 1.收入 2.支出
  159. type: string
  160. title:
  161. description: 标题
  162. type: string
  163. type: object
  164. md.DynamicDataResp:
  165. properties:
  166. development_committee:
  167. description: 发展委员会
  168. type: string
  169. public_welfare_and_charity:
  170. description: 公益基金
  171. type: string
  172. star_level_dividends:
  173. description: 星级分红
  174. type: string
  175. user_total_hold:
  176. description: 用户持有总量
  177. type: string
  178. type: object
  179. md.EggEnergyDetailReq:
  180. properties:
  181. asc:
  182. description: 1.升序 2.倒序
  183. type: string
  184. direction:
  185. description: 类型 1.收入 2.支出 全部则传空
  186. type: string
  187. kind:
  188. description: 类型:1. 个人蛋蛋能量 2.团队蛋蛋能量
  189. type: string
  190. limit:
  191. description: 每页大小
  192. type: integer
  193. page:
  194. description: 页数
  195. type: integer
  196. type:
  197. description: 变动类型 全部则传空
  198. type: string
  199. type: object
  200. md.EggEnergyDetailResp:
  201. properties:
  202. list:
  203. description: 流水数据
  204. items:
  205. additionalProperties:
  206. type: string
  207. type: object
  208. type: array
  209. paginate:
  210. allOf:
  211. - $ref: '#/definitions/applet_app_md.Paginate'
  212. description: 分页信息
  213. person_egg_energy:
  214. description: 个人蛋蛋能量
  215. type: string
  216. team_egg_energy:
  217. description: 团队蛋蛋能量
  218. type: string
  219. total_egg_energy:
  220. description: 总蛋蛋能量
  221. type: string
  222. total_egg_energy_price:
  223. description: 蛋蛋能量总价
  224. type: string
  225. transfer_type_list:
  226. allOf:
  227. - $ref: '#/definitions/md.TransferTypeList'
  228. description: 转账类型列表
  229. type: object
  230. md.EggEnergyFlowNode:
  231. properties:
  232. after_amount:
  233. description: 变更后数量
  234. type: string
  235. amount:
  236. description: 变更数量
  237. type: string
  238. before_amount:
  239. description: 变更前数量
  240. type: string
  241. coin_name:
  242. description: 虚拟币名称
  243. type: string
  244. create_at:
  245. description: 创建时间
  246. type: string
  247. direction:
  248. description: 方向:1.收入 2.支出
  249. type: integer
  250. id:
  251. type: integer
  252. sys_fee:
  253. description: 手续费
  254. type: string
  255. title:
  256. description: 标题
  257. type: string
  258. transfer_type:
  259. description: 转账类型
  260. type: string
  261. type: object
  262. md.EggPointDetailsReq:
  263. properties:
  264. asc:
  265. description: 1.升序 2.倒序
  266. type: string
  267. direction:
  268. description: 类型 1.收入 2.支出 全部则传空
  269. type: string
  270. kind:
  271. description: 类型:1. 个人蛋蛋积分 2.团队蛋蛋积分
  272. type: string
  273. limit:
  274. description: 每页大小
  275. type: integer
  276. page:
  277. description: 页数
  278. type: integer
  279. type:
  280. description: 变动类型 全部则传空
  281. type: string
  282. type: object
  283. md.EggPointDetailsResp:
  284. properties:
  285. list:
  286. description: 流水数据
  287. items:
  288. additionalProperties:
  289. type: string
  290. type: object
  291. type: array
  292. paginate:
  293. allOf:
  294. - $ref: '#/definitions/applet_app_md.Paginate'
  295. description: 分页信息
  296. person_egg_points:
  297. description: 个人蛋蛋积分
  298. type: string
  299. team_egg_points:
  300. description: 团队蛋蛋积分
  301. type: string
  302. total_egg_points:
  303. description: 总蛋蛋积分
  304. type: string
  305. total_egg_points_amount:
  306. description: 蛋蛋积分余额
  307. type: string
  308. transfer_type_list:
  309. allOf:
  310. - $ref: '#/definitions/md.TransferTypeList'
  311. description: 转账类型列表
  312. type: object
  313. md.EggPointRecordNode:
  314. properties:
  315. end_at:
  316. description: 结束时间
  317. type: string
  318. score:
  319. description: 分数
  320. type: string
  321. start_at:
  322. description: 开始时间
  323. type: string
  324. week:
  325. description: 周数
  326. type: string
  327. year:
  328. description: 年份
  329. type: string
  330. type: object
  331. md.ExchangeEnergyReq:
  332. properties:
  333. energy_amount:
  334. description: 兑换能量数值
  335. type: string
  336. type: object
  337. md.FastLoginReq:
  338. properties:
  339. invite_code:
  340. example: 邀请码
  341. type: string
  342. token:
  343. example: 一键登录的token
  344. type: string
  345. type: object
  346. md.FindPasswordReq:
  347. properties:
  348. code:
  349. example: 验证码
  350. type: string
  351. mobile:
  352. type: string
  353. password:
  354. example: 密码 如 123
  355. type: string
  356. required:
  357. - mobile
  358. type: object
  359. md.GetAmountFlowResp:
  360. properties:
  361. list:
  362. items:
  363. $ref: '#/definitions/md.WalletFlowNode'
  364. type: array
  365. paginate:
  366. $ref: '#/definitions/applet_app_md.Paginate'
  367. type: object
  368. md.GetContributionValueFlowResp:
  369. properties:
  370. list:
  371. items:
  372. $ref: '#/definitions/md.ContributionValueFlowNode'
  373. type: array
  374. paginate:
  375. $ref: '#/definitions/applet_app_md.Paginate'
  376. type: object
  377. md.GetContributionValueResp:
  378. properties:
  379. contribution_value:
  380. description: 贡献值
  381. type: string
  382. ratio:
  383. description: 兑换比率(x 分兑换 1 人民币)
  384. type: string
  385. type: object
  386. md.GetEggEnergyFlowResp:
  387. properties:
  388. list:
  389. items:
  390. $ref: '#/definitions/md.EggEnergyFlowNode'
  391. type: array
  392. paginate:
  393. $ref: '#/definitions/applet_app_md.Paginate'
  394. type: object
  395. md.GetEggPointRecordResp:
  396. properties:
  397. list:
  398. description: 分数明细列表
  399. items:
  400. $ref: '#/definitions/md.EggPointRecordNode'
  401. type: array
  402. now_score:
  403. description: 当前分数
  404. type: string
  405. paginate:
  406. $ref: '#/definitions/applet_app_md.Paginate'
  407. type: object
  408. md.GetPriceCurveResp:
  409. properties:
  410. x_data:
  411. items: {}
  412. type: array
  413. y_data:
  414. items: {}
  415. type: array
  416. type: object
  417. md.HomePageResp:
  418. properties:
  419. egg_energy_now_price:
  420. description: 蛋蛋能量当前价格
  421. type: string
  422. initial_price:
  423. description: 蛋蛋能量初始价格
  424. type: string
  425. is_rises:
  426. description: 是否涨价
  427. type: boolean
  428. is_sign:
  429. description: 是否开始签到
  430. type: boolean
  431. nick_name:
  432. description: 用户名称
  433. type: string
  434. now_basal_rate:
  435. description: 当前基础速率/小时
  436. type: string
  437. now_team_rate:
  438. description: 当前团队速率/小时
  439. type: string
  440. rises:
  441. description: 涨/跌价百分比
  442. type: string
  443. sign_end_time:
  444. description: 签到截止时间
  445. type: string
  446. total_active_points:
  447. description: 总蛋蛋积分
  448. type: string
  449. total_egg_energy:
  450. description: 总蛋蛋能量
  451. type: string
  452. user_count:
  453. description: 当前用户数量
  454. type: integer
  455. type: object
  456. md.HomePageWatchAdRuleResp:
  457. properties:
  458. each_round_hour:
  459. description: 每一轮X个小时
  460. type: string
  461. interval_minutes:
  462. description: 间隔X秒
  463. type: string
  464. reward_total_num:
  465. description: 一共X个奖励视屏
  466. type: string
  467. reward_value:
  468. description: 奖励X个活跃积分
  469. type: string
  470. type: object
  471. md.InitialDataResp:
  472. properties:
  473. initial_price:
  474. description: 初始价格
  475. type: string
  476. total_angel_investor:
  477. description: 天使投资人
  478. type: string
  479. total_ecological_development:
  480. description: 生态建设
  481. type: string
  482. total_issuance_amount:
  483. description: 总发行量
  484. type: string
  485. total_operate_fund:
  486. description: 运营资金
  487. type: string
  488. total_technology_team:
  489. description: 技术团队
  490. type: string
  491. type: object
  492. md.IntegralList:
  493. properties:
  494. expend_list:
  495. description: 支出类型列表
  496. items:
  497. $ref: '#/definitions/md.TransferTypeNode'
  498. type: array
  499. income_list:
  500. description: 收入类型列表
  501. items:
  502. $ref: '#/definitions/md.TransferTypeNode'
  503. type: array
  504. type: object
  505. md.IsCanGetRedPackageResp:
  506. properties:
  507. is_can_get_red_package:
  508. type: boolean
  509. type: object
  510. md.IsCanSignInResp:
  511. properties:
  512. is_can_sign_in:
  513. type: boolean
  514. type: object
  515. md.LoginReq:
  516. properties:
  517. code:
  518. example: 验证码
  519. type: string
  520. password:
  521. example: 登录密码
  522. type: string
  523. phone:
  524. example: 手机号
  525. type: string
  526. required:
  527. - password
  528. - phone
  529. type: object
  530. md.LoginResponse:
  531. properties:
  532. token:
  533. type: string
  534. type: object
  535. md.MemberCenterGetBasicResp:
  536. properties:
  537. active_num:
  538. description: 活跃值
  539. type: string
  540. amount:
  541. description: 账户余额
  542. type: string
  543. contribution_value:
  544. description: 贡献值
  545. type: string
  546. date:
  547. description: 兑换时间(每月x日)
  548. type: string
  549. egg_energy:
  550. description: 能量值
  551. type: string
  552. egg_energy_value:
  553. description: 能量预估价值
  554. type: string
  555. egg_score:
  556. description: 蛋蛋分
  557. type: string
  558. level_name:
  559. description: 会员等级名称
  560. type: string
  561. nickname:
  562. description: 会员名称
  563. type: string
  564. ratio:
  565. description: 兑换比例(x:y)
  566. type: string
  567. type: object
  568. md.MyFansResp:
  569. properties:
  570. now_team_assistance_num:
  571. description: 团队助力人数
  572. type: integer
  573. now_team_assistance_reward:
  574. description: 团队助力收益
  575. type: string
  576. now_team_user:
  577. description: 团队人数
  578. type: integer
  579. type: object
  580. md.MyFansUserListResp:
  581. properties:
  582. list:
  583. items:
  584. $ref: '#/definitions/md.OneLineUserNode'
  585. type: array
  586. type: object
  587. md.NineDimensionalSpaceResp:
  588. properties:
  589. a_lot_of_nums:
  590. description: 全网至多用户数
  591. type: string
  592. day_num:
  593. description: 连续x天不活跃
  594. type: string
  595. rows:
  596. description: 行数
  597. type: string
  598. space_list:
  599. description: 数据列表
  600. items:
  601. $ref: '#/definitions/md.SpaceListNode'
  602. type: array
  603. space_nums:
  604. description: 空间人数
  605. type: string
  606. space_total_nums:
  607. description: 空间总数
  608. type: string
  609. times:
  610. description: 排数
  611. type: string
  612. type: object
  613. md.OneLineUserNode:
  614. properties:
  615. avatar_url:
  616. type: string
  617. invite_time:
  618. type: string
  619. is_online:
  620. type: boolean
  621. nickname:
  622. type: string
  623. type: object
  624. md.PointsCenterGetBasicResp:
  625. properties:
  626. egg_point:
  627. description: 能量积分
  628. type: string
  629. egg_point_amount:
  630. description: 能量积分价值
  631. type: string
  632. energy:
  633. description: 蛋蛋能量值
  634. type: string
  635. energy_amount:
  636. description: 能量价值
  637. type: string
  638. wallet_amount:
  639. description: 账户余额
  640. type: string
  641. type: object
  642. md.PointsExchangeGetBasicResp:
  643. properties:
  644. available_cash:
  645. description: 可用现金
  646. type: string
  647. available_energy:
  648. description: 可用能量
  649. type: string
  650. type: object
  651. md.RealTimePriceResp:
  652. properties:
  653. is_rises:
  654. type: boolean
  655. now_price:
  656. type: string
  657. rises:
  658. type: string
  659. user_count:
  660. type: string
  661. type: object
  662. md.RegisterReq:
  663. properties:
  664. avatar:
  665. example: 头像
  666. type: string
  667. code:
  668. example: 验证码
  669. type: string
  670. invite_code:
  671. example: 邀请码
  672. type: string
  673. mobile:
  674. type: string
  675. nickname:
  676. example: 昵称
  677. type: string
  678. open_id:
  679. example: 微信openId
  680. type: string
  681. password:
  682. example: 密码 如 123
  683. type: string
  684. sex:
  685. description: 性别(0:未知 1:男 2:女)
  686. type: integer
  687. type:
  688. example: app:APP注册、h5:H5注册
  689. type: string
  690. union_id:
  691. example: 微信UnionId
  692. type: string
  693. required:
  694. - mobile
  695. type: object
  696. md.Response:
  697. properties:
  698. code:
  699. example: 响应码
  700. type: string
  701. data:
  702. description: 内容
  703. msg:
  704. example: 具体错误原因
  705. type: string
  706. type: object
  707. md.SmsSendReq:
  708. properties:
  709. captcha_output:
  710. example: 阿里云图形验证码对应参数
  711. type: string
  712. gen_time:
  713. example: 阿里云图形验证码对应参数
  714. type: string
  715. lot_number:
  716. example: 阿里云图形验证码对应参数
  717. type: string
  718. mobile:
  719. type: string
  720. pass_token:
  721. example: 阿里云图形验证码对应参数
  722. type: string
  723. type:
  724. example: h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码
  725. type: string
  726. required:
  727. - mobile
  728. type: object
  729. md.SpaceListNode:
  730. properties:
  731. max_count:
  732. description: 最大容纳人数
  733. type: string
  734. name:
  735. description: 维度
  736. type: string
  737. now_count:
  738. description: 当前人数
  739. type: string
  740. type: object
  741. md.TotalRateResp:
  742. properties:
  743. consumed_personal_egg_point:
  744. description: 消耗个人蛋蛋积分
  745. type: string
  746. consumed_team_egg_point:
  747. description: 消耗团队蛋蛋积分
  748. type: string
  749. now_basal_rate:
  750. description: 当前基础速率/小时
  751. type: string
  752. now_team_rate:
  753. description: 当前团队速率/小时
  754. type: string
  755. now_total_rate:
  756. description: 总速率/小时
  757. type: string
  758. type: object
  759. md.TransferTypeList:
  760. properties:
  761. TeamTransferTypeList:
  762. allOf:
  763. - $ref: '#/definitions/md.IntegralList'
  764. description: 团队积分变动列表
  765. personal_transfer_type_list:
  766. allOf:
  767. - $ref: '#/definitions/md.IntegralList'
  768. description: 个人积分变动列表
  769. type: object
  770. md.TransferTypeNode:
  771. properties:
  772. name:
  773. type: string
  774. value:
  775. type: string
  776. type: object
  777. md.UserInfoResp:
  778. properties:
  779. head_img:
  780. type: string
  781. id:
  782. type: string
  783. invite_code:
  784. type: string
  785. is_bind_extend:
  786. example: 是否绑定了上级 0否 1是
  787. type: string
  788. nickname:
  789. type: string
  790. phone:
  791. type: string
  792. type: object
  793. md.WalletFlowNode:
  794. properties:
  795. after_amount:
  796. description: 变动后金额
  797. type: string
  798. amount:
  799. description: 变动金额
  800. type: string
  801. before_amount:
  802. description: 变动前金额
  803. type: string
  804. create_time:
  805. description: 创建时间
  806. type: string
  807. direction:
  808. description: 方向:1.收入 2.支出
  809. type: integer
  810. id:
  811. type: integer
  812. kind:
  813. description: 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量
  814. type: integer
  815. memo:
  816. description: 备注
  817. type: string
  818. ord_id:
  819. description: 对应订单编号
  820. type: string
  821. state:
  822. description: 1未到账,2已到账
  823. type: integer
  824. sys_fee:
  825. description: 手续费
  826. type: string
  827. title:
  828. description: 标题
  829. type: string
  830. uid:
  831. description: 用户 ID
  832. type: integer
  833. update_time:
  834. description: 更新时间
  835. type: string
  836. type: object
  837. md.WechatLoginReq:
  838. properties:
  839. avatar:
  840. example: 头像
  841. type: string
  842. nickname:
  843. example: 昵称
  844. type: string
  845. open_id:
  846. example: 微信openId
  847. type: string
  848. union_id:
  849. example: 微信UnionId
  850. type: string
  851. type: object
  852. host: ddxq.izhim.com
  853. info:
  854. contact:
  855. email: 1239118001@qq.com
  856. name: dengbiao
  857. url: http://www.swagger.io/support
  858. description: APP客户端-Api接口
  859. license:
  860. name: Apache 2.0
  861. url: http://www.apache.org/licenses/LICENSE-2.0.html
  862. termsOfService: http://swagger.io/terms/
  863. title: 蛋蛋星球-APP客户端
  864. version: "1.0"
  865. paths:
  866. /api/v1/addFriend/basalRate:
  867. get:
  868. consumes:
  869. - application/json
  870. description: 基础速率(获取)
  871. parameters:
  872. - description: 验证参数Bearer和token空格拼接
  873. in: header
  874. name: Authorization
  875. required: true
  876. type: string
  877. produces:
  878. - application/json
  879. responses:
  880. "200":
  881. description: 具体数据
  882. schema:
  883. $ref: '#/definitions/md.BasalRateResp'
  884. "400":
  885. description: 具体错误
  886. schema:
  887. $ref: '#/definitions/md.Response'
  888. summary: 蛋蛋星球-添加好友-基础速率(获取)
  889. tags:
  890. - 添加好友
  891. /api/v1/addFriend/eggEnergyDetails:
  892. post:
  893. consumes:
  894. - application/json
  895. description: 蛋蛋能量明细(获取)
  896. parameters:
  897. - description: 验证参数Bearer和token空格拼接
  898. in: header
  899. name: Authorization
  900. required: true
  901. type: string
  902. - description: 分页类型必填
  903. in: body
  904. name: req
  905. required: true
  906. schema:
  907. $ref: '#/definitions/md.EggEnergyDetailReq'
  908. produces:
  909. - application/json
  910. responses:
  911. "200":
  912. description: 具体数据
  913. schema:
  914. $ref: '#/definitions/md.EggEnergyDetailResp'
  915. "400":
  916. description: 具体错误
  917. schema:
  918. $ref: '#/definitions/md.Response'
  919. summary: 蛋蛋星球-添加好友-蛋蛋能量明细(获取)
  920. tags:
  921. - 添加好友
  922. /api/v1/addFriend/eggPointDetails:
  923. post:
  924. consumes:
  925. - application/json
  926. description: 蛋蛋积分明细(获取)
  927. parameters:
  928. - description: 验证参数Bearer和token空格拼接
  929. in: header
  930. name: Authorization
  931. required: true
  932. type: string
  933. - description: 分页类型必填
  934. in: body
  935. name: req
  936. required: true
  937. schema:
  938. $ref: '#/definitions/md.EggPointDetailsReq'
  939. produces:
  940. - application/json
  941. responses:
  942. "200":
  943. description: 具体数据
  944. schema:
  945. $ref: '#/definitions/md.EggPointDetailsResp'
  946. "400":
  947. description: 具体错误
  948. schema:
  949. $ref: '#/definitions/md.Response'
  950. summary: 蛋蛋星球-添加好友-蛋蛋积分明细(获取)
  951. tags:
  952. - 添加好友
  953. /api/v1/addFriend/myFans:
  954. get:
  955. consumes:
  956. - application/json
  957. description: 团队加速速率(获取)
  958. parameters:
  959. - description: 验证参数Bearer和token空格拼接
  960. in: header
  961. name: Authorization
  962. required: true
  963. type: string
  964. produces:
  965. - application/json
  966. responses:
  967. "200":
  968. description: 具体数据
  969. schema:
  970. $ref: '#/definitions/md.MyFansResp'
  971. "400":
  972. description: 具体错误
  973. schema:
  974. $ref: '#/definitions/md.Response'
  975. summary: 蛋蛋星球-添加好友-粉丝团队-我的粉丝-团队加速速率(获取)
  976. tags:
  977. - 添加好友
  978. /api/v1/addFriend/myFansUserList:
  979. get:
  980. consumes:
  981. - application/json
  982. description: 在线好友列表(获取)
  983. parameters:
  984. - description: 验证参数Bearer和token空格拼接
  985. in: header
  986. name: Authorization
  987. required: true
  988. type: string
  989. - description: 每页大小
  990. in: query
  991. name: limit
  992. required: true
  993. type: integer
  994. - description: 页数
  995. in: query
  996. name: page
  997. required: true
  998. type: integer
  999. produces:
  1000. - application/json
  1001. responses:
  1002. "200":
  1003. description: 具体数据
  1004. schema:
  1005. $ref: '#/definitions/md.MyFansUserListResp'
  1006. "400":
  1007. description: 具体错误
  1008. schema:
  1009. $ref: '#/definitions/md.Response'
  1010. summary: 蛋蛋星球-添加好友-粉丝团队-我的粉丝-在线好友列表(获取)
  1011. tags:
  1012. - 添加好友
  1013. /api/v1/addFriend/nineDimensionalSpace:
  1014. get:
  1015. consumes:
  1016. - application/json
  1017. description: 九维空间(获取)
  1018. parameters:
  1019. - description: 验证参数Bearer和token空格拼接
  1020. in: header
  1021. name: Authorization
  1022. required: true
  1023. type: string
  1024. produces:
  1025. - application/json
  1026. responses:
  1027. "200":
  1028. description: 具体数据
  1029. schema:
  1030. $ref: '#/definitions/md.NineDimensionalSpaceResp'
  1031. "400":
  1032. description: 具体错误
  1033. schema:
  1034. $ref: '#/definitions/md.Response'
  1035. summary: 蛋蛋星球-添加好友-粉丝团队-九维空间(获取)
  1036. tags:
  1037. - 添加好友
  1038. /api/v1/addFriend/totalRate:
  1039. get:
  1040. consumes:
  1041. - application/json
  1042. description: 总速率(获取)
  1043. parameters:
  1044. - description: 验证参数Bearer和token空格拼接
  1045. in: header
  1046. name: Authorization
  1047. required: true
  1048. type: string
  1049. produces:
  1050. - application/json
  1051. responses:
  1052. "200":
  1053. description: 具体数据
  1054. schema:
  1055. $ref: '#/definitions/md.TotalRateResp'
  1056. "400":
  1057. description: 具体错误
  1058. schema:
  1059. $ref: '#/definitions/md.Response'
  1060. summary: 蛋蛋星球-添加好友-总速率(获取)
  1061. tags:
  1062. - 添加好友
  1063. /api/v1/advertising:
  1064. get:
  1065. consumes:
  1066. - application/json
  1067. description: 广告位
  1068. parameters:
  1069. - description: 验证参数Bearer和token空格拼接
  1070. in: header
  1071. name: Authorization
  1072. required: true
  1073. type: string
  1074. produces:
  1075. - application/json
  1076. responses:
  1077. "200":
  1078. description: 具体数据
  1079. schema:
  1080. $ref: '#/definitions/md.AdvertisingResp'
  1081. "400":
  1082. description: 具体错误
  1083. schema:
  1084. $ref: '#/definitions/md.Response'
  1085. summary: 广告位
  1086. tags:
  1087. - 广告位
  1088. /api/v1/advertising/detail:
  1089. post:
  1090. consumes:
  1091. - application/json
  1092. description: 广告位详情
  1093. parameters:
  1094. - description: 验证参数Bearer和token空格拼接
  1095. in: header
  1096. name: Authorization
  1097. required: true
  1098. type: string
  1099. - description: 注册参数
  1100. in: body
  1101. name: req
  1102. required: true
  1103. schema:
  1104. $ref: '#/definitions/md.AdvertisingReq'
  1105. produces:
  1106. - application/json
  1107. responses:
  1108. "200":
  1109. description: 具体数据
  1110. schema:
  1111. $ref: '#/definitions/md.AdvertisingSpace'
  1112. "400":
  1113. description: 具体错误
  1114. schema:
  1115. $ref: '#/definitions/md.Response'
  1116. summary: 广告位详情
  1117. tags:
  1118. - 广告位详情
  1119. /api/v1/comm/getOssUrl:
  1120. get:
  1121. consumes:
  1122. - application/json
  1123. description: 上传许可链接(获取)
  1124. parameters:
  1125. - description: 验证参数Bearer和token空格拼接
  1126. in: header
  1127. name: Authorization
  1128. required: true
  1129. type: string
  1130. produces:
  1131. - application/json
  1132. responses:
  1133. "200":
  1134. description: 许可链接
  1135. schema:
  1136. type: string
  1137. "400":
  1138. description: 具体错误
  1139. schema:
  1140. $ref: '#/definitions/md.Response'
  1141. summary: 通用请求-对象存储-上传许可链接(获取)
  1142. tags:
  1143. - 对象存储
  1144. /api/v1/config:
  1145. get:
  1146. consumes:
  1147. - application/json
  1148. description: 基本配置
  1149. parameters:
  1150. - description: 验证参数Bearer和token空格拼接
  1151. in: header
  1152. name: Authorization
  1153. required: true
  1154. type: string
  1155. produces:
  1156. - application/json
  1157. responses:
  1158. "200":
  1159. description: 具体数据
  1160. schema:
  1161. $ref: '#/definitions/md.ConfigResp'
  1162. "400":
  1163. description: 具体错误
  1164. schema:
  1165. $ref: '#/definitions/md.Response'
  1166. summary: 基本配置
  1167. tags:
  1168. - 基本配置
  1169. /api/v1/fastLogin:
  1170. post:
  1171. consumes:
  1172. - application/json
  1173. description: 一键登录
  1174. parameters:
  1175. - description: 注册参数
  1176. in: body
  1177. name: req
  1178. required: true
  1179. schema:
  1180. $ref: '#/definitions/md.FastLoginReq'
  1181. produces:
  1182. - application/json
  1183. responses:
  1184. "200":
  1185. description: 登录成功返回
  1186. schema:
  1187. $ref: '#/definitions/md.LoginResponse'
  1188. "400":
  1189. description: 具体错误
  1190. schema:
  1191. $ref: '#/definitions/md.Response'
  1192. summary: 一键登录
  1193. tags:
  1194. - 一键登录
  1195. /api/v1/findPassword:
  1196. post:
  1197. consumes:
  1198. - application/json
  1199. description: 注册
  1200. parameters:
  1201. - description: 注册参数
  1202. in: body
  1203. name: req
  1204. required: true
  1205. schema:
  1206. $ref: '#/definitions/md.FindPasswordReq'
  1207. produces:
  1208. - application/json
  1209. responses:
  1210. "200":
  1211. description: 登录成功返回
  1212. schema:
  1213. type: string
  1214. "400":
  1215. description: 具体错误
  1216. schema:
  1217. $ref: '#/definitions/md.Response'
  1218. summary: 注册
  1219. tags:
  1220. - 注册
  1221. /api/v1/homePage/adRule:
  1222. get:
  1223. consumes:
  1224. - application/json
  1225. description: 视频奖励规则(获取)
  1226. parameters:
  1227. - description: 验证参数Bearer和token空格拼接
  1228. in: header
  1229. name: Authorization
  1230. required: true
  1231. type: string
  1232. produces:
  1233. - application/json
  1234. responses:
  1235. "200":
  1236. description: 具体数据
  1237. schema:
  1238. $ref: '#/definitions/md.HomePageWatchAdRuleResp'
  1239. "400":
  1240. description: 具体错误
  1241. schema:
  1242. $ref: '#/definitions/md.Response'
  1243. summary: 蛋蛋星球-主页-视频奖励规则(获取)
  1244. tags:
  1245. - 主页
  1246. /api/v1/homePage/index:
  1247. get:
  1248. consumes:
  1249. - application/json
  1250. description: 基础信息(获取)
  1251. parameters:
  1252. - description: 验证参数Bearer和token空格拼接
  1253. in: header
  1254. name: Authorization
  1255. required: true
  1256. type: string
  1257. produces:
  1258. - application/json
  1259. responses:
  1260. "200":
  1261. description: 具体数据
  1262. schema:
  1263. $ref: '#/definitions/md.HomePageResp'
  1264. "400":
  1265. description: 具体错误
  1266. schema:
  1267. $ref: '#/definitions/md.Response'
  1268. summary: 蛋蛋星球-主页-基础信息(获取)
  1269. tags:
  1270. - 主页
  1271. /api/v1/homePage/isCanGetRedPackage:
  1272. get:
  1273. consumes:
  1274. - application/json
  1275. description: 是否可以领取红包(获取)
  1276. parameters:
  1277. - description: 验证参数Bearer和token空格拼接
  1278. in: header
  1279. name: Authorization
  1280. required: true
  1281. type: string
  1282. produces:
  1283. - application/json
  1284. responses:
  1285. "200":
  1286. description: 具体数据
  1287. schema:
  1288. $ref: '#/definitions/md.IsCanGetRedPackageResp'
  1289. "400":
  1290. description: 具体错误
  1291. schema:
  1292. $ref: '#/definitions/md.Response'
  1293. summary: 蛋蛋星球-主页-是否领取红包(获取)
  1294. tags:
  1295. - 主页
  1296. /api/v1/homePage/isCanSignIn:
  1297. get:
  1298. consumes:
  1299. - application/json
  1300. description: 是否可以签到(获取)
  1301. parameters:
  1302. - description: 验证参数Bearer和token空格拼接
  1303. in: header
  1304. name: Authorization
  1305. required: true
  1306. type: string
  1307. produces:
  1308. - application/json
  1309. responses:
  1310. "200":
  1311. description: 具体数据
  1312. schema:
  1313. $ref: '#/definitions/md.IsCanSignInResp'
  1314. "400":
  1315. description: 具体错误
  1316. schema:
  1317. $ref: '#/definitions/md.Response'
  1318. summary: 蛋蛋星球-主页-是否能签到(获取)
  1319. tags:
  1320. - 主页
  1321. /api/v1/homePage/realTimePrice:
  1322. get:
  1323. consumes:
  1324. - application/json
  1325. description: 实时数据(获取)
  1326. parameters:
  1327. - description: 验证参数Bearer和token空格拼接
  1328. in: header
  1329. name: Authorization
  1330. required: true
  1331. type: string
  1332. produces:
  1333. - application/json
  1334. responses:
  1335. "200":
  1336. description: 具体数据
  1337. schema:
  1338. $ref: '#/definitions/md.RealTimePriceResp'
  1339. "400":
  1340. description: 具体错误
  1341. schema:
  1342. $ref: '#/definitions/md.Response'
  1343. summary: 蛋蛋星球-主页-实时数据(获取)
  1344. tags:
  1345. - 主页
  1346. /api/v1/login:
  1347. post:
  1348. consumes:
  1349. - application/json
  1350. description: 登入
  1351. parameters:
  1352. - description: 用户名密码
  1353. in: body
  1354. name: req
  1355. required: true
  1356. schema:
  1357. $ref: '#/definitions/md.LoginReq'
  1358. produces:
  1359. - application/json
  1360. responses:
  1361. "200":
  1362. description: token
  1363. schema:
  1364. $ref: '#/definitions/md.LoginResponse'
  1365. "400":
  1366. description: 具体错误
  1367. schema:
  1368. $ref: '#/definitions/md.Response'
  1369. summary: 登陆
  1370. tags:
  1371. - 登录
  1372. /api/v1/memberCenter/getBasic:
  1373. get:
  1374. consumes:
  1375. - application/json
  1376. description: 基础数据(获取)
  1377. parameters:
  1378. - description: 验证参数Bearer和token空格拼接
  1379. in: header
  1380. name: Authorization
  1381. required: true
  1382. type: string
  1383. produces:
  1384. - application/json
  1385. responses:
  1386. "200":
  1387. description: 具体数据
  1388. schema:
  1389. $ref: '#/definitions/md.MemberCenterGetBasicResp'
  1390. "400":
  1391. description: 具体错误
  1392. schema:
  1393. $ref: '#/definitions/md.Response'
  1394. summary: 蛋蛋星球-会员中心-基础数据(获取)
  1395. tags:
  1396. - 会员中心
  1397. /api/v1/pointsCenter/basic:
  1398. get:
  1399. consumes:
  1400. - application/json
  1401. description: 上部分基础信息(获取)
  1402. parameters:
  1403. - description: 验证参数Bearer和token空格拼接
  1404. in: header
  1405. name: Authorization
  1406. required: true
  1407. type: string
  1408. produces:
  1409. - application/json
  1410. responses:
  1411. "200":
  1412. description: 具体数据
  1413. schema:
  1414. $ref: '#/definitions/md.PointsCenterGetBasicResp'
  1415. "400":
  1416. description: 具体错误
  1417. schema:
  1418. $ref: '#/definitions/md.Response'
  1419. summary: 蛋蛋星球-积分中心-上部分基础信息(获取)
  1420. tags:
  1421. - 积分中心
  1422. /api/v1/pointsCenter/contributionValue:
  1423. get:
  1424. consumes:
  1425. - application/json
  1426. description: 贡献值(获取)
  1427. parameters:
  1428. - description: 验证参数Bearer和token空格拼接
  1429. in: header
  1430. name: Authorization
  1431. required: true
  1432. type: string
  1433. produces:
  1434. - application/json
  1435. responses:
  1436. "200":
  1437. description: 具体数据
  1438. schema:
  1439. $ref: '#/definitions/md.GetContributionValueResp'
  1440. "400":
  1441. description: 具体错误
  1442. schema:
  1443. $ref: '#/definitions/md.Response'
  1444. summary: 蛋蛋星球-积分中心-贡献值(获取)
  1445. tags:
  1446. - 积分中心
  1447. /api/v1/pointsCenter/contributionValueFlow:
  1448. get:
  1449. consumes:
  1450. - application/json
  1451. description: 贡献值明细(获取)
  1452. parameters:
  1453. - description: 验证参数Bearer和token空格拼接
  1454. in: header
  1455. name: Authorization
  1456. required: true
  1457. type: string
  1458. - description: 每页大小
  1459. in: query
  1460. name: limit
  1461. required: true
  1462. type: string
  1463. - description: 页数
  1464. in: query
  1465. name: page
  1466. required: true
  1467. type: string
  1468. produces:
  1469. - application/json
  1470. responses:
  1471. "200":
  1472. description: 具体数据
  1473. schema:
  1474. $ref: '#/definitions/md.GetContributionValueFlowResp'
  1475. "400":
  1476. description: 具体错误
  1477. schema:
  1478. $ref: '#/definitions/md.Response'
  1479. summary: 蛋蛋星球-积分中心-贡献值明细(获取)
  1480. tags:
  1481. - 积分中心
  1482. /api/v1/pointsCenter/dynamicData:
  1483. get:
  1484. consumes:
  1485. - application/json
  1486. description: 动态数据(获取)
  1487. parameters:
  1488. - description: 验证参数Bearer和token空格拼接
  1489. in: header
  1490. name: Authorization
  1491. required: true
  1492. type: string
  1493. produces:
  1494. - application/json
  1495. responses:
  1496. "200":
  1497. description: 具体数据
  1498. schema:
  1499. $ref: '#/definitions/md.DynamicDataResp'
  1500. "400":
  1501. description: 具体错误
  1502. schema:
  1503. $ref: '#/definitions/md.Response'
  1504. summary: 蛋蛋星球-积分中心-动态数据(获取)
  1505. tags:
  1506. - 积分中心
  1507. /api/v1/pointsCenter/energyFlow:
  1508. get:
  1509. consumes:
  1510. - application/json
  1511. description: 收支明细(获取)
  1512. parameters:
  1513. - description: 验证参数Bearer和token空格拼接
  1514. in: header
  1515. name: Authorization
  1516. required: true
  1517. type: string
  1518. - description: 每页大小
  1519. in: query
  1520. name: limit
  1521. required: true
  1522. type: string
  1523. - description: 页数
  1524. in: query
  1525. name: page
  1526. required: true
  1527. type: string
  1528. - description: 开始时间
  1529. in: query
  1530. name: startAt
  1531. type: string
  1532. - description: 结束时间
  1533. in: query
  1534. name: endAt
  1535. type: string
  1536. - description: 流水方向(1.收入 2.支出 0.全部)
  1537. in: query
  1538. name: direction
  1539. type: string
  1540. produces:
  1541. - application/json
  1542. responses:
  1543. "200":
  1544. description: 具体数据
  1545. schema:
  1546. $ref: '#/definitions/md.GetEggEnergyFlowResp'
  1547. "400":
  1548. description: 具体错误
  1549. schema:
  1550. $ref: '#/definitions/md.Response'
  1551. summary: 蛋蛋星球-积分中心-收支明细(获取)
  1552. tags:
  1553. - 积分中心
  1554. /api/v1/pointsCenter/exchangeEnergy:
  1555. post:
  1556. consumes:
  1557. - application/json
  1558. description: 能量兑换
  1559. parameters:
  1560. - description: 验证参数Bearer和token空格拼接
  1561. in: header
  1562. name: Authorization
  1563. required: true
  1564. type: string
  1565. - description: 需要兑换的能量值
  1566. in: body
  1567. name: req
  1568. required: true
  1569. schema:
  1570. $ref: '#/definitions/md.ExchangeEnergyReq'
  1571. produces:
  1572. - application/json
  1573. responses:
  1574. "200":
  1575. description: success
  1576. schema:
  1577. type: string
  1578. "400":
  1579. description: 具体错误
  1580. schema:
  1581. $ref: '#/definitions/md.Response'
  1582. summary: 蛋蛋星球-积分中心-能量兑换
  1583. tags:
  1584. - 积分中心
  1585. /api/v1/pointsCenter/initialData:
  1586. get:
  1587. consumes:
  1588. - application/json
  1589. description: 初始数据(获取)
  1590. parameters:
  1591. - description: 验证参数Bearer和token空格拼接
  1592. in: header
  1593. name: Authorization
  1594. required: true
  1595. type: string
  1596. produces:
  1597. - application/json
  1598. responses:
  1599. "200":
  1600. description: 具体数据
  1601. schema:
  1602. $ref: '#/definitions/md.InitialDataResp'
  1603. "400":
  1604. description: 具体错误
  1605. schema:
  1606. $ref: '#/definitions/md.Response'
  1607. summary: 蛋蛋星球-积分中心-初始数据(获取)
  1608. tags:
  1609. - 积分中心
  1610. /api/v1/pointsCenter/pointsExchangeBasic:
  1611. get:
  1612. consumes:
  1613. - application/json
  1614. description: 积分兑换基础信息(获取)
  1615. parameters:
  1616. - description: 验证参数Bearer和token空格拼接
  1617. in: header
  1618. name: Authorization
  1619. required: true
  1620. type: string
  1621. produces:
  1622. - application/json
  1623. responses:
  1624. "200":
  1625. description: 具体数据
  1626. schema:
  1627. $ref: '#/definitions/md.PointsExchangeGetBasicResp'
  1628. "400":
  1629. description: 具体错误
  1630. schema:
  1631. $ref: '#/definitions/md.Response'
  1632. summary: 蛋蛋星球-积分中心-积分兑换基础信息(获取)
  1633. tags:
  1634. - 积分中心
  1635. /api/v1/pointsCenter/priceCurve:
  1636. get:
  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: 1:按天 2:按小时 3:按周
  1647. in: query
  1648. name: kind
  1649. type: string
  1650. produces:
  1651. - application/json
  1652. responses:
  1653. "200":
  1654. description: 具体数据
  1655. schema:
  1656. $ref: '#/definitions/md.GetPriceCurveResp'
  1657. "400":
  1658. description: 具体错误
  1659. schema:
  1660. $ref: '#/definitions/md.Response'
  1661. summary: 蛋蛋星球-积分中心-价格趋势(获取)
  1662. tags:
  1663. - 积分中心
  1664. /api/v1/pointsCenter/record:
  1665. get:
  1666. consumes:
  1667. - application/json
  1668. description: 蛋蛋分明细(获取)
  1669. parameters:
  1670. - description: 验证参数Bearer和token空格拼接
  1671. in: header
  1672. name: Authorization
  1673. required: true
  1674. type: string
  1675. - description: 每页大小
  1676. in: query
  1677. name: limit
  1678. required: true
  1679. type: string
  1680. - description: 页数
  1681. in: query
  1682. name: page
  1683. required: true
  1684. type: string
  1685. produces:
  1686. - application/json
  1687. responses:
  1688. "200":
  1689. description: 具体数据
  1690. schema:
  1691. $ref: '#/definitions/md.GetEggPointRecordResp'
  1692. "400":
  1693. description: 具体错误
  1694. schema:
  1695. $ref: '#/definitions/md.Response'
  1696. summary: 蛋蛋星球-积分中心-蛋蛋分明细(获取)
  1697. tags:
  1698. - 积分中心
  1699. /api/v1/register:
  1700. post:
  1701. consumes:
  1702. - application/json
  1703. description: 注册
  1704. parameters:
  1705. - description: 注册参数
  1706. in: body
  1707. name: req
  1708. required: true
  1709. schema:
  1710. $ref: '#/definitions/md.RegisterReq'
  1711. produces:
  1712. - application/json
  1713. responses:
  1714. "200":
  1715. description: 登录成功返回
  1716. schema:
  1717. $ref: '#/definitions/md.LoginResponse'
  1718. "400":
  1719. description: 具体错误
  1720. schema:
  1721. $ref: '#/definitions/md.Response'
  1722. summary: 注册
  1723. tags:
  1724. - 注册
  1725. /api/v1/smsSend:
  1726. post:
  1727. consumes:
  1728. - application/json
  1729. description: 发送短信
  1730. parameters:
  1731. - description: 注册参数
  1732. in: body
  1733. name: req
  1734. required: true
  1735. schema:
  1736. $ref: '#/definitions/md.SmsSendReq'
  1737. produces:
  1738. - application/json
  1739. responses:
  1740. "200":
  1741. description: 成功返回
  1742. schema:
  1743. type: string
  1744. "400":
  1745. description: 具体错误
  1746. schema:
  1747. $ref: '#/definitions/md.Response'
  1748. summary: 发送短信
  1749. tags:
  1750. - 发送短信
  1751. /api/v1/test:
  1752. get:
  1753. consumes:
  1754. - application/json
  1755. description: Demo样例测试
  1756. parameters:
  1757. - description: 任意参数
  1758. in: body
  1759. name: req
  1760. required: true
  1761. schema: {}
  1762. produces:
  1763. - application/json
  1764. responses:
  1765. "200":
  1766. description: 返回任意参数
  1767. schema:
  1768. additionalProperties: true
  1769. type: object
  1770. "400":
  1771. description: 具体错误
  1772. schema:
  1773. $ref: '#/definitions/md.Response'
  1774. summary: Demo测试
  1775. tags:
  1776. - Demo
  1777. /api/v1/userInfo:
  1778. get:
  1779. consumes:
  1780. - application/json
  1781. description: 用户信息
  1782. parameters:
  1783. - description: 验证参数Bearer和token空格拼接
  1784. in: header
  1785. name: Authorization
  1786. required: true
  1787. type: string
  1788. produces:
  1789. - application/json
  1790. responses:
  1791. "200":
  1792. description: 具体数据
  1793. schema:
  1794. $ref: '#/definitions/md.UserInfoResp'
  1795. "400":
  1796. description: 具体错误
  1797. schema:
  1798. $ref: '#/definitions/md.Response'
  1799. summary: 用户信息
  1800. tags:
  1801. - 用户信息
  1802. /api/v1/wallet/amountFlow:
  1803. get:
  1804. consumes:
  1805. - application/json
  1806. description: 余额明细(获取)
  1807. parameters:
  1808. - description: 验证参数Bearer和token空格拼接
  1809. in: header
  1810. name: Authorization
  1811. required: true
  1812. type: string
  1813. - description: 每页大小
  1814. in: query
  1815. name: limit
  1816. required: true
  1817. type: string
  1818. - description: 页数
  1819. in: query
  1820. name: page
  1821. required: true
  1822. type: string
  1823. - description: 开始时间
  1824. in: query
  1825. name: startAt
  1826. type: string
  1827. - description: 结束时间
  1828. in: query
  1829. name: endAt
  1830. type: string
  1831. - description: 流水方向(1.收入 2.支出 0.全部)
  1832. in: query
  1833. name: direction
  1834. type: string
  1835. produces:
  1836. - application/json
  1837. responses:
  1838. "200":
  1839. description: 具体数据
  1840. schema:
  1841. $ref: '#/definitions/md.GetAmountFlowResp'
  1842. "400":
  1843. description: 具体错误
  1844. schema:
  1845. $ref: '#/definitions/md.Response'
  1846. summary: 蛋蛋星球-钱包-余额明细(获取)
  1847. tags:
  1848. - 钱包
  1849. /api/v1/wechatLogin:
  1850. post:
  1851. consumes:
  1852. - application/json
  1853. description: 微信登陆
  1854. parameters:
  1855. - description: 注册参数
  1856. in: body
  1857. name: req
  1858. required: true
  1859. schema:
  1860. $ref: '#/definitions/md.WechatLoginReq'
  1861. produces:
  1862. - application/json
  1863. responses:
  1864. "200":
  1865. description: 登录成功返回
  1866. schema:
  1867. $ref: '#/definitions/md.LoginResponse'
  1868. "400":
  1869. description: 具体错误
  1870. schema:
  1871. $ref: '#/definitions/md.Response'
  1872. summary: 微信登陆
  1873. tags:
  1874. - 微信登陆
  1875. swagger: "2.0"