蛋蛋星球-客户端
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 

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