蛋蛋星球-客户端
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

5056 行
167 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/wallet/withdraw/launchBindAlipay": {
  2911. "post": {
  2912. "description": "发起绑定支付宝获得URL",
  2913. "consumes": [
  2914. "application/json"
  2915. ],
  2916. "produces": [
  2917. "application/json"
  2918. ],
  2919. "tags": [
  2920. "钱包"
  2921. ],
  2922. "summary": "蛋蛋星球-钱包-发起绑定支付宝获得URL",
  2923. "parameters": [
  2924. {
  2925. "type": "string",
  2926. "description": "验证参数Bearer和token空格拼接",
  2927. "name": "Authorization",
  2928. "in": "header",
  2929. "required": true
  2930. },
  2931. {
  2932. "description": "具体参数",
  2933. "name": "req",
  2934. "in": "body",
  2935. "required": true,
  2936. "schema": {
  2937. "$ref": "#/definitions/md.LaunchBindAlipayAccountReq"
  2938. }
  2939. }
  2940. ],
  2941. "responses": {
  2942. "200": {
  2943. "description": "Url",
  2944. "schema": {
  2945. "type": "string"
  2946. }
  2947. },
  2948. "400": {
  2949. "description": "具体错误",
  2950. "schema": {
  2951. "$ref": "#/definitions/md.Response"
  2952. }
  2953. }
  2954. }
  2955. }
  2956. },
  2957. "/api/v1/wechatLogin": {
  2958. "post": {
  2959. "description": "微信登陆",
  2960. "consumes": [
  2961. "application/json"
  2962. ],
  2963. "produces": [
  2964. "application/json"
  2965. ],
  2966. "tags": [
  2967. "登录注册"
  2968. ],
  2969. "summary": "微信登陆",
  2970. "parameters": [
  2971. {
  2972. "description": "注册参数",
  2973. "name": "req",
  2974. "in": "body",
  2975. "required": true,
  2976. "schema": {
  2977. "$ref": "#/definitions/md.WechatLoginReq"
  2978. }
  2979. }
  2980. ],
  2981. "responses": {
  2982. "200": {
  2983. "description": "登录成功返回",
  2984. "schema": {
  2985. "$ref": "#/definitions/md.LoginResponse"
  2986. }
  2987. },
  2988. "400": {
  2989. "description": "具体错误",
  2990. "schema": {
  2991. "$ref": "#/definitions/md.Response"
  2992. }
  2993. }
  2994. }
  2995. }
  2996. }
  2997. },
  2998. "definitions": {
  2999. "applet_app_md.Paginate": {
  3000. "type": "object",
  3001. "properties": {
  3002. "limit": {
  3003. "description": "每页大小",
  3004. "type": "integer"
  3005. },
  3006. "page": {
  3007. "description": "页数",
  3008. "type": "integer"
  3009. },
  3010. "total": {
  3011. "description": "总数据量",
  3012. "type": "integer"
  3013. }
  3014. }
  3015. },
  3016. "comm.AccessRecordsReq": {
  3017. "type": "object",
  3018. "properties": {
  3019. "index": {
  3020. "description": "页面标签",
  3021. "type": "string"
  3022. }
  3023. }
  3024. },
  3025. "comm.ImgReqUploadReq": {
  3026. "type": "object",
  3027. "required": [
  3028. "content_type",
  3029. "file_name"
  3030. ],
  3031. "properties": {
  3032. "content_type": {
  3033. "type": "string",
  3034. "example": "image/jpeg"
  3035. },
  3036. "file_name": {
  3037. "type": "string",
  3038. "example": "文件名"
  3039. }
  3040. }
  3041. },
  3042. "md.AdvertisingBasic": {
  3043. "type": "object",
  3044. "properties": {
  3045. "android_ad_is_open": {
  3046. "type": "string",
  3047. "example": "安卓广告是否开启(1:开启 0:不开启)"
  3048. },
  3049. "android_open_ad_is_open": {
  3050. "type": "string",
  3051. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  3052. },
  3053. "info": {
  3054. "type": "object",
  3055. "additionalProperties": true
  3056. },
  3057. "ios_ad_is_open": {
  3058. "type": "string",
  3059. "example": "ios广告是否开启(1:开启 0:不开启)"
  3060. },
  3061. "ios_open_ad_is_open": {
  3062. "type": "string",
  3063. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  3064. },
  3065. "voice": {
  3066. "type": "string",
  3067. "example": "领取声音"
  3068. }
  3069. }
  3070. },
  3071. "md.AdvertisingCheck": {
  3072. "type": "object",
  3073. "properties": {
  3074. "is_can_visit": {
  3075. "type": "string"
  3076. }
  3077. }
  3078. },
  3079. "md.AdvertisingFunction": {
  3080. "type": "object",
  3081. "properties": {
  3082. "ad_id": {
  3083. "type": "string",
  3084. "example": "广告id"
  3085. },
  3086. "name": {
  3087. "type": "string",
  3088. "example": "名称"
  3089. },
  3090. "type": {
  3091. "type": "string",
  3092. "example": "位置"
  3093. }
  3094. }
  3095. },
  3096. "md.AdvertisingLimit": {
  3097. "type": "object",
  3098. "properties": {
  3099. "public_img": {
  3100. "type": "string",
  3101. "example": "公共弹窗图"
  3102. },
  3103. "public_str": {
  3104. "type": "string",
  3105. "example": "公共弹窗文字"
  3106. },
  3107. "withdraw_img": {
  3108. "type": "string",
  3109. "example": "提现弹窗图"
  3110. },
  3111. "withdraw_str": {
  3112. "type": "string",
  3113. "example": "提现弹窗文字"
  3114. }
  3115. }
  3116. },
  3117. "md.AdvertisingReq": {
  3118. "type": "object",
  3119. "properties": {
  3120. "id": {
  3121. "type": "string"
  3122. }
  3123. }
  3124. },
  3125. "md.AdvertisingResp": {
  3126. "type": "object",
  3127. "properties": {
  3128. "basic": {
  3129. "$ref": "#/definitions/md.AdvertisingBasic"
  3130. },
  3131. "function": {
  3132. "type": "array",
  3133. "items": {
  3134. "$ref": "#/definitions/md.AdvertisingFunction"
  3135. }
  3136. },
  3137. "pop": {
  3138. "$ref": "#/definitions/md.AdvertisingLimit"
  3139. },
  3140. "space": {
  3141. "type": "array",
  3142. "items": {
  3143. "$ref": "#/definitions/md.AdvertisingSpace"
  3144. }
  3145. }
  3146. }
  3147. },
  3148. "md.AdvertisingSpace": {
  3149. "type": "object",
  3150. "properties": {
  3151. "counting_down": {
  3152. "type": "string",
  3153. "example": "倒计时 x秒"
  3154. },
  3155. "id": {
  3156. "type": "string",
  3157. "example": "id"
  3158. },
  3159. "info": {
  3160. "type": "object",
  3161. "additionalProperties": true
  3162. },
  3163. "kind": {
  3164. "type": "string",
  3165. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告)"
  3166. },
  3167. "name": {
  3168. "type": "string",
  3169. "example": "名称"
  3170. }
  3171. }
  3172. },
  3173. "md.AdvertisingState": {
  3174. "type": "object",
  3175. "properties": {
  3176. "is_success": {
  3177. "type": "string"
  3178. }
  3179. }
  3180. },
  3181. "md.BasalRateResp": {
  3182. "type": "object",
  3183. "properties": {
  3184. "basal_rate": {
  3185. "description": "基础速率",
  3186. "type": "string"
  3187. },
  3188. "consumed_egg_energy": {
  3189. "description": "收益蛋蛋能量",
  3190. "type": "string"
  3191. },
  3192. "consumed_egg_point": {
  3193. "description": "消耗蛋蛋积分",
  3194. "type": "string"
  3195. },
  3196. "consumed_time": {
  3197. "description": "消耗时间/小时",
  3198. "type": "string"
  3199. },
  3200. "estimated_revenue": {
  3201. "description": "预估收益蛋蛋能量",
  3202. "type": "string"
  3203. },
  3204. "remaining_egg_energy": {
  3205. "description": "剩余蛋蛋能量",
  3206. "type": "string"
  3207. },
  3208. "remaining_time": {
  3209. "description": "剩余时间/小时",
  3210. "type": "string"
  3211. },
  3212. "sign_countdown": {
  3213. "description": "收益倒计时",
  3214. "type": "string"
  3215. }
  3216. }
  3217. },
  3218. "md.BindAlipayAccountReq": {
  3219. "type": "object",
  3220. "properties": {
  3221. "auth_code": {
  3222. "description": "支付宝回调的临时授权码",
  3223. "type": "string"
  3224. }
  3225. }
  3226. },
  3227. "md.BindWxPayAccountReq": {
  3228. "type": "object",
  3229. "properties": {
  3230. "app_id": {
  3231. "description": "微信应用 appid",
  3232. "type": "string"
  3233. },
  3234. "ext": {
  3235. "description": "拓展字段",
  3236. "type": "string"
  3237. },
  3238. "open_id": {
  3239. "description": "微信用户 open_id",
  3240. "type": "string"
  3241. },
  3242. "user_id": {
  3243. "description": "微信用户 id",
  3244. "type": "string"
  3245. }
  3246. }
  3247. },
  3248. "md.CollegeDetailReq": {
  3249. "type": "object",
  3250. "properties": {
  3251. "id": {
  3252. "type": "string"
  3253. }
  3254. }
  3255. },
  3256. "md.CollegeDetailResp": {
  3257. "type": "object",
  3258. "properties": {
  3259. "app_name": {
  3260. "type": "string"
  3261. },
  3262. "content": {
  3263. "type": "string"
  3264. },
  3265. "create_at": {
  3266. "type": "string"
  3267. },
  3268. "forward_count": {
  3269. "type": "string",
  3270. "example": "分享数量"
  3271. },
  3272. "id": {
  3273. "type": "string"
  3274. },
  3275. "is_like": {
  3276. "type": "string",
  3277. "example": "是否点赞 0否 1是"
  3278. },
  3279. "like_count": {
  3280. "type": "string",
  3281. "example": "点赞数量"
  3282. },
  3283. "title": {
  3284. "type": "string"
  3285. },
  3286. "url": {
  3287. "type": "string"
  3288. },
  3289. "watch_count": {
  3290. "type": "string",
  3291. "example": "学习数量"
  3292. }
  3293. }
  3294. },
  3295. "md.CollegeListReq": {
  3296. "type": "object",
  3297. "properties": {
  3298. "cate_id": {
  3299. "type": "string"
  3300. },
  3301. "limit": {
  3302. "type": "string"
  3303. },
  3304. "page": {
  3305. "type": "string"
  3306. }
  3307. }
  3308. },
  3309. "md.CollegeListResp": {
  3310. "type": "object",
  3311. "properties": {
  3312. "cover": {
  3313. "type": "string",
  3314. "example": "封面图"
  3315. },
  3316. "create_at": {
  3317. "type": "string"
  3318. },
  3319. "forward_count": {
  3320. "type": "string",
  3321. "example": "分享数量"
  3322. },
  3323. "id": {
  3324. "type": "string"
  3325. },
  3326. "like_count": {
  3327. "type": "string",
  3328. "example": "点赞数量"
  3329. },
  3330. "title": {
  3331. "type": "string"
  3332. },
  3333. "url": {
  3334. "type": "string"
  3335. },
  3336. "watch_count": {
  3337. "type": "string",
  3338. "example": "学习数量"
  3339. }
  3340. }
  3341. },
  3342. "md.ConfigResp": {
  3343. "type": "object",
  3344. "properties": {
  3345. "content": {
  3346. "type": "string",
  3347. "example": "软件使用协议内容"
  3348. },
  3349. "down_url": {
  3350. "type": "string"
  3351. },
  3352. "guide": {
  3353. "type": "array",
  3354. "items": {
  3355. "$ref": "#/definitions/md.Guide"
  3356. }
  3357. },
  3358. "oss_url": {
  3359. "type": "string",
  3360. "example": "阿里云图片链接"
  3361. },
  3362. "privacy_title": {
  3363. "type": "string",
  3364. "example": "隐私协议标题"
  3365. },
  3366. "privacy_url": {
  3367. "type": "string",
  3368. "example": "隐私协议链接"
  3369. },
  3370. "title": {
  3371. "type": "string",
  3372. "example": "软件使用协议标题"
  3373. },
  3374. "user_title": {
  3375. "type": "string",
  3376. "example": "用户协议标题"
  3377. },
  3378. "user_url": {
  3379. "type": "string",
  3380. "example": "用户协议链接"
  3381. }
  3382. }
  3383. },
  3384. "md.ContributionValueFlowNode": {
  3385. "type": "object",
  3386. "properties": {
  3387. "amount": {
  3388. "description": "变更数量",
  3389. "type": "string"
  3390. },
  3391. "create_at": {
  3392. "description": "完成时间",
  3393. "type": "string"
  3394. },
  3395. "direction": {
  3396. "description": "方向: 1.收入 2.支出",
  3397. "type": "string"
  3398. },
  3399. "title": {
  3400. "description": "标题",
  3401. "type": "string"
  3402. }
  3403. }
  3404. },
  3405. "md.DynamicDataResp": {
  3406. "type": "object",
  3407. "properties": {
  3408. "development_committee": {
  3409. "description": "发展委员会",
  3410. "type": "string"
  3411. },
  3412. "public_welfare_and_charity": {
  3413. "description": "公益基金",
  3414. "type": "string"
  3415. },
  3416. "star_level_dividends": {
  3417. "description": "星级分红",
  3418. "type": "string"
  3419. },
  3420. "user_total_hold": {
  3421. "description": "用户持有总量",
  3422. "type": "string"
  3423. }
  3424. }
  3425. },
  3426. "md.EggEnergyDetailReq": {
  3427. "type": "object",
  3428. "properties": {
  3429. "asc": {
  3430. "description": "1.升序 2.倒序",
  3431. "type": "string"
  3432. },
  3433. "direction": {
  3434. "description": "类型 1.收入 2.支出 全部则传空",
  3435. "type": "string"
  3436. },
  3437. "kind": {
  3438. "description": "类型:1. 个人蛋蛋能量 2.团队蛋蛋能量",
  3439. "type": "string"
  3440. },
  3441. "limit": {
  3442. "description": "每页大小",
  3443. "type": "integer"
  3444. },
  3445. "page": {
  3446. "description": "页数",
  3447. "type": "integer"
  3448. },
  3449. "type": {
  3450. "description": "变动类型 全部则传空",
  3451. "type": "string"
  3452. }
  3453. }
  3454. },
  3455. "md.EggEnergyDetailResp": {
  3456. "type": "object",
  3457. "properties": {
  3458. "list": {
  3459. "description": "流水数据",
  3460. "type": "array",
  3461. "items": {
  3462. "type": "object",
  3463. "additionalProperties": {
  3464. "type": "string"
  3465. }
  3466. }
  3467. },
  3468. "paginate": {
  3469. "description": "分页信息",
  3470. "allOf": [
  3471. {
  3472. "$ref": "#/definitions/applet_app_md.Paginate"
  3473. }
  3474. ]
  3475. },
  3476. "person_egg_energy": {
  3477. "description": "个人蛋蛋能量",
  3478. "type": "string"
  3479. },
  3480. "team_egg_energy": {
  3481. "description": "团队蛋蛋能量",
  3482. "type": "string"
  3483. },
  3484. "total_egg_energy": {
  3485. "description": "总蛋蛋能量",
  3486. "type": "string"
  3487. },
  3488. "total_egg_energy_price": {
  3489. "description": "蛋蛋能量总价",
  3490. "type": "string"
  3491. },
  3492. "transfer_type_list": {
  3493. "description": "转账类型列表",
  3494. "allOf": [
  3495. {
  3496. "$ref": "#/definitions/md.TransferTypeList"
  3497. }
  3498. ]
  3499. }
  3500. }
  3501. },
  3502. "md.EggEnergyFlowNode": {
  3503. "type": "object",
  3504. "properties": {
  3505. "after_amount": {
  3506. "description": "变更后数量",
  3507. "type": "string"
  3508. },
  3509. "amount": {
  3510. "description": "变更数量",
  3511. "type": "string"
  3512. },
  3513. "before_amount": {
  3514. "description": "变更前数量",
  3515. "type": "string"
  3516. },
  3517. "coin_name": {
  3518. "description": "虚拟币名称",
  3519. "type": "string"
  3520. },
  3521. "create_at": {
  3522. "description": "创建时间",
  3523. "type": "string"
  3524. },
  3525. "direction": {
  3526. "description": "方向:1.收入 2.支出",
  3527. "type": "integer"
  3528. },
  3529. "id": {
  3530. "type": "integer"
  3531. },
  3532. "sys_fee": {
  3533. "description": "手续费",
  3534. "type": "string"
  3535. },
  3536. "title": {
  3537. "description": "标题",
  3538. "type": "string"
  3539. },
  3540. "transfer_type": {
  3541. "description": "转账类型",
  3542. "type": "string"
  3543. }
  3544. }
  3545. },
  3546. "md.EggPointDetailsReq": {
  3547. "type": "object",
  3548. "properties": {
  3549. "asc": {
  3550. "description": "1.升序 2.倒序",
  3551. "type": "string"
  3552. },
  3553. "direction": {
  3554. "description": "类型 1.收入 2.支出 全部则传空",
  3555. "type": "string"
  3556. },
  3557. "kind": {
  3558. "description": "类型:1. 个人蛋蛋积分 2.团队蛋蛋积分",
  3559. "type": "string"
  3560. },
  3561. "limit": {
  3562. "description": "每页大小",
  3563. "type": "integer"
  3564. },
  3565. "page": {
  3566. "description": "页数",
  3567. "type": "integer"
  3568. },
  3569. "type": {
  3570. "description": "变动类型 全部则传空",
  3571. "type": "string"
  3572. }
  3573. }
  3574. },
  3575. "md.EggPointDetailsResp": {
  3576. "type": "object",
  3577. "properties": {
  3578. "list": {
  3579. "description": "流水数据",
  3580. "type": "array",
  3581. "items": {
  3582. "type": "object",
  3583. "additionalProperties": {
  3584. "type": "string"
  3585. }
  3586. }
  3587. },
  3588. "paginate": {
  3589. "description": "分页信息",
  3590. "allOf": [
  3591. {
  3592. "$ref": "#/definitions/applet_app_md.Paginate"
  3593. }
  3594. ]
  3595. },
  3596. "person_egg_points": {
  3597. "description": "个人蛋蛋积分",
  3598. "type": "string"
  3599. },
  3600. "team_egg_points": {
  3601. "description": "团队蛋蛋积分",
  3602. "type": "string"
  3603. },
  3604. "total_egg_points": {
  3605. "description": "总蛋蛋积分",
  3606. "type": "string"
  3607. },
  3608. "total_egg_points_amount": {
  3609. "description": "蛋蛋积分余额",
  3610. "type": "string"
  3611. },
  3612. "transfer_type_list": {
  3613. "description": "转账类型列表",
  3614. "allOf": [
  3615. {
  3616. "$ref": "#/definitions/md.TransferTypeList"
  3617. }
  3618. ]
  3619. }
  3620. }
  3621. },
  3622. "md.EggPointRecordNode": {
  3623. "type": "object",
  3624. "properties": {
  3625. "end_at": {
  3626. "description": "结束时间",
  3627. "type": "string"
  3628. },
  3629. "score": {
  3630. "description": "分数",
  3631. "type": "string"
  3632. },
  3633. "start_at": {
  3634. "description": "开始时间",
  3635. "type": "string"
  3636. },
  3637. "week": {
  3638. "description": "周数",
  3639. "type": "string"
  3640. },
  3641. "year": {
  3642. "description": "年份",
  3643. "type": "string"
  3644. }
  3645. }
  3646. },
  3647. "md.ExchangeEnergyReq": {
  3648. "type": "object",
  3649. "properties": {
  3650. "energy_amount": {
  3651. "description": "兑换能量数值",
  3652. "type": "string"
  3653. }
  3654. }
  3655. },
  3656. "md.FastLoginReq": {
  3657. "type": "object",
  3658. "properties": {
  3659. "invite_code": {
  3660. "type": "string",
  3661. "example": "邀请码"
  3662. },
  3663. "token": {
  3664. "type": "string",
  3665. "example": "一键登录的token"
  3666. }
  3667. }
  3668. },
  3669. "md.FindPasswordReq": {
  3670. "type": "object",
  3671. "required": [
  3672. "mobile"
  3673. ],
  3674. "properties": {
  3675. "code": {
  3676. "type": "string",
  3677. "example": "验证码"
  3678. },
  3679. "mobile": {
  3680. "type": "string"
  3681. },
  3682. "password": {
  3683. "type": "string",
  3684. "example": "密码 如 123"
  3685. }
  3686. }
  3687. },
  3688. "md.GetAmountFlowResp": {
  3689. "type": "object",
  3690. "properties": {
  3691. "list": {
  3692. "type": "array",
  3693. "items": {
  3694. "$ref": "#/definitions/md.WalletFlowNode"
  3695. }
  3696. },
  3697. "paginate": {
  3698. "$ref": "#/definitions/applet_app_md.Paginate"
  3699. }
  3700. }
  3701. },
  3702. "md.GetContributionValueFlowResp": {
  3703. "type": "object",
  3704. "properties": {
  3705. "list": {
  3706. "type": "array",
  3707. "items": {
  3708. "$ref": "#/definitions/md.ContributionValueFlowNode"
  3709. }
  3710. },
  3711. "paginate": {
  3712. "$ref": "#/definitions/applet_app_md.Paginate"
  3713. }
  3714. }
  3715. },
  3716. "md.GetContributionValueResp": {
  3717. "type": "object",
  3718. "properties": {
  3719. "contribution_value": {
  3720. "description": "贡献值",
  3721. "type": "string"
  3722. },
  3723. "ratio": {
  3724. "description": "兑换比率(x 分兑换 1 人民币)",
  3725. "type": "string"
  3726. }
  3727. }
  3728. },
  3729. "md.GetEggEnergyFlowResp": {
  3730. "type": "object",
  3731. "properties": {
  3732. "list": {
  3733. "type": "array",
  3734. "items": {
  3735. "$ref": "#/definitions/md.EggEnergyFlowNode"
  3736. }
  3737. },
  3738. "paginate": {
  3739. "$ref": "#/definitions/applet_app_md.Paginate"
  3740. }
  3741. }
  3742. },
  3743. "md.GetEggPointRecordResp": {
  3744. "type": "object",
  3745. "properties": {
  3746. "list": {
  3747. "description": "分数明细列表",
  3748. "type": "array",
  3749. "items": {
  3750. "$ref": "#/definitions/md.EggPointRecordNode"
  3751. }
  3752. },
  3753. "now_score": {
  3754. "description": "当前分数",
  3755. "type": "string"
  3756. },
  3757. "paginate": {
  3758. "$ref": "#/definitions/applet_app_md.Paginate"
  3759. }
  3760. }
  3761. },
  3762. "md.GetModuleSettingResp": {
  3763. "type": "object",
  3764. "properties": {
  3765. "data": {
  3766. "description": "内容",
  3767. "type": "object",
  3768. "additionalProperties": true
  3769. },
  3770. "mod_name": {
  3771. "description": "模块名称",
  3772. "type": "string"
  3773. },
  3774. "position": {
  3775. "description": "位置",
  3776. "type": "string"
  3777. },
  3778. "skip_identifier": {
  3779. "description": "跳转标识",
  3780. "type": "string"
  3781. },
  3782. "subtitle": {
  3783. "description": "副标题",
  3784. "type": "string"
  3785. },
  3786. "title": {
  3787. "description": "标题",
  3788. "type": "string"
  3789. }
  3790. }
  3791. },
  3792. "md.GetPriceCurveResp": {
  3793. "type": "object",
  3794. "properties": {
  3795. "x_data": {
  3796. "type": "array",
  3797. "items": {}
  3798. },
  3799. "y_data": {
  3800. "type": "array",
  3801. "items": {}
  3802. }
  3803. }
  3804. },
  3805. "md.GetWithdrawConditionResp": {
  3806. "type": "object",
  3807. "properties": {
  3808. "is_bind_alipay": {
  3809. "description": "是否绑定阿里账户",
  3810. "type": "boolean"
  3811. },
  3812. "is_bind_wx": {
  3813. "description": "是否绑定微信账户",
  3814. "type": "boolean"
  3815. },
  3816. "is_can_withdraw": {
  3817. "description": "是否能提现",
  3818. "type": "boolean"
  3819. },
  3820. "is_need_real_name": {
  3821. "description": "是否需要实名",
  3822. "type": "boolean"
  3823. },
  3824. "is_real_name": {
  3825. "description": "是否实名",
  3826. "type": "boolean"
  3827. },
  3828. "not_withdraw_reason": {
  3829. "description": "不能提现原因",
  3830. "type": "string"
  3831. }
  3832. }
  3833. },
  3834. "md.GrabRedPackageReq": {
  3835. "type": "object",
  3836. "properties": {
  3837. "device_id": {
  3838. "description": "设备id",
  3839. "type": "string"
  3840. },
  3841. "receiver_id": {
  3842. "description": "用户id或者群组id",
  3843. "type": "integer"
  3844. },
  3845. "receiver_type": {
  3846. "description": "接收者类型,1:user;2:group",
  3847. "type": "integer"
  3848. },
  3849. "red_package_cover": {
  3850. "description": "红包封面",
  3851. "type": "string"
  3852. },
  3853. "red_package_id": {
  3854. "description": "红包id",
  3855. "type": "integer"
  3856. },
  3857. "send_red_package_user_nike_name": {
  3858. "description": "红包发送者-im用户昵称",
  3859. "type": "string"
  3860. },
  3861. "send_red_packet_avatar_url": {
  3862. "description": "红包发送者-im用户头像",
  3863. "type": "string"
  3864. },
  3865. "send_time": {
  3866. "description": "消息发送时间戳,精确到毫秒",
  3867. "type": "integer"
  3868. },
  3869. "token": {
  3870. "description": "im-token",
  3871. "type": "string"
  3872. },
  3873. "user_id": {
  3874. "description": "im用户id",
  3875. "type": "string"
  3876. }
  3877. }
  3878. },
  3879. "md.GrabRedPackageResp": {
  3880. "type": "object",
  3881. "properties": {
  3882. "grab_amount": {
  3883. "description": "抢到的红包金额",
  3884. "type": "string"
  3885. },
  3886. "im": {
  3887. "description": "im 返回体",
  3888. "allOf": [
  3889. {
  3890. "$ref": "#/definitions/pb.SendRedPacketResp"
  3891. }
  3892. ]
  3893. }
  3894. }
  3895. },
  3896. "md.Guide": {
  3897. "type": "object",
  3898. "properties": {
  3899. "bg_image": {
  3900. "type": "string"
  3901. },
  3902. "bg_image_url": {
  3903. "type": "string"
  3904. },
  3905. "content_image": {
  3906. "type": "string"
  3907. },
  3908. "content_image_url": {
  3909. "type": "string"
  3910. }
  3911. }
  3912. },
  3913. "md.HomePageResp": {
  3914. "type": "object",
  3915. "properties": {
  3916. "initial_price": {
  3917. "description": "蛋蛋能量初始价格",
  3918. "type": "string"
  3919. },
  3920. "is_sign": {
  3921. "description": "是否开始签到",
  3922. "type": "boolean"
  3923. },
  3924. "nick_name": {
  3925. "description": "用户名称",
  3926. "type": "string"
  3927. },
  3928. "now_basal_rate": {
  3929. "description": "当前基础速率/小时",
  3930. "type": "string"
  3931. },
  3932. "now_team_rate": {
  3933. "description": "当前团队速率/小时",
  3934. "type": "string"
  3935. },
  3936. "sign_end_time": {
  3937. "description": "签到截止时间",
  3938. "type": "string"
  3939. },
  3940. "total_active_points": {
  3941. "description": "总蛋蛋积分",
  3942. "type": "string"
  3943. },
  3944. "total_egg_energy": {
  3945. "description": "总蛋蛋能量",
  3946. "type": "string"
  3947. }
  3948. }
  3949. },
  3950. "md.HomePageWatchAdRuleResp": {
  3951. "type": "object",
  3952. "properties": {
  3953. "each_round_hour": {
  3954. "description": "每一轮X个小时",
  3955. "type": "string"
  3956. },
  3957. "next_watch_ad_date": {
  3958. "description": "下次可观看广告时间,若为空允许观看视频",
  3959. "type": "string"
  3960. },
  3961. "residue_watch_ad_num": {
  3962. "description": "当前剩余可观看视频数",
  3963. "type": "integer"
  3964. },
  3965. "reward_total_num": {
  3966. "description": "总可观看广告数量",
  3967. "type": "string"
  3968. },
  3969. "watch_ad_reward_active_points": {
  3970. "description": "观看广告视频奖励X个活跃积分",
  3971. "type": "string"
  3972. }
  3973. }
  3974. },
  3975. "md.InitialDataResp": {
  3976. "type": "object",
  3977. "properties": {
  3978. "initial_price": {
  3979. "description": "初始价格",
  3980. "type": "string"
  3981. },
  3982. "total_angel_investor": {
  3983. "description": "天使投资人",
  3984. "type": "string"
  3985. },
  3986. "total_ecological_development": {
  3987. "description": "生态建设",
  3988. "type": "string"
  3989. },
  3990. "total_issuance_amount": {
  3991. "description": "总发行量",
  3992. "type": "string"
  3993. },
  3994. "total_operate_fund": {
  3995. "description": "运营资金",
  3996. "type": "string"
  3997. },
  3998. "total_technology_team": {
  3999. "description": "技术团队",
  4000. "type": "string"
  4001. }
  4002. }
  4003. },
  4004. "md.IntegralList": {
  4005. "type": "object",
  4006. "properties": {
  4007. "expend_list": {
  4008. "description": "支出类型列表",
  4009. "type": "array",
  4010. "items": {
  4011. "$ref": "#/definitions/md.TransferTypeNode"
  4012. }
  4013. },
  4014. "income_list": {
  4015. "description": "收入类型列表",
  4016. "type": "array",
  4017. "items": {
  4018. "$ref": "#/definitions/md.TransferTypeNode"
  4019. }
  4020. }
  4021. }
  4022. },
  4023. "md.InviteCodeUserInfoReq": {
  4024. "type": "object",
  4025. "properties": {
  4026. "invite_code": {
  4027. "type": "string"
  4028. }
  4029. }
  4030. },
  4031. "md.InviteCodeUserInfoResp": {
  4032. "type": "object",
  4033. "properties": {
  4034. "head_img": {
  4035. "type": "string"
  4036. },
  4037. "nickname": {
  4038. "type": "string"
  4039. }
  4040. }
  4041. },
  4042. "md.InviteUrl": {
  4043. "type": "object",
  4044. "properties": {
  4045. "invite_code": {
  4046. "type": "string"
  4047. },
  4048. "link": {
  4049. "type": "string"
  4050. },
  4051. "qrcode": {
  4052. "type": "string"
  4053. }
  4054. }
  4055. },
  4056. "md.IsCanGetRedPackageResp": {
  4057. "type": "object",
  4058. "properties": {
  4059. "is_can_get_red_package": {
  4060. "description": "能否获取红包",
  4061. "type": "boolean"
  4062. }
  4063. }
  4064. },
  4065. "md.IsCanSignInResp": {
  4066. "type": "object",
  4067. "properties": {
  4068. "is_can_sign_in": {
  4069. "description": "能否签到",
  4070. "type": "boolean"
  4071. }
  4072. }
  4073. },
  4074. "md.LaunchBindAlipayAccountReq": {
  4075. "type": "object",
  4076. "properties": {
  4077. "redirect_uri": {
  4078. "description": "回调页面,是经过转义的 URL 链接(url 必须以 HTTP 或者 HTTPS 开头)",
  4079. "type": "string"
  4080. }
  4081. }
  4082. },
  4083. "md.LoginReq": {
  4084. "type": "object",
  4085. "required": [
  4086. "password",
  4087. "phone"
  4088. ],
  4089. "properties": {
  4090. "code": {
  4091. "type": "string",
  4092. "example": "验证码"
  4093. },
  4094. "password": {
  4095. "type": "string",
  4096. "example": "登录密码"
  4097. },
  4098. "phone": {
  4099. "type": "string",
  4100. "example": "手机号"
  4101. }
  4102. }
  4103. },
  4104. "md.LoginResponse": {
  4105. "type": "object",
  4106. "properties": {
  4107. "token": {
  4108. "type": "string"
  4109. }
  4110. }
  4111. },
  4112. "md.MemberCenterGetBasicResp": {
  4113. "type": "object",
  4114. "properties": {
  4115. "active_num": {
  4116. "description": "活跃值",
  4117. "type": "string"
  4118. },
  4119. "amount": {
  4120. "description": "账户余额",
  4121. "type": "string"
  4122. },
  4123. "contribution_value": {
  4124. "description": "贡献值",
  4125. "type": "string"
  4126. },
  4127. "date": {
  4128. "description": "兑换时间(每月x日)",
  4129. "type": "string"
  4130. },
  4131. "egg_energy": {
  4132. "description": "能量值",
  4133. "type": "string"
  4134. },
  4135. "egg_energy_value": {
  4136. "description": "能量预估价值",
  4137. "type": "string"
  4138. },
  4139. "egg_score": {
  4140. "description": "蛋蛋分",
  4141. "type": "string"
  4142. },
  4143. "head_img": {
  4144. "type": "string"
  4145. },
  4146. "id": {
  4147. "type": "string"
  4148. },
  4149. "invite_code": {
  4150. "type": "string"
  4151. },
  4152. "is_bind_extend": {
  4153. "type": "string",
  4154. "example": "是否绑定了上级 0否 1是"
  4155. },
  4156. "is_real_name": {
  4157. "type": "string",
  4158. "example": "是否实名认证 0否 1是"
  4159. },
  4160. "level_name": {
  4161. "description": "会员等级名称",
  4162. "type": "string"
  4163. },
  4164. "nickname": {
  4165. "description": "会员名称",
  4166. "type": "string"
  4167. },
  4168. "phone": {
  4169. "type": "string"
  4170. },
  4171. "ratio": {
  4172. "description": "兑换比例(x:y)",
  4173. "type": "string"
  4174. }
  4175. }
  4176. },
  4177. "md.MyFansResp": {
  4178. "type": "object",
  4179. "properties": {
  4180. "now_team_assistance_num": {
  4181. "description": "团队助力人数",
  4182. "type": "integer"
  4183. },
  4184. "now_team_assistance_reward": {
  4185. "description": "团队助力收益",
  4186. "type": "string"
  4187. },
  4188. "now_team_user": {
  4189. "description": "团队人数",
  4190. "type": "integer"
  4191. }
  4192. }
  4193. },
  4194. "md.MyFansUserListResp": {
  4195. "type": "object",
  4196. "properties": {
  4197. "list": {
  4198. "type": "array",
  4199. "items": {
  4200. "$ref": "#/definitions/md.OneLineUserNode"
  4201. }
  4202. }
  4203. }
  4204. },
  4205. "md.NineDimensionalSpaceResp": {
  4206. "type": "object",
  4207. "properties": {
  4208. "a_lot_of_nums": {
  4209. "description": "全网至多用户数",
  4210. "type": "integer"
  4211. },
  4212. "day_num": {
  4213. "description": "连续x天不活跃",
  4214. "type": "integer"
  4215. },
  4216. "rows": {
  4217. "description": "行数",
  4218. "type": "string"
  4219. },
  4220. "space_list": {
  4221. "description": "数据列表",
  4222. "type": "array",
  4223. "items": {
  4224. "$ref": "#/definitions/md.SpaceListNode"
  4225. }
  4226. },
  4227. "space_nums": {
  4228. "description": "空间人数",
  4229. "type": "integer"
  4230. },
  4231. "space_total_nums": {
  4232. "description": "空间总数",
  4233. "type": "integer"
  4234. },
  4235. "times": {
  4236. "description": "排数",
  4237. "type": "string"
  4238. }
  4239. }
  4240. },
  4241. "md.OneLineUserNode": {
  4242. "type": "object",
  4243. "properties": {
  4244. "avatar_url": {
  4245. "type": "string"
  4246. },
  4247. "invite_time": {
  4248. "type": "string"
  4249. },
  4250. "is_online": {
  4251. "type": "boolean"
  4252. },
  4253. "nickname": {
  4254. "type": "string"
  4255. }
  4256. }
  4257. },
  4258. "md.PointsCenterGetBasicResp": {
  4259. "type": "object",
  4260. "properties": {
  4261. "egg_point": {
  4262. "description": "能量积分",
  4263. "type": "string"
  4264. },
  4265. "egg_point_amount": {
  4266. "description": "能量积分价值",
  4267. "type": "string"
  4268. },
  4269. "energy": {
  4270. "description": "蛋蛋能量值",
  4271. "type": "string"
  4272. },
  4273. "energy_amount": {
  4274. "description": "能量价值",
  4275. "type": "string"
  4276. },
  4277. "wallet_amount": {
  4278. "description": "账户余额",
  4279. "type": "string"
  4280. }
  4281. }
  4282. },
  4283. "md.PointsExchangeGetBasicResp": {
  4284. "type": "object",
  4285. "properties": {
  4286. "available_cash": {
  4287. "description": "可用现金",
  4288. "type": "string"
  4289. },
  4290. "available_energy": {
  4291. "description": "可用能量",
  4292. "type": "string"
  4293. }
  4294. }
  4295. },
  4296. "md.RealNameAuthAddRequest": {
  4297. "type": "object",
  4298. "properties": {
  4299. "card_no": {
  4300. "type": "string"
  4301. },
  4302. "real_name": {
  4303. "type": "string"
  4304. }
  4305. }
  4306. },
  4307. "md.RealNameAuthBasicData": {
  4308. "type": "object",
  4309. "properties": {
  4310. "auth_state": {
  4311. "type": "string",
  4312. "example": "0未申请 1申请通过 3申请失败"
  4313. },
  4314. "is_need_get_energy": {
  4315. "type": "string",
  4316. "example": "0不需要获取能量 1弹窗提示 前往蛋蛋乐园获取能量"
  4317. }
  4318. }
  4319. },
  4320. "md.RealNameAuthResp": {
  4321. "type": "object",
  4322. "properties": {
  4323. "oid": {
  4324. "type": "string"
  4325. },
  4326. "url": {
  4327. "type": "string"
  4328. }
  4329. }
  4330. },
  4331. "md.RealTimePriceResp": {
  4332. "type": "object",
  4333. "properties": {
  4334. "is_rises": {
  4335. "description": "是否涨/跌价",
  4336. "type": "boolean"
  4337. },
  4338. "now_price": {
  4339. "description": "当前价格",
  4340. "type": "string"
  4341. },
  4342. "rises": {
  4343. "description": "涨价幅度(百分比)",
  4344. "type": "string"
  4345. },
  4346. "user_count": {
  4347. "description": "用户数",
  4348. "type": "integer"
  4349. }
  4350. }
  4351. },
  4352. "md.RedPackageDetailResp": {
  4353. "type": "object",
  4354. "properties": {
  4355. "detail": {
  4356. "description": "红包详情信息",
  4357. "allOf": [
  4358. {
  4359. "$ref": "#/definitions/model.ImSendRedPackageOrd"
  4360. }
  4361. ]
  4362. },
  4363. "list": {
  4364. "description": "领取红包用户列表",
  4365. "type": "array",
  4366. "items": {
  4367. "$ref": "#/definitions/md.RedPackageDetailUserNode"
  4368. }
  4369. }
  4370. }
  4371. },
  4372. "md.RedPackageDetailUserNode": {
  4373. "type": "object",
  4374. "properties": {
  4375. "amount": {
  4376. "description": "金额",
  4377. "type": "string"
  4378. },
  4379. "im_user_id": {
  4380. "description": "im用户id",
  4381. "type": "string"
  4382. },
  4383. "received_at": {
  4384. "description": "领取时间",
  4385. "type": "string"
  4386. },
  4387. "user_avatar_url": {
  4388. "description": "im用户昵称",
  4389. "type": "string"
  4390. },
  4391. "user_nick_name": {
  4392. "description": "im用户昵称",
  4393. "type": "string"
  4394. }
  4395. }
  4396. },
  4397. "md.RegisterReq": {
  4398. "type": "object",
  4399. "required": [
  4400. "mobile"
  4401. ],
  4402. "properties": {
  4403. "avatar": {
  4404. "type": "string",
  4405. "example": "头像"
  4406. },
  4407. "code": {
  4408. "type": "string",
  4409. "example": "验证码"
  4410. },
  4411. "invite_code": {
  4412. "type": "string",
  4413. "example": "邀请码"
  4414. },
  4415. "mobile": {
  4416. "type": "string"
  4417. },
  4418. "nickname": {
  4419. "type": "string",
  4420. "example": "昵称"
  4421. },
  4422. "open_id": {
  4423. "type": "string",
  4424. "example": "微信openId"
  4425. },
  4426. "password": {
  4427. "type": "string",
  4428. "example": "密码 如 123"
  4429. },
  4430. "sex": {
  4431. "description": "性别(0:未知 1:男 2:女)",
  4432. "type": "integer"
  4433. },
  4434. "type": {
  4435. "type": "string",
  4436. "example": "app:APP注册、h5:H5注册"
  4437. },
  4438. "union_id": {
  4439. "type": "string",
  4440. "example": "微信UnionId"
  4441. }
  4442. }
  4443. },
  4444. "md.Response": {
  4445. "type": "object",
  4446. "properties": {
  4447. "code": {
  4448. "type": "string",
  4449. "example": "响应码"
  4450. },
  4451. "data": {
  4452. "description": "内容"
  4453. },
  4454. "msg": {
  4455. "type": "string",
  4456. "example": "具体错误原因"
  4457. }
  4458. }
  4459. },
  4460. "md.SendRedPackageDetailReq": {
  4461. "type": "object",
  4462. "properties": {
  4463. "order_id": {
  4464. "description": "红包的订单 ID",
  4465. "type": "string"
  4466. }
  4467. }
  4468. },
  4469. "md.SendRedPackageDetailResp": {
  4470. "type": "object",
  4471. "properties": {
  4472. "im": {
  4473. "$ref": "#/definitions/md.SeqType"
  4474. },
  4475. "red_package_id": {
  4476. "description": "红包 ID",
  4477. "type": "integer"
  4478. }
  4479. }
  4480. },
  4481. "md.SendRedPackageReq": {
  4482. "type": "object",
  4483. "properties": {
  4484. "amount": {
  4485. "description": "红包金额",
  4486. "type": "string"
  4487. },
  4488. "device_id": {
  4489. "description": "设备id",
  4490. "type": "string"
  4491. },
  4492. "receiver_id": {
  4493. "description": "用户id或者群组id",
  4494. "type": "integer"
  4495. },
  4496. "receiver_type": {
  4497. "description": "接收者类型,1:user;2:group",
  4498. "type": "integer"
  4499. },
  4500. "red_package_cover": {
  4501. "description": "红包封面",
  4502. "type": "string"
  4503. },
  4504. "red_packet_content": {
  4505. "description": "红包文字内容",
  4506. "type": "string"
  4507. },
  4508. "red_packet_nums": {
  4509. "description": "红包数量",
  4510. "type": "integer"
  4511. },
  4512. "red_packet_small_content": {
  4513. "description": "红包文字内容",
  4514. "type": "string"
  4515. },
  4516. "red_packet_type": {
  4517. "description": "红包类型(0:未知 1:好友红包 2:群组普通红包 3:群组手气红包 4:群组专属红包 5:系统红包)",
  4518. "type": "integer"
  4519. },
  4520. "send_time": {
  4521. "description": "消息发送时间戳,精确到毫秒",
  4522. "type": "integer"
  4523. },
  4524. "to_user_ids": {
  4525. "description": "红包给到哪些im用户id(专属红包)",
  4526. "type": "array",
  4527. "items": {
  4528. "type": "integer"
  4529. }
  4530. },
  4531. "token": {
  4532. "description": "im-token",
  4533. "type": "string"
  4534. },
  4535. "user_id": {
  4536. "description": "im用户id",
  4537. "type": "string"
  4538. }
  4539. }
  4540. },
  4541. "md.SendRedPackageResp": {
  4542. "type": "object",
  4543. "properties": {
  4544. "im": {
  4545. "$ref": "#/definitions/pb.SendRedPacketResp"
  4546. },
  4547. "red_package_id": {
  4548. "description": "红包ID",
  4549. "type": "integer"
  4550. }
  4551. }
  4552. },
  4553. "md.SeqType": {
  4554. "type": "object",
  4555. "properties": {
  4556. "seq": {
  4557. "description": "序列号",
  4558. "type": "integer"
  4559. }
  4560. }
  4561. },
  4562. "md.SmsSendReq": {
  4563. "type": "object",
  4564. "required": [
  4565. "mobile"
  4566. ],
  4567. "properties": {
  4568. "captcha_output": {
  4569. "type": "string",
  4570. "example": "阿里云图形验证码对应参数"
  4571. },
  4572. "gen_time": {
  4573. "type": "string",
  4574. "example": "阿里云图形验证码对应参数"
  4575. },
  4576. "lot_number": {
  4577. "type": "string",
  4578. "example": "阿里云图形验证码对应参数"
  4579. },
  4580. "mobile": {
  4581. "type": "string"
  4582. },
  4583. "pass_token": {
  4584. "type": "string",
  4585. "example": "阿里云图形验证码对应参数"
  4586. },
  4587. "type": {
  4588. "type": "string",
  4589. "example": "h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码、changePasscode:修改支付密码"
  4590. }
  4591. }
  4592. },
  4593. "md.SpaceListNode": {
  4594. "type": "object",
  4595. "properties": {
  4596. "max_count": {
  4597. "description": "最大容纳人数",
  4598. "type": "integer"
  4599. },
  4600. "name": {
  4601. "description": "维度",
  4602. "type": "string"
  4603. },
  4604. "now_count": {
  4605. "description": "当前人数",
  4606. "type": "integer"
  4607. }
  4608. }
  4609. },
  4610. "md.TotalRateResp": {
  4611. "type": "object",
  4612. "properties": {
  4613. "consumed_personal_egg_point": {
  4614. "description": "消耗个人蛋蛋积分",
  4615. "type": "string"
  4616. },
  4617. "consumed_team_egg_point": {
  4618. "description": "消耗团队蛋蛋积分",
  4619. "type": "string"
  4620. },
  4621. "now_basal_rate": {
  4622. "description": "当前基础速率/小时",
  4623. "type": "string"
  4624. },
  4625. "now_team_rate": {
  4626. "description": "当前团队速率/小时",
  4627. "type": "string"
  4628. },
  4629. "now_total_rate": {
  4630. "description": "总速率/小时",
  4631. "type": "string"
  4632. }
  4633. }
  4634. },
  4635. "md.TransferTypeList": {
  4636. "type": "object",
  4637. "properties": {
  4638. "TeamTransferTypeList": {
  4639. "description": "团队积分变动列表",
  4640. "allOf": [
  4641. {
  4642. "$ref": "#/definitions/md.IntegralList"
  4643. }
  4644. ]
  4645. },
  4646. "personal_transfer_type_list": {
  4647. "description": "个人积分变动列表",
  4648. "allOf": [
  4649. {
  4650. "$ref": "#/definitions/md.IntegralList"
  4651. }
  4652. ]
  4653. }
  4654. }
  4655. },
  4656. "md.TransferTypeNode": {
  4657. "type": "object",
  4658. "properties": {
  4659. "name": {
  4660. "type": "string"
  4661. },
  4662. "value": {
  4663. "type": "string"
  4664. }
  4665. }
  4666. },
  4667. "md.UpdatePasscodeReq": {
  4668. "type": "object",
  4669. "properties": {
  4670. "code": {
  4671. "type": "string",
  4672. "example": "验证码"
  4673. },
  4674. "passcode": {
  4675. "type": "string",
  4676. "example": "密码 如 123"
  4677. }
  4678. }
  4679. },
  4680. "md.UpdatePasswordReq": {
  4681. "type": "object",
  4682. "properties": {
  4683. "code": {
  4684. "type": "string",
  4685. "example": "验证码"
  4686. },
  4687. "password": {
  4688. "type": "string",
  4689. "example": "密码 如 123"
  4690. }
  4691. }
  4692. },
  4693. "md.UserFeedbackListReq": {
  4694. "type": "object",
  4695. "properties": {
  4696. "limit": {
  4697. "type": "string"
  4698. },
  4699. "page": {
  4700. "type": "string"
  4701. }
  4702. }
  4703. },
  4704. "md.UserFeedbackListResp": {
  4705. "type": "object",
  4706. "properties": {
  4707. "content": {
  4708. "type": "string"
  4709. },
  4710. "create_at": {
  4711. "type": "string"
  4712. },
  4713. "id": {
  4714. "type": "string"
  4715. },
  4716. "img": {
  4717. "type": "array",
  4718. "items": {
  4719. "type": "string"
  4720. }
  4721. },
  4722. "label": {
  4723. "type": "string"
  4724. },
  4725. "state": {
  4726. "type": "string",
  4727. "example": "0未回复 1已回复"
  4728. },
  4729. "title": {
  4730. "type": "string"
  4731. },
  4732. "type": {
  4733. "type": "string"
  4734. }
  4735. }
  4736. },
  4737. "md.UserFeedbackRecordReq": {
  4738. "type": "object",
  4739. "properties": {
  4740. "id": {
  4741. "type": "string"
  4742. },
  4743. "page": {
  4744. "type": "string"
  4745. }
  4746. }
  4747. },
  4748. "md.UserFeedbackRecordResp": {
  4749. "type": "object",
  4750. "properties": {
  4751. "content": {
  4752. "type": "string"
  4753. },
  4754. "create_at": {
  4755. "type": "string"
  4756. },
  4757. "head_img": {
  4758. "type": "string"
  4759. },
  4760. "nickname": {
  4761. "type": "string"
  4762. },
  4763. "type": {
  4764. "type": "string"
  4765. }
  4766. }
  4767. },
  4768. "md.UserFeedbackSaveReq": {
  4769. "type": "object",
  4770. "properties": {
  4771. "cid": {
  4772. "type": "string",
  4773. "example": "问题类型的id"
  4774. },
  4775. "content": {
  4776. "type": "string",
  4777. "example": "问题内容"
  4778. },
  4779. "idea": {
  4780. "type": "string",
  4781. "example": "建议内容"
  4782. },
  4783. "img": {
  4784. "type": "array",
  4785. "items": {
  4786. "type": "string"
  4787. },
  4788. "example": [
  4789. "图片"
  4790. ]
  4791. },
  4792. "phone": {
  4793. "type": "string"
  4794. },
  4795. "title": {
  4796. "type": "string"
  4797. },
  4798. "type": {
  4799. "type": "string",
  4800. "example": "问题类型的name"
  4801. }
  4802. }
  4803. },
  4804. "md.UserFeedbackSayReq": {
  4805. "type": "object",
  4806. "properties": {
  4807. "content": {
  4808. "type": "string",
  4809. "example": "问题内容"
  4810. },
  4811. "id": {
  4812. "type": "string",
  4813. "example": "id"
  4814. }
  4815. }
  4816. },
  4817. "md.UserInfoResp": {
  4818. "type": "object",
  4819. "properties": {
  4820. "head_img": {
  4821. "type": "string"
  4822. },
  4823. "id": {
  4824. "type": "string"
  4825. },
  4826. "invite_code": {
  4827. "type": "string"
  4828. },
  4829. "is_bind_extend": {
  4830. "type": "string",
  4831. "example": "是否绑定了上级 0否 1是"
  4832. },
  4833. "nickname": {
  4834. "type": "string"
  4835. },
  4836. "phone": {
  4837. "type": "string"
  4838. }
  4839. }
  4840. },
  4841. "md.Version": {
  4842. "type": "object",
  4843. "properties": {
  4844. "content": {
  4845. "type": "string"
  4846. },
  4847. "img": {
  4848. "type": "string"
  4849. },
  4850. "is_must": {
  4851. "type": "string"
  4852. },
  4853. "name": {
  4854. "type": "string"
  4855. },
  4856. "type": {
  4857. "type": "string"
  4858. },
  4859. "url": {
  4860. "type": "string"
  4861. },
  4862. "version": {
  4863. "type": "string"
  4864. }
  4865. }
  4866. },
  4867. "md.VersionResp": {
  4868. "type": "object",
  4869. "properties": {
  4870. "is_audit_version": {
  4871. "type": "string"
  4872. },
  4873. "version": {
  4874. "type": "array",
  4875. "items": {
  4876. "$ref": "#/definitions/md.Version"
  4877. }
  4878. }
  4879. }
  4880. },
  4881. "md.WalletFlowNode": {
  4882. "type": "object",
  4883. "properties": {
  4884. "after_amount": {
  4885. "description": "变动后金额",
  4886. "type": "string"
  4887. },
  4888. "amount": {
  4889. "description": "变动金额",
  4890. "type": "string"
  4891. },
  4892. "before_amount": {
  4893. "description": "变动前金额",
  4894. "type": "string"
  4895. },
  4896. "create_time": {
  4897. "description": "创建时间",
  4898. "type": "string"
  4899. },
  4900. "direction": {
  4901. "description": "方向:1.收入 2.支出",
  4902. "type": "integer"
  4903. },
  4904. "id": {
  4905. "type": "integer"
  4906. },
  4907. "kind": {
  4908. "description": "1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  4909. "type": "integer"
  4910. },
  4911. "memo": {
  4912. "description": "备注",
  4913. "type": "string"
  4914. },
  4915. "ord_id": {
  4916. "description": "对应订单编号",
  4917. "type": "string"
  4918. },
  4919. "state": {
  4920. "description": "1未到账,2已到账",
  4921. "type": "integer"
  4922. },
  4923. "sys_fee": {
  4924. "description": "手续费",
  4925. "type": "string"
  4926. },
  4927. "title": {
  4928. "description": "标题",
  4929. "type": "string"
  4930. },
  4931. "uid": {
  4932. "description": "用户 ID",
  4933. "type": "integer"
  4934. },
  4935. "update_time": {
  4936. "description": "更新时间",
  4937. "type": "string"
  4938. }
  4939. }
  4940. },
  4941. "md.WechatLoginReq": {
  4942. "type": "object",
  4943. "properties": {
  4944. "avatar": {
  4945. "type": "string",
  4946. "example": "头像"
  4947. },
  4948. "nickname": {
  4949. "type": "string",
  4950. "example": "昵称"
  4951. },
  4952. "open_id": {
  4953. "type": "string",
  4954. "example": "微信openId"
  4955. },
  4956. "union_id": {
  4957. "type": "string",
  4958. "example": "微信UnionId"
  4959. }
  4960. }
  4961. },
  4962. "md.WithdrawApplyReq": {
  4963. "type": "object",
  4964. "properties": {
  4965. "amount": {
  4966. "description": "金额",
  4967. "type": "string"
  4968. },
  4969. "kind": {
  4970. "description": "提现方式(alipay:支付宝 wx:微信)",
  4971. "type": "string"
  4972. }
  4973. }
  4974. },
  4975. "md.WithdrawGetAmountResp": {
  4976. "type": "object",
  4977. "properties": {
  4978. "amount": {
  4979. "description": "余额",
  4980. "type": "string"
  4981. }
  4982. }
  4983. },
  4984. "model.ImSendRedPackageOrd": {
  4985. "type": "object",
  4986. "properties": {
  4987. "amount": {
  4988. "type": "string"
  4989. },
  4990. "create_time": {
  4991. "type": "string"
  4992. },
  4993. "id": {
  4994. "type": "integer"
  4995. },
  4996. "im_data": {
  4997. "type": "string"
  4998. },
  4999. "im_uid": {
  5000. "type": "integer"
  5001. },
  5002. "ord_no": {
  5003. "type": "string"
  5004. },
  5005. "received_im_user_ids": {
  5006. "type": "string"
  5007. },
  5008. "received_times": {
  5009. "type": "string"
  5010. },
  5011. "received_user_amount": {
  5012. "type": "string"
  5013. },
  5014. "received_user_ids": {
  5015. "type": "string"
  5016. },
  5017. "red_packet_balance_amount": {
  5018. "type": "string"
  5019. },
  5020. "red_packet_balance_nums": {
  5021. "type": "integer"
  5022. },
  5023. "red_packet_nums": {
  5024. "type": "integer"
  5025. },
  5026. "red_packet_type": {
  5027. "type": "integer"
  5028. },
  5029. "state": {
  5030. "type": "integer"
  5031. },
  5032. "uid": {
  5033. "type": "integer"
  5034. },
  5035. "update_time": {
  5036. "type": "string"
  5037. },
  5038. "wait_draw_im_user_ids": {
  5039. "type": "string"
  5040. },
  5041. "wait_draw_user_ids": {
  5042. "type": "string"
  5043. }
  5044. }
  5045. },
  5046. "pb.SendRedPacketResp": {
  5047. "type": "object",
  5048. "properties": {
  5049. "seq": {
  5050. "description": "消息序列号",
  5051. "type": "integer"
  5052. }
  5053. }
  5054. }
  5055. }
  5056. }