蛋蛋星球-客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

4030 lines
133 KiB

  1. // Code generated by swaggo/swag. DO NOT EDIT.
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/v1/addFriend/basalRate": {
  26. "get": {
  27. "description": "基础速率(获取)",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "添加好友"
  36. ],
  37. "summary": "蛋蛋星球-添加好友-基础速率(获取)",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. }
  46. ],
  47. "responses": {
  48. "200": {
  49. "description": "具体数据",
  50. "schema": {
  51. "$ref": "#/definitions/md.BasalRateResp"
  52. }
  53. },
  54. "400": {
  55. "description": "具体错误",
  56. "schema": {
  57. "$ref": "#/definitions/md.Response"
  58. }
  59. }
  60. }
  61. }
  62. },
  63. "/api/v1/addFriend/eggEnergyDetails": {
  64. "post": {
  65. "description": "蛋蛋能量明细(获取)",
  66. "consumes": [
  67. "application/json"
  68. ],
  69. "produces": [
  70. "application/json"
  71. ],
  72. "tags": [
  73. "添加好友"
  74. ],
  75. "summary": "蛋蛋星球-添加好友-蛋蛋能量明细(获取)",
  76. "parameters": [
  77. {
  78. "type": "string",
  79. "description": "验证参数Bearer和token空格拼接",
  80. "name": "Authorization",
  81. "in": "header",
  82. "required": true
  83. },
  84. {
  85. "description": "分页类型必填",
  86. "name": "req",
  87. "in": "body",
  88. "required": true,
  89. "schema": {
  90. "$ref": "#/definitions/md.EggEnergyDetailReq"
  91. }
  92. }
  93. ],
  94. "responses": {
  95. "200": {
  96. "description": "具体数据",
  97. "schema": {
  98. "$ref": "#/definitions/md.EggEnergyDetailResp"
  99. }
  100. },
  101. "400": {
  102. "description": "具体错误",
  103. "schema": {
  104. "$ref": "#/definitions/md.Response"
  105. }
  106. }
  107. }
  108. }
  109. },
  110. "/api/v1/addFriend/eggPointDetails": {
  111. "post": {
  112. "description": "蛋蛋积分明细(获取)",
  113. "consumes": [
  114. "application/json"
  115. ],
  116. "produces": [
  117. "application/json"
  118. ],
  119. "tags": [
  120. "添加好友"
  121. ],
  122. "summary": "蛋蛋星球-添加好友-蛋蛋积分明细(获取)",
  123. "parameters": [
  124. {
  125. "type": "string",
  126. "description": "验证参数Bearer和token空格拼接",
  127. "name": "Authorization",
  128. "in": "header",
  129. "required": true
  130. },
  131. {
  132. "description": "分页类型必填",
  133. "name": "req",
  134. "in": "body",
  135. "required": true,
  136. "schema": {
  137. "$ref": "#/definitions/md.EggPointDetailsReq"
  138. }
  139. }
  140. ],
  141. "responses": {
  142. "200": {
  143. "description": "具体数据",
  144. "schema": {
  145. "$ref": "#/definitions/md.EggPointDetailsResp"
  146. }
  147. },
  148. "400": {
  149. "description": "具体错误",
  150. "schema": {
  151. "$ref": "#/definitions/md.Response"
  152. }
  153. }
  154. }
  155. }
  156. },
  157. "/api/v1/addFriend/myFans": {
  158. "get": {
  159. "description": "团队加速速率(获取)",
  160. "consumes": [
  161. "application/json"
  162. ],
  163. "produces": [
  164. "application/json"
  165. ],
  166. "tags": [
  167. "添加好友"
  168. ],
  169. "summary": "蛋蛋星球-添加好友-粉丝团队-我的粉丝-团队加速速率(获取)",
  170. "parameters": [
  171. {
  172. "type": "string",
  173. "description": "验证参数Bearer和token空格拼接",
  174. "name": "Authorization",
  175. "in": "header",
  176. "required": true
  177. }
  178. ],
  179. "responses": {
  180. "200": {
  181. "description": "具体数据",
  182. "schema": {
  183. "$ref": "#/definitions/md.MyFansResp"
  184. }
  185. },
  186. "400": {
  187. "description": "具体错误",
  188. "schema": {
  189. "$ref": "#/definitions/md.Response"
  190. }
  191. }
  192. }
  193. }
  194. },
  195. "/api/v1/addFriend/myFansUserList": {
  196. "get": {
  197. "description": "在线好友列表(获取)",
  198. "consumes": [
  199. "application/json"
  200. ],
  201. "produces": [
  202. "application/json"
  203. ],
  204. "tags": [
  205. "添加好友"
  206. ],
  207. "summary": "蛋蛋星球-添加好友-粉丝团队-我的粉丝-在线好友列表(获取)",
  208. "parameters": [
  209. {
  210. "type": "string",
  211. "description": "验证参数Bearer和token空格拼接",
  212. "name": "Authorization",
  213. "in": "header",
  214. "required": true
  215. },
  216. {
  217. "type": "integer",
  218. "description": "每页大小",
  219. "name": "limit",
  220. "in": "query",
  221. "required": true
  222. },
  223. {
  224. "type": "integer",
  225. "description": "页数",
  226. "name": "page",
  227. "in": "query",
  228. "required": true
  229. }
  230. ],
  231. "responses": {
  232. "200": {
  233. "description": "具体数据",
  234. "schema": {
  235. "$ref": "#/definitions/md.MyFansUserListResp"
  236. }
  237. },
  238. "400": {
  239. "description": "具体错误",
  240. "schema": {
  241. "$ref": "#/definitions/md.Response"
  242. }
  243. }
  244. }
  245. }
  246. },
  247. "/api/v1/addFriend/nineDimensionalSpace": {
  248. "get": {
  249. "description": "九维空间(获取)",
  250. "consumes": [
  251. "application/json"
  252. ],
  253. "produces": [
  254. "application/json"
  255. ],
  256. "tags": [
  257. "添加好友"
  258. ],
  259. "summary": "蛋蛋星球-添加好友-粉丝团队-九维空间(获取)",
  260. "parameters": [
  261. {
  262. "type": "string",
  263. "description": "验证参数Bearer和token空格拼接",
  264. "name": "Authorization",
  265. "in": "header",
  266. "required": true
  267. }
  268. ],
  269. "responses": {
  270. "200": {
  271. "description": "具体数据",
  272. "schema": {
  273. "$ref": "#/definitions/md.NineDimensionalSpaceResp"
  274. }
  275. },
  276. "400": {
  277. "description": "具体错误",
  278. "schema": {
  279. "$ref": "#/definitions/md.Response"
  280. }
  281. }
  282. }
  283. }
  284. },
  285. "/api/v1/addFriend/totalRate": {
  286. "get": {
  287. "description": "总速率(获取)",
  288. "consumes": [
  289. "application/json"
  290. ],
  291. "produces": [
  292. "application/json"
  293. ],
  294. "tags": [
  295. "添加好友"
  296. ],
  297. "summary": "蛋蛋星球-添加好友-总速率(获取)",
  298. "parameters": [
  299. {
  300. "type": "string",
  301. "description": "验证参数Bearer和token空格拼接",
  302. "name": "Authorization",
  303. "in": "header",
  304. "required": true
  305. }
  306. ],
  307. "responses": {
  308. "200": {
  309. "description": "具体数据",
  310. "schema": {
  311. "$ref": "#/definitions/md.TotalRateResp"
  312. }
  313. },
  314. "400": {
  315. "description": "具体错误",
  316. "schema": {
  317. "$ref": "#/definitions/md.Response"
  318. }
  319. }
  320. }
  321. }
  322. },
  323. "/api/v1/advertising": {
  324. "get": {
  325. "description": "广告位",
  326. "consumes": [
  327. "application/json"
  328. ],
  329. "produces": [
  330. "application/json"
  331. ],
  332. "tags": [
  333. "广告位"
  334. ],
  335. "summary": "广告位",
  336. "parameters": [
  337. {
  338. "type": "string",
  339. "description": "验证参数Bearer和token空格拼接",
  340. "name": "Authorization",
  341. "in": "header",
  342. "required": true
  343. }
  344. ],
  345. "responses": {
  346. "200": {
  347. "description": "具体数据",
  348. "schema": {
  349. "$ref": "#/definitions/md.AdvertisingResp"
  350. }
  351. },
  352. "400": {
  353. "description": "具体错误",
  354. "schema": {
  355. "$ref": "#/definitions/md.Response"
  356. }
  357. }
  358. }
  359. }
  360. },
  361. "/api/v1/advertising/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/accessRecords": {
  682. "post": {
  683. "description": "页面记录",
  684. "consumes": [
  685. "application/json"
  686. ],
  687. "produces": [
  688. "application/json"
  689. ],
  690. "tags": [
  691. "访问记录"
  692. ],
  693. "summary": "通用请求-访问记录-页面记录",
  694. "parameters": [
  695. {
  696. "type": "string",
  697. "description": "验证参数Bearer和token空格拼接",
  698. "name": "Authorization",
  699. "in": "header",
  700. "required": true
  701. },
  702. {
  703. "description": "页面标识",
  704. "name": "req",
  705. "in": "body",
  706. "required": true,
  707. "schema": {
  708. "$ref": "#/definitions/comm.AccessRecordsReq"
  709. }
  710. }
  711. ],
  712. "responses": {
  713. "200": {
  714. "description": "data exist",
  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/comm/getOssUrl": {
  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. "type": "string"
  755. }
  756. },
  757. "400": {
  758. "description": "具体错误",
  759. "schema": {
  760. "$ref": "#/definitions/md.Response"
  761. }
  762. }
  763. }
  764. }
  765. },
  766. "/api/v1/config": {
  767. "get": {
  768. "description": "基本配置",
  769. "consumes": [
  770. "application/json"
  771. ],
  772. "produces": [
  773. "application/json"
  774. ],
  775. "tags": [
  776. "基本配置"
  777. ],
  778. "summary": "基本配置",
  779. "parameters": [
  780. {
  781. "type": "string",
  782. "description": "验证参数Bearer和token空格拼接",
  783. "name": "Authorization",
  784. "in": "header",
  785. "required": true
  786. }
  787. ],
  788. "responses": {
  789. "200": {
  790. "description": "具体数据",
  791. "schema": {
  792. "$ref": "#/definitions/md.ConfigResp"
  793. }
  794. },
  795. "400": {
  796. "description": "具体错误",
  797. "schema": {
  798. "$ref": "#/definitions/md.Response"
  799. }
  800. }
  801. }
  802. }
  803. },
  804. "/api/v1/fastLogin": {
  805. "post": {
  806. "description": "一键登录",
  807. "consumes": [
  808. "application/json"
  809. ],
  810. "produces": [
  811. "application/json"
  812. ],
  813. "tags": [
  814. "一键登录"
  815. ],
  816. "summary": "一键登录",
  817. "parameters": [
  818. {
  819. "description": "注册参数",
  820. "name": "req",
  821. "in": "body",
  822. "required": true,
  823. "schema": {
  824. "$ref": "#/definitions/md.FastLoginReq"
  825. }
  826. }
  827. ],
  828. "responses": {
  829. "200": {
  830. "description": "登录成功返回",
  831. "schema": {
  832. "$ref": "#/definitions/md.LoginResponse"
  833. }
  834. },
  835. "400": {
  836. "description": "具体错误",
  837. "schema": {
  838. "$ref": "#/definitions/md.Response"
  839. }
  840. }
  841. }
  842. }
  843. },
  844. "/api/v1/findPassword": {
  845. "post": {
  846. "description": "注册",
  847. "consumes": [
  848. "application/json"
  849. ],
  850. "produces": [
  851. "application/json"
  852. ],
  853. "tags": [
  854. "注册"
  855. ],
  856. "summary": "注册",
  857. "parameters": [
  858. {
  859. "description": "注册参数",
  860. "name": "req",
  861. "in": "body",
  862. "required": true,
  863. "schema": {
  864. "$ref": "#/definitions/md.FindPasswordReq"
  865. }
  866. }
  867. ],
  868. "responses": {
  869. "200": {
  870. "description": "登录成功返回",
  871. "schema": {
  872. "type": "string"
  873. }
  874. },
  875. "400": {
  876. "description": "具体错误",
  877. "schema": {
  878. "$ref": "#/definitions/md.Response"
  879. }
  880. }
  881. }
  882. }
  883. },
  884. "/api/v1/getModuleSetting": {
  885. "get": {
  886. "description": "页面样式",
  887. "consumes": [
  888. "application/json"
  889. ],
  890. "produces": [
  891. "application/json"
  892. ],
  893. "tags": [
  894. "页面样式"
  895. ],
  896. "summary": "页面样式",
  897. "parameters": [
  898. {
  899. "type": "string",
  900. "description": "验证参数Bearer和token空格拼接",
  901. "name": "Authorization",
  902. "in": "header",
  903. "required": true
  904. },
  905. {
  906. "type": "string",
  907. "description": "页面名称类型值(1:home_page 2:member_center 3:bottom_bar 4:invitation_download_landing_page 5:invitation_poster)",
  908. "name": "mod_name_value",
  909. "in": "query",
  910. "required": true
  911. }
  912. ],
  913. "responses": {
  914. "200": {
  915. "description": "具体数据",
  916. "schema": {
  917. "$ref": "#/definitions/md.GetModuleSettingResp"
  918. }
  919. },
  920. "400": {
  921. "description": "具体错误",
  922. "schema": {
  923. "$ref": "#/definitions/md.Response"
  924. }
  925. }
  926. }
  927. }
  928. },
  929. "/api/v1/homePage/adRule": {
  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.HomePageWatchAdRuleResp"
  956. }
  957. },
  958. "400": {
  959. "description": "具体错误",
  960. "schema": {
  961. "$ref": "#/definitions/md.Response"
  962. }
  963. }
  964. }
  965. }
  966. },
  967. "/api/v1/homePage/index": {
  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.HomePageResp"
  994. }
  995. },
  996. "400": {
  997. "description": "具体错误",
  998. "schema": {
  999. "$ref": "#/definitions/md.Response"
  1000. }
  1001. }
  1002. }
  1003. }
  1004. },
  1005. "/api/v1/homePage/isCanGetRedPackage": {
  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.IsCanGetRedPackageResp"
  1032. }
  1033. },
  1034. "400": {
  1035. "description": "具体错误",
  1036. "schema": {
  1037. "$ref": "#/definitions/md.Response"
  1038. }
  1039. }
  1040. }
  1041. }
  1042. },
  1043. "/api/v1/homePage/isCanSignIn": {
  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.IsCanSignInResp"
  1070. }
  1071. },
  1072. "400": {
  1073. "description": "具体错误",
  1074. "schema": {
  1075. "$ref": "#/definitions/md.Response"
  1076. }
  1077. }
  1078. }
  1079. }
  1080. },
  1081. "/api/v1/homePage/realTimePrice": {
  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. "responses": {
  1104. "200": {
  1105. "description": "具体数据",
  1106. "schema": {
  1107. "$ref": "#/definitions/md.RealTimePriceResp"
  1108. }
  1109. },
  1110. "400": {
  1111. "description": "具体错误",
  1112. "schema": {
  1113. "$ref": "#/definitions/md.Response"
  1114. }
  1115. }
  1116. }
  1117. }
  1118. },
  1119. "/api/v1/im/redPackageDetail": {
  1120. "get": {
  1121. "description": "红包详情(获取)",
  1122. "consumes": [
  1123. "application/json"
  1124. ],
  1125. "produces": [
  1126. "application/json"
  1127. ],
  1128. "tags": [
  1129. "即时通讯"
  1130. ],
  1131. "summary": "蛋蛋星球-即时通讯-红包详情(获取)",
  1132. "parameters": [
  1133. {
  1134. "type": "string",
  1135. "description": "验证参数Bearer和token空格拼接",
  1136. "name": "Authorization",
  1137. "in": "header",
  1138. "required": true
  1139. },
  1140. {
  1141. "type": "string",
  1142. "description": "红包 ID",
  1143. "name": "red_package_id",
  1144. "in": "query",
  1145. "required": true
  1146. }
  1147. ],
  1148. "responses": {
  1149. "200": {
  1150. "description": "具体数据",
  1151. "schema": {
  1152. "$ref": "#/definitions/md.RedPackageDetailResp"
  1153. }
  1154. },
  1155. "400": {
  1156. "description": "具体错误",
  1157. "schema": {
  1158. "$ref": "#/definitions/md.Response"
  1159. }
  1160. }
  1161. }
  1162. }
  1163. },
  1164. "/api/v1/im/user/grabRedPackage": {
  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.GrabRedPackageReq"
  1192. }
  1193. }
  1194. ],
  1195. "responses": {
  1196. "200": {
  1197. "description": "具体数据",
  1198. "schema": {
  1199. "$ref": "#/definitions/md.GrabRedPackageResp"
  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. "type": "object"
  1892. }
  1893. }
  1894. ],
  1895. "responses": {
  1896. "200": {
  1897. "description": "返回任意参数",
  1898. "schema": {
  1899. "type": "object",
  1900. "additionalProperties": true
  1901. }
  1902. },
  1903. "400": {
  1904. "description": "具体错误",
  1905. "schema": {
  1906. "$ref": "#/definitions/md.Response"
  1907. }
  1908. }
  1909. }
  1910. }
  1911. },
  1912. "/api/v1/userFeedback/cate": {
  1913. "get": {
  1914. "description": "意见反馈-分类",
  1915. "consumes": [
  1916. "application/json"
  1917. ],
  1918. "produces": [
  1919. "application/json"
  1920. ],
  1921. "tags": [
  1922. "意见反馈"
  1923. ],
  1924. "summary": "意见反馈-分类",
  1925. "parameters": [
  1926. {
  1927. "type": "string",
  1928. "description": "验证参数Bearer和token空格拼接",
  1929. "name": "Authorization",
  1930. "in": "header",
  1931. "required": true
  1932. }
  1933. ],
  1934. "responses": {
  1935. "200": {
  1936. "description": "具体数据",
  1937. "schema": {
  1938. "$ref": "#/definitions/md.AdvertisingResp"
  1939. }
  1940. },
  1941. "400": {
  1942. "description": "具体错误",
  1943. "schema": {
  1944. "$ref": "#/definitions/md.Response"
  1945. }
  1946. }
  1947. }
  1948. }
  1949. },
  1950. "/api/v1/userFeedback/list": {
  1951. "post": {
  1952. "description": "意见反馈-反馈记录",
  1953. "consumes": [
  1954. "application/json"
  1955. ],
  1956. "produces": [
  1957. "application/json"
  1958. ],
  1959. "tags": [
  1960. "意见反馈"
  1961. ],
  1962. "summary": "意见反馈-反馈记录",
  1963. "parameters": [
  1964. {
  1965. "type": "string",
  1966. "description": "验证参数Bearer和token空格拼接",
  1967. "name": "Authorization",
  1968. "in": "header",
  1969. "required": true
  1970. },
  1971. {
  1972. "description": "参数",
  1973. "name": "req",
  1974. "in": "body",
  1975. "required": true,
  1976. "schema": {
  1977. "$ref": "#/definitions/md.UserFeedbackListReq"
  1978. }
  1979. }
  1980. ],
  1981. "responses": {
  1982. "200": {
  1983. "description": "具体数据",
  1984. "schema": {
  1985. "$ref": "#/definitions/md.UserFeedbackListResp"
  1986. }
  1987. },
  1988. "400": {
  1989. "description": "具体错误",
  1990. "schema": {
  1991. "$ref": "#/definitions/md.Response"
  1992. }
  1993. }
  1994. }
  1995. }
  1996. },
  1997. "/api/v1/userFeedback/record": {
  1998. "post": {
  1999. "description": "意见反馈-反馈记录-沟通记录",
  2000. "consumes": [
  2001. "application/json"
  2002. ],
  2003. "produces": [
  2004. "application/json"
  2005. ],
  2006. "tags": [
  2007. "意见反馈"
  2008. ],
  2009. "summary": "意见反馈-反馈记录-沟通记录",
  2010. "parameters": [
  2011. {
  2012. "type": "string",
  2013. "description": "验证参数Bearer和token空格拼接",
  2014. "name": "Authorization",
  2015. "in": "header",
  2016. "required": true
  2017. },
  2018. {
  2019. "description": "参数",
  2020. "name": "req",
  2021. "in": "body",
  2022. "required": true,
  2023. "schema": {
  2024. "$ref": "#/definitions/md.UserFeedbackRecordReq"
  2025. }
  2026. }
  2027. ],
  2028. "responses": {
  2029. "200": {
  2030. "description": "具体数据",
  2031. "schema": {
  2032. "$ref": "#/definitions/md.UserFeedbackRecordResp"
  2033. }
  2034. },
  2035. "400": {
  2036. "description": "具体错误",
  2037. "schema": {
  2038. "$ref": "#/definitions/md.Response"
  2039. }
  2040. }
  2041. }
  2042. }
  2043. },
  2044. "/api/v1/userFeedback/save": {
  2045. "post": {
  2046. "description": "意见反馈-反馈记录-提交",
  2047. "consumes": [
  2048. "application/json"
  2049. ],
  2050. "produces": [
  2051. "application/json"
  2052. ],
  2053. "tags": [
  2054. "意见反馈"
  2055. ],
  2056. "summary": "意见反馈-反馈记录-提交",
  2057. "parameters": [
  2058. {
  2059. "type": "string",
  2060. "description": "验证参数Bearer和token空格拼接",
  2061. "name": "Authorization",
  2062. "in": "header",
  2063. "required": true
  2064. },
  2065. {
  2066. "description": "参数",
  2067. "name": "req",
  2068. "in": "body",
  2069. "required": true,
  2070. "schema": {
  2071. "$ref": "#/definitions/md.UserFeedbackSaveReq"
  2072. }
  2073. }
  2074. ],
  2075. "responses": {
  2076. "200": {
  2077. "description": "具体数据",
  2078. "schema": {
  2079. "type": "string"
  2080. }
  2081. },
  2082. "400": {
  2083. "description": "具体错误",
  2084. "schema": {
  2085. "$ref": "#/definitions/md.Response"
  2086. }
  2087. }
  2088. }
  2089. }
  2090. },
  2091. "/api/v1/userFeedback/say": {
  2092. "post": {
  2093. "description": "意见反馈-反馈记录-沟通发送",
  2094. "consumes": [
  2095. "application/json"
  2096. ],
  2097. "produces": [
  2098. "application/json"
  2099. ],
  2100. "tags": [
  2101. "意见反馈"
  2102. ],
  2103. "summary": "意见反馈-反馈记录-沟通发送",
  2104. "parameters": [
  2105. {
  2106. "type": "string",
  2107. "description": "验证参数Bearer和token空格拼接",
  2108. "name": "Authorization",
  2109. "in": "header",
  2110. "required": true
  2111. },
  2112. {
  2113. "description": "参数",
  2114. "name": "req",
  2115. "in": "body",
  2116. "required": true,
  2117. "schema": {
  2118. "$ref": "#/definitions/md.UserFeedbackSayReq"
  2119. }
  2120. }
  2121. ],
  2122. "responses": {
  2123. "200": {
  2124. "description": "具体数据",
  2125. "schema": {
  2126. "type": "string"
  2127. }
  2128. },
  2129. "400": {
  2130. "description": "具体错误",
  2131. "schema": {
  2132. "$ref": "#/definitions/md.Response"
  2133. }
  2134. }
  2135. }
  2136. }
  2137. },
  2138. "/api/v1/userInfo": {
  2139. "get": {
  2140. "description": "用户信息",
  2141. "consumes": [
  2142. "application/json"
  2143. ],
  2144. "produces": [
  2145. "application/json"
  2146. ],
  2147. "tags": [
  2148. "用户信息"
  2149. ],
  2150. "summary": "用户信息",
  2151. "parameters": [
  2152. {
  2153. "type": "string",
  2154. "description": "验证参数Bearer和token空格拼接",
  2155. "name": "Authorization",
  2156. "in": "header",
  2157. "required": true
  2158. }
  2159. ],
  2160. "responses": {
  2161. "200": {
  2162. "description": "具体数据",
  2163. "schema": {
  2164. "$ref": "#/definitions/md.UserInfoResp"
  2165. }
  2166. },
  2167. "400": {
  2168. "description": "具体错误",
  2169. "schema": {
  2170. "$ref": "#/definitions/md.Response"
  2171. }
  2172. }
  2173. }
  2174. }
  2175. },
  2176. "/api/v1/wallet/amountFlow": {
  2177. "get": {
  2178. "description": "余额明细(获取)",
  2179. "consumes": [
  2180. "application/json"
  2181. ],
  2182. "produces": [
  2183. "application/json"
  2184. ],
  2185. "tags": [
  2186. "钱包"
  2187. ],
  2188. "summary": "蛋蛋星球-钱包-余额明细(获取)",
  2189. "parameters": [
  2190. {
  2191. "type": "string",
  2192. "description": "验证参数Bearer和token空格拼接",
  2193. "name": "Authorization",
  2194. "in": "header",
  2195. "required": true
  2196. },
  2197. {
  2198. "type": "string",
  2199. "description": "每页大小",
  2200. "name": "limit",
  2201. "in": "query",
  2202. "required": true
  2203. },
  2204. {
  2205. "type": "string",
  2206. "description": "页数",
  2207. "name": "page",
  2208. "in": "query",
  2209. "required": true
  2210. },
  2211. {
  2212. "type": "string",
  2213. "description": "开始时间",
  2214. "name": "startAt",
  2215. "in": "query"
  2216. },
  2217. {
  2218. "type": "string",
  2219. "description": "结束时间",
  2220. "name": "endAt",
  2221. "in": "query"
  2222. },
  2223. {
  2224. "type": "string",
  2225. "description": "流水方向(1.收入 2.支出 0.全部)",
  2226. "name": "direction",
  2227. "in": "query"
  2228. }
  2229. ],
  2230. "responses": {
  2231. "200": {
  2232. "description": "具体数据",
  2233. "schema": {
  2234. "$ref": "#/definitions/md.GetAmountFlowResp"
  2235. }
  2236. },
  2237. "400": {
  2238. "description": "具体错误",
  2239. "schema": {
  2240. "$ref": "#/definitions/md.Response"
  2241. }
  2242. }
  2243. }
  2244. }
  2245. },
  2246. "/api/v1/wallet/withdraw/index": {
  2247. "get": {
  2248. "description": "提现余额(获取)",
  2249. "consumes": [
  2250. "application/json"
  2251. ],
  2252. "produces": [
  2253. "application/json"
  2254. ],
  2255. "tags": [
  2256. "钱包"
  2257. ],
  2258. "summary": "蛋蛋星球-钱包-提现余额(获取)",
  2259. "parameters": [
  2260. {
  2261. "type": "string",
  2262. "description": "验证参数Bearer和token空格拼接",
  2263. "name": "Authorization",
  2264. "in": "header",
  2265. "required": true
  2266. }
  2267. ],
  2268. "responses": {
  2269. "200": {
  2270. "description": "具体数据",
  2271. "schema": {
  2272. "$ref": "#/definitions/md.WithdrawGetAmountResp"
  2273. }
  2274. },
  2275. "400": {
  2276. "description": "具体错误",
  2277. "schema": {
  2278. "$ref": "#/definitions/md.Response"
  2279. }
  2280. }
  2281. }
  2282. }
  2283. },
  2284. "/api/v1/wechatLogin": {
  2285. "post": {
  2286. "description": "微信登陆",
  2287. "consumes": [
  2288. "application/json"
  2289. ],
  2290. "produces": [
  2291. "application/json"
  2292. ],
  2293. "tags": [
  2294. "微信登陆"
  2295. ],
  2296. "summary": "微信登陆",
  2297. "parameters": [
  2298. {
  2299. "description": "注册参数",
  2300. "name": "req",
  2301. "in": "body",
  2302. "required": true,
  2303. "schema": {
  2304. "$ref": "#/definitions/md.WechatLoginReq"
  2305. }
  2306. }
  2307. ],
  2308. "responses": {
  2309. "200": {
  2310. "description": "登录成功返回",
  2311. "schema": {
  2312. "$ref": "#/definitions/md.LoginResponse"
  2313. }
  2314. },
  2315. "400": {
  2316. "description": "具体错误",
  2317. "schema": {
  2318. "$ref": "#/definitions/md.Response"
  2319. }
  2320. }
  2321. }
  2322. }
  2323. }
  2324. },
  2325. "definitions": {
  2326. "applet_app_md.Paginate": {
  2327. "type": "object",
  2328. "properties": {
  2329. "limit": {
  2330. "description": "每页大小",
  2331. "type": "integer"
  2332. },
  2333. "page": {
  2334. "description": "页数",
  2335. "type": "integer"
  2336. },
  2337. "total": {
  2338. "description": "总数据量",
  2339. "type": "integer"
  2340. }
  2341. }
  2342. },
  2343. "comm.AccessRecordsReq": {
  2344. "type": "object",
  2345. "properties": {
  2346. "index": {
  2347. "description": "页面标签",
  2348. "type": "string"
  2349. }
  2350. }
  2351. },
  2352. "md.AdvertisingBasic": {
  2353. "type": "object",
  2354. "properties": {
  2355. "android_ad_is_open": {
  2356. "type": "string",
  2357. "example": "安卓广告是否开启(1:开启 0:不开启)"
  2358. },
  2359. "android_open_ad_is_open": {
  2360. "type": "string",
  2361. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  2362. },
  2363. "info": {
  2364. "type": "object",
  2365. "additionalProperties": true
  2366. },
  2367. "ios_ad_is_open": {
  2368. "type": "string",
  2369. "example": "ios广告是否开启(1:开启 0:不开启)"
  2370. },
  2371. "ios_open_ad_is_open": {
  2372. "type": "string",
  2373. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  2374. },
  2375. "voice": {
  2376. "type": "string",
  2377. "example": "领取声音"
  2378. }
  2379. }
  2380. },
  2381. "md.AdvertisingFunction": {
  2382. "type": "object",
  2383. "properties": {
  2384. "ad_id": {
  2385. "type": "string",
  2386. "example": "广告id"
  2387. },
  2388. "name": {
  2389. "type": "string",
  2390. "example": "名称"
  2391. },
  2392. "type": {
  2393. "type": "string",
  2394. "example": "位置"
  2395. }
  2396. }
  2397. },
  2398. "md.AdvertisingLimit": {
  2399. "type": "object",
  2400. "properties": {
  2401. "public_img": {
  2402. "type": "string",
  2403. "example": "公共弹窗图"
  2404. },
  2405. "public_str": {
  2406. "type": "string",
  2407. "example": "公共弹窗文字"
  2408. },
  2409. "withdraw_img": {
  2410. "type": "string",
  2411. "example": "提现弹窗图"
  2412. },
  2413. "withdraw_str": {
  2414. "type": "string",
  2415. "example": "提现弹窗文字"
  2416. }
  2417. }
  2418. },
  2419. "md.AdvertisingReq": {
  2420. "type": "object",
  2421. "properties": {
  2422. "id": {
  2423. "type": "string"
  2424. }
  2425. }
  2426. },
  2427. "md.AdvertisingResp": {
  2428. "type": "object",
  2429. "properties": {
  2430. "basic": {
  2431. "$ref": "#/definitions/md.AdvertisingBasic"
  2432. },
  2433. "function": {
  2434. "type": "array",
  2435. "items": {
  2436. "$ref": "#/definitions/md.AdvertisingFunction"
  2437. }
  2438. },
  2439. "pop": {
  2440. "$ref": "#/definitions/md.AdvertisingLimit"
  2441. },
  2442. "space": {
  2443. "type": "array",
  2444. "items": {
  2445. "$ref": "#/definitions/md.AdvertisingSpace"
  2446. }
  2447. }
  2448. }
  2449. },
  2450. "md.AdvertisingSpace": {
  2451. "type": "object",
  2452. "properties": {
  2453. "counting_down": {
  2454. "type": "string",
  2455. "example": "倒计时 x秒"
  2456. },
  2457. "id": {
  2458. "type": "string",
  2459. "example": "id"
  2460. },
  2461. "info": {
  2462. "type": "object",
  2463. "additionalProperties": true
  2464. },
  2465. "kind": {
  2466. "type": "string",
  2467. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告)"
  2468. },
  2469. "name": {
  2470. "type": "string",
  2471. "example": "名称"
  2472. }
  2473. }
  2474. },
  2475. "md.BasalRateResp": {
  2476. "type": "object",
  2477. "properties": {
  2478. "basal_rate": {
  2479. "description": "基础速率",
  2480. "type": "string"
  2481. },
  2482. "consumed_egg_energy": {
  2483. "description": "收益蛋蛋能量",
  2484. "type": "string"
  2485. },
  2486. "consumed_egg_point": {
  2487. "description": "消耗蛋蛋积分",
  2488. "type": "string"
  2489. },
  2490. "consumed_time": {
  2491. "description": "消耗时间/小时",
  2492. "type": "string"
  2493. },
  2494. "estimated_revenue": {
  2495. "description": "预估收益蛋蛋能量",
  2496. "type": "string"
  2497. },
  2498. "remaining_egg_energy": {
  2499. "description": "剩余蛋蛋能量",
  2500. "type": "string"
  2501. },
  2502. "remaining_time": {
  2503. "description": "剩余时间/小时",
  2504. "type": "string"
  2505. },
  2506. "sign_countdown": {
  2507. "description": "收益倒计时",
  2508. "type": "string"
  2509. }
  2510. }
  2511. },
  2512. "md.CollegeDetailReq": {
  2513. "type": "object",
  2514. "properties": {
  2515. "id": {
  2516. "type": "string"
  2517. }
  2518. }
  2519. },
  2520. "md.CollegeDetailResp": {
  2521. "type": "object",
  2522. "properties": {
  2523. "content": {
  2524. "type": "string"
  2525. },
  2526. "create_at": {
  2527. "type": "string"
  2528. },
  2529. "forward_count": {
  2530. "type": "string",
  2531. "example": "分享数量"
  2532. },
  2533. "id": {
  2534. "type": "string"
  2535. },
  2536. "is_like": {
  2537. "type": "string",
  2538. "example": "是否点赞 0否 1是"
  2539. },
  2540. "like_count": {
  2541. "type": "string",
  2542. "example": "点赞数量"
  2543. },
  2544. "title": {
  2545. "type": "string"
  2546. },
  2547. "url": {
  2548. "type": "string"
  2549. },
  2550. "watch_count": {
  2551. "type": "string",
  2552. "example": "学习数量"
  2553. }
  2554. }
  2555. },
  2556. "md.CollegeListReq": {
  2557. "type": "object",
  2558. "properties": {
  2559. "cate_id": {
  2560. "type": "string"
  2561. },
  2562. "limit": {
  2563. "type": "string"
  2564. },
  2565. "page": {
  2566. "type": "string"
  2567. }
  2568. }
  2569. },
  2570. "md.CollegeListResp": {
  2571. "type": "object",
  2572. "properties": {
  2573. "cover": {
  2574. "type": "string",
  2575. "example": "封面图"
  2576. },
  2577. "create_at": {
  2578. "type": "string"
  2579. },
  2580. "forward_count": {
  2581. "type": "string",
  2582. "example": "分享数量"
  2583. },
  2584. "id": {
  2585. "type": "string"
  2586. },
  2587. "like_count": {
  2588. "type": "string",
  2589. "example": "点赞数量"
  2590. },
  2591. "title": {
  2592. "type": "string"
  2593. },
  2594. "url": {
  2595. "type": "string"
  2596. },
  2597. "watch_count": {
  2598. "type": "string",
  2599. "example": "学习数量"
  2600. }
  2601. }
  2602. },
  2603. "md.ConfigResp": {
  2604. "type": "object",
  2605. "properties": {
  2606. "content": {
  2607. "type": "string",
  2608. "example": "软件使用协议内容"
  2609. },
  2610. "privacy_title": {
  2611. "type": "string",
  2612. "example": "隐私协议标题"
  2613. },
  2614. "privacy_url": {
  2615. "type": "string",
  2616. "example": "隐私协议链接"
  2617. },
  2618. "title": {
  2619. "type": "string",
  2620. "example": "软件使用协议标题"
  2621. },
  2622. "user_title": {
  2623. "type": "string",
  2624. "example": "用户协议标题"
  2625. },
  2626. "user_url": {
  2627. "type": "string",
  2628. "example": "用户协议链接"
  2629. }
  2630. }
  2631. },
  2632. "md.ContributionValueFlowNode": {
  2633. "type": "object",
  2634. "properties": {
  2635. "amount": {
  2636. "description": "变更数量",
  2637. "type": "string"
  2638. },
  2639. "create_at": {
  2640. "description": "完成时间",
  2641. "type": "string"
  2642. },
  2643. "direction": {
  2644. "description": "方向: 1.收入 2.支出",
  2645. "type": "string"
  2646. },
  2647. "title": {
  2648. "description": "标题",
  2649. "type": "string"
  2650. }
  2651. }
  2652. },
  2653. "md.DynamicDataResp": {
  2654. "type": "object",
  2655. "properties": {
  2656. "development_committee": {
  2657. "description": "发展委员会",
  2658. "type": "string"
  2659. },
  2660. "public_welfare_and_charity": {
  2661. "description": "公益基金",
  2662. "type": "string"
  2663. },
  2664. "star_level_dividends": {
  2665. "description": "星级分红",
  2666. "type": "string"
  2667. },
  2668. "user_total_hold": {
  2669. "description": "用户持有总量",
  2670. "type": "string"
  2671. }
  2672. }
  2673. },
  2674. "md.EggEnergyDetailReq": {
  2675. "type": "object",
  2676. "properties": {
  2677. "asc": {
  2678. "description": "1.升序 2.倒序",
  2679. "type": "string"
  2680. },
  2681. "direction": {
  2682. "description": "类型 1.收入 2.支出 全部则传空",
  2683. "type": "string"
  2684. },
  2685. "kind": {
  2686. "description": "类型:1. 个人蛋蛋能量 2.团队蛋蛋能量",
  2687. "type": "string"
  2688. },
  2689. "limit": {
  2690. "description": "每页大小",
  2691. "type": "integer"
  2692. },
  2693. "page": {
  2694. "description": "页数",
  2695. "type": "integer"
  2696. },
  2697. "type": {
  2698. "description": "变动类型 全部则传空",
  2699. "type": "string"
  2700. }
  2701. }
  2702. },
  2703. "md.EggEnergyDetailResp": {
  2704. "type": "object",
  2705. "properties": {
  2706. "list": {
  2707. "description": "流水数据",
  2708. "type": "array",
  2709. "items": {
  2710. "type": "object",
  2711. "additionalProperties": {
  2712. "type": "string"
  2713. }
  2714. }
  2715. },
  2716. "paginate": {
  2717. "description": "分页信息",
  2718. "allOf": [
  2719. {
  2720. "$ref": "#/definitions/applet_app_md.Paginate"
  2721. }
  2722. ]
  2723. },
  2724. "person_egg_energy": {
  2725. "description": "个人蛋蛋能量",
  2726. "type": "string"
  2727. },
  2728. "team_egg_energy": {
  2729. "description": "团队蛋蛋能量",
  2730. "type": "string"
  2731. },
  2732. "total_egg_energy": {
  2733. "description": "总蛋蛋能量",
  2734. "type": "string"
  2735. },
  2736. "total_egg_energy_price": {
  2737. "description": "蛋蛋能量总价",
  2738. "type": "string"
  2739. },
  2740. "transfer_type_list": {
  2741. "description": "转账类型列表",
  2742. "allOf": [
  2743. {
  2744. "$ref": "#/definitions/md.TransferTypeList"
  2745. }
  2746. ]
  2747. }
  2748. }
  2749. },
  2750. "md.EggEnergyFlowNode": {
  2751. "type": "object",
  2752. "properties": {
  2753. "after_amount": {
  2754. "description": "变更后数量",
  2755. "type": "string"
  2756. },
  2757. "amount": {
  2758. "description": "变更数量",
  2759. "type": "string"
  2760. },
  2761. "before_amount": {
  2762. "description": "变更前数量",
  2763. "type": "string"
  2764. },
  2765. "coin_name": {
  2766. "description": "虚拟币名称",
  2767. "type": "string"
  2768. },
  2769. "create_at": {
  2770. "description": "创建时间",
  2771. "type": "string"
  2772. },
  2773. "direction": {
  2774. "description": "方向:1.收入 2.支出",
  2775. "type": "integer"
  2776. },
  2777. "id": {
  2778. "type": "integer"
  2779. },
  2780. "sys_fee": {
  2781. "description": "手续费",
  2782. "type": "string"
  2783. },
  2784. "title": {
  2785. "description": "标题",
  2786. "type": "string"
  2787. },
  2788. "transfer_type": {
  2789. "description": "转账类型",
  2790. "type": "string"
  2791. }
  2792. }
  2793. },
  2794. "md.EggPointDetailsReq": {
  2795. "type": "object",
  2796. "properties": {
  2797. "asc": {
  2798. "description": "1.升序 2.倒序",
  2799. "type": "string"
  2800. },
  2801. "direction": {
  2802. "description": "类型 1.收入 2.支出 全部则传空",
  2803. "type": "string"
  2804. },
  2805. "kind": {
  2806. "description": "类型:1. 个人蛋蛋积分 2.团队蛋蛋积分",
  2807. "type": "string"
  2808. },
  2809. "limit": {
  2810. "description": "每页大小",
  2811. "type": "integer"
  2812. },
  2813. "page": {
  2814. "description": "页数",
  2815. "type": "integer"
  2816. },
  2817. "type": {
  2818. "description": "变动类型 全部则传空",
  2819. "type": "string"
  2820. }
  2821. }
  2822. },
  2823. "md.EggPointDetailsResp": {
  2824. "type": "object",
  2825. "properties": {
  2826. "list": {
  2827. "description": "流水数据",
  2828. "type": "array",
  2829. "items": {
  2830. "type": "object",
  2831. "additionalProperties": {
  2832. "type": "string"
  2833. }
  2834. }
  2835. },
  2836. "paginate": {
  2837. "description": "分页信息",
  2838. "allOf": [
  2839. {
  2840. "$ref": "#/definitions/applet_app_md.Paginate"
  2841. }
  2842. ]
  2843. },
  2844. "person_egg_points": {
  2845. "description": "个人蛋蛋积分",
  2846. "type": "string"
  2847. },
  2848. "team_egg_points": {
  2849. "description": "团队蛋蛋积分",
  2850. "type": "string"
  2851. },
  2852. "total_egg_points": {
  2853. "description": "总蛋蛋积分",
  2854. "type": "string"
  2855. },
  2856. "total_egg_points_amount": {
  2857. "description": "蛋蛋积分余额",
  2858. "type": "string"
  2859. },
  2860. "transfer_type_list": {
  2861. "description": "转账类型列表",
  2862. "allOf": [
  2863. {
  2864. "$ref": "#/definitions/md.TransferTypeList"
  2865. }
  2866. ]
  2867. }
  2868. }
  2869. },
  2870. "md.EggPointRecordNode": {
  2871. "type": "object",
  2872. "properties": {
  2873. "end_at": {
  2874. "description": "结束时间",
  2875. "type": "string"
  2876. },
  2877. "score": {
  2878. "description": "分数",
  2879. "type": "string"
  2880. },
  2881. "start_at": {
  2882. "description": "开始时间",
  2883. "type": "string"
  2884. },
  2885. "week": {
  2886. "description": "周数",
  2887. "type": "string"
  2888. },
  2889. "year": {
  2890. "description": "年份",
  2891. "type": "string"
  2892. }
  2893. }
  2894. },
  2895. "md.ExchangeEnergyReq": {
  2896. "type": "object",
  2897. "properties": {
  2898. "energy_amount": {
  2899. "description": "兑换能量数值",
  2900. "type": "string"
  2901. }
  2902. }
  2903. },
  2904. "md.FastLoginReq": {
  2905. "type": "object",
  2906. "properties": {
  2907. "invite_code": {
  2908. "type": "string",
  2909. "example": "邀请码"
  2910. },
  2911. "token": {
  2912. "type": "string",
  2913. "example": "一键登录的token"
  2914. }
  2915. }
  2916. },
  2917. "md.FindPasswordReq": {
  2918. "type": "object",
  2919. "required": [
  2920. "mobile"
  2921. ],
  2922. "properties": {
  2923. "code": {
  2924. "type": "string",
  2925. "example": "验证码"
  2926. },
  2927. "mobile": {
  2928. "type": "string"
  2929. },
  2930. "password": {
  2931. "type": "string",
  2932. "example": "密码 如 123"
  2933. }
  2934. }
  2935. },
  2936. "md.GetAmountFlowResp": {
  2937. "type": "object",
  2938. "properties": {
  2939. "list": {
  2940. "type": "array",
  2941. "items": {
  2942. "$ref": "#/definitions/md.WalletFlowNode"
  2943. }
  2944. },
  2945. "paginate": {
  2946. "$ref": "#/definitions/applet_app_md.Paginate"
  2947. }
  2948. }
  2949. },
  2950. "md.GetContributionValueFlowResp": {
  2951. "type": "object",
  2952. "properties": {
  2953. "list": {
  2954. "type": "array",
  2955. "items": {
  2956. "$ref": "#/definitions/md.ContributionValueFlowNode"
  2957. }
  2958. },
  2959. "paginate": {
  2960. "$ref": "#/definitions/applet_app_md.Paginate"
  2961. }
  2962. }
  2963. },
  2964. "md.GetContributionValueResp": {
  2965. "type": "object",
  2966. "properties": {
  2967. "contribution_value": {
  2968. "description": "贡献值",
  2969. "type": "string"
  2970. },
  2971. "ratio": {
  2972. "description": "兑换比率(x 分兑换 1 人民币)",
  2973. "type": "string"
  2974. }
  2975. }
  2976. },
  2977. "md.GetEggEnergyFlowResp": {
  2978. "type": "object",
  2979. "properties": {
  2980. "list": {
  2981. "type": "array",
  2982. "items": {
  2983. "$ref": "#/definitions/md.EggEnergyFlowNode"
  2984. }
  2985. },
  2986. "paginate": {
  2987. "$ref": "#/definitions/applet_app_md.Paginate"
  2988. }
  2989. }
  2990. },
  2991. "md.GetEggPointRecordResp": {
  2992. "type": "object",
  2993. "properties": {
  2994. "list": {
  2995. "description": "分数明细列表",
  2996. "type": "array",
  2997. "items": {
  2998. "$ref": "#/definitions/md.EggPointRecordNode"
  2999. }
  3000. },
  3001. "now_score": {
  3002. "description": "当前分数",
  3003. "type": "string"
  3004. },
  3005. "paginate": {
  3006. "$ref": "#/definitions/applet_app_md.Paginate"
  3007. }
  3008. }
  3009. },
  3010. "md.GetModuleSettingResp": {
  3011. "type": "object",
  3012. "properties": {
  3013. "data": {
  3014. "description": "内容",
  3015. "type": "object",
  3016. "additionalProperties": true
  3017. },
  3018. "mod_name": {
  3019. "description": "模块名称",
  3020. "type": "string"
  3021. },
  3022. "position": {
  3023. "description": "位置",
  3024. "type": "string"
  3025. },
  3026. "skip_identifier": {
  3027. "description": "跳转标识",
  3028. "type": "string"
  3029. },
  3030. "subtitle": {
  3031. "description": "副标题",
  3032. "type": "string"
  3033. },
  3034. "title": {
  3035. "description": "标题",
  3036. "type": "string"
  3037. }
  3038. }
  3039. },
  3040. "md.GetPriceCurveResp": {
  3041. "type": "object",
  3042. "properties": {
  3043. "x_data": {
  3044. "type": "array",
  3045. "items": {}
  3046. },
  3047. "y_data": {
  3048. "type": "array",
  3049. "items": {}
  3050. }
  3051. }
  3052. },
  3053. "md.GrabRedPackageReq": {
  3054. "type": "object",
  3055. "properties": {
  3056. "device_id": {
  3057. "description": "设备id",
  3058. "type": "string"
  3059. },
  3060. "receiver_id": {
  3061. "description": "用户id或者群组id",
  3062. "type": "integer"
  3063. },
  3064. "receiver_type": {
  3065. "description": "接收者类型,1:user;2:group",
  3066. "type": "integer"
  3067. },
  3068. "red_package_cover": {
  3069. "description": "红包封面",
  3070. "type": "string"
  3071. },
  3072. "red_package_id": {
  3073. "description": "红包id",
  3074. "type": "integer"
  3075. },
  3076. "send_red_package_user_nike_name": {
  3077. "description": "红包发送者-im用户昵称",
  3078. "type": "string"
  3079. },
  3080. "send_red_packet_avatar_url": {
  3081. "description": "红包发送者-im用户头像",
  3082. "type": "string"
  3083. },
  3084. "send_time": {
  3085. "description": "消息发送时间戳,精确到毫秒",
  3086. "type": "integer"
  3087. },
  3088. "token": {
  3089. "description": "im-token",
  3090. "type": "string"
  3091. },
  3092. "user_id": {
  3093. "description": "im用户id",
  3094. "type": "string"
  3095. }
  3096. }
  3097. },
  3098. "md.GrabRedPackageResp": {
  3099. "type": "object",
  3100. "properties": {
  3101. "grab_amount": {
  3102. "description": "抢到的红包金额",
  3103. "type": "string"
  3104. },
  3105. "im": {
  3106. "description": "im 返回体",
  3107. "allOf": [
  3108. {
  3109. "$ref": "#/definitions/pb.SendRedPacketResp"
  3110. }
  3111. ]
  3112. }
  3113. }
  3114. },
  3115. "md.HomePageResp": {
  3116. "type": "object",
  3117. "properties": {
  3118. "egg_energy_now_price": {
  3119. "description": "蛋蛋能量当前价格",
  3120. "type": "string"
  3121. },
  3122. "initial_price": {
  3123. "description": "蛋蛋能量初始价格",
  3124. "type": "string"
  3125. },
  3126. "is_rises": {
  3127. "description": "是否涨价",
  3128. "type": "boolean"
  3129. },
  3130. "is_sign": {
  3131. "description": "是否开始签到",
  3132. "type": "boolean"
  3133. },
  3134. "nick_name": {
  3135. "description": "用户名称",
  3136. "type": "string"
  3137. },
  3138. "now_basal_rate": {
  3139. "description": "当前基础速率/小时",
  3140. "type": "string"
  3141. },
  3142. "now_team_rate": {
  3143. "description": "当前团队速率/小时",
  3144. "type": "string"
  3145. },
  3146. "rises": {
  3147. "description": "涨/跌价百分比",
  3148. "type": "string"
  3149. },
  3150. "sign_end_time": {
  3151. "description": "签到截止时间",
  3152. "type": "string"
  3153. },
  3154. "total_active_points": {
  3155. "description": "总蛋蛋积分",
  3156. "type": "string"
  3157. },
  3158. "total_egg_energy": {
  3159. "description": "总蛋蛋能量",
  3160. "type": "string"
  3161. },
  3162. "user_count": {
  3163. "description": "当前用户数量",
  3164. "type": "integer"
  3165. }
  3166. }
  3167. },
  3168. "md.HomePageWatchAdRuleResp": {
  3169. "type": "object",
  3170. "properties": {
  3171. "each_round_hour": {
  3172. "description": "每一轮X个小时",
  3173. "type": "string"
  3174. },
  3175. "interval_minutes": {
  3176. "description": "间隔X秒",
  3177. "type": "string"
  3178. },
  3179. "reward_total_num": {
  3180. "description": "一共X个奖励视屏",
  3181. "type": "string"
  3182. },
  3183. "reward_value": {
  3184. "description": "奖励X个活跃积分",
  3185. "type": "string"
  3186. }
  3187. }
  3188. },
  3189. "md.InitialDataResp": {
  3190. "type": "object",
  3191. "properties": {
  3192. "initial_price": {
  3193. "description": "初始价格",
  3194. "type": "string"
  3195. },
  3196. "total_angel_investor": {
  3197. "description": "天使投资人",
  3198. "type": "string"
  3199. },
  3200. "total_ecological_development": {
  3201. "description": "生态建设",
  3202. "type": "string"
  3203. },
  3204. "total_issuance_amount": {
  3205. "description": "总发行量",
  3206. "type": "string"
  3207. },
  3208. "total_operate_fund": {
  3209. "description": "运营资金",
  3210. "type": "string"
  3211. },
  3212. "total_technology_team": {
  3213. "description": "技术团队",
  3214. "type": "string"
  3215. }
  3216. }
  3217. },
  3218. "md.IntegralList": {
  3219. "type": "object",
  3220. "properties": {
  3221. "expend_list": {
  3222. "description": "支出类型列表",
  3223. "type": "array",
  3224. "items": {
  3225. "$ref": "#/definitions/md.TransferTypeNode"
  3226. }
  3227. },
  3228. "income_list": {
  3229. "description": "收入类型列表",
  3230. "type": "array",
  3231. "items": {
  3232. "$ref": "#/definitions/md.TransferTypeNode"
  3233. }
  3234. }
  3235. }
  3236. },
  3237. "md.IsCanGetRedPackageResp": {
  3238. "type": "object",
  3239. "properties": {
  3240. "is_can_get_red_package": {
  3241. "type": "boolean"
  3242. }
  3243. }
  3244. },
  3245. "md.IsCanSignInResp": {
  3246. "type": "object",
  3247. "properties": {
  3248. "is_can_sign_in": {
  3249. "type": "boolean"
  3250. }
  3251. }
  3252. },
  3253. "md.LoginReq": {
  3254. "type": "object",
  3255. "required": [
  3256. "password",
  3257. "phone"
  3258. ],
  3259. "properties": {
  3260. "code": {
  3261. "type": "string",
  3262. "example": "验证码"
  3263. },
  3264. "password": {
  3265. "type": "string",
  3266. "example": "登录密码"
  3267. },
  3268. "phone": {
  3269. "type": "string",
  3270. "example": "手机号"
  3271. }
  3272. }
  3273. },
  3274. "md.LoginResponse": {
  3275. "type": "object",
  3276. "properties": {
  3277. "token": {
  3278. "type": "string"
  3279. }
  3280. }
  3281. },
  3282. "md.MemberCenterGetBasicResp": {
  3283. "type": "object",
  3284. "properties": {
  3285. "active_num": {
  3286. "description": "活跃值",
  3287. "type": "string"
  3288. },
  3289. "amount": {
  3290. "description": "账户余额",
  3291. "type": "string"
  3292. },
  3293. "contribution_value": {
  3294. "description": "贡献值",
  3295. "type": "string"
  3296. },
  3297. "date": {
  3298. "description": "兑换时间(每月x日)",
  3299. "type": "string"
  3300. },
  3301. "egg_energy": {
  3302. "description": "能量值",
  3303. "type": "string"
  3304. },
  3305. "egg_energy_value": {
  3306. "description": "能量预估价值",
  3307. "type": "string"
  3308. },
  3309. "egg_score": {
  3310. "description": "蛋蛋分",
  3311. "type": "string"
  3312. },
  3313. "level_name": {
  3314. "description": "会员等级名称",
  3315. "type": "string"
  3316. },
  3317. "nickname": {
  3318. "description": "会员名称",
  3319. "type": "string"
  3320. },
  3321. "ratio": {
  3322. "description": "兑换比例(x:y)",
  3323. "type": "string"
  3324. }
  3325. }
  3326. },
  3327. "md.MyFansResp": {
  3328. "type": "object",
  3329. "properties": {
  3330. "now_team_assistance_num": {
  3331. "description": "团队助力人数",
  3332. "type": "integer"
  3333. },
  3334. "now_team_assistance_reward": {
  3335. "description": "团队助力收益",
  3336. "type": "string"
  3337. },
  3338. "now_team_user": {
  3339. "description": "团队人数",
  3340. "type": "integer"
  3341. }
  3342. }
  3343. },
  3344. "md.MyFansUserListResp": {
  3345. "type": "object",
  3346. "properties": {
  3347. "list": {
  3348. "type": "array",
  3349. "items": {
  3350. "$ref": "#/definitions/md.OneLineUserNode"
  3351. }
  3352. }
  3353. }
  3354. },
  3355. "md.NineDimensionalSpaceResp": {
  3356. "type": "object",
  3357. "properties": {
  3358. "a_lot_of_nums": {
  3359. "description": "全网至多用户数",
  3360. "type": "string"
  3361. },
  3362. "day_num": {
  3363. "description": "连续x天不活跃",
  3364. "type": "string"
  3365. },
  3366. "rows": {
  3367. "description": "行数",
  3368. "type": "string"
  3369. },
  3370. "space_list": {
  3371. "description": "数据列表",
  3372. "type": "array",
  3373. "items": {
  3374. "$ref": "#/definitions/md.SpaceListNode"
  3375. }
  3376. },
  3377. "space_nums": {
  3378. "description": "空间人数",
  3379. "type": "string"
  3380. },
  3381. "space_total_nums": {
  3382. "description": "空间总数",
  3383. "type": "string"
  3384. },
  3385. "times": {
  3386. "description": "排数",
  3387. "type": "string"
  3388. }
  3389. }
  3390. },
  3391. "md.OneLineUserNode": {
  3392. "type": "object",
  3393. "properties": {
  3394. "avatar_url": {
  3395. "type": "string"
  3396. },
  3397. "invite_time": {
  3398. "type": "string"
  3399. },
  3400. "is_online": {
  3401. "type": "boolean"
  3402. },
  3403. "nickname": {
  3404. "type": "string"
  3405. }
  3406. }
  3407. },
  3408. "md.PointsCenterGetBasicResp": {
  3409. "type": "object",
  3410. "properties": {
  3411. "egg_point": {
  3412. "description": "能量积分",
  3413. "type": "string"
  3414. },
  3415. "egg_point_amount": {
  3416. "description": "能量积分价值",
  3417. "type": "string"
  3418. },
  3419. "energy": {
  3420. "description": "蛋蛋能量值",
  3421. "type": "string"
  3422. },
  3423. "energy_amount": {
  3424. "description": "能量价值",
  3425. "type": "string"
  3426. },
  3427. "wallet_amount": {
  3428. "description": "账户余额",
  3429. "type": "string"
  3430. }
  3431. }
  3432. },
  3433. "md.PointsExchangeGetBasicResp": {
  3434. "type": "object",
  3435. "properties": {
  3436. "available_cash": {
  3437. "description": "可用现金",
  3438. "type": "string"
  3439. },
  3440. "available_energy": {
  3441. "description": "可用能量",
  3442. "type": "string"
  3443. }
  3444. }
  3445. },
  3446. "md.RealTimePriceResp": {
  3447. "type": "object",
  3448. "properties": {
  3449. "is_rises": {
  3450. "type": "boolean"
  3451. },
  3452. "now_price": {
  3453. "type": "string"
  3454. },
  3455. "rises": {
  3456. "type": "string"
  3457. },
  3458. "user_count": {
  3459. "type": "string"
  3460. }
  3461. }
  3462. },
  3463. "md.RedPackageDetailResp": {
  3464. "type": "object",
  3465. "properties": {
  3466. "detail": {
  3467. "description": "红包详情信息",
  3468. "allOf": [
  3469. {
  3470. "$ref": "#/definitions/model.ImSendRedPackageOrd"
  3471. }
  3472. ]
  3473. },
  3474. "list": {
  3475. "description": "领取红包用户列表",
  3476. "type": "array",
  3477. "items": {
  3478. "$ref": "#/definitions/md.RedPackageDetailUserNode"
  3479. }
  3480. }
  3481. }
  3482. },
  3483. "md.RedPackageDetailUserNode": {
  3484. "type": "object",
  3485. "properties": {
  3486. "amount": {
  3487. "description": "金额",
  3488. "type": "string"
  3489. },
  3490. "im_user_id": {
  3491. "description": "im用户id",
  3492. "type": "string"
  3493. },
  3494. "received_at": {
  3495. "description": "领取时间",
  3496. "type": "string"
  3497. },
  3498. "user_avatar_url": {
  3499. "description": "im用户昵称",
  3500. "type": "string"
  3501. },
  3502. "user_nick_name": {
  3503. "description": "im用户昵称",
  3504. "type": "string"
  3505. }
  3506. }
  3507. },
  3508. "md.RegisterReq": {
  3509. "type": "object",
  3510. "required": [
  3511. "mobile"
  3512. ],
  3513. "properties": {
  3514. "avatar": {
  3515. "type": "string",
  3516. "example": "头像"
  3517. },
  3518. "code": {
  3519. "type": "string",
  3520. "example": "验证码"
  3521. },
  3522. "invite_code": {
  3523. "type": "string",
  3524. "example": "邀请码"
  3525. },
  3526. "mobile": {
  3527. "type": "string"
  3528. },
  3529. "nickname": {
  3530. "type": "string",
  3531. "example": "昵称"
  3532. },
  3533. "open_id": {
  3534. "type": "string",
  3535. "example": "微信openId"
  3536. },
  3537. "password": {
  3538. "type": "string",
  3539. "example": "密码 如 123"
  3540. },
  3541. "sex": {
  3542. "description": "性别(0:未知 1:男 2:女)",
  3543. "type": "integer"
  3544. },
  3545. "type": {
  3546. "type": "string",
  3547. "example": "app:APP注册、h5:H5注册"
  3548. },
  3549. "union_id": {
  3550. "type": "string",
  3551. "example": "微信UnionId"
  3552. }
  3553. }
  3554. },
  3555. "md.Response": {
  3556. "type": "object",
  3557. "properties": {
  3558. "code": {
  3559. "type": "string",
  3560. "example": "响应码"
  3561. },
  3562. "data": {
  3563. "description": "内容"
  3564. },
  3565. "msg": {
  3566. "type": "string",
  3567. "example": "具体错误原因"
  3568. }
  3569. }
  3570. },
  3571. "md.SendRedPackageDetailReq": {
  3572. "type": "object",
  3573. "properties": {
  3574. "order_id": {
  3575. "description": "红包的订单 ID",
  3576. "type": "string"
  3577. }
  3578. }
  3579. },
  3580. "md.SendRedPackageDetailResp": {
  3581. "type": "object",
  3582. "properties": {
  3583. "im": {
  3584. "$ref": "#/definitions/md.SeqType"
  3585. },
  3586. "red_package_id": {
  3587. "description": "红包 ID",
  3588. "type": "integer"
  3589. }
  3590. }
  3591. },
  3592. "md.SeqType": {
  3593. "type": "object",
  3594. "properties": {
  3595. "seq": {
  3596. "description": "序列号",
  3597. "type": "integer"
  3598. }
  3599. }
  3600. },
  3601. "md.SmsSendReq": {
  3602. "type": "object",
  3603. "required": [
  3604. "mobile"
  3605. ],
  3606. "properties": {
  3607. "captcha_output": {
  3608. "type": "string",
  3609. "example": "阿里云图形验证码对应参数"
  3610. },
  3611. "gen_time": {
  3612. "type": "string",
  3613. "example": "阿里云图形验证码对应参数"
  3614. },
  3615. "lot_number": {
  3616. "type": "string",
  3617. "example": "阿里云图形验证码对应参数"
  3618. },
  3619. "mobile": {
  3620. "type": "string"
  3621. },
  3622. "pass_token": {
  3623. "type": "string",
  3624. "example": "阿里云图形验证码对应参数"
  3625. },
  3626. "type": {
  3627. "type": "string",
  3628. "example": "h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码"
  3629. }
  3630. }
  3631. },
  3632. "md.SpaceListNode": {
  3633. "type": "object",
  3634. "properties": {
  3635. "max_count": {
  3636. "description": "最大容纳人数",
  3637. "type": "string"
  3638. },
  3639. "name": {
  3640. "description": "维度",
  3641. "type": "string"
  3642. },
  3643. "now_count": {
  3644. "description": "当前人数",
  3645. "type": "string"
  3646. }
  3647. }
  3648. },
  3649. "md.TotalRateResp": {
  3650. "type": "object",
  3651. "properties": {
  3652. "consumed_personal_egg_point": {
  3653. "description": "消耗个人蛋蛋积分",
  3654. "type": "string"
  3655. },
  3656. "consumed_team_egg_point": {
  3657. "description": "消耗团队蛋蛋积分",
  3658. "type": "string"
  3659. },
  3660. "now_basal_rate": {
  3661. "description": "当前基础速率/小时",
  3662. "type": "string"
  3663. },
  3664. "now_team_rate": {
  3665. "description": "当前团队速率/小时",
  3666. "type": "string"
  3667. },
  3668. "now_total_rate": {
  3669. "description": "总速率/小时",
  3670. "type": "string"
  3671. }
  3672. }
  3673. },
  3674. "md.TransferTypeList": {
  3675. "type": "object",
  3676. "properties": {
  3677. "TeamTransferTypeList": {
  3678. "description": "团队积分变动列表",
  3679. "allOf": [
  3680. {
  3681. "$ref": "#/definitions/md.IntegralList"
  3682. }
  3683. ]
  3684. },
  3685. "personal_transfer_type_list": {
  3686. "description": "个人积分变动列表",
  3687. "allOf": [
  3688. {
  3689. "$ref": "#/definitions/md.IntegralList"
  3690. }
  3691. ]
  3692. }
  3693. }
  3694. },
  3695. "md.TransferTypeNode": {
  3696. "type": "object",
  3697. "properties": {
  3698. "name": {
  3699. "type": "string"
  3700. },
  3701. "value": {
  3702. "type": "string"
  3703. }
  3704. }
  3705. },
  3706. "md.UserFeedbackListReq": {
  3707. "type": "object",
  3708. "properties": {
  3709. "limit": {
  3710. "type": "string"
  3711. },
  3712. "page": {
  3713. "type": "string"
  3714. }
  3715. }
  3716. },
  3717. "md.UserFeedbackListResp": {
  3718. "type": "object",
  3719. "properties": {
  3720. "content": {
  3721. "type": "string"
  3722. },
  3723. "create_at": {
  3724. "type": "string"
  3725. },
  3726. "id": {
  3727. "type": "string"
  3728. },
  3729. "img": {
  3730. "type": "array",
  3731. "items": {
  3732. "type": "string"
  3733. }
  3734. },
  3735. "label": {
  3736. "type": "string"
  3737. },
  3738. "state": {
  3739. "type": "string",
  3740. "example": "0未回复 1已回复"
  3741. },
  3742. "title": {
  3743. "type": "string"
  3744. }
  3745. }
  3746. },
  3747. "md.UserFeedbackRecordReq": {
  3748. "type": "object",
  3749. "properties": {
  3750. "id": {
  3751. "type": "string"
  3752. },
  3753. "page": {
  3754. "type": "string"
  3755. }
  3756. }
  3757. },
  3758. "md.UserFeedbackRecordResp": {
  3759. "type": "object",
  3760. "properties": {
  3761. "content": {
  3762. "type": "string"
  3763. },
  3764. "create_at": {
  3765. "type": "string"
  3766. },
  3767. "head_img": {
  3768. "type": "string"
  3769. },
  3770. "nickname": {
  3771. "type": "string"
  3772. },
  3773. "type": {
  3774. "type": "string"
  3775. }
  3776. }
  3777. },
  3778. "md.UserFeedbackSaveReq": {
  3779. "type": "object",
  3780. "properties": {
  3781. "cid": {
  3782. "type": "string",
  3783. "example": "问题类型的id"
  3784. },
  3785. "content": {
  3786. "type": "string",
  3787. "example": "问题内容"
  3788. },
  3789. "idea": {
  3790. "type": "string",
  3791. "example": "建议内容"
  3792. },
  3793. "img": {
  3794. "type": "array",
  3795. "items": {
  3796. "type": "string"
  3797. },
  3798. "example": [
  3799. "图片"
  3800. ]
  3801. },
  3802. "phone": {
  3803. "type": "string"
  3804. },
  3805. "type": {
  3806. "type": "string",
  3807. "example": "问题类型的name"
  3808. }
  3809. }
  3810. },
  3811. "md.UserFeedbackSayReq": {
  3812. "type": "object",
  3813. "properties": {
  3814. "content": {
  3815. "type": "string",
  3816. "example": "问题内容"
  3817. },
  3818. "id": {
  3819. "type": "string",
  3820. "example": "id"
  3821. }
  3822. }
  3823. },
  3824. "md.UserInfoResp": {
  3825. "type": "object",
  3826. "properties": {
  3827. "head_img": {
  3828. "type": "string"
  3829. },
  3830. "id": {
  3831. "type": "string"
  3832. },
  3833. "invite_code": {
  3834. "type": "string"
  3835. },
  3836. "is_bind_extend": {
  3837. "type": "string",
  3838. "example": "是否绑定了上级 0否 1是"
  3839. },
  3840. "nickname": {
  3841. "type": "string"
  3842. },
  3843. "phone": {
  3844. "type": "string"
  3845. }
  3846. }
  3847. },
  3848. "md.WalletFlowNode": {
  3849. "type": "object",
  3850. "properties": {
  3851. "after_amount": {
  3852. "description": "变动后金额",
  3853. "type": "string"
  3854. },
  3855. "amount": {
  3856. "description": "变动金额",
  3857. "type": "string"
  3858. },
  3859. "before_amount": {
  3860. "description": "变动前金额",
  3861. "type": "string"
  3862. },
  3863. "create_time": {
  3864. "description": "创建时间",
  3865. "type": "string"
  3866. },
  3867. "direction": {
  3868. "description": "方向:1.收入 2.支出",
  3869. "type": "integer"
  3870. },
  3871. "id": {
  3872. "type": "integer"
  3873. },
  3874. "kind": {
  3875. "description": "1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  3876. "type": "integer"
  3877. },
  3878. "memo": {
  3879. "description": "备注",
  3880. "type": "string"
  3881. },
  3882. "ord_id": {
  3883. "description": "对应订单编号",
  3884. "type": "string"
  3885. },
  3886. "state": {
  3887. "description": "1未到账,2已到账",
  3888. "type": "integer"
  3889. },
  3890. "sys_fee": {
  3891. "description": "手续费",
  3892. "type": "string"
  3893. },
  3894. "title": {
  3895. "description": "标题",
  3896. "type": "string"
  3897. },
  3898. "uid": {
  3899. "description": "用户 ID",
  3900. "type": "integer"
  3901. },
  3902. "update_time": {
  3903. "description": "更新时间",
  3904. "type": "string"
  3905. }
  3906. }
  3907. },
  3908. "md.WechatLoginReq": {
  3909. "type": "object",
  3910. "properties": {
  3911. "avatar": {
  3912. "type": "string",
  3913. "example": "头像"
  3914. },
  3915. "nickname": {
  3916. "type": "string",
  3917. "example": "昵称"
  3918. },
  3919. "open_id": {
  3920. "type": "string",
  3921. "example": "微信openId"
  3922. },
  3923. "union_id": {
  3924. "type": "string",
  3925. "example": "微信UnionId"
  3926. }
  3927. }
  3928. },
  3929. "md.WithdrawGetAmountResp": {
  3930. "type": "object",
  3931. "properties": {
  3932. "amount": {
  3933. "description": "余额",
  3934. "type": "string"
  3935. }
  3936. }
  3937. },
  3938. "model.ImSendRedPackageOrd": {
  3939. "type": "object",
  3940. "properties": {
  3941. "amount": {
  3942. "type": "string"
  3943. },
  3944. "create_time": {
  3945. "type": "string"
  3946. },
  3947. "id": {
  3948. "type": "integer"
  3949. },
  3950. "im_data": {
  3951. "type": "string"
  3952. },
  3953. "im_uid": {
  3954. "type": "integer"
  3955. },
  3956. "ord_no": {
  3957. "type": "string"
  3958. },
  3959. "received_im_user_ids": {
  3960. "type": "string"
  3961. },
  3962. "received_times": {
  3963. "type": "string"
  3964. },
  3965. "received_user_amount": {
  3966. "type": "string"
  3967. },
  3968. "received_user_ids": {
  3969. "type": "string"
  3970. },
  3971. "red_packet_balance_amount": {
  3972. "type": "string"
  3973. },
  3974. "red_packet_balance_nums": {
  3975. "type": "integer"
  3976. },
  3977. "red_packet_nums": {
  3978. "type": "integer"
  3979. },
  3980. "red_packet_type": {
  3981. "type": "integer"
  3982. },
  3983. "state": {
  3984. "type": "integer"
  3985. },
  3986. "uid": {
  3987. "type": "integer"
  3988. },
  3989. "update_time": {
  3990. "type": "string"
  3991. },
  3992. "wait_draw_im_user_ids": {
  3993. "type": "string"
  3994. },
  3995. "wait_draw_user_ids": {
  3996. "type": "string"
  3997. }
  3998. }
  3999. },
  4000. "pb.SendRedPacketResp": {
  4001. "type": "object",
  4002. "properties": {
  4003. "seq": {
  4004. "description": "消息序列号",
  4005. "type": "integer"
  4006. }
  4007. }
  4008. }
  4009. }
  4010. }`
  4011. // SwaggerInfo holds exported Swagger Info so clients can modify it
  4012. var SwaggerInfo = &swag.Spec{
  4013. Version: "1.0",
  4014. Host: "ddxq.izhim.com",
  4015. BasePath: "/api/v1",
  4016. Schemes: []string{},
  4017. Title: "蛋蛋星球-APP客户端",
  4018. Description: "APP客户端-Api接口",
  4019. InfoInstanceName: "swagger",
  4020. SwaggerTemplate: docTemplate,
  4021. }
  4022. func init() {
  4023. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  4024. }