蛋蛋星球-客户端
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

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