蛋蛋星球-客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

3352 line
82 KiB

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