蛋蛋星球-客户端
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

4006 lignes
133 KiB

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