蛋蛋星球-客户端
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 

5082 Zeilen
168 KiB

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