蛋蛋星球-客户端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

4111 rader
136 KiB

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