蛋蛋星球-客户端
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

5102 строки
169 KiB

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