蛋蛋星球-客户端
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.
 
 
 
 
 
 

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