蛋蛋星球-客户端
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

4992 satır
165 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/check": {
  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.AdvertisingCheck"
  393. }
  394. },
  395. "400": {
  396. "description": "具体错误",
  397. "schema": {
  398. "$ref": "#/definitions/md.Response"
  399. }
  400. }
  401. }
  402. }
  403. },
  404. "/api/v1/advertising/detail": {
  405. "post": {
  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. "description": "注册参数",
  427. "name": "req",
  428. "in": "body",
  429. "required": true,
  430. "schema": {
  431. "$ref": "#/definitions/md.AdvertisingReq"
  432. }
  433. }
  434. ],
  435. "responses": {
  436. "200": {
  437. "description": "具体数据",
  438. "schema": {
  439. "$ref": "#/definitions/md.AdvertisingSpace"
  440. }
  441. },
  442. "400": {
  443. "description": "具体错误",
  444. "schema": {
  445. "$ref": "#/definitions/md.Response"
  446. }
  447. }
  448. }
  449. }
  450. },
  451. "/api/v1/advertising/state": {
  452. "post": {
  453. "description": "广告状态 看完之后拿到广告唯一值",
  454. "consumes": [
  455. "application/json"
  456. ],
  457. "produces": [
  458. "application/json"
  459. ],
  460. "tags": [
  461. "广告位"
  462. ],
  463. "summary": "广告状态 看完之后拿到广告唯一值",
  464. "parameters": [
  465. {
  466. "type": "string",
  467. "description": "验证参数Bearer和token空格拼接",
  468. "name": "Authorization",
  469. "in": "header",
  470. "required": true
  471. },
  472. {
  473. "description": "注册参数",
  474. "name": "req",
  475. "in": "body",
  476. "required": true,
  477. "schema": {
  478. "$ref": "#/definitions/md.AdvertisingReq"
  479. }
  480. }
  481. ],
  482. "responses": {
  483. "200": {
  484. "description": "具体数据",
  485. "schema": {
  486. "$ref": "#/definitions/md.AdvertisingState"
  487. }
  488. },
  489. "400": {
  490. "description": "具体错误",
  491. "schema": {
  492. "$ref": "#/definitions/md.Response"
  493. }
  494. }
  495. }
  496. }
  497. },
  498. "/api/v1/college/cate": {
  499. "get": {
  500. "description": "蛋蛋学院-分类",
  501. "consumes": [
  502. "application/json"
  503. ],
  504. "produces": [
  505. "application/json"
  506. ],
  507. "tags": [
  508. "蛋蛋学院"
  509. ],
  510. "summary": "蛋蛋学院-分类",
  511. "parameters": [
  512. {
  513. "type": "string",
  514. "description": "验证参数Bearer和token空格拼接",
  515. "name": "Authorization",
  516. "in": "header",
  517. "required": true
  518. }
  519. ],
  520. "responses": {
  521. "200": {
  522. "description": "具体数据",
  523. "schema": {
  524. "$ref": "#/definitions/md.AdvertisingResp"
  525. }
  526. },
  527. "400": {
  528. "description": "具体错误",
  529. "schema": {
  530. "$ref": "#/definitions/md.Response"
  531. }
  532. }
  533. }
  534. }
  535. },
  536. "/api/v1/college/detail": {
  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. "$ref": "#/definitions/md.CollegeDetailResp"
  572. }
  573. },
  574. "400": {
  575. "description": "具体错误",
  576. "schema": {
  577. "$ref": "#/definitions/md.Response"
  578. }
  579. }
  580. }
  581. }
  582. },
  583. "/api/v1/college/like/add": {
  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.CollegeDetailReq"
  611. }
  612. }
  613. ],
  614. "responses": {
  615. "200": {
  616. "description": "具体数据",
  617. "schema": {
  618. "type": "string"
  619. }
  620. },
  621. "400": {
  622. "description": "具体错误",
  623. "schema": {
  624. "$ref": "#/definitions/md.Response"
  625. }
  626. }
  627. }
  628. }
  629. },
  630. "/api/v1/college/like/cancel": {
  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/college/list": {
  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": "参数",
  700. "name": "req",
  701. "in": "body",
  702. "required": true,
  703. "schema": {
  704. "$ref": "#/definitions/md.CollegeListReq"
  705. }
  706. }
  707. ],
  708. "responses": {
  709. "200": {
  710. "description": "具体数据",
  711. "schema": {
  712. "$ref": "#/definitions/md.CollegeListResp"
  713. }
  714. },
  715. "400": {
  716. "description": "具体错误",
  717. "schema": {
  718. "$ref": "#/definitions/md.Response"
  719. }
  720. }
  721. }
  722. }
  723. },
  724. "/api/v1/college/share/add": {
  725. "post": {
  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. "description": "参数",
  747. "name": "req",
  748. "in": "body",
  749. "required": true,
  750. "schema": {
  751. "$ref": "#/definitions/md.CollegeDetailReq"
  752. }
  753. }
  754. ],
  755. "responses": {
  756. "200": {
  757. "description": "具体数据",
  758. "schema": {
  759. "type": "string"
  760. }
  761. },
  762. "400": {
  763. "description": "具体错误",
  764. "schema": {
  765. "$ref": "#/definitions/md.Response"
  766. }
  767. }
  768. }
  769. }
  770. },
  771. "/api/v1/comm/getOssUrl": {
  772. "post": {
  773. "description": "上传许可链接(获取)",
  774. "consumes": [
  775. "application/json"
  776. ],
  777. "produces": [
  778. "application/json"
  779. ],
  780. "tags": [
  781. "对象存储"
  782. ],
  783. "summary": "通用请求-对象存储-上传许可链接(获取)",
  784. "parameters": [
  785. {
  786. "type": "string",
  787. "description": "验证参数Bearer和token空格拼接",
  788. "name": "Authorization",
  789. "in": "header",
  790. "required": true
  791. },
  792. {
  793. "description": "签名上传url",
  794. "name": "req",
  795. "in": "body",
  796. "required": true,
  797. "schema": {
  798. "$ref": "#/definitions/comm.ImgReqUploadReq"
  799. }
  800. }
  801. ],
  802. "responses": {
  803. "200": {
  804. "description": "许可链接",
  805. "schema": {
  806. "type": "string"
  807. }
  808. },
  809. "400": {
  810. "description": "具体错误",
  811. "schema": {
  812. "$ref": "#/definitions/md.Response"
  813. }
  814. }
  815. }
  816. }
  817. },
  818. "/api/v1/config": {
  819. "get": {
  820. "description": "基本配置",
  821. "consumes": [
  822. "application/json"
  823. ],
  824. "produces": [
  825. "application/json"
  826. ],
  827. "tags": [
  828. "基本配置"
  829. ],
  830. "summary": "基本配置",
  831. "parameters": [
  832. {
  833. "type": "string",
  834. "description": "验证参数Bearer和token空格拼接",
  835. "name": "Authorization",
  836. "in": "header",
  837. "required": true
  838. }
  839. ],
  840. "responses": {
  841. "200": {
  842. "description": "具体数据",
  843. "schema": {
  844. "$ref": "#/definitions/md.ConfigResp"
  845. }
  846. },
  847. "400": {
  848. "description": "具体错误",
  849. "schema": {
  850. "$ref": "#/definitions/md.Response"
  851. }
  852. }
  853. }
  854. }
  855. },
  856. "/api/v1/faceRealName/base": {
  857. "get": {
  858. "description": "实名认证-分类",
  859. "consumes": [
  860. "application/json"
  861. ],
  862. "produces": [
  863. "application/json"
  864. ],
  865. "tags": [
  866. "实名认证"
  867. ],
  868. "summary": "实名认证-基础信息",
  869. "parameters": [
  870. {
  871. "type": "string",
  872. "description": "验证参数Bearer和token空格拼接",
  873. "name": "Authorization",
  874. "in": "header",
  875. "required": true
  876. }
  877. ],
  878. "responses": {
  879. "200": {
  880. "description": "具体数据",
  881. "schema": {
  882. "$ref": "#/definitions/md.RealNameAuthBasicData"
  883. }
  884. },
  885. "400": {
  886. "description": "具体错误",
  887. "schema": {
  888. "$ref": "#/definitions/md.Response"
  889. }
  890. }
  891. }
  892. }
  893. },
  894. "/api/v1/faceRealName/save": {
  895. "post": {
  896. "description": "实名认证-保存",
  897. "consumes": [
  898. "application/json"
  899. ],
  900. "produces": [
  901. "application/json"
  902. ],
  903. "tags": [
  904. "实名认证"
  905. ],
  906. "summary": "实名认证-保存",
  907. "parameters": [
  908. {
  909. "type": "string",
  910. "description": "验证参数Bearer和token空格拼接",
  911. "name": "Authorization",
  912. "in": "header",
  913. "required": true
  914. },
  915. {
  916. "description": "参数",
  917. "name": "req",
  918. "in": "body",
  919. "required": true,
  920. "schema": {
  921. "$ref": "#/definitions/md.RealNameAuthAddRequest"
  922. }
  923. }
  924. ],
  925. "responses": {
  926. "200": {
  927. "description": "具体数据",
  928. "schema": {
  929. "$ref": "#/definitions/md.RealNameAuthResp"
  930. }
  931. },
  932. "400": {
  933. "description": "具体错误",
  934. "schema": {
  935. "$ref": "#/definitions/md.Response"
  936. }
  937. }
  938. }
  939. }
  940. },
  941. "/api/v1/fastLogin": {
  942. "post": {
  943. "description": "一键登录",
  944. "consumes": [
  945. "application/json"
  946. ],
  947. "produces": [
  948. "application/json"
  949. ],
  950. "tags": [
  951. "登录注册"
  952. ],
  953. "summary": "一键登录",
  954. "parameters": [
  955. {
  956. "description": "注册参数",
  957. "name": "req",
  958. "in": "body",
  959. "required": true,
  960. "schema": {
  961. "$ref": "#/definitions/md.FastLoginReq"
  962. }
  963. }
  964. ],
  965. "responses": {
  966. "200": {
  967. "description": "登录成功返回",
  968. "schema": {
  969. "$ref": "#/definitions/md.LoginResponse"
  970. }
  971. },
  972. "400": {
  973. "description": "具体错误",
  974. "schema": {
  975. "$ref": "#/definitions/md.Response"
  976. }
  977. }
  978. }
  979. }
  980. },
  981. "/api/v1/findPassword": {
  982. "post": {
  983. "description": "找回密码",
  984. "consumes": [
  985. "application/json"
  986. ],
  987. "produces": [
  988. "application/json"
  989. ],
  990. "tags": [
  991. "登录注册"
  992. ],
  993. "summary": "找回密码",
  994. "parameters": [
  995. {
  996. "description": "注册参数",
  997. "name": "req",
  998. "in": "body",
  999. "required": true,
  1000. "schema": {
  1001. "$ref": "#/definitions/md.FindPasswordReq"
  1002. }
  1003. }
  1004. ],
  1005. "responses": {
  1006. "200": {
  1007. "description": "登录成功返回",
  1008. "schema": {
  1009. "type": "string"
  1010. }
  1011. },
  1012. "400": {
  1013. "description": "具体错误",
  1014. "schema": {
  1015. "$ref": "#/definitions/md.Response"
  1016. }
  1017. }
  1018. }
  1019. }
  1020. },
  1021. "/api/v1/getModuleSetting": {
  1022. "get": {
  1023. "description": "页面样式",
  1024. "consumes": [
  1025. "application/json"
  1026. ],
  1027. "produces": [
  1028. "application/json"
  1029. ],
  1030. "tags": [
  1031. "页面样式"
  1032. ],
  1033. "summary": "页面样式",
  1034. "parameters": [
  1035. {
  1036. "type": "string",
  1037. "description": "验证参数Bearer和token空格拼接",
  1038. "name": "Authorization",
  1039. "in": "header",
  1040. "required": true
  1041. },
  1042. {
  1043. "type": "string",
  1044. "description": "页面名称类型值(1:home_page 2:member_center 3:bottom_bar 4:invitation_download_landing_page 5:invitation_poster)",
  1045. "name": "mod_name_value",
  1046. "in": "query",
  1047. "required": true
  1048. }
  1049. ],
  1050. "responses": {
  1051. "200": {
  1052. "description": "具体数据",
  1053. "schema": {
  1054. "$ref": "#/definitions/md.GetModuleSettingResp"
  1055. }
  1056. },
  1057. "400": {
  1058. "description": "具体错误",
  1059. "schema": {
  1060. "$ref": "#/definitions/md.Response"
  1061. }
  1062. }
  1063. }
  1064. }
  1065. },
  1066. "/api/v1/homePage/adRule": {
  1067. "get": {
  1068. "description": "视频奖励规则(获取)",
  1069. "consumes": [
  1070. "application/json"
  1071. ],
  1072. "produces": [
  1073. "application/json"
  1074. ],
  1075. "tags": [
  1076. "主页"
  1077. ],
  1078. "summary": "蛋蛋星球-主页-视频奖励规则(获取)",
  1079. "parameters": [
  1080. {
  1081. "type": "string",
  1082. "description": "验证参数Bearer和token空格拼接",
  1083. "name": "Authorization",
  1084. "in": "header",
  1085. "required": true
  1086. }
  1087. ],
  1088. "responses": {
  1089. "200": {
  1090. "description": "具体数据",
  1091. "schema": {
  1092. "$ref": "#/definitions/md.HomePageWatchAdRuleResp"
  1093. }
  1094. },
  1095. "400": {
  1096. "description": "具体错误",
  1097. "schema": {
  1098. "$ref": "#/definitions/md.Response"
  1099. }
  1100. }
  1101. }
  1102. }
  1103. },
  1104. "/api/v1/homePage/index": {
  1105. "get": {
  1106. "description": "基础信息(获取)",
  1107. "consumes": [
  1108. "application/json"
  1109. ],
  1110. "produces": [
  1111. "application/json"
  1112. ],
  1113. "tags": [
  1114. "主页"
  1115. ],
  1116. "summary": "蛋蛋星球-主页-基础信息(获取)",
  1117. "parameters": [
  1118. {
  1119. "type": "string",
  1120. "description": "验证参数Bearer和token空格拼接",
  1121. "name": "Authorization",
  1122. "in": "header",
  1123. "required": true
  1124. }
  1125. ],
  1126. "responses": {
  1127. "200": {
  1128. "description": "具体数据",
  1129. "schema": {
  1130. "$ref": "#/definitions/md.HomePageResp"
  1131. }
  1132. },
  1133. "400": {
  1134. "description": "具体错误",
  1135. "schema": {
  1136. "$ref": "#/definitions/md.Response"
  1137. }
  1138. }
  1139. }
  1140. }
  1141. },
  1142. "/api/v1/homePage/isCanGetRedPackage": {
  1143. "get": {
  1144. "description": "是否可以领取红包(获取)",
  1145. "consumes": [
  1146. "application/json"
  1147. ],
  1148. "produces": [
  1149. "application/json"
  1150. ],
  1151. "tags": [
  1152. "主页"
  1153. ],
  1154. "summary": "蛋蛋星球-主页-是否领取红包(获取)",
  1155. "parameters": [
  1156. {
  1157. "type": "string",
  1158. "description": "验证参数Bearer和token空格拼接",
  1159. "name": "Authorization",
  1160. "in": "header",
  1161. "required": true
  1162. }
  1163. ],
  1164. "responses": {
  1165. "200": {
  1166. "description": "具体数据",
  1167. "schema": {
  1168. "$ref": "#/definitions/md.IsCanGetRedPackageResp"
  1169. }
  1170. },
  1171. "400": {
  1172. "description": "具体错误",
  1173. "schema": {
  1174. "$ref": "#/definitions/md.Response"
  1175. }
  1176. }
  1177. }
  1178. }
  1179. },
  1180. "/api/v1/homePage/isCanSignIn": {
  1181. "get": {
  1182. "description": "是否可以签到(获取)",
  1183. "consumes": [
  1184. "application/json"
  1185. ],
  1186. "produces": [
  1187. "application/json"
  1188. ],
  1189. "tags": [
  1190. "主页"
  1191. ],
  1192. "summary": "蛋蛋星球-主页-是否能签到(获取)",
  1193. "parameters": [
  1194. {
  1195. "type": "string",
  1196. "description": "验证参数Bearer和token空格拼接",
  1197. "name": "Authorization",
  1198. "in": "header",
  1199. "required": true
  1200. }
  1201. ],
  1202. "responses": {
  1203. "200": {
  1204. "description": "具体数据",
  1205. "schema": {
  1206. "$ref": "#/definitions/md.IsCanSignInResp"
  1207. }
  1208. },
  1209. "400": {
  1210. "description": "具体错误",
  1211. "schema": {
  1212. "$ref": "#/definitions/md.Response"
  1213. }
  1214. }
  1215. }
  1216. }
  1217. },
  1218. "/api/v1/homePage/realTimePrice": {
  1219. "get": {
  1220. "description": "实时数据(获取)",
  1221. "consumes": [
  1222. "application/json"
  1223. ],
  1224. "produces": [
  1225. "application/json"
  1226. ],
  1227. "tags": [
  1228. "主页"
  1229. ],
  1230. "summary": "蛋蛋星球-主页-实时数据(获取)",
  1231. "parameters": [
  1232. {
  1233. "type": "string",
  1234. "description": "验证参数Bearer和token空格拼接",
  1235. "name": "Authorization",
  1236. "in": "header",
  1237. "required": true
  1238. }
  1239. ],
  1240. "responses": {
  1241. "200": {
  1242. "description": "具体数据",
  1243. "schema": {
  1244. "$ref": "#/definitions/md.RealTimePriceResp"
  1245. }
  1246. },
  1247. "400": {
  1248. "description": "具体错误",
  1249. "schema": {
  1250. "$ref": "#/definitions/md.Response"
  1251. }
  1252. }
  1253. }
  1254. }
  1255. },
  1256. "/api/v1/im/redPackageDetail": {
  1257. "get": {
  1258. "description": "红包详情(获取)",
  1259. "consumes": [
  1260. "application/json"
  1261. ],
  1262. "produces": [
  1263. "application/json"
  1264. ],
  1265. "tags": [
  1266. "即时通讯"
  1267. ],
  1268. "summary": "蛋蛋星球-即时通讯-红包详情(获取)",
  1269. "parameters": [
  1270. {
  1271. "type": "string",
  1272. "description": "验证参数Bearer和token空格拼接",
  1273. "name": "Authorization",
  1274. "in": "header",
  1275. "required": true
  1276. },
  1277. {
  1278. "type": "string",
  1279. "description": "红包 ID",
  1280. "name": "red_package_id",
  1281. "in": "query",
  1282. "required": true
  1283. }
  1284. ],
  1285. "responses": {
  1286. "200": {
  1287. "description": "具体数据",
  1288. "schema": {
  1289. "$ref": "#/definitions/md.RedPackageDetailResp"
  1290. }
  1291. },
  1292. "400": {
  1293. "description": "具体错误",
  1294. "schema": {
  1295. "$ref": "#/definitions/md.Response"
  1296. }
  1297. }
  1298. }
  1299. }
  1300. },
  1301. "/api/v1/im/user/grabRedPackage": {
  1302. "post": {
  1303. "description": "领取红包",
  1304. "consumes": [
  1305. "application/json"
  1306. ],
  1307. "produces": [
  1308. "application/json"
  1309. ],
  1310. "tags": [
  1311. "即时通讯"
  1312. ],
  1313. "summary": "蛋蛋星球-即时通讯-领取红包",
  1314. "parameters": [
  1315. {
  1316. "type": "string",
  1317. "description": "验证参数Bearer和token空格拼接",
  1318. "name": "Authorization",
  1319. "in": "header",
  1320. "required": true
  1321. },
  1322. {
  1323. "description": "领取红包信息",
  1324. "name": "req",
  1325. "in": "body",
  1326. "required": true,
  1327. "schema": {
  1328. "$ref": "#/definitions/md.GrabRedPackageReq"
  1329. }
  1330. }
  1331. ],
  1332. "responses": {
  1333. "200": {
  1334. "description": "具体数据",
  1335. "schema": {
  1336. "$ref": "#/definitions/md.GrabRedPackageResp"
  1337. }
  1338. },
  1339. "400": {
  1340. "description": "具体错误",
  1341. "schema": {
  1342. "$ref": "#/definitions/md.Response"
  1343. }
  1344. }
  1345. }
  1346. }
  1347. },
  1348. "/api/v1/im/user/sendRedPackage": {
  1349. "post": {
  1350. "description": "发送红包",
  1351. "consumes": [
  1352. "application/json"
  1353. ],
  1354. "produces": [
  1355. "application/json"
  1356. ],
  1357. "tags": [
  1358. "即时通讯"
  1359. ],
  1360. "summary": "蛋蛋星球-即时通讯-发送红包",
  1361. "parameters": [
  1362. {
  1363. "type": "string",
  1364. "description": "验证参数Bearer和token空格拼接",
  1365. "name": "Authorization",
  1366. "in": "header",
  1367. "required": true
  1368. },
  1369. {
  1370. "description": "发送红包信息",
  1371. "name": "req",
  1372. "in": "body",
  1373. "required": true,
  1374. "schema": {
  1375. "$ref": "#/definitions/md.SendRedPackageReq"
  1376. }
  1377. }
  1378. ],
  1379. "responses": {
  1380. "200": {
  1381. "description": "具体数据",
  1382. "schema": {
  1383. "$ref": "#/definitions/md.SendRedPackageResp"
  1384. }
  1385. },
  1386. "400": {
  1387. "description": "具体错误",
  1388. "schema": {
  1389. "$ref": "#/definitions/md.Response"
  1390. }
  1391. }
  1392. }
  1393. }
  1394. },
  1395. "/api/v1/im/user/sendRedPackageDetail": {
  1396. "post": {
  1397. "description": "发送红包详情",
  1398. "consumes": [
  1399. "application/json"
  1400. ],
  1401. "produces": [
  1402. "application/json"
  1403. ],
  1404. "tags": [
  1405. "即时通讯"
  1406. ],
  1407. "summary": "蛋蛋星球-即时通讯-发送红包详情",
  1408. "parameters": [
  1409. {
  1410. "type": "string",
  1411. "description": "验证参数Bearer和token空格拼接",
  1412. "name": "Authorization",
  1413. "in": "header",
  1414. "required": true
  1415. },
  1416. {
  1417. "description": "红包的订单 ID",
  1418. "name": "req",
  1419. "in": "body",
  1420. "required": true,
  1421. "schema": {
  1422. "$ref": "#/definitions/md.SendRedPackageDetailReq"
  1423. }
  1424. }
  1425. ],
  1426. "responses": {
  1427. "200": {
  1428. "description": "具体数据",
  1429. "schema": {
  1430. "$ref": "#/definitions/md.SendRedPackageDetailResp"
  1431. }
  1432. },
  1433. "400": {
  1434. "description": "具体错误",
  1435. "schema": {
  1436. "$ref": "#/definitions/md.Response"
  1437. }
  1438. }
  1439. }
  1440. }
  1441. },
  1442. "/api/v1/inviteCode/userInfo": {
  1443. "post": {
  1444. "description": "邀请码获取用户信息",
  1445. "consumes": [
  1446. "application/json"
  1447. ],
  1448. "produces": [
  1449. "application/json"
  1450. ],
  1451. "tags": [
  1452. "登录注册"
  1453. ],
  1454. "summary": "邀请码获取用户信息",
  1455. "parameters": [
  1456. {
  1457. "description": "注册参数",
  1458. "name": "req",
  1459. "in": "body",
  1460. "required": true,
  1461. "schema": {
  1462. "$ref": "#/definitions/md.InviteCodeUserInfoReq"
  1463. }
  1464. }
  1465. ],
  1466. "responses": {
  1467. "200": {
  1468. "description": "具体数据",
  1469. "schema": {
  1470. "$ref": "#/definitions/md.InviteCodeUserInfoResp"
  1471. }
  1472. },
  1473. "400": {
  1474. "description": "具体错误",
  1475. "schema": {
  1476. "$ref": "#/definitions/md.Response"
  1477. }
  1478. }
  1479. }
  1480. }
  1481. },
  1482. "/api/v1/login": {
  1483. "post": {
  1484. "description": "登入",
  1485. "consumes": [
  1486. "application/json"
  1487. ],
  1488. "produces": [
  1489. "application/json"
  1490. ],
  1491. "tags": [
  1492. "登录注册"
  1493. ],
  1494. "summary": "登陆",
  1495. "parameters": [
  1496. {
  1497. "description": "用户名密码",
  1498. "name": "req",
  1499. "in": "body",
  1500. "required": true,
  1501. "schema": {
  1502. "$ref": "#/definitions/md.LoginReq"
  1503. }
  1504. }
  1505. ],
  1506. "responses": {
  1507. "200": {
  1508. "description": "token",
  1509. "schema": {
  1510. "$ref": "#/definitions/md.LoginResponse"
  1511. }
  1512. },
  1513. "400": {
  1514. "description": "具体错误",
  1515. "schema": {
  1516. "$ref": "#/definitions/md.Response"
  1517. }
  1518. }
  1519. }
  1520. }
  1521. },
  1522. "/api/v1/memberCenter/bindParent": {
  1523. "post": {
  1524. "description": "绑定上级",
  1525. "consumes": [
  1526. "application/json"
  1527. ],
  1528. "produces": [
  1529. "application/json"
  1530. ],
  1531. "tags": [
  1532. "登录注册"
  1533. ],
  1534. "summary": "绑定上级-要登陆的",
  1535. "parameters": [
  1536. {
  1537. "description": "注册参数",
  1538. "name": "req",
  1539. "in": "body",
  1540. "required": true,
  1541. "schema": {
  1542. "$ref": "#/definitions/md.InviteCodeUserInfoReq"
  1543. }
  1544. }
  1545. ],
  1546. "responses": {
  1547. "200": {
  1548. "description": "具体数据",
  1549. "schema": {
  1550. "type": "string"
  1551. }
  1552. },
  1553. "400": {
  1554. "description": "具体错误",
  1555. "schema": {
  1556. "$ref": "#/definitions/md.Response"
  1557. }
  1558. }
  1559. }
  1560. }
  1561. },
  1562. "/api/v1/memberCenter/getBasic": {
  1563. "get": {
  1564. "description": "基础数据(获取)",
  1565. "consumes": [
  1566. "application/json"
  1567. ],
  1568. "produces": [
  1569. "application/json"
  1570. ],
  1571. "tags": [
  1572. "会员中心"
  1573. ],
  1574. "summary": "蛋蛋星球-会员中心-基础数据(获取)",
  1575. "parameters": [
  1576. {
  1577. "type": "string",
  1578. "description": "验证参数Bearer和token空格拼接",
  1579. "name": "Authorization",
  1580. "in": "header",
  1581. "required": true
  1582. }
  1583. ],
  1584. "responses": {
  1585. "200": {
  1586. "description": "具体数据",
  1587. "schema": {
  1588. "$ref": "#/definitions/md.MemberCenterGetBasicResp"
  1589. }
  1590. },
  1591. "400": {
  1592. "description": "具体错误",
  1593. "schema": {
  1594. "$ref": "#/definitions/md.Response"
  1595. }
  1596. }
  1597. }
  1598. }
  1599. },
  1600. "/api/v1/memberCenter/inviteUrl": {
  1601. "get": {
  1602. "description": "邀请链接",
  1603. "consumes": [
  1604. "application/json"
  1605. ],
  1606. "produces": [
  1607. "application/json"
  1608. ],
  1609. "tags": [
  1610. "邀请海报"
  1611. ],
  1612. "summary": "邀请链接",
  1613. "responses": {
  1614. "200": {
  1615. "description": "登录成功返回",
  1616. "schema": {
  1617. "$ref": "#/definitions/md.InviteUrl"
  1618. }
  1619. },
  1620. "400": {
  1621. "description": "具体错误",
  1622. "schema": {
  1623. "$ref": "#/definitions/md.Response"
  1624. }
  1625. }
  1626. }
  1627. }
  1628. },
  1629. "/api/v1/memberCenter/updatePasscode": {
  1630. "post": {
  1631. "description": "修改支付宝密码",
  1632. "consumes": [
  1633. "application/json"
  1634. ],
  1635. "produces": [
  1636. "application/json"
  1637. ],
  1638. "tags": [
  1639. "账号与安全"
  1640. ],
  1641. "summary": "修改支付宝密码",
  1642. "parameters": [
  1643. {
  1644. "description": "注册参数",
  1645. "name": "req",
  1646. "in": "body",
  1647. "required": true,
  1648. "schema": {
  1649. "$ref": "#/definitions/md.UpdatePasscodeReq"
  1650. }
  1651. }
  1652. ],
  1653. "responses": {
  1654. "200": {
  1655. "description": "登录成功返回",
  1656. "schema": {
  1657. "type": "string"
  1658. }
  1659. },
  1660. "400": {
  1661. "description": "具体错误",
  1662. "schema": {
  1663. "$ref": "#/definitions/md.Response"
  1664. }
  1665. }
  1666. }
  1667. }
  1668. },
  1669. "/api/v1/memberCenter/updatePassword": {
  1670. "post": {
  1671. "description": "修改密码",
  1672. "consumes": [
  1673. "application/json"
  1674. ],
  1675. "produces": [
  1676. "application/json"
  1677. ],
  1678. "tags": [
  1679. "账号与安全"
  1680. ],
  1681. "summary": "修改密码-不要原密码 换成验证码",
  1682. "parameters": [
  1683. {
  1684. "description": "注册参数",
  1685. "name": "req",
  1686. "in": "body",
  1687. "required": true,
  1688. "schema": {
  1689. "$ref": "#/definitions/md.UpdatePasswordReq"
  1690. }
  1691. }
  1692. ],
  1693. "responses": {
  1694. "200": {
  1695. "description": "登录成功返回",
  1696. "schema": {
  1697. "type": "string"
  1698. }
  1699. },
  1700. "400": {
  1701. "description": "具体错误",
  1702. "schema": {
  1703. "$ref": "#/definitions/md.Response"
  1704. }
  1705. }
  1706. }
  1707. }
  1708. },
  1709. "/api/v1/openApp/start": {
  1710. "get": {
  1711. "description": "打开app调用",
  1712. "consumes": [
  1713. "application/json"
  1714. ],
  1715. "produces": [
  1716. "application/json"
  1717. ],
  1718. "tags": [
  1719. "基本配置"
  1720. ],
  1721. "summary": "打开app调用",
  1722. "parameters": [
  1723. {
  1724. "type": "string",
  1725. "description": "验证参数Bearer和token空格拼接",
  1726. "name": "Authorization",
  1727. "in": "header",
  1728. "required": true
  1729. }
  1730. ],
  1731. "responses": {
  1732. "200": {
  1733. "description": "具体数据",
  1734. "schema": {
  1735. "type": "string"
  1736. }
  1737. },
  1738. "400": {
  1739. "description": "具体错误",
  1740. "schema": {
  1741. "$ref": "#/definitions/md.Response"
  1742. }
  1743. }
  1744. }
  1745. }
  1746. },
  1747. "/api/v1/pointsCenter/basic": {
  1748. "get": {
  1749. "description": "上部分基础信息(获取)",
  1750. "consumes": [
  1751. "application/json"
  1752. ],
  1753. "produces": [
  1754. "application/json"
  1755. ],
  1756. "tags": [
  1757. "积分中心"
  1758. ],
  1759. "summary": "蛋蛋星球-积分中心-上部分基础信息(获取)",
  1760. "parameters": [
  1761. {
  1762. "type": "string",
  1763. "description": "验证参数Bearer和token空格拼接",
  1764. "name": "Authorization",
  1765. "in": "header",
  1766. "required": true
  1767. }
  1768. ],
  1769. "responses": {
  1770. "200": {
  1771. "description": "具体数据",
  1772. "schema": {
  1773. "$ref": "#/definitions/md.PointsCenterGetBasicResp"
  1774. }
  1775. },
  1776. "400": {
  1777. "description": "具体错误",
  1778. "schema": {
  1779. "$ref": "#/definitions/md.Response"
  1780. }
  1781. }
  1782. }
  1783. }
  1784. },
  1785. "/api/v1/pointsCenter/contributionValue": {
  1786. "get": {
  1787. "description": "贡献值(获取)",
  1788. "consumes": [
  1789. "application/json"
  1790. ],
  1791. "produces": [
  1792. "application/json"
  1793. ],
  1794. "tags": [
  1795. "积分中心"
  1796. ],
  1797. "summary": "蛋蛋星球-积分中心-贡献值(获取)",
  1798. "parameters": [
  1799. {
  1800. "type": "string",
  1801. "description": "验证参数Bearer和token空格拼接",
  1802. "name": "Authorization",
  1803. "in": "header",
  1804. "required": true
  1805. }
  1806. ],
  1807. "responses": {
  1808. "200": {
  1809. "description": "具体数据",
  1810. "schema": {
  1811. "$ref": "#/definitions/md.GetContributionValueResp"
  1812. }
  1813. },
  1814. "400": {
  1815. "description": "具体错误",
  1816. "schema": {
  1817. "$ref": "#/definitions/md.Response"
  1818. }
  1819. }
  1820. }
  1821. }
  1822. },
  1823. "/api/v1/pointsCenter/contributionValueFlow": {
  1824. "get": {
  1825. "description": "贡献值明细(获取)",
  1826. "consumes": [
  1827. "application/json"
  1828. ],
  1829. "produces": [
  1830. "application/json"
  1831. ],
  1832. "tags": [
  1833. "积分中心"
  1834. ],
  1835. "summary": "蛋蛋星球-积分中心-贡献值明细(获取)",
  1836. "parameters": [
  1837. {
  1838. "type": "string",
  1839. "description": "验证参数Bearer和token空格拼接",
  1840. "name": "Authorization",
  1841. "in": "header",
  1842. "required": true
  1843. },
  1844. {
  1845. "type": "string",
  1846. "description": "每页大小",
  1847. "name": "limit",
  1848. "in": "query",
  1849. "required": true
  1850. },
  1851. {
  1852. "type": "string",
  1853. "description": "页数",
  1854. "name": "page",
  1855. "in": "query",
  1856. "required": true
  1857. }
  1858. ],
  1859. "responses": {
  1860. "200": {
  1861. "description": "具体数据",
  1862. "schema": {
  1863. "$ref": "#/definitions/md.GetContributionValueFlowResp"
  1864. }
  1865. },
  1866. "400": {
  1867. "description": "具体错误",
  1868. "schema": {
  1869. "$ref": "#/definitions/md.Response"
  1870. }
  1871. }
  1872. }
  1873. }
  1874. },
  1875. "/api/v1/pointsCenter/dynamicData": {
  1876. "get": {
  1877. "description": "动态数据(获取)",
  1878. "consumes": [
  1879. "application/json"
  1880. ],
  1881. "produces": [
  1882. "application/json"
  1883. ],
  1884. "tags": [
  1885. "积分中心"
  1886. ],
  1887. "summary": "蛋蛋星球-积分中心-动态数据(获取)",
  1888. "parameters": [
  1889. {
  1890. "type": "string",
  1891. "description": "验证参数Bearer和token空格拼接",
  1892. "name": "Authorization",
  1893. "in": "header",
  1894. "required": true
  1895. }
  1896. ],
  1897. "responses": {
  1898. "200": {
  1899. "description": "具体数据",
  1900. "schema": {
  1901. "$ref": "#/definitions/md.DynamicDataResp"
  1902. }
  1903. },
  1904. "400": {
  1905. "description": "具体错误",
  1906. "schema": {
  1907. "$ref": "#/definitions/md.Response"
  1908. }
  1909. }
  1910. }
  1911. }
  1912. },
  1913. "/api/v1/pointsCenter/energyFlow": {
  1914. "get": {
  1915. "description": "收支明细(获取)",
  1916. "consumes": [
  1917. "application/json"
  1918. ],
  1919. "produces": [
  1920. "application/json"
  1921. ],
  1922. "tags": [
  1923. "积分中心"
  1924. ],
  1925. "summary": "蛋蛋星球-积分中心-收支明细(获取)",
  1926. "parameters": [
  1927. {
  1928. "type": "string",
  1929. "description": "验证参数Bearer和token空格拼接",
  1930. "name": "Authorization",
  1931. "in": "header",
  1932. "required": true
  1933. },
  1934. {
  1935. "type": "string",
  1936. "description": "每页大小",
  1937. "name": "limit",
  1938. "in": "query",
  1939. "required": true
  1940. },
  1941. {
  1942. "type": "string",
  1943. "description": "页数",
  1944. "name": "page",
  1945. "in": "query",
  1946. "required": true
  1947. },
  1948. {
  1949. "type": "string",
  1950. "description": "开始时间",
  1951. "name": "startAt",
  1952. "in": "query"
  1953. },
  1954. {
  1955. "type": "string",
  1956. "description": "结束时间",
  1957. "name": "endAt",
  1958. "in": "query"
  1959. },
  1960. {
  1961. "type": "string",
  1962. "description": "流水方向(1.收入 2.支出 0.全部)",
  1963. "name": "direction",
  1964. "in": "query"
  1965. }
  1966. ],
  1967. "responses": {
  1968. "200": {
  1969. "description": "具体数据",
  1970. "schema": {
  1971. "$ref": "#/definitions/md.GetEggEnergyFlowResp"
  1972. }
  1973. },
  1974. "400": {
  1975. "description": "具体错误",
  1976. "schema": {
  1977. "$ref": "#/definitions/md.Response"
  1978. }
  1979. }
  1980. }
  1981. }
  1982. },
  1983. "/api/v1/pointsCenter/exchangeEnergy": {
  1984. "post": {
  1985. "description": "能量兑换",
  1986. "consumes": [
  1987. "application/json"
  1988. ],
  1989. "produces": [
  1990. "application/json"
  1991. ],
  1992. "tags": [
  1993. "积分中心"
  1994. ],
  1995. "summary": "蛋蛋星球-积分中心-能量兑换",
  1996. "parameters": [
  1997. {
  1998. "type": "string",
  1999. "description": "验证参数Bearer和token空格拼接",
  2000. "name": "Authorization",
  2001. "in": "header",
  2002. "required": true
  2003. },
  2004. {
  2005. "description": "需要兑换的能量值",
  2006. "name": "req",
  2007. "in": "body",
  2008. "required": true,
  2009. "schema": {
  2010. "$ref": "#/definitions/md.ExchangeEnergyReq"
  2011. }
  2012. }
  2013. ],
  2014. "responses": {
  2015. "200": {
  2016. "description": "success",
  2017. "schema": {
  2018. "type": "string"
  2019. }
  2020. },
  2021. "400": {
  2022. "description": "具体错误",
  2023. "schema": {
  2024. "$ref": "#/definitions/md.Response"
  2025. }
  2026. }
  2027. }
  2028. }
  2029. },
  2030. "/api/v1/pointsCenter/initialData": {
  2031. "get": {
  2032. "description": "初始数据(获取)",
  2033. "consumes": [
  2034. "application/json"
  2035. ],
  2036. "produces": [
  2037. "application/json"
  2038. ],
  2039. "tags": [
  2040. "积分中心"
  2041. ],
  2042. "summary": "蛋蛋星球-积分中心-初始数据(获取)",
  2043. "parameters": [
  2044. {
  2045. "type": "string",
  2046. "description": "验证参数Bearer和token空格拼接",
  2047. "name": "Authorization",
  2048. "in": "header",
  2049. "required": true
  2050. }
  2051. ],
  2052. "responses": {
  2053. "200": {
  2054. "description": "具体数据",
  2055. "schema": {
  2056. "$ref": "#/definitions/md.InitialDataResp"
  2057. }
  2058. },
  2059. "400": {
  2060. "description": "具体错误",
  2061. "schema": {
  2062. "$ref": "#/definitions/md.Response"
  2063. }
  2064. }
  2065. }
  2066. }
  2067. },
  2068. "/api/v1/pointsCenter/pointsExchangeBasic": {
  2069. "get": {
  2070. "description": "积分兑换基础信息(获取)",
  2071. "consumes": [
  2072. "application/json"
  2073. ],
  2074. "produces": [
  2075. "application/json"
  2076. ],
  2077. "tags": [
  2078. "积分中心"
  2079. ],
  2080. "summary": "蛋蛋星球-积分中心-积分兑换基础信息(获取)",
  2081. "parameters": [
  2082. {
  2083. "type": "string",
  2084. "description": "验证参数Bearer和token空格拼接",
  2085. "name": "Authorization",
  2086. "in": "header",
  2087. "required": true
  2088. }
  2089. ],
  2090. "responses": {
  2091. "200": {
  2092. "description": "具体数据",
  2093. "schema": {
  2094. "$ref": "#/definitions/md.PointsExchangeGetBasicResp"
  2095. }
  2096. },
  2097. "400": {
  2098. "description": "具体错误",
  2099. "schema": {
  2100. "$ref": "#/definitions/md.Response"
  2101. }
  2102. }
  2103. }
  2104. }
  2105. },
  2106. "/api/v1/pointsCenter/priceCurve": {
  2107. "get": {
  2108. "description": "价格趋势(获取)",
  2109. "consumes": [
  2110. "application/json"
  2111. ],
  2112. "produces": [
  2113. "application/json"
  2114. ],
  2115. "tags": [
  2116. "积分中心"
  2117. ],
  2118. "summary": "蛋蛋星球-积分中心-价格趋势(获取)",
  2119. "parameters": [
  2120. {
  2121. "type": "string",
  2122. "description": "验证参数Bearer和token空格拼接",
  2123. "name": "Authorization",
  2124. "in": "header",
  2125. "required": true
  2126. },
  2127. {
  2128. "type": "string",
  2129. "description": "1:按天 2:按小时 3:按周",
  2130. "name": "kind",
  2131. "in": "query"
  2132. }
  2133. ],
  2134. "responses": {
  2135. "200": {
  2136. "description": "具体数据",
  2137. "schema": {
  2138. "$ref": "#/definitions/md.GetPriceCurveResp"
  2139. }
  2140. },
  2141. "400": {
  2142. "description": "具体错误",
  2143. "schema": {
  2144. "$ref": "#/definitions/md.Response"
  2145. }
  2146. }
  2147. }
  2148. }
  2149. },
  2150. "/api/v1/pointsCenter/record": {
  2151. "get": {
  2152. "description": "蛋蛋分明细(获取)",
  2153. "consumes": [
  2154. "application/json"
  2155. ],
  2156. "produces": [
  2157. "application/json"
  2158. ],
  2159. "tags": [
  2160. "积分中心"
  2161. ],
  2162. "summary": "蛋蛋星球-积分中心-蛋蛋分明细(获取)",
  2163. "parameters": [
  2164. {
  2165. "type": "string",
  2166. "description": "验证参数Bearer和token空格拼接",
  2167. "name": "Authorization",
  2168. "in": "header",
  2169. "required": true
  2170. },
  2171. {
  2172. "type": "string",
  2173. "description": "每页大小",
  2174. "name": "limit",
  2175. "in": "query",
  2176. "required": true
  2177. },
  2178. {
  2179. "type": "string",
  2180. "description": "页数",
  2181. "name": "page",
  2182. "in": "query",
  2183. "required": true
  2184. }
  2185. ],
  2186. "responses": {
  2187. "200": {
  2188. "description": "具体数据",
  2189. "schema": {
  2190. "$ref": "#/definitions/md.GetEggPointRecordResp"
  2191. }
  2192. },
  2193. "400": {
  2194. "description": "具体错误",
  2195. "schema": {
  2196. "$ref": "#/definitions/md.Response"
  2197. }
  2198. }
  2199. }
  2200. }
  2201. },
  2202. "/api/v1/register": {
  2203. "post": {
  2204. "description": "注册",
  2205. "consumes": [
  2206. "application/json"
  2207. ],
  2208. "produces": [
  2209. "application/json"
  2210. ],
  2211. "tags": [
  2212. "登录注册"
  2213. ],
  2214. "summary": "注册",
  2215. "parameters": [
  2216. {
  2217. "description": "注册参数",
  2218. "name": "req",
  2219. "in": "body",
  2220. "required": true,
  2221. "schema": {
  2222. "$ref": "#/definitions/md.RegisterReq"
  2223. }
  2224. }
  2225. ],
  2226. "responses": {
  2227. "200": {
  2228. "description": "登录成功返回",
  2229. "schema": {
  2230. "$ref": "#/definitions/md.LoginResponse"
  2231. }
  2232. },
  2233. "400": {
  2234. "description": "具体错误",
  2235. "schema": {
  2236. "$ref": "#/definitions/md.Response"
  2237. }
  2238. }
  2239. }
  2240. }
  2241. },
  2242. "/api/v1/smsSend": {
  2243. "post": {
  2244. "description": "发送短信",
  2245. "consumes": [
  2246. "application/json"
  2247. ],
  2248. "produces": [
  2249. "application/json"
  2250. ],
  2251. "tags": [
  2252. "登录注册"
  2253. ],
  2254. "summary": "发送短信",
  2255. "parameters": [
  2256. {
  2257. "description": "注册参数",
  2258. "name": "req",
  2259. "in": "body",
  2260. "required": true,
  2261. "schema": {
  2262. "$ref": "#/definitions/md.SmsSendReq"
  2263. }
  2264. }
  2265. ],
  2266. "responses": {
  2267. "200": {
  2268. "description": "成功返回",
  2269. "schema": {
  2270. "type": "string"
  2271. }
  2272. },
  2273. "400": {
  2274. "description": "具体错误",
  2275. "schema": {
  2276. "$ref": "#/definitions/md.Response"
  2277. }
  2278. }
  2279. }
  2280. }
  2281. },
  2282. "/api/v1/test": {
  2283. "get": {
  2284. "description": "Demo样例测试",
  2285. "consumes": [
  2286. "application/json"
  2287. ],
  2288. "produces": [
  2289. "application/json"
  2290. ],
  2291. "tags": [
  2292. "Demo"
  2293. ],
  2294. "summary": "Demo测试",
  2295. "parameters": [
  2296. {
  2297. "description": "任意参数",
  2298. "name": "req",
  2299. "in": "body",
  2300. "required": true,
  2301. "schema": {}
  2302. }
  2303. ],
  2304. "responses": {
  2305. "200": {
  2306. "description": "返回任意参数",
  2307. "schema": {
  2308. "type": "object",
  2309. "additionalProperties": true
  2310. }
  2311. },
  2312. "400": {
  2313. "description": "具体错误",
  2314. "schema": {
  2315. "$ref": "#/definitions/md.Response"
  2316. }
  2317. }
  2318. }
  2319. }
  2320. },
  2321. "/api/v1/userFeedback/cate": {
  2322. "get": {
  2323. "description": "意见反馈-分类",
  2324. "consumes": [
  2325. "application/json"
  2326. ],
  2327. "produces": [
  2328. "application/json"
  2329. ],
  2330. "tags": [
  2331. "意见反馈"
  2332. ],
  2333. "summary": "意见反馈-分类",
  2334. "parameters": [
  2335. {
  2336. "type": "string",
  2337. "description": "验证参数Bearer和token空格拼接",
  2338. "name": "Authorization",
  2339. "in": "header",
  2340. "required": true
  2341. }
  2342. ],
  2343. "responses": {
  2344. "200": {
  2345. "description": "具体数据",
  2346. "schema": {
  2347. "$ref": "#/definitions/md.AdvertisingResp"
  2348. }
  2349. },
  2350. "400": {
  2351. "description": "具体错误",
  2352. "schema": {
  2353. "$ref": "#/definitions/md.Response"
  2354. }
  2355. }
  2356. }
  2357. }
  2358. },
  2359. "/api/v1/userFeedback/list": {
  2360. "post": {
  2361. "description": "意见反馈-反馈记录",
  2362. "consumes": [
  2363. "application/json"
  2364. ],
  2365. "produces": [
  2366. "application/json"
  2367. ],
  2368. "tags": [
  2369. "意见反馈"
  2370. ],
  2371. "summary": "意见反馈-反馈记录",
  2372. "parameters": [
  2373. {
  2374. "type": "string",
  2375. "description": "验证参数Bearer和token空格拼接",
  2376. "name": "Authorization",
  2377. "in": "header",
  2378. "required": true
  2379. },
  2380. {
  2381. "description": "参数",
  2382. "name": "req",
  2383. "in": "body",
  2384. "required": true,
  2385. "schema": {
  2386. "$ref": "#/definitions/md.UserFeedbackListReq"
  2387. }
  2388. }
  2389. ],
  2390. "responses": {
  2391. "200": {
  2392. "description": "具体数据",
  2393. "schema": {
  2394. "$ref": "#/definitions/md.UserFeedbackListResp"
  2395. }
  2396. },
  2397. "400": {
  2398. "description": "具体错误",
  2399. "schema": {
  2400. "$ref": "#/definitions/md.Response"
  2401. }
  2402. }
  2403. }
  2404. }
  2405. },
  2406. "/api/v1/userFeedback/record": {
  2407. "post": {
  2408. "description": "意见反馈-反馈记录-沟通记录",
  2409. "consumes": [
  2410. "application/json"
  2411. ],
  2412. "produces": [
  2413. "application/json"
  2414. ],
  2415. "tags": [
  2416. "意见反馈"
  2417. ],
  2418. "summary": "意见反馈-反馈记录-沟通记录",
  2419. "parameters": [
  2420. {
  2421. "type": "string",
  2422. "description": "验证参数Bearer和token空格拼接",
  2423. "name": "Authorization",
  2424. "in": "header",
  2425. "required": true
  2426. },
  2427. {
  2428. "description": "参数",
  2429. "name": "req",
  2430. "in": "body",
  2431. "required": true,
  2432. "schema": {
  2433. "$ref": "#/definitions/md.UserFeedbackRecordReq"
  2434. }
  2435. }
  2436. ],
  2437. "responses": {
  2438. "200": {
  2439. "description": "具体数据",
  2440. "schema": {
  2441. "$ref": "#/definitions/md.UserFeedbackRecordResp"
  2442. }
  2443. },
  2444. "400": {
  2445. "description": "具体错误",
  2446. "schema": {
  2447. "$ref": "#/definitions/md.Response"
  2448. }
  2449. }
  2450. }
  2451. }
  2452. },
  2453. "/api/v1/userFeedback/save": {
  2454. "post": {
  2455. "description": "意见反馈-反馈记录-提交",
  2456. "consumes": [
  2457. "application/json"
  2458. ],
  2459. "produces": [
  2460. "application/json"
  2461. ],
  2462. "tags": [
  2463. "意见反馈"
  2464. ],
  2465. "summary": "意见反馈-反馈记录-提交",
  2466. "parameters": [
  2467. {
  2468. "type": "string",
  2469. "description": "验证参数Bearer和token空格拼接",
  2470. "name": "Authorization",
  2471. "in": "header",
  2472. "required": true
  2473. },
  2474. {
  2475. "description": "参数",
  2476. "name": "req",
  2477. "in": "body",
  2478. "required": true,
  2479. "schema": {
  2480. "$ref": "#/definitions/md.UserFeedbackSaveReq"
  2481. }
  2482. }
  2483. ],
  2484. "responses": {
  2485. "200": {
  2486. "description": "具体数据",
  2487. "schema": {
  2488. "type": "string"
  2489. }
  2490. },
  2491. "400": {
  2492. "description": "具体错误",
  2493. "schema": {
  2494. "$ref": "#/definitions/md.Response"
  2495. }
  2496. }
  2497. }
  2498. }
  2499. },
  2500. "/api/v1/userFeedback/say": {
  2501. "post": {
  2502. "description": "意见反馈-反馈记录-沟通发送",
  2503. "consumes": [
  2504. "application/json"
  2505. ],
  2506. "produces": [
  2507. "application/json"
  2508. ],
  2509. "tags": [
  2510. "意见反馈"
  2511. ],
  2512. "summary": "意见反馈-反馈记录-沟通发送",
  2513. "parameters": [
  2514. {
  2515. "type": "string",
  2516. "description": "验证参数Bearer和token空格拼接",
  2517. "name": "Authorization",
  2518. "in": "header",
  2519. "required": true
  2520. },
  2521. {
  2522. "description": "参数",
  2523. "name": "req",
  2524. "in": "body",
  2525. "required": true,
  2526. "schema": {
  2527. "$ref": "#/definitions/md.UserFeedbackSayReq"
  2528. }
  2529. }
  2530. ],
  2531. "responses": {
  2532. "200": {
  2533. "description": "具体数据",
  2534. "schema": {
  2535. "type": "string"
  2536. }
  2537. },
  2538. "400": {
  2539. "description": "具体错误",
  2540. "schema": {
  2541. "$ref": "#/definitions/md.Response"
  2542. }
  2543. }
  2544. }
  2545. }
  2546. },
  2547. "/api/v1/userInfo": {
  2548. "get": {
  2549. "description": "用户信息",
  2550. "consumes": [
  2551. "application/json"
  2552. ],
  2553. "produces": [
  2554. "application/json"
  2555. ],
  2556. "tags": [
  2557. "用户信息"
  2558. ],
  2559. "summary": "用户信息",
  2560. "parameters": [
  2561. {
  2562. "type": "string",
  2563. "description": "验证参数Bearer和token空格拼接",
  2564. "name": "Authorization",
  2565. "in": "header",
  2566. "required": true
  2567. }
  2568. ],
  2569. "responses": {
  2570. "200": {
  2571. "description": "具体数据",
  2572. "schema": {
  2573. "$ref": "#/definitions/md.UserInfoResp"
  2574. }
  2575. },
  2576. "400": {
  2577. "description": "具体错误",
  2578. "schema": {
  2579. "$ref": "#/definitions/md.Response"
  2580. }
  2581. }
  2582. }
  2583. }
  2584. },
  2585. "/api/v1/version": {
  2586. "get": {
  2587. "description": "版本记录",
  2588. "consumes": [
  2589. "application/json"
  2590. ],
  2591. "produces": [
  2592. "application/json"
  2593. ],
  2594. "tags": [
  2595. "基本配置"
  2596. ],
  2597. "summary": "版本记录",
  2598. "parameters": [
  2599. {
  2600. "type": "string",
  2601. "description": "验证参数Bearer和token空格拼接",
  2602. "name": "Authorization",
  2603. "in": "header",
  2604. "required": true
  2605. }
  2606. ],
  2607. "responses": {
  2608. "200": {
  2609. "description": "具体数据",
  2610. "schema": {
  2611. "$ref": "#/definitions/md.VersionResp"
  2612. }
  2613. },
  2614. "400": {
  2615. "description": "具体错误",
  2616. "schema": {
  2617. "$ref": "#/definitions/md.Response"
  2618. }
  2619. }
  2620. }
  2621. }
  2622. },
  2623. "/api/v1/wallet/amountFlow": {
  2624. "get": {
  2625. "description": "余额明细(获取)",
  2626. "consumes": [
  2627. "application/json"
  2628. ],
  2629. "produces": [
  2630. "application/json"
  2631. ],
  2632. "tags": [
  2633. "钱包"
  2634. ],
  2635. "summary": "蛋蛋星球-钱包-余额明细(获取)",
  2636. "parameters": [
  2637. {
  2638. "type": "string",
  2639. "description": "验证参数Bearer和token空格拼接",
  2640. "name": "Authorization",
  2641. "in": "header",
  2642. "required": true
  2643. },
  2644. {
  2645. "type": "string",
  2646. "description": "每页大小",
  2647. "name": "limit",
  2648. "in": "query",
  2649. "required": true
  2650. },
  2651. {
  2652. "type": "string",
  2653. "description": "页数",
  2654. "name": "page",
  2655. "in": "query",
  2656. "required": true
  2657. },
  2658. {
  2659. "type": "string",
  2660. "description": "开始时间",
  2661. "name": "startAt",
  2662. "in": "query"
  2663. },
  2664. {
  2665. "type": "string",
  2666. "description": "结束时间",
  2667. "name": "endAt",
  2668. "in": "query"
  2669. },
  2670. {
  2671. "type": "string",
  2672. "description": "流水方向(1.收入 2.支出 0.全部)",
  2673. "name": "direction",
  2674. "in": "query"
  2675. }
  2676. ],
  2677. "responses": {
  2678. "200": {
  2679. "description": "具体数据",
  2680. "schema": {
  2681. "$ref": "#/definitions/md.GetAmountFlowResp"
  2682. }
  2683. },
  2684. "400": {
  2685. "description": "具体错误",
  2686. "schema": {
  2687. "$ref": "#/definitions/md.Response"
  2688. }
  2689. }
  2690. }
  2691. }
  2692. },
  2693. "/api/v1/wallet/withdraw/apply": {
  2694. "post": {
  2695. "description": "发起提现",
  2696. "consumes": [
  2697. "application/json"
  2698. ],
  2699. "produces": [
  2700. "application/json"
  2701. ],
  2702. "tags": [
  2703. "钱包"
  2704. ],
  2705. "summary": "蛋蛋星球-钱包-发起提现",
  2706. "parameters": [
  2707. {
  2708. "type": "string",
  2709. "description": "验证参数Bearer和token空格拼接",
  2710. "name": "Authorization",
  2711. "in": "header",
  2712. "required": true
  2713. },
  2714. {
  2715. "description": "具体参数",
  2716. "name": "req",
  2717. "in": "body",
  2718. "required": true,
  2719. "schema": {
  2720. "$ref": "#/definitions/md.WithdrawApplyReq"
  2721. }
  2722. }
  2723. ],
  2724. "responses": {
  2725. "200": {
  2726. "description": "success",
  2727. "schema": {
  2728. "type": "string"
  2729. }
  2730. },
  2731. "400": {
  2732. "description": "具体错误",
  2733. "schema": {
  2734. "$ref": "#/definitions/md.Response"
  2735. }
  2736. }
  2737. }
  2738. }
  2739. },
  2740. "/api/v1/wallet/withdraw/bindAlipay": {
  2741. "post": {
  2742. "description": "绑定支付宝",
  2743. "consumes": [
  2744. "application/json"
  2745. ],
  2746. "produces": [
  2747. "application/json"
  2748. ],
  2749. "tags": [
  2750. "钱包"
  2751. ],
  2752. "summary": "蛋蛋星球-钱包-绑定支付宝",
  2753. "parameters": [
  2754. {
  2755. "type": "string",
  2756. "description": "验证参数Bearer和token空格拼接",
  2757. "name": "Authorization",
  2758. "in": "header",
  2759. "required": true
  2760. },
  2761. {
  2762. "description": "具体参数",
  2763. "name": "req",
  2764. "in": "body",
  2765. "required": true,
  2766. "schema": {
  2767. "$ref": "#/definitions/md.BindAlipayAccountReq"
  2768. }
  2769. }
  2770. ],
  2771. "responses": {
  2772. "200": {
  2773. "description": "success",
  2774. "schema": {
  2775. "type": "string"
  2776. }
  2777. },
  2778. "400": {
  2779. "description": "具体错误",
  2780. "schema": {
  2781. "$ref": "#/definitions/md.Response"
  2782. }
  2783. }
  2784. }
  2785. }
  2786. },
  2787. "/api/v1/wallet/withdraw/bindWxPay": {
  2788. "post": {
  2789. "description": "绑定微信支付",
  2790. "consumes": [
  2791. "application/json"
  2792. ],
  2793. "produces": [
  2794. "application/json"
  2795. ],
  2796. "tags": [
  2797. "钱包"
  2798. ],
  2799. "summary": "蛋蛋星球-钱包-绑定微信支付",
  2800. "parameters": [
  2801. {
  2802. "type": "string",
  2803. "description": "验证参数Bearer和token空格拼接",
  2804. "name": "Authorization",
  2805. "in": "header",
  2806. "required": true
  2807. },
  2808. {
  2809. "description": "具体参数",
  2810. "name": "req",
  2811. "in": "body",
  2812. "required": true,
  2813. "schema": {
  2814. "$ref": "#/definitions/md.BindWxPayAccountReq"
  2815. }
  2816. }
  2817. ],
  2818. "responses": {
  2819. "200": {
  2820. "description": "success",
  2821. "schema": {
  2822. "type": "string"
  2823. }
  2824. },
  2825. "400": {
  2826. "description": "具体错误",
  2827. "schema": {
  2828. "$ref": "#/definitions/md.Response"
  2829. }
  2830. }
  2831. }
  2832. }
  2833. },
  2834. "/api/v1/wallet/withdraw/condition": {
  2835. "get": {
  2836. "description": "提现条件(获取)",
  2837. "consumes": [
  2838. "application/json"
  2839. ],
  2840. "produces": [
  2841. "application/json"
  2842. ],
  2843. "tags": [
  2844. "钱包"
  2845. ],
  2846. "summary": "蛋蛋星球-钱包-提现条件(获取)",
  2847. "parameters": [
  2848. {
  2849. "type": "string",
  2850. "description": "验证参数Bearer和token空格拼接",
  2851. "name": "Authorization",
  2852. "in": "header",
  2853. "required": true
  2854. }
  2855. ],
  2856. "responses": {
  2857. "200": {
  2858. "description": "具体数据",
  2859. "schema": {
  2860. "$ref": "#/definitions/md.GetWithdrawConditionResp"
  2861. }
  2862. },
  2863. "400": {
  2864. "description": "具体错误",
  2865. "schema": {
  2866. "$ref": "#/definitions/md.Response"
  2867. }
  2868. }
  2869. }
  2870. }
  2871. },
  2872. "/api/v1/wallet/withdraw/index": {
  2873. "get": {
  2874. "description": "提现余额(获取)",
  2875. "consumes": [
  2876. "application/json"
  2877. ],
  2878. "produces": [
  2879. "application/json"
  2880. ],
  2881. "tags": [
  2882. "钱包"
  2883. ],
  2884. "summary": "蛋蛋星球-钱包-提现余额(获取)",
  2885. "parameters": [
  2886. {
  2887. "type": "string",
  2888. "description": "验证参数Bearer和token空格拼接",
  2889. "name": "Authorization",
  2890. "in": "header",
  2891. "required": true
  2892. }
  2893. ],
  2894. "responses": {
  2895. "200": {
  2896. "description": "具体数据",
  2897. "schema": {
  2898. "$ref": "#/definitions/md.WithdrawGetAmountResp"
  2899. }
  2900. },
  2901. "400": {
  2902. "description": "具体错误",
  2903. "schema": {
  2904. "$ref": "#/definitions/md.Response"
  2905. }
  2906. }
  2907. }
  2908. }
  2909. },
  2910. "/api/v1/wechatLogin": {
  2911. "post": {
  2912. "description": "微信登陆",
  2913. "consumes": [
  2914. "application/json"
  2915. ],
  2916. "produces": [
  2917. "application/json"
  2918. ],
  2919. "tags": [
  2920. "登录注册"
  2921. ],
  2922. "summary": "微信登陆",
  2923. "parameters": [
  2924. {
  2925. "description": "注册参数",
  2926. "name": "req",
  2927. "in": "body",
  2928. "required": true,
  2929. "schema": {
  2930. "$ref": "#/definitions/md.WechatLoginReq"
  2931. }
  2932. }
  2933. ],
  2934. "responses": {
  2935. "200": {
  2936. "description": "登录成功返回",
  2937. "schema": {
  2938. "$ref": "#/definitions/md.LoginResponse"
  2939. }
  2940. },
  2941. "400": {
  2942. "description": "具体错误",
  2943. "schema": {
  2944. "$ref": "#/definitions/md.Response"
  2945. }
  2946. }
  2947. }
  2948. }
  2949. }
  2950. },
  2951. "definitions": {
  2952. "applet_app_md.Paginate": {
  2953. "type": "object",
  2954. "properties": {
  2955. "limit": {
  2956. "description": "每页大小",
  2957. "type": "integer"
  2958. },
  2959. "page": {
  2960. "description": "页数",
  2961. "type": "integer"
  2962. },
  2963. "total": {
  2964. "description": "总数据量",
  2965. "type": "integer"
  2966. }
  2967. }
  2968. },
  2969. "code_fnuoos_com_EggPlanet_egg_models_git_src_model.ImSendRedPackageOrd": {
  2970. "type": "object",
  2971. "properties": {
  2972. "amount": {
  2973. "type": "string"
  2974. },
  2975. "create_time": {
  2976. "type": "string"
  2977. },
  2978. "id": {
  2979. "type": "integer"
  2980. },
  2981. "im_data": {
  2982. "type": "string"
  2983. },
  2984. "im_uid": {
  2985. "type": "integer"
  2986. },
  2987. "ord_no": {
  2988. "type": "string"
  2989. },
  2990. "received_im_user_ids": {
  2991. "type": "string"
  2992. },
  2993. "received_times": {
  2994. "type": "string"
  2995. },
  2996. "received_user_amount": {
  2997. "type": "string"
  2998. },
  2999. "received_user_ids": {
  3000. "type": "string"
  3001. },
  3002. "red_packet_balance_amount": {
  3003. "type": "string"
  3004. },
  3005. "red_packet_balance_nums": {
  3006. "type": "integer"
  3007. },
  3008. "red_packet_nums": {
  3009. "type": "integer"
  3010. },
  3011. "red_packet_type": {
  3012. "type": "integer"
  3013. },
  3014. "state": {
  3015. "type": "integer"
  3016. },
  3017. "uid": {
  3018. "type": "integer"
  3019. },
  3020. "update_time": {
  3021. "type": "string"
  3022. },
  3023. "wait_draw_im_user_ids": {
  3024. "type": "string"
  3025. },
  3026. "wait_draw_user_ids": {
  3027. "type": "string"
  3028. }
  3029. }
  3030. },
  3031. "comm.AccessRecordsReq": {
  3032. "type": "object",
  3033. "properties": {
  3034. "index": {
  3035. "description": "页面标签",
  3036. "type": "string"
  3037. }
  3038. }
  3039. },
  3040. "comm.ImgReqUploadReq": {
  3041. "type": "object",
  3042. "required": [
  3043. "content_type",
  3044. "file_name"
  3045. ],
  3046. "properties": {
  3047. "content_type": {
  3048. "type": "string",
  3049. "example": "image/jpeg"
  3050. },
  3051. "file_name": {
  3052. "type": "string",
  3053. "example": "文件名"
  3054. }
  3055. }
  3056. },
  3057. "md.AdvertisingBasic": {
  3058. "type": "object",
  3059. "properties": {
  3060. "android_ad_is_open": {
  3061. "type": "string",
  3062. "example": "安卓广告是否开启(1:开启 0:不开启)"
  3063. },
  3064. "android_open_ad_is_open": {
  3065. "type": "string",
  3066. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  3067. },
  3068. "info": {
  3069. "type": "object",
  3070. "additionalProperties": true
  3071. },
  3072. "ios_ad_is_open": {
  3073. "type": "string",
  3074. "example": "ios广告是否开启(1:开启 0:不开启)"
  3075. },
  3076. "ios_open_ad_is_open": {
  3077. "type": "string",
  3078. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  3079. },
  3080. "voice": {
  3081. "type": "string",
  3082. "example": "领取声音"
  3083. }
  3084. }
  3085. },
  3086. "md.AdvertisingCheck": {
  3087. "type": "object",
  3088. "properties": {
  3089. "is_can_visit": {
  3090. "type": "string"
  3091. }
  3092. }
  3093. },
  3094. "md.AdvertisingFunction": {
  3095. "type": "object",
  3096. "properties": {
  3097. "ad_id": {
  3098. "type": "string",
  3099. "example": "广告id"
  3100. },
  3101. "name": {
  3102. "type": "string",
  3103. "example": "名称"
  3104. },
  3105. "type": {
  3106. "type": "string",
  3107. "example": "位置"
  3108. }
  3109. }
  3110. },
  3111. "md.AdvertisingLimit": {
  3112. "type": "object",
  3113. "properties": {
  3114. "public_img": {
  3115. "type": "string",
  3116. "example": "公共弹窗图"
  3117. },
  3118. "public_str": {
  3119. "type": "string",
  3120. "example": "公共弹窗文字"
  3121. },
  3122. "withdraw_img": {
  3123. "type": "string",
  3124. "example": "提现弹窗图"
  3125. },
  3126. "withdraw_str": {
  3127. "type": "string",
  3128. "example": "提现弹窗文字"
  3129. }
  3130. }
  3131. },
  3132. "md.AdvertisingReq": {
  3133. "type": "object",
  3134. "properties": {
  3135. "id": {
  3136. "type": "string"
  3137. }
  3138. }
  3139. },
  3140. "md.AdvertisingResp": {
  3141. "type": "object",
  3142. "properties": {
  3143. "basic": {
  3144. "$ref": "#/definitions/md.AdvertisingBasic"
  3145. },
  3146. "function": {
  3147. "type": "array",
  3148. "items": {
  3149. "$ref": "#/definitions/md.AdvertisingFunction"
  3150. }
  3151. },
  3152. "pop": {
  3153. "$ref": "#/definitions/md.AdvertisingLimit"
  3154. },
  3155. "space": {
  3156. "type": "array",
  3157. "items": {
  3158. "$ref": "#/definitions/md.AdvertisingSpace"
  3159. }
  3160. }
  3161. }
  3162. },
  3163. "md.AdvertisingSpace": {
  3164. "type": "object",
  3165. "properties": {
  3166. "counting_down": {
  3167. "type": "string",
  3168. "example": "倒计时 x秒"
  3169. },
  3170. "id": {
  3171. "type": "string",
  3172. "example": "id"
  3173. },
  3174. "info": {
  3175. "type": "object",
  3176. "additionalProperties": true
  3177. },
  3178. "kind": {
  3179. "type": "string",
  3180. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告)"
  3181. },
  3182. "name": {
  3183. "type": "string",
  3184. "example": "名称"
  3185. }
  3186. }
  3187. },
  3188. "md.AdvertisingState": {
  3189. "type": "object",
  3190. "properties": {
  3191. "is_success": {
  3192. "type": "string"
  3193. }
  3194. }
  3195. },
  3196. "md.BasalRateResp": {
  3197. "type": "object",
  3198. "properties": {
  3199. "basal_rate": {
  3200. "description": "基础速率",
  3201. "type": "string"
  3202. },
  3203. "consumed_egg_energy": {
  3204. "description": "收益蛋蛋能量",
  3205. "type": "string"
  3206. },
  3207. "consumed_egg_point": {
  3208. "description": "消耗蛋蛋积分",
  3209. "type": "string"
  3210. },
  3211. "consumed_time": {
  3212. "description": "消耗时间/小时",
  3213. "type": "string"
  3214. },
  3215. "estimated_revenue": {
  3216. "description": "预估收益蛋蛋能量",
  3217. "type": "string"
  3218. },
  3219. "remaining_egg_energy": {
  3220. "description": "剩余蛋蛋能量",
  3221. "type": "string"
  3222. },
  3223. "remaining_time": {
  3224. "description": "剩余时间/小时",
  3225. "type": "string"
  3226. },
  3227. "sign_countdown": {
  3228. "description": "收益倒计时",
  3229. "type": "string"
  3230. }
  3231. }
  3232. },
  3233. "md.BindAlipayAccountReq": {
  3234. "type": "object",
  3235. "properties": {
  3236. "app_id": {
  3237. "description": "支付宝商户应用appid",
  3238. "type": "string"
  3239. },
  3240. "ext": {
  3241. "description": "拓展字段",
  3242. "type": "string"
  3243. },
  3244. "open_id": {
  3245. "description": "支付宝用户open_id",
  3246. "type": "string"
  3247. },
  3248. "user_id": {
  3249. "description": "支付宝用户id",
  3250. "type": "string"
  3251. }
  3252. }
  3253. },
  3254. "md.BindWxPayAccountReq": {
  3255. "type": "object",
  3256. "properties": {
  3257. "app_id": {
  3258. "description": "微信应用 appid",
  3259. "type": "string"
  3260. },
  3261. "ext": {
  3262. "description": "拓展字段",
  3263. "type": "string"
  3264. },
  3265. "open_id": {
  3266. "description": "微信用户 open_id",
  3267. "type": "string"
  3268. },
  3269. "user_id": {
  3270. "description": "微信用户 id",
  3271. "type": "string"
  3272. }
  3273. }
  3274. },
  3275. "md.CollegeDetailReq": {
  3276. "type": "object",
  3277. "properties": {
  3278. "id": {
  3279. "type": "string"
  3280. }
  3281. }
  3282. },
  3283. "md.CollegeDetailResp": {
  3284. "type": "object",
  3285. "properties": {
  3286. "app_name": {
  3287. "type": "string"
  3288. },
  3289. "content": {
  3290. "type": "string"
  3291. },
  3292. "create_at": {
  3293. "type": "string"
  3294. },
  3295. "forward_count": {
  3296. "type": "string",
  3297. "example": "分享数量"
  3298. },
  3299. "id": {
  3300. "type": "string"
  3301. },
  3302. "is_like": {
  3303. "type": "string",
  3304. "example": "是否点赞 0否 1是"
  3305. },
  3306. "like_count": {
  3307. "type": "string",
  3308. "example": "点赞数量"
  3309. },
  3310. "title": {
  3311. "type": "string"
  3312. },
  3313. "url": {
  3314. "type": "string"
  3315. },
  3316. "watch_count": {
  3317. "type": "string",
  3318. "example": "学习数量"
  3319. }
  3320. }
  3321. },
  3322. "md.CollegeListReq": {
  3323. "type": "object",
  3324. "properties": {
  3325. "cate_id": {
  3326. "type": "string"
  3327. },
  3328. "limit": {
  3329. "type": "string"
  3330. },
  3331. "page": {
  3332. "type": "string"
  3333. }
  3334. }
  3335. },
  3336. "md.CollegeListResp": {
  3337. "type": "object",
  3338. "properties": {
  3339. "cover": {
  3340. "type": "string",
  3341. "example": "封面图"
  3342. },
  3343. "create_at": {
  3344. "type": "string"
  3345. },
  3346. "forward_count": {
  3347. "type": "string",
  3348. "example": "分享数量"
  3349. },
  3350. "id": {
  3351. "type": "string"
  3352. },
  3353. "like_count": {
  3354. "type": "string",
  3355. "example": "点赞数量"
  3356. },
  3357. "title": {
  3358. "type": "string"
  3359. },
  3360. "url": {
  3361. "type": "string"
  3362. },
  3363. "watch_count": {
  3364. "type": "string",
  3365. "example": "学习数量"
  3366. }
  3367. }
  3368. },
  3369. "md.ConfigResp": {
  3370. "type": "object",
  3371. "properties": {
  3372. "content": {
  3373. "type": "string",
  3374. "example": "软件使用协议内容"
  3375. },
  3376. "down_url": {
  3377. "type": "string"
  3378. },
  3379. "guide": {
  3380. "type": "array",
  3381. "items": {
  3382. "$ref": "#/definitions/md.Guide"
  3383. }
  3384. },
  3385. "oss_url": {
  3386. "type": "string",
  3387. "example": "阿里云图片链接"
  3388. },
  3389. "privacy_title": {
  3390. "type": "string",
  3391. "example": "隐私协议标题"
  3392. },
  3393. "privacy_url": {
  3394. "type": "string",
  3395. "example": "隐私协议链接"
  3396. },
  3397. "title": {
  3398. "type": "string",
  3399. "example": "软件使用协议标题"
  3400. },
  3401. "user_title": {
  3402. "type": "string",
  3403. "example": "用户协议标题"
  3404. },
  3405. "user_url": {
  3406. "type": "string",
  3407. "example": "用户协议链接"
  3408. }
  3409. }
  3410. },
  3411. "md.ContributionValueFlowNode": {
  3412. "type": "object",
  3413. "properties": {
  3414. "amount": {
  3415. "description": "变更数量",
  3416. "type": "string"
  3417. },
  3418. "create_at": {
  3419. "description": "完成时间",
  3420. "type": "string"
  3421. },
  3422. "direction": {
  3423. "description": "方向: 1.收入 2.支出",
  3424. "type": "string"
  3425. },
  3426. "title": {
  3427. "description": "标题",
  3428. "type": "string"
  3429. }
  3430. }
  3431. },
  3432. "md.DynamicDataResp": {
  3433. "type": "object",
  3434. "properties": {
  3435. "development_committee": {
  3436. "description": "发展委员会",
  3437. "type": "string"
  3438. },
  3439. "public_welfare_and_charity": {
  3440. "description": "公益基金",
  3441. "type": "string"
  3442. },
  3443. "star_level_dividends": {
  3444. "description": "星级分红",
  3445. "type": "string"
  3446. },
  3447. "user_total_hold": {
  3448. "description": "用户持有总量",
  3449. "type": "string"
  3450. }
  3451. }
  3452. },
  3453. "md.EggEnergyDetailReq": {
  3454. "type": "object",
  3455. "properties": {
  3456. "asc": {
  3457. "description": "1.升序 2.倒序",
  3458. "type": "string"
  3459. },
  3460. "direction": {
  3461. "description": "类型 1.收入 2.支出 全部则传空",
  3462. "type": "string"
  3463. },
  3464. "kind": {
  3465. "description": "类型:1. 个人蛋蛋能量 2.团队蛋蛋能量",
  3466. "type": "string"
  3467. },
  3468. "limit": {
  3469. "description": "每页大小",
  3470. "type": "integer"
  3471. },
  3472. "page": {
  3473. "description": "页数",
  3474. "type": "integer"
  3475. },
  3476. "type": {
  3477. "description": "变动类型 全部则传空",
  3478. "type": "string"
  3479. }
  3480. }
  3481. },
  3482. "md.EggEnergyDetailResp": {
  3483. "type": "object",
  3484. "properties": {
  3485. "list": {
  3486. "description": "流水数据",
  3487. "type": "array",
  3488. "items": {
  3489. "type": "object",
  3490. "additionalProperties": {
  3491. "type": "string"
  3492. }
  3493. }
  3494. },
  3495. "paginate": {
  3496. "description": "分页信息",
  3497. "allOf": [
  3498. {
  3499. "$ref": "#/definitions/applet_app_md.Paginate"
  3500. }
  3501. ]
  3502. },
  3503. "person_egg_energy": {
  3504. "description": "个人蛋蛋能量",
  3505. "type": "string"
  3506. },
  3507. "team_egg_energy": {
  3508. "description": "团队蛋蛋能量",
  3509. "type": "string"
  3510. },
  3511. "total_egg_energy": {
  3512. "description": "总蛋蛋能量",
  3513. "type": "string"
  3514. },
  3515. "total_egg_energy_price": {
  3516. "description": "蛋蛋能量总价",
  3517. "type": "string"
  3518. },
  3519. "transfer_type_list": {
  3520. "description": "转账类型列表",
  3521. "allOf": [
  3522. {
  3523. "$ref": "#/definitions/md.TransferTypeList"
  3524. }
  3525. ]
  3526. }
  3527. }
  3528. },
  3529. "md.EggEnergyFlowNode": {
  3530. "type": "object",
  3531. "properties": {
  3532. "after_amount": {
  3533. "description": "变更后数量",
  3534. "type": "string"
  3535. },
  3536. "amount": {
  3537. "description": "变更数量",
  3538. "type": "string"
  3539. },
  3540. "before_amount": {
  3541. "description": "变更前数量",
  3542. "type": "string"
  3543. },
  3544. "coin_name": {
  3545. "description": "虚拟币名称",
  3546. "type": "string"
  3547. },
  3548. "create_at": {
  3549. "description": "创建时间",
  3550. "type": "string"
  3551. },
  3552. "direction": {
  3553. "description": "方向:1.收入 2.支出",
  3554. "type": "integer"
  3555. },
  3556. "id": {
  3557. "type": "integer"
  3558. },
  3559. "sys_fee": {
  3560. "description": "手续费",
  3561. "type": "string"
  3562. },
  3563. "title": {
  3564. "description": "标题",
  3565. "type": "string"
  3566. },
  3567. "transfer_type": {
  3568. "description": "转账类型",
  3569. "type": "string"
  3570. }
  3571. }
  3572. },
  3573. "md.EggPointDetailsReq": {
  3574. "type": "object",
  3575. "properties": {
  3576. "asc": {
  3577. "description": "1.升序 2.倒序",
  3578. "type": "string"
  3579. },
  3580. "direction": {
  3581. "description": "类型 1.收入 2.支出 全部则传空",
  3582. "type": "string"
  3583. },
  3584. "kind": {
  3585. "description": "类型:1. 个人蛋蛋积分 2.团队蛋蛋积分",
  3586. "type": "string"
  3587. },
  3588. "limit": {
  3589. "description": "每页大小",
  3590. "type": "integer"
  3591. },
  3592. "page": {
  3593. "description": "页数",
  3594. "type": "integer"
  3595. },
  3596. "type": {
  3597. "description": "变动类型 全部则传空",
  3598. "type": "string"
  3599. }
  3600. }
  3601. },
  3602. "md.EggPointDetailsResp": {
  3603. "type": "object",
  3604. "properties": {
  3605. "list": {
  3606. "description": "流水数据",
  3607. "type": "array",
  3608. "items": {
  3609. "type": "object",
  3610. "additionalProperties": {
  3611. "type": "string"
  3612. }
  3613. }
  3614. },
  3615. "paginate": {
  3616. "description": "分页信息",
  3617. "allOf": [
  3618. {
  3619. "$ref": "#/definitions/applet_app_md.Paginate"
  3620. }
  3621. ]
  3622. },
  3623. "person_egg_points": {
  3624. "description": "个人蛋蛋积分",
  3625. "type": "string"
  3626. },
  3627. "team_egg_points": {
  3628. "description": "团队蛋蛋积分",
  3629. "type": "string"
  3630. },
  3631. "total_egg_points": {
  3632. "description": "总蛋蛋积分",
  3633. "type": "string"
  3634. },
  3635. "total_egg_points_amount": {
  3636. "description": "蛋蛋积分余额",
  3637. "type": "string"
  3638. },
  3639. "transfer_type_list": {
  3640. "description": "转账类型列表",
  3641. "allOf": [
  3642. {
  3643. "$ref": "#/definitions/md.TransferTypeList"
  3644. }
  3645. ]
  3646. }
  3647. }
  3648. },
  3649. "md.EggPointRecordNode": {
  3650. "type": "object",
  3651. "properties": {
  3652. "end_at": {
  3653. "description": "结束时间",
  3654. "type": "string"
  3655. },
  3656. "score": {
  3657. "description": "分数",
  3658. "type": "string"
  3659. },
  3660. "start_at": {
  3661. "description": "开始时间",
  3662. "type": "string"
  3663. },
  3664. "week": {
  3665. "description": "周数",
  3666. "type": "string"
  3667. },
  3668. "year": {
  3669. "description": "年份",
  3670. "type": "string"
  3671. }
  3672. }
  3673. },
  3674. "md.ExchangeEnergyReq": {
  3675. "type": "object",
  3676. "properties": {
  3677. "energy_amount": {
  3678. "description": "兑换能量数值",
  3679. "type": "string"
  3680. }
  3681. }
  3682. },
  3683. "md.FastLoginReq": {
  3684. "type": "object",
  3685. "properties": {
  3686. "invite_code": {
  3687. "type": "string",
  3688. "example": "邀请码"
  3689. },
  3690. "token": {
  3691. "type": "string",
  3692. "example": "一键登录的token"
  3693. }
  3694. }
  3695. },
  3696. "md.FindPasswordReq": {
  3697. "type": "object",
  3698. "required": [
  3699. "mobile"
  3700. ],
  3701. "properties": {
  3702. "code": {
  3703. "type": "string",
  3704. "example": "验证码"
  3705. },
  3706. "mobile": {
  3707. "type": "string"
  3708. },
  3709. "password": {
  3710. "type": "string",
  3711. "example": "密码 如 123"
  3712. }
  3713. }
  3714. },
  3715. "md.GetAmountFlowResp": {
  3716. "type": "object",
  3717. "properties": {
  3718. "list": {
  3719. "type": "array",
  3720. "items": {
  3721. "$ref": "#/definitions/md.WalletFlowNode"
  3722. }
  3723. },
  3724. "paginate": {
  3725. "$ref": "#/definitions/applet_app_md.Paginate"
  3726. }
  3727. }
  3728. },
  3729. "md.GetContributionValueFlowResp": {
  3730. "type": "object",
  3731. "properties": {
  3732. "list": {
  3733. "type": "array",
  3734. "items": {
  3735. "$ref": "#/definitions/md.ContributionValueFlowNode"
  3736. }
  3737. },
  3738. "paginate": {
  3739. "$ref": "#/definitions/applet_app_md.Paginate"
  3740. }
  3741. }
  3742. },
  3743. "md.GetContributionValueResp": {
  3744. "type": "object",
  3745. "properties": {
  3746. "contribution_value": {
  3747. "description": "贡献值",
  3748. "type": "string"
  3749. },
  3750. "ratio": {
  3751. "description": "兑换比率(x 分兑换 1 人民币)",
  3752. "type": "string"
  3753. }
  3754. }
  3755. },
  3756. "md.GetEggEnergyFlowResp": {
  3757. "type": "object",
  3758. "properties": {
  3759. "list": {
  3760. "type": "array",
  3761. "items": {
  3762. "$ref": "#/definitions/md.EggEnergyFlowNode"
  3763. }
  3764. },
  3765. "paginate": {
  3766. "$ref": "#/definitions/applet_app_md.Paginate"
  3767. }
  3768. }
  3769. },
  3770. "md.GetEggPointRecordResp": {
  3771. "type": "object",
  3772. "properties": {
  3773. "list": {
  3774. "description": "分数明细列表",
  3775. "type": "array",
  3776. "items": {
  3777. "$ref": "#/definitions/md.EggPointRecordNode"
  3778. }
  3779. },
  3780. "now_score": {
  3781. "description": "当前分数",
  3782. "type": "string"
  3783. },
  3784. "paginate": {
  3785. "$ref": "#/definitions/applet_app_md.Paginate"
  3786. }
  3787. }
  3788. },
  3789. "md.GetModuleSettingResp": {
  3790. "type": "object",
  3791. "properties": {
  3792. "data": {
  3793. "description": "内容",
  3794. "type": "object",
  3795. "additionalProperties": true
  3796. },
  3797. "mod_name": {
  3798. "description": "模块名称",
  3799. "type": "string"
  3800. },
  3801. "position": {
  3802. "description": "位置",
  3803. "type": "string"
  3804. },
  3805. "skip_identifier": {
  3806. "description": "跳转标识",
  3807. "type": "string"
  3808. },
  3809. "subtitle": {
  3810. "description": "副标题",
  3811. "type": "string"
  3812. },
  3813. "title": {
  3814. "description": "标题",
  3815. "type": "string"
  3816. }
  3817. }
  3818. },
  3819. "md.GetPriceCurveResp": {
  3820. "type": "object",
  3821. "properties": {
  3822. "x_data": {
  3823. "type": "array",
  3824. "items": {}
  3825. },
  3826. "y_data": {
  3827. "type": "array",
  3828. "items": {}
  3829. }
  3830. }
  3831. },
  3832. "md.GetWithdrawConditionResp": {
  3833. "type": "object",
  3834. "properties": {
  3835. "is_bind_alipay": {
  3836. "description": "是否绑定阿里账户",
  3837. "type": "boolean"
  3838. },
  3839. "is_bind_wx": {
  3840. "description": "是否绑定微信账户",
  3841. "type": "boolean"
  3842. },
  3843. "is_real_name": {
  3844. "description": "是否实名",
  3845. "type": "boolean"
  3846. }
  3847. }
  3848. },
  3849. "md.GrabRedPackageReq": {
  3850. "type": "object",
  3851. "properties": {
  3852. "device_id": {
  3853. "description": "设备id",
  3854. "type": "string"
  3855. },
  3856. "receiver_id": {
  3857. "description": "用户id或者群组id",
  3858. "type": "integer"
  3859. },
  3860. "receiver_type": {
  3861. "description": "接收者类型,1:user;2:group",
  3862. "type": "integer"
  3863. },
  3864. "red_package_cover": {
  3865. "description": "红包封面",
  3866. "type": "string"
  3867. },
  3868. "red_package_id": {
  3869. "description": "红包id",
  3870. "type": "integer"
  3871. },
  3872. "send_red_package_user_nike_name": {
  3873. "description": "红包发送者-im用户昵称",
  3874. "type": "string"
  3875. },
  3876. "send_red_packet_avatar_url": {
  3877. "description": "红包发送者-im用户头像",
  3878. "type": "string"
  3879. },
  3880. "send_time": {
  3881. "description": "消息发送时间戳,精确到毫秒",
  3882. "type": "integer"
  3883. },
  3884. "token": {
  3885. "description": "im-token",
  3886. "type": "string"
  3887. },
  3888. "user_id": {
  3889. "description": "im用户id",
  3890. "type": "string"
  3891. }
  3892. }
  3893. },
  3894. "md.GrabRedPackageResp": {
  3895. "type": "object",
  3896. "properties": {
  3897. "grab_amount": {
  3898. "description": "抢到的红包金额",
  3899. "type": "string"
  3900. },
  3901. "im": {
  3902. "description": "im 返回体",
  3903. "allOf": [
  3904. {
  3905. "$ref": "#/definitions/pb.SendRedPacketResp"
  3906. }
  3907. ]
  3908. }
  3909. }
  3910. },
  3911. "md.Guide": {
  3912. "type": "object",
  3913. "properties": {
  3914. "bg_image": {
  3915. "type": "string"
  3916. },
  3917. "bg_image_url": {
  3918. "type": "string"
  3919. },
  3920. "content_image": {
  3921. "type": "string"
  3922. },
  3923. "content_image_url": {
  3924. "type": "string"
  3925. }
  3926. }
  3927. },
  3928. "md.HomePageResp": {
  3929. "type": "object",
  3930. "properties": {
  3931. "initial_price": {
  3932. "description": "蛋蛋能量初始价格",
  3933. "type": "string"
  3934. },
  3935. "is_sign": {
  3936. "description": "是否开始签到",
  3937. "type": "boolean"
  3938. },
  3939. "nick_name": {
  3940. "description": "用户名称",
  3941. "type": "string"
  3942. },
  3943. "now_basal_rate": {
  3944. "description": "当前基础速率/小时",
  3945. "type": "string"
  3946. },
  3947. "now_team_rate": {
  3948. "description": "当前团队速率/小时",
  3949. "type": "string"
  3950. },
  3951. "sign_end_time": {
  3952. "description": "签到截止时间",
  3953. "type": "string"
  3954. },
  3955. "total_active_points": {
  3956. "description": "总蛋蛋积分",
  3957. "type": "string"
  3958. },
  3959. "total_egg_energy": {
  3960. "description": "总蛋蛋能量",
  3961. "type": "string"
  3962. }
  3963. }
  3964. },
  3965. "md.HomePageWatchAdRuleResp": {
  3966. "type": "object",
  3967. "properties": {
  3968. "each_round_hour": {
  3969. "description": "每一轮X个小时",
  3970. "type": "string"
  3971. },
  3972. "next_watch_ad_date": {
  3973. "description": "下次可观看广告时间,若为空允许观看视频",
  3974. "type": "string"
  3975. },
  3976. "residue_watch_ad_num": {
  3977. "description": "当前剩余可观看视频数",
  3978. "type": "integer"
  3979. },
  3980. "watch_ad_reward_active_points": {
  3981. "description": "观看广告视频奖励X个活跃积分",
  3982. "type": "string"
  3983. }
  3984. }
  3985. },
  3986. "md.InitialDataResp": {
  3987. "type": "object",
  3988. "properties": {
  3989. "initial_price": {
  3990. "description": "初始价格",
  3991. "type": "string"
  3992. },
  3993. "total_angel_investor": {
  3994. "description": "天使投资人",
  3995. "type": "string"
  3996. },
  3997. "total_ecological_development": {
  3998. "description": "生态建设",
  3999. "type": "string"
  4000. },
  4001. "total_issuance_amount": {
  4002. "description": "总发行量",
  4003. "type": "string"
  4004. },
  4005. "total_operate_fund": {
  4006. "description": "运营资金",
  4007. "type": "string"
  4008. },
  4009. "total_technology_team": {
  4010. "description": "技术团队",
  4011. "type": "string"
  4012. }
  4013. }
  4014. },
  4015. "md.IntegralList": {
  4016. "type": "object",
  4017. "properties": {
  4018. "expend_list": {
  4019. "description": "支出类型列表",
  4020. "type": "array",
  4021. "items": {
  4022. "$ref": "#/definitions/md.TransferTypeNode"
  4023. }
  4024. },
  4025. "income_list": {
  4026. "description": "收入类型列表",
  4027. "type": "array",
  4028. "items": {
  4029. "$ref": "#/definitions/md.TransferTypeNode"
  4030. }
  4031. }
  4032. }
  4033. },
  4034. "md.InviteCodeUserInfoReq": {
  4035. "type": "object",
  4036. "properties": {
  4037. "invite_code": {
  4038. "type": "string"
  4039. }
  4040. }
  4041. },
  4042. "md.InviteCodeUserInfoResp": {
  4043. "type": "object",
  4044. "properties": {
  4045. "head_img": {
  4046. "type": "string"
  4047. },
  4048. "nickname": {
  4049. "type": "string"
  4050. }
  4051. }
  4052. },
  4053. "md.InviteUrl": {
  4054. "type": "object",
  4055. "properties": {
  4056. "invite_code": {
  4057. "type": "string"
  4058. },
  4059. "link": {
  4060. "type": "string"
  4061. },
  4062. "qrcode": {
  4063. "type": "string"
  4064. }
  4065. }
  4066. },
  4067. "md.IsCanGetRedPackageResp": {
  4068. "type": "object",
  4069. "properties": {
  4070. "is_can_get_red_package": {
  4071. "description": "能否获取红包",
  4072. "type": "boolean"
  4073. }
  4074. }
  4075. },
  4076. "md.IsCanSignInResp": {
  4077. "type": "object",
  4078. "properties": {
  4079. "is_can_sign_in": {
  4080. "description": "能否签到",
  4081. "type": "boolean"
  4082. }
  4083. }
  4084. },
  4085. "md.LoginReq": {
  4086. "type": "object",
  4087. "required": [
  4088. "password",
  4089. "phone"
  4090. ],
  4091. "properties": {
  4092. "code": {
  4093. "type": "string",
  4094. "example": "验证码"
  4095. },
  4096. "password": {
  4097. "type": "string",
  4098. "example": "登录密码"
  4099. },
  4100. "phone": {
  4101. "type": "string",
  4102. "example": "手机号"
  4103. }
  4104. }
  4105. },
  4106. "md.LoginResponse": {
  4107. "type": "object",
  4108. "properties": {
  4109. "token": {
  4110. "type": "string"
  4111. }
  4112. }
  4113. },
  4114. "md.MemberCenterGetBasicResp": {
  4115. "type": "object",
  4116. "properties": {
  4117. "active_num": {
  4118. "description": "活跃值",
  4119. "type": "string"
  4120. },
  4121. "amount": {
  4122. "description": "账户余额",
  4123. "type": "string"
  4124. },
  4125. "contribution_value": {
  4126. "description": "贡献值",
  4127. "type": "string"
  4128. },
  4129. "date": {
  4130. "description": "兑换时间(每月x日)",
  4131. "type": "string"
  4132. },
  4133. "egg_energy": {
  4134. "description": "能量值",
  4135. "type": "string"
  4136. },
  4137. "egg_energy_value": {
  4138. "description": "能量预估价值",
  4139. "type": "string"
  4140. },
  4141. "egg_score": {
  4142. "description": "蛋蛋分",
  4143. "type": "string"
  4144. },
  4145. "head_img": {
  4146. "type": "string"
  4147. },
  4148. "id": {
  4149. "type": "string"
  4150. },
  4151. "invite_code": {
  4152. "type": "string"
  4153. },
  4154. "is_bind_extend": {
  4155. "type": "string",
  4156. "example": "是否绑定了上级 0否 1是"
  4157. },
  4158. "is_real_name": {
  4159. "type": "string",
  4160. "example": "是否实名认证 0否 1是"
  4161. },
  4162. "level_name": {
  4163. "description": "会员等级名称",
  4164. "type": "string"
  4165. },
  4166. "nickname": {
  4167. "description": "会员名称",
  4168. "type": "string"
  4169. },
  4170. "phone": {
  4171. "type": "string"
  4172. },
  4173. "ratio": {
  4174. "description": "兑换比例(x:y)",
  4175. "type": "string"
  4176. }
  4177. }
  4178. },
  4179. "md.MyFansResp": {
  4180. "type": "object",
  4181. "properties": {
  4182. "now_team_assistance_num": {
  4183. "description": "团队助力人数",
  4184. "type": "integer"
  4185. },
  4186. "now_team_assistance_reward": {
  4187. "description": "团队助力收益",
  4188. "type": "string"
  4189. },
  4190. "now_team_user": {
  4191. "description": "团队人数",
  4192. "type": "integer"
  4193. }
  4194. }
  4195. },
  4196. "md.MyFansUserListResp": {
  4197. "type": "object",
  4198. "properties": {
  4199. "list": {
  4200. "type": "array",
  4201. "items": {
  4202. "$ref": "#/definitions/md.OneLineUserNode"
  4203. }
  4204. }
  4205. }
  4206. },
  4207. "md.NineDimensionalSpaceResp": {
  4208. "type": "object",
  4209. "properties": {
  4210. "a_lot_of_nums": {
  4211. "description": "全网至多用户数",
  4212. "type": "integer"
  4213. },
  4214. "day_num": {
  4215. "description": "连续x天不活跃",
  4216. "type": "integer"
  4217. },
  4218. "rows": {
  4219. "description": "行数",
  4220. "type": "string"
  4221. },
  4222. "space_list": {
  4223. "description": "数据列表",
  4224. "type": "array",
  4225. "items": {
  4226. "$ref": "#/definitions/md.SpaceListNode"
  4227. }
  4228. },
  4229. "space_nums": {
  4230. "description": "空间人数",
  4231. "type": "integer"
  4232. },
  4233. "space_total_nums": {
  4234. "description": "空间总数",
  4235. "type": "integer"
  4236. },
  4237. "times": {
  4238. "description": "排数",
  4239. "type": "string"
  4240. }
  4241. }
  4242. },
  4243. "md.OneLineUserNode": {
  4244. "type": "object",
  4245. "properties": {
  4246. "avatar_url": {
  4247. "type": "string"
  4248. },
  4249. "invite_time": {
  4250. "type": "string"
  4251. },
  4252. "is_online": {
  4253. "type": "boolean"
  4254. },
  4255. "nickname": {
  4256. "type": "string"
  4257. }
  4258. }
  4259. },
  4260. "md.PointsCenterGetBasicResp": {
  4261. "type": "object",
  4262. "properties": {
  4263. "egg_point": {
  4264. "description": "能量积分",
  4265. "type": "string"
  4266. },
  4267. "egg_point_amount": {
  4268. "description": "能量积分价值",
  4269. "type": "string"
  4270. },
  4271. "energy": {
  4272. "description": "蛋蛋能量值",
  4273. "type": "string"
  4274. },
  4275. "energy_amount": {
  4276. "description": "能量价值",
  4277. "type": "string"
  4278. },
  4279. "wallet_amount": {
  4280. "description": "账户余额",
  4281. "type": "string"
  4282. }
  4283. }
  4284. },
  4285. "md.PointsExchangeGetBasicResp": {
  4286. "type": "object",
  4287. "properties": {
  4288. "available_cash": {
  4289. "description": "可用现金",
  4290. "type": "string"
  4291. },
  4292. "available_energy": {
  4293. "description": "可用能量",
  4294. "type": "string"
  4295. }
  4296. }
  4297. },
  4298. "md.RealNameAuthAddRequest": {
  4299. "type": "object",
  4300. "properties": {
  4301. "card_no": {
  4302. "type": "string"
  4303. },
  4304. "real_name": {
  4305. "type": "string"
  4306. }
  4307. }
  4308. },
  4309. "md.RealNameAuthBasicData": {
  4310. "type": "object",
  4311. "properties": {
  4312. "auth_state": {
  4313. "type": "string",
  4314. "example": "0未申请 1申请通过 3申请失败"
  4315. }
  4316. }
  4317. },
  4318. "md.RealNameAuthResp": {
  4319. "type": "object",
  4320. "properties": {
  4321. "oid": {
  4322. "type": "string"
  4323. },
  4324. "url": {
  4325. "type": "string"
  4326. }
  4327. }
  4328. },
  4329. "md.RealTimePriceResp": {
  4330. "type": "object",
  4331. "properties": {
  4332. "is_rises": {
  4333. "description": "是否涨/跌价",
  4334. "type": "boolean"
  4335. },
  4336. "now_price": {
  4337. "description": "当前价格",
  4338. "type": "string"
  4339. },
  4340. "rises": {
  4341. "description": "涨价幅度(百分比)",
  4342. "type": "string"
  4343. },
  4344. "user_count": {
  4345. "description": "用户数",
  4346. "type": "integer"
  4347. }
  4348. }
  4349. },
  4350. "md.RedPackageDetailResp": {
  4351. "type": "object",
  4352. "properties": {
  4353. "detail": {
  4354. "description": "红包详情信息",
  4355. "allOf": [
  4356. {
  4357. "$ref": "#/definitions/code_fnuoos_com_EggPlanet_egg_models_git_src_model.ImSendRedPackageOrd"
  4358. }
  4359. ]
  4360. },
  4361. "list": {
  4362. "description": "领取红包用户列表",
  4363. "type": "array",
  4364. "items": {
  4365. "$ref": "#/definitions/md.RedPackageDetailUserNode"
  4366. }
  4367. }
  4368. }
  4369. },
  4370. "md.RedPackageDetailUserNode": {
  4371. "type": "object",
  4372. "properties": {
  4373. "amount": {
  4374. "description": "金额",
  4375. "type": "string"
  4376. },
  4377. "im_user_id": {
  4378. "description": "im用户id",
  4379. "type": "string"
  4380. },
  4381. "received_at": {
  4382. "description": "领取时间",
  4383. "type": "string"
  4384. },
  4385. "user_avatar_url": {
  4386. "description": "im用户昵称",
  4387. "type": "string"
  4388. },
  4389. "user_nick_name": {
  4390. "description": "im用户昵称",
  4391. "type": "string"
  4392. }
  4393. }
  4394. },
  4395. "md.RegisterReq": {
  4396. "type": "object",
  4397. "required": [
  4398. "mobile"
  4399. ],
  4400. "properties": {
  4401. "avatar": {
  4402. "type": "string",
  4403. "example": "头像"
  4404. },
  4405. "code": {
  4406. "type": "string",
  4407. "example": "验证码"
  4408. },
  4409. "invite_code": {
  4410. "type": "string",
  4411. "example": "邀请码"
  4412. },
  4413. "mobile": {
  4414. "type": "string"
  4415. },
  4416. "nickname": {
  4417. "type": "string",
  4418. "example": "昵称"
  4419. },
  4420. "open_id": {
  4421. "type": "string",
  4422. "example": "微信openId"
  4423. },
  4424. "password": {
  4425. "type": "string",
  4426. "example": "密码 如 123"
  4427. },
  4428. "sex": {
  4429. "description": "性别(0:未知 1:男 2:女)",
  4430. "type": "integer"
  4431. },
  4432. "type": {
  4433. "type": "string",
  4434. "example": "app:APP注册、h5:H5注册"
  4435. },
  4436. "union_id": {
  4437. "type": "string",
  4438. "example": "微信UnionId"
  4439. }
  4440. }
  4441. },
  4442. "md.Response": {
  4443. "type": "object",
  4444. "properties": {
  4445. "code": {
  4446. "type": "string",
  4447. "example": "响应码"
  4448. },
  4449. "data": {
  4450. "description": "内容"
  4451. },
  4452. "msg": {
  4453. "type": "string",
  4454. "example": "具体错误原因"
  4455. }
  4456. }
  4457. },
  4458. "md.SendRedPackageDetailReq": {
  4459. "type": "object",
  4460. "properties": {
  4461. "order_id": {
  4462. "description": "红包的订单 ID",
  4463. "type": "string"
  4464. }
  4465. }
  4466. },
  4467. "md.SendRedPackageDetailResp": {
  4468. "type": "object",
  4469. "properties": {
  4470. "im": {
  4471. "$ref": "#/definitions/md.SeqType"
  4472. },
  4473. "red_package_id": {
  4474. "description": "红包 ID",
  4475. "type": "integer"
  4476. }
  4477. }
  4478. },
  4479. "md.SendRedPackageReq": {
  4480. "type": "object",
  4481. "properties": {
  4482. "amount": {
  4483. "description": "红包金额",
  4484. "type": "string"
  4485. },
  4486. "device_id": {
  4487. "description": "设备id",
  4488. "type": "string"
  4489. },
  4490. "receiver_id": {
  4491. "description": "用户id或者群组id",
  4492. "type": "integer"
  4493. },
  4494. "receiver_type": {
  4495. "description": "接收者类型,1:user;2:group",
  4496. "type": "integer"
  4497. },
  4498. "red_package_cover": {
  4499. "description": "红包封面",
  4500. "type": "string"
  4501. },
  4502. "red_packet_content": {
  4503. "description": "红包文字内容",
  4504. "type": "string"
  4505. },
  4506. "red_packet_nums": {
  4507. "description": "红包数量",
  4508. "type": "integer"
  4509. },
  4510. "red_packet_small_content": {
  4511. "description": "红包文字内容",
  4512. "type": "string"
  4513. },
  4514. "red_packet_type": {
  4515. "description": "红包类型(0:未知 1:好友红包 2:群组普通红包 3:群组手气红包 4:群组专属红包 5:系统红包)",
  4516. "type": "integer"
  4517. },
  4518. "send_time": {
  4519. "description": "消息发送时间戳,精确到毫秒",
  4520. "type": "integer"
  4521. },
  4522. "to_user_ids": {
  4523. "description": "红包给到哪些im用户id(专属红包)",
  4524. "type": "array",
  4525. "items": {
  4526. "type": "integer"
  4527. }
  4528. },
  4529. "token": {
  4530. "description": "im-token",
  4531. "type": "string"
  4532. },
  4533. "user_id": {
  4534. "description": "im用户id",
  4535. "type": "string"
  4536. }
  4537. }
  4538. },
  4539. "md.SendRedPackageResp": {
  4540. "type": "object",
  4541. "properties": {
  4542. "im": {
  4543. "$ref": "#/definitions/pb.SendRedPacketResp"
  4544. },
  4545. "red_package_id": {
  4546. "description": "红包ID",
  4547. "type": "integer"
  4548. }
  4549. }
  4550. },
  4551. "md.SeqType": {
  4552. "type": "object",
  4553. "properties": {
  4554. "seq": {
  4555. "description": "序列号",
  4556. "type": "integer"
  4557. }
  4558. }
  4559. },
  4560. "md.SmsSendReq": {
  4561. "type": "object",
  4562. "required": [
  4563. "mobile"
  4564. ],
  4565. "properties": {
  4566. "captcha_output": {
  4567. "type": "string",
  4568. "example": "阿里云图形验证码对应参数"
  4569. },
  4570. "gen_time": {
  4571. "type": "string",
  4572. "example": "阿里云图形验证码对应参数"
  4573. },
  4574. "lot_number": {
  4575. "type": "string",
  4576. "example": "阿里云图形验证码对应参数"
  4577. },
  4578. "mobile": {
  4579. "type": "string"
  4580. },
  4581. "pass_token": {
  4582. "type": "string",
  4583. "example": "阿里云图形验证码对应参数"
  4584. },
  4585. "type": {
  4586. "type": "string",
  4587. "example": "h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码、changePasscode:修改支付密码"
  4588. }
  4589. }
  4590. },
  4591. "md.SpaceListNode": {
  4592. "type": "object",
  4593. "properties": {
  4594. "max_count": {
  4595. "description": "最大容纳人数",
  4596. "type": "integer"
  4597. },
  4598. "name": {
  4599. "description": "维度",
  4600. "type": "string"
  4601. },
  4602. "now_count": {
  4603. "description": "当前人数",
  4604. "type": "integer"
  4605. }
  4606. }
  4607. },
  4608. "md.TotalRateResp": {
  4609. "type": "object",
  4610. "properties": {
  4611. "consumed_personal_egg_point": {
  4612. "description": "消耗个人蛋蛋积分",
  4613. "type": "string"
  4614. },
  4615. "consumed_team_egg_point": {
  4616. "description": "消耗团队蛋蛋积分",
  4617. "type": "string"
  4618. },
  4619. "now_basal_rate": {
  4620. "description": "当前基础速率/小时",
  4621. "type": "string"
  4622. },
  4623. "now_team_rate": {
  4624. "description": "当前团队速率/小时",
  4625. "type": "string"
  4626. },
  4627. "now_total_rate": {
  4628. "description": "总速率/小时",
  4629. "type": "string"
  4630. }
  4631. }
  4632. },
  4633. "md.TransferTypeList": {
  4634. "type": "object",
  4635. "properties": {
  4636. "TeamTransferTypeList": {
  4637. "description": "团队积分变动列表",
  4638. "allOf": [
  4639. {
  4640. "$ref": "#/definitions/md.IntegralList"
  4641. }
  4642. ]
  4643. },
  4644. "personal_transfer_type_list": {
  4645. "description": "个人积分变动列表",
  4646. "allOf": [
  4647. {
  4648. "$ref": "#/definitions/md.IntegralList"
  4649. }
  4650. ]
  4651. }
  4652. }
  4653. },
  4654. "md.TransferTypeNode": {
  4655. "type": "object",
  4656. "properties": {
  4657. "name": {
  4658. "type": "string"
  4659. },
  4660. "value": {
  4661. "type": "string"
  4662. }
  4663. }
  4664. },
  4665. "md.UpdatePasscodeReq": {
  4666. "type": "object",
  4667. "properties": {
  4668. "code": {
  4669. "type": "string",
  4670. "example": "验证码"
  4671. },
  4672. "passcode": {
  4673. "type": "string",
  4674. "example": "密码 如 123"
  4675. }
  4676. }
  4677. },
  4678. "md.UpdatePasswordReq": {
  4679. "type": "object",
  4680. "properties": {
  4681. "code": {
  4682. "type": "string",
  4683. "example": "验证码"
  4684. },
  4685. "password": {
  4686. "type": "string",
  4687. "example": "密码 如 123"
  4688. }
  4689. }
  4690. },
  4691. "md.UserFeedbackListReq": {
  4692. "type": "object",
  4693. "properties": {
  4694. "limit": {
  4695. "type": "string"
  4696. },
  4697. "page": {
  4698. "type": "string"
  4699. }
  4700. }
  4701. },
  4702. "md.UserFeedbackListResp": {
  4703. "type": "object",
  4704. "properties": {
  4705. "content": {
  4706. "type": "string"
  4707. },
  4708. "create_at": {
  4709. "type": "string"
  4710. },
  4711. "id": {
  4712. "type": "string"
  4713. },
  4714. "img": {
  4715. "type": "array",
  4716. "items": {
  4717. "type": "string"
  4718. }
  4719. },
  4720. "label": {
  4721. "type": "string"
  4722. },
  4723. "state": {
  4724. "type": "string",
  4725. "example": "0未回复 1已回复"
  4726. },
  4727. "title": {
  4728. "type": "string"
  4729. },
  4730. "type": {
  4731. "type": "string"
  4732. }
  4733. }
  4734. },
  4735. "md.UserFeedbackRecordReq": {
  4736. "type": "object",
  4737. "properties": {
  4738. "id": {
  4739. "type": "string"
  4740. },
  4741. "page": {
  4742. "type": "string"
  4743. }
  4744. }
  4745. },
  4746. "md.UserFeedbackRecordResp": {
  4747. "type": "object",
  4748. "properties": {
  4749. "content": {
  4750. "type": "string"
  4751. },
  4752. "create_at": {
  4753. "type": "string"
  4754. },
  4755. "head_img": {
  4756. "type": "string"
  4757. },
  4758. "nickname": {
  4759. "type": "string"
  4760. },
  4761. "type": {
  4762. "type": "string"
  4763. }
  4764. }
  4765. },
  4766. "md.UserFeedbackSaveReq": {
  4767. "type": "object",
  4768. "properties": {
  4769. "cid": {
  4770. "type": "string",
  4771. "example": "问题类型的id"
  4772. },
  4773. "content": {
  4774. "type": "string",
  4775. "example": "问题内容"
  4776. },
  4777. "idea": {
  4778. "type": "string",
  4779. "example": "建议内容"
  4780. },
  4781. "img": {
  4782. "type": "array",
  4783. "items": {
  4784. "type": "string"
  4785. },
  4786. "example": [
  4787. "图片"
  4788. ]
  4789. },
  4790. "phone": {
  4791. "type": "string"
  4792. },
  4793. "title": {
  4794. "type": "string"
  4795. },
  4796. "type": {
  4797. "type": "string",
  4798. "example": "问题类型的name"
  4799. }
  4800. }
  4801. },
  4802. "md.UserFeedbackSayReq": {
  4803. "type": "object",
  4804. "properties": {
  4805. "content": {
  4806. "type": "string",
  4807. "example": "问题内容"
  4808. },
  4809. "id": {
  4810. "type": "string",
  4811. "example": "id"
  4812. }
  4813. }
  4814. },
  4815. "md.UserInfoResp": {
  4816. "type": "object",
  4817. "properties": {
  4818. "head_img": {
  4819. "type": "string"
  4820. },
  4821. "id": {
  4822. "type": "string"
  4823. },
  4824. "invite_code": {
  4825. "type": "string"
  4826. },
  4827. "is_bind_extend": {
  4828. "type": "string",
  4829. "example": "是否绑定了上级 0否 1是"
  4830. },
  4831. "nickname": {
  4832. "type": "string"
  4833. },
  4834. "phone": {
  4835. "type": "string"
  4836. }
  4837. }
  4838. },
  4839. "md.Version": {
  4840. "type": "object",
  4841. "properties": {
  4842. "content": {
  4843. "type": "string"
  4844. },
  4845. "img": {
  4846. "type": "string"
  4847. },
  4848. "is_must": {
  4849. "type": "string"
  4850. },
  4851. "name": {
  4852. "type": "string"
  4853. },
  4854. "type": {
  4855. "type": "string"
  4856. },
  4857. "url": {
  4858. "type": "string"
  4859. },
  4860. "version": {
  4861. "type": "string"
  4862. }
  4863. }
  4864. },
  4865. "md.VersionResp": {
  4866. "type": "object",
  4867. "properties": {
  4868. "is_audit_version": {
  4869. "type": "string"
  4870. },
  4871. "version": {
  4872. "type": "array",
  4873. "items": {
  4874. "$ref": "#/definitions/md.Version"
  4875. }
  4876. }
  4877. }
  4878. },
  4879. "md.WalletFlowNode": {
  4880. "type": "object",
  4881. "properties": {
  4882. "after_amount": {
  4883. "description": "变动后金额",
  4884. "type": "string"
  4885. },
  4886. "amount": {
  4887. "description": "变动金额",
  4888. "type": "string"
  4889. },
  4890. "before_amount": {
  4891. "description": "变动前金额",
  4892. "type": "string"
  4893. },
  4894. "create_time": {
  4895. "description": "创建时间",
  4896. "type": "string"
  4897. },
  4898. "direction": {
  4899. "description": "方向:1.收入 2.支出",
  4900. "type": "integer"
  4901. },
  4902. "id": {
  4903. "type": "integer"
  4904. },
  4905. "kind": {
  4906. "description": "1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  4907. "type": "integer"
  4908. },
  4909. "memo": {
  4910. "description": "备注",
  4911. "type": "string"
  4912. },
  4913. "ord_id": {
  4914. "description": "对应订单编号",
  4915. "type": "string"
  4916. },
  4917. "state": {
  4918. "description": "1未到账,2已到账",
  4919. "type": "integer"
  4920. },
  4921. "sys_fee": {
  4922. "description": "手续费",
  4923. "type": "string"
  4924. },
  4925. "title": {
  4926. "description": "标题",
  4927. "type": "string"
  4928. },
  4929. "uid": {
  4930. "description": "用户 ID",
  4931. "type": "integer"
  4932. },
  4933. "update_time": {
  4934. "description": "更新时间",
  4935. "type": "string"
  4936. }
  4937. }
  4938. },
  4939. "md.WechatLoginReq": {
  4940. "type": "object",
  4941. "properties": {
  4942. "avatar": {
  4943. "type": "string",
  4944. "example": "头像"
  4945. },
  4946. "nickname": {
  4947. "type": "string",
  4948. "example": "昵称"
  4949. },
  4950. "open_id": {
  4951. "type": "string",
  4952. "example": "微信openId"
  4953. },
  4954. "union_id": {
  4955. "type": "string",
  4956. "example": "微信UnionId"
  4957. }
  4958. }
  4959. },
  4960. "md.WithdrawApplyReq": {
  4961. "type": "object",
  4962. "properties": {
  4963. "amount": {
  4964. "description": "金额",
  4965. "type": "string"
  4966. },
  4967. "kind": {
  4968. "description": "提现方式(alipay:支付宝 wx:微信)",
  4969. "type": "string"
  4970. }
  4971. }
  4972. },
  4973. "md.WithdrawGetAmountResp": {
  4974. "type": "object",
  4975. "properties": {
  4976. "amount": {
  4977. "description": "余额",
  4978. "type": "string"
  4979. }
  4980. }
  4981. },
  4982. "pb.SendRedPacketResp": {
  4983. "type": "object",
  4984. "properties": {
  4985. "seq": {
  4986. "description": "消息序列号",
  4987. "type": "integer"
  4988. }
  4989. }
  4990. }
  4991. }
  4992. }