蛋蛋星球-客户端
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

3223 righe
79 KiB

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