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

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