蛋蛋星球-客户端
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

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