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

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