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

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