蛋蛋星球-客户端
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

2777 wiersze
69 KiB

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