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

3296 lines
110 KiB

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