蛋蛋星球-客户端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

2827 行
94 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/homePage/adRule": {
  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. "responses": {
  630. "200": {
  631. "description": "具体数据",
  632. "schema": {
  633. "$ref": "#/definitions/md.HomePageWatchAdRuleResp"
  634. }
  635. },
  636. "400": {
  637. "description": "具体错误",
  638. "schema": {
  639. "$ref": "#/definitions/md.Response"
  640. }
  641. }
  642. }
  643. }
  644. },
  645. "/api/v1/homePage/index": {
  646. "get": {
  647. "description": "基础信息(获取)",
  648. "consumes": [
  649. "application/json"
  650. ],
  651. "produces": [
  652. "application/json"
  653. ],
  654. "tags": [
  655. "主页"
  656. ],
  657. "summary": "蛋蛋星球-主页-基础信息(获取)",
  658. "parameters": [
  659. {
  660. "type": "string",
  661. "description": "验证参数Bearer和token空格拼接",
  662. "name": "Authorization",
  663. "in": "header",
  664. "required": true
  665. }
  666. ],
  667. "responses": {
  668. "200": {
  669. "description": "具体数据",
  670. "schema": {
  671. "$ref": "#/definitions/md.HomePageResp"
  672. }
  673. },
  674. "400": {
  675. "description": "具体错误",
  676. "schema": {
  677. "$ref": "#/definitions/md.Response"
  678. }
  679. }
  680. }
  681. }
  682. },
  683. "/api/v1/homePage/isCanGetRedPackage": {
  684. "get": {
  685. "description": "是否可以领取红包(获取)",
  686. "consumes": [
  687. "application/json"
  688. ],
  689. "produces": [
  690. "application/json"
  691. ],
  692. "tags": [
  693. "主页"
  694. ],
  695. "summary": "蛋蛋星球-主页-是否领取红包(获取)",
  696. "parameters": [
  697. {
  698. "type": "string",
  699. "description": "验证参数Bearer和token空格拼接",
  700. "name": "Authorization",
  701. "in": "header",
  702. "required": true
  703. }
  704. ],
  705. "responses": {
  706. "200": {
  707. "description": "具体数据",
  708. "schema": {
  709. "$ref": "#/definitions/md.IsCanGetRedPackageResp"
  710. }
  711. },
  712. "400": {
  713. "description": "具体错误",
  714. "schema": {
  715. "$ref": "#/definitions/md.Response"
  716. }
  717. }
  718. }
  719. }
  720. },
  721. "/api/v1/homePage/isCanSignIn": {
  722. "get": {
  723. "description": "是否可以签到(获取)",
  724. "consumes": [
  725. "application/json"
  726. ],
  727. "produces": [
  728. "application/json"
  729. ],
  730. "tags": [
  731. "主页"
  732. ],
  733. "summary": "蛋蛋星球-主页-是否能签到(获取)",
  734. "parameters": [
  735. {
  736. "type": "string",
  737. "description": "验证参数Bearer和token空格拼接",
  738. "name": "Authorization",
  739. "in": "header",
  740. "required": true
  741. }
  742. ],
  743. "responses": {
  744. "200": {
  745. "description": "具体数据",
  746. "schema": {
  747. "$ref": "#/definitions/md.IsCanSignInResp"
  748. }
  749. },
  750. "400": {
  751. "description": "具体错误",
  752. "schema": {
  753. "$ref": "#/definitions/md.Response"
  754. }
  755. }
  756. }
  757. }
  758. },
  759. "/api/v1/homePage/realTimePrice": {
  760. "get": {
  761. "description": "实时数据(获取)",
  762. "consumes": [
  763. "application/json"
  764. ],
  765. "produces": [
  766. "application/json"
  767. ],
  768. "tags": [
  769. "主页"
  770. ],
  771. "summary": "蛋蛋星球-主页-实时数据(获取)",
  772. "parameters": [
  773. {
  774. "type": "string",
  775. "description": "验证参数Bearer和token空格拼接",
  776. "name": "Authorization",
  777. "in": "header",
  778. "required": true
  779. }
  780. ],
  781. "responses": {
  782. "200": {
  783. "description": "具体数据",
  784. "schema": {
  785. "$ref": "#/definitions/md.RealTimePriceResp"
  786. }
  787. },
  788. "400": {
  789. "description": "具体错误",
  790. "schema": {
  791. "$ref": "#/definitions/md.Response"
  792. }
  793. }
  794. }
  795. }
  796. },
  797. "/api/v1/login": {
  798. "post": {
  799. "description": "登入",
  800. "consumes": [
  801. "application/json"
  802. ],
  803. "produces": [
  804. "application/json"
  805. ],
  806. "tags": [
  807. "登录"
  808. ],
  809. "summary": "登陆",
  810. "parameters": [
  811. {
  812. "description": "用户名密码",
  813. "name": "req",
  814. "in": "body",
  815. "required": true,
  816. "schema": {
  817. "$ref": "#/definitions/md.LoginReq"
  818. }
  819. }
  820. ],
  821. "responses": {
  822. "200": {
  823. "description": "token",
  824. "schema": {
  825. "$ref": "#/definitions/md.LoginResponse"
  826. }
  827. },
  828. "400": {
  829. "description": "具体错误",
  830. "schema": {
  831. "$ref": "#/definitions/md.Response"
  832. }
  833. }
  834. }
  835. }
  836. },
  837. "/api/v1/memberCenter/getBasic": {
  838. "get": {
  839. "description": "基础数据(获取)",
  840. "consumes": [
  841. "application/json"
  842. ],
  843. "produces": [
  844. "application/json"
  845. ],
  846. "tags": [
  847. "会员中心"
  848. ],
  849. "summary": "蛋蛋星球-会员中心-基础数据(获取)",
  850. "parameters": [
  851. {
  852. "type": "string",
  853. "description": "验证参数Bearer和token空格拼接",
  854. "name": "Authorization",
  855. "in": "header",
  856. "required": true
  857. }
  858. ],
  859. "responses": {
  860. "200": {
  861. "description": "具体数据",
  862. "schema": {
  863. "$ref": "#/definitions/md.MemberCenterGetBasicResp"
  864. }
  865. },
  866. "400": {
  867. "description": "具体错误",
  868. "schema": {
  869. "$ref": "#/definitions/md.Response"
  870. }
  871. }
  872. }
  873. }
  874. },
  875. "/api/v1/pointsCenter/basic": {
  876. "get": {
  877. "description": "上部分基础信息(获取)",
  878. "consumes": [
  879. "application/json"
  880. ],
  881. "produces": [
  882. "application/json"
  883. ],
  884. "tags": [
  885. "积分中心"
  886. ],
  887. "summary": "蛋蛋星球-积分中心-上部分基础信息(获取)",
  888. "parameters": [
  889. {
  890. "type": "string",
  891. "description": "验证参数Bearer和token空格拼接",
  892. "name": "Authorization",
  893. "in": "header",
  894. "required": true
  895. }
  896. ],
  897. "responses": {
  898. "200": {
  899. "description": "具体数据",
  900. "schema": {
  901. "$ref": "#/definitions/md.PointsCenterGetBasicResp"
  902. }
  903. },
  904. "400": {
  905. "description": "具体错误",
  906. "schema": {
  907. "$ref": "#/definitions/md.Response"
  908. }
  909. }
  910. }
  911. }
  912. },
  913. "/api/v1/pointsCenter/contributionValue": {
  914. "get": {
  915. "description": "贡献值(获取)",
  916. "consumes": [
  917. "application/json"
  918. ],
  919. "produces": [
  920. "application/json"
  921. ],
  922. "tags": [
  923. "积分中心"
  924. ],
  925. "summary": "蛋蛋星球-积分中心-贡献值(获取)",
  926. "parameters": [
  927. {
  928. "type": "string",
  929. "description": "验证参数Bearer和token空格拼接",
  930. "name": "Authorization",
  931. "in": "header",
  932. "required": true
  933. }
  934. ],
  935. "responses": {
  936. "200": {
  937. "description": "具体数据",
  938. "schema": {
  939. "$ref": "#/definitions/md.GetContributionValueResp"
  940. }
  941. },
  942. "400": {
  943. "description": "具体错误",
  944. "schema": {
  945. "$ref": "#/definitions/md.Response"
  946. }
  947. }
  948. }
  949. }
  950. },
  951. "/api/v1/pointsCenter/contributionValueFlow": {
  952. "get": {
  953. "description": "贡献值明细(获取)",
  954. "consumes": [
  955. "application/json"
  956. ],
  957. "produces": [
  958. "application/json"
  959. ],
  960. "tags": [
  961. "积分中心"
  962. ],
  963. "summary": "蛋蛋星球-积分中心-贡献值明细(获取)",
  964. "parameters": [
  965. {
  966. "type": "string",
  967. "description": "验证参数Bearer和token空格拼接",
  968. "name": "Authorization",
  969. "in": "header",
  970. "required": true
  971. },
  972. {
  973. "type": "string",
  974. "description": "每页大小",
  975. "name": "limit",
  976. "in": "query",
  977. "required": true
  978. },
  979. {
  980. "type": "string",
  981. "description": "页数",
  982. "name": "page",
  983. "in": "query",
  984. "required": true
  985. }
  986. ],
  987. "responses": {
  988. "200": {
  989. "description": "具体数据",
  990. "schema": {
  991. "$ref": "#/definitions/md.GetContributionValueFlowResp"
  992. }
  993. },
  994. "400": {
  995. "description": "具体错误",
  996. "schema": {
  997. "$ref": "#/definitions/md.Response"
  998. }
  999. }
  1000. }
  1001. }
  1002. },
  1003. "/api/v1/pointsCenter/dynamicData": {
  1004. "get": {
  1005. "description": "动态数据(获取)",
  1006. "consumes": [
  1007. "application/json"
  1008. ],
  1009. "produces": [
  1010. "application/json"
  1011. ],
  1012. "tags": [
  1013. "积分中心"
  1014. ],
  1015. "summary": "蛋蛋星球-积分中心-动态数据(获取)",
  1016. "parameters": [
  1017. {
  1018. "type": "string",
  1019. "description": "验证参数Bearer和token空格拼接",
  1020. "name": "Authorization",
  1021. "in": "header",
  1022. "required": true
  1023. }
  1024. ],
  1025. "responses": {
  1026. "200": {
  1027. "description": "具体数据",
  1028. "schema": {
  1029. "$ref": "#/definitions/md.DynamicDataResp"
  1030. }
  1031. },
  1032. "400": {
  1033. "description": "具体错误",
  1034. "schema": {
  1035. "$ref": "#/definitions/md.Response"
  1036. }
  1037. }
  1038. }
  1039. }
  1040. },
  1041. "/api/v1/pointsCenter/energyFlow": {
  1042. "get": {
  1043. "description": "收支明细(获取)",
  1044. "consumes": [
  1045. "application/json"
  1046. ],
  1047. "produces": [
  1048. "application/json"
  1049. ],
  1050. "tags": [
  1051. "积分中心"
  1052. ],
  1053. "summary": "蛋蛋星球-积分中心-收支明细(获取)",
  1054. "parameters": [
  1055. {
  1056. "type": "string",
  1057. "description": "验证参数Bearer和token空格拼接",
  1058. "name": "Authorization",
  1059. "in": "header",
  1060. "required": true
  1061. },
  1062. {
  1063. "type": "string",
  1064. "description": "每页大小",
  1065. "name": "limit",
  1066. "in": "query",
  1067. "required": true
  1068. },
  1069. {
  1070. "type": "string",
  1071. "description": "页数",
  1072. "name": "page",
  1073. "in": "query",
  1074. "required": true
  1075. },
  1076. {
  1077. "type": "string",
  1078. "description": "开始时间",
  1079. "name": "startAt",
  1080. "in": "query"
  1081. },
  1082. {
  1083. "type": "string",
  1084. "description": "结束时间",
  1085. "name": "endAt",
  1086. "in": "query"
  1087. },
  1088. {
  1089. "type": "string",
  1090. "description": "流水方向(1.收入 2.支出 0.全部)",
  1091. "name": "direction",
  1092. "in": "query"
  1093. }
  1094. ],
  1095. "responses": {
  1096. "200": {
  1097. "description": "具体数据",
  1098. "schema": {
  1099. "$ref": "#/definitions/md.GetEggEnergyFlowResp"
  1100. }
  1101. },
  1102. "400": {
  1103. "description": "具体错误",
  1104. "schema": {
  1105. "$ref": "#/definitions/md.Response"
  1106. }
  1107. }
  1108. }
  1109. }
  1110. },
  1111. "/api/v1/pointsCenter/exchangeEnergy": {
  1112. "post": {
  1113. "description": "能量兑换",
  1114. "consumes": [
  1115. "application/json"
  1116. ],
  1117. "produces": [
  1118. "application/json"
  1119. ],
  1120. "tags": [
  1121. "积分中心"
  1122. ],
  1123. "summary": "蛋蛋星球-积分中心-能量兑换",
  1124. "parameters": [
  1125. {
  1126. "type": "string",
  1127. "description": "验证参数Bearer和token空格拼接",
  1128. "name": "Authorization",
  1129. "in": "header",
  1130. "required": true
  1131. },
  1132. {
  1133. "description": "需要兑换的能量值",
  1134. "name": "req",
  1135. "in": "body",
  1136. "required": true,
  1137. "schema": {
  1138. "$ref": "#/definitions/md.ExchangeEnergyReq"
  1139. }
  1140. }
  1141. ],
  1142. "responses": {
  1143. "200": {
  1144. "description": "success",
  1145. "schema": {
  1146. "type": "string"
  1147. }
  1148. },
  1149. "400": {
  1150. "description": "具体错误",
  1151. "schema": {
  1152. "$ref": "#/definitions/md.Response"
  1153. }
  1154. }
  1155. }
  1156. }
  1157. },
  1158. "/api/v1/pointsCenter/initialData": {
  1159. "get": {
  1160. "description": "初始数据(获取)",
  1161. "consumes": [
  1162. "application/json"
  1163. ],
  1164. "produces": [
  1165. "application/json"
  1166. ],
  1167. "tags": [
  1168. "积分中心"
  1169. ],
  1170. "summary": "蛋蛋星球-积分中心-初始数据(获取)",
  1171. "parameters": [
  1172. {
  1173. "type": "string",
  1174. "description": "验证参数Bearer和token空格拼接",
  1175. "name": "Authorization",
  1176. "in": "header",
  1177. "required": true
  1178. }
  1179. ],
  1180. "responses": {
  1181. "200": {
  1182. "description": "具体数据",
  1183. "schema": {
  1184. "$ref": "#/definitions/md.InitialDataResp"
  1185. }
  1186. },
  1187. "400": {
  1188. "description": "具体错误",
  1189. "schema": {
  1190. "$ref": "#/definitions/md.Response"
  1191. }
  1192. }
  1193. }
  1194. }
  1195. },
  1196. "/api/v1/pointsCenter/pointsExchangeBasic": {
  1197. "get": {
  1198. "description": "积分兑换基础信息(获取)",
  1199. "consumes": [
  1200. "application/json"
  1201. ],
  1202. "produces": [
  1203. "application/json"
  1204. ],
  1205. "tags": [
  1206. "积分中心"
  1207. ],
  1208. "summary": "蛋蛋星球-积分中心-积分兑换基础信息(获取)",
  1209. "parameters": [
  1210. {
  1211. "type": "string",
  1212. "description": "验证参数Bearer和token空格拼接",
  1213. "name": "Authorization",
  1214. "in": "header",
  1215. "required": true
  1216. }
  1217. ],
  1218. "responses": {
  1219. "200": {
  1220. "description": "具体数据",
  1221. "schema": {
  1222. "$ref": "#/definitions/md.PointsExchangeGetBasicResp"
  1223. }
  1224. },
  1225. "400": {
  1226. "description": "具体错误",
  1227. "schema": {
  1228. "$ref": "#/definitions/md.Response"
  1229. }
  1230. }
  1231. }
  1232. }
  1233. },
  1234. "/api/v1/pointsCenter/priceCurve": {
  1235. "get": {
  1236. "description": "价格趋势(获取)",
  1237. "consumes": [
  1238. "application/json"
  1239. ],
  1240. "produces": [
  1241. "application/json"
  1242. ],
  1243. "tags": [
  1244. "积分中心"
  1245. ],
  1246. "summary": "蛋蛋星球-积分中心-价格趋势(获取)",
  1247. "parameters": [
  1248. {
  1249. "type": "string",
  1250. "description": "验证参数Bearer和token空格拼接",
  1251. "name": "Authorization",
  1252. "in": "header",
  1253. "required": true
  1254. },
  1255. {
  1256. "type": "string",
  1257. "description": "1:按天 2:按小时 3:按周",
  1258. "name": "kind",
  1259. "in": "query"
  1260. }
  1261. ],
  1262. "responses": {
  1263. "200": {
  1264. "description": "具体数据",
  1265. "schema": {
  1266. "$ref": "#/definitions/md.GetPriceCurveResp"
  1267. }
  1268. },
  1269. "400": {
  1270. "description": "具体错误",
  1271. "schema": {
  1272. "$ref": "#/definitions/md.Response"
  1273. }
  1274. }
  1275. }
  1276. }
  1277. },
  1278. "/api/v1/pointsCenter/record": {
  1279. "get": {
  1280. "description": "蛋蛋分明细(获取)",
  1281. "consumes": [
  1282. "application/json"
  1283. ],
  1284. "produces": [
  1285. "application/json"
  1286. ],
  1287. "tags": [
  1288. "积分中心"
  1289. ],
  1290. "summary": "蛋蛋星球-积分中心-蛋蛋分明细(获取)",
  1291. "parameters": [
  1292. {
  1293. "type": "string",
  1294. "description": "验证参数Bearer和token空格拼接",
  1295. "name": "Authorization",
  1296. "in": "header",
  1297. "required": true
  1298. },
  1299. {
  1300. "type": "string",
  1301. "description": "每页大小",
  1302. "name": "limit",
  1303. "in": "query",
  1304. "required": true
  1305. },
  1306. {
  1307. "type": "string",
  1308. "description": "页数",
  1309. "name": "page",
  1310. "in": "query",
  1311. "required": true
  1312. }
  1313. ],
  1314. "responses": {
  1315. "200": {
  1316. "description": "具体数据",
  1317. "schema": {
  1318. "$ref": "#/definitions/md.GetEggPointRecordResp"
  1319. }
  1320. },
  1321. "400": {
  1322. "description": "具体错误",
  1323. "schema": {
  1324. "$ref": "#/definitions/md.Response"
  1325. }
  1326. }
  1327. }
  1328. }
  1329. },
  1330. "/api/v1/register": {
  1331. "post": {
  1332. "description": "注册",
  1333. "consumes": [
  1334. "application/json"
  1335. ],
  1336. "produces": [
  1337. "application/json"
  1338. ],
  1339. "tags": [
  1340. "注册"
  1341. ],
  1342. "summary": "注册",
  1343. "parameters": [
  1344. {
  1345. "description": "注册参数",
  1346. "name": "req",
  1347. "in": "body",
  1348. "required": true,
  1349. "schema": {
  1350. "$ref": "#/definitions/md.RegisterReq"
  1351. }
  1352. }
  1353. ],
  1354. "responses": {
  1355. "200": {
  1356. "description": "登录成功返回",
  1357. "schema": {
  1358. "$ref": "#/definitions/md.LoginResponse"
  1359. }
  1360. },
  1361. "400": {
  1362. "description": "具体错误",
  1363. "schema": {
  1364. "$ref": "#/definitions/md.Response"
  1365. }
  1366. }
  1367. }
  1368. }
  1369. },
  1370. "/api/v1/smsSend": {
  1371. "post": {
  1372. "description": "发送短信",
  1373. "consumes": [
  1374. "application/json"
  1375. ],
  1376. "produces": [
  1377. "application/json"
  1378. ],
  1379. "tags": [
  1380. "发送短信"
  1381. ],
  1382. "summary": "发送短信",
  1383. "parameters": [
  1384. {
  1385. "description": "注册参数",
  1386. "name": "req",
  1387. "in": "body",
  1388. "required": true,
  1389. "schema": {
  1390. "$ref": "#/definitions/md.SmsSendReq"
  1391. }
  1392. }
  1393. ],
  1394. "responses": {
  1395. "200": {
  1396. "description": "成功返回",
  1397. "schema": {
  1398. "type": "string"
  1399. }
  1400. },
  1401. "400": {
  1402. "description": "具体错误",
  1403. "schema": {
  1404. "$ref": "#/definitions/md.Response"
  1405. }
  1406. }
  1407. }
  1408. }
  1409. },
  1410. "/api/v1/test": {
  1411. "get": {
  1412. "description": "Demo样例测试",
  1413. "consumes": [
  1414. "application/json"
  1415. ],
  1416. "produces": [
  1417. "application/json"
  1418. ],
  1419. "tags": [
  1420. "Demo"
  1421. ],
  1422. "summary": "Demo测试",
  1423. "parameters": [
  1424. {
  1425. "description": "任意参数",
  1426. "name": "req",
  1427. "in": "body",
  1428. "required": true,
  1429. "schema": {}
  1430. }
  1431. ],
  1432. "responses": {
  1433. "200": {
  1434. "description": "返回任意参数",
  1435. "schema": {
  1436. "type": "object",
  1437. "additionalProperties": true
  1438. }
  1439. },
  1440. "400": {
  1441. "description": "具体错误",
  1442. "schema": {
  1443. "$ref": "#/definitions/md.Response"
  1444. }
  1445. }
  1446. }
  1447. }
  1448. },
  1449. "/api/v1/userInfo": {
  1450. "get": {
  1451. "description": "用户信息",
  1452. "consumes": [
  1453. "application/json"
  1454. ],
  1455. "produces": [
  1456. "application/json"
  1457. ],
  1458. "tags": [
  1459. "用户信息"
  1460. ],
  1461. "summary": "用户信息",
  1462. "parameters": [
  1463. {
  1464. "type": "string",
  1465. "description": "验证参数Bearer和token空格拼接",
  1466. "name": "Authorization",
  1467. "in": "header",
  1468. "required": true
  1469. }
  1470. ],
  1471. "responses": {
  1472. "200": {
  1473. "description": "具体数据",
  1474. "schema": {
  1475. "$ref": "#/definitions/md.UserInfoResp"
  1476. }
  1477. },
  1478. "400": {
  1479. "description": "具体错误",
  1480. "schema": {
  1481. "$ref": "#/definitions/md.Response"
  1482. }
  1483. }
  1484. }
  1485. }
  1486. },
  1487. "/api/v1/wallet/amountFlow": {
  1488. "get": {
  1489. "description": "余额明细(获取)",
  1490. "consumes": [
  1491. "application/json"
  1492. ],
  1493. "produces": [
  1494. "application/json"
  1495. ],
  1496. "tags": [
  1497. "钱包"
  1498. ],
  1499. "summary": "蛋蛋星球-钱包-余额明细(获取)",
  1500. "parameters": [
  1501. {
  1502. "type": "string",
  1503. "description": "验证参数Bearer和token空格拼接",
  1504. "name": "Authorization",
  1505. "in": "header",
  1506. "required": true
  1507. },
  1508. {
  1509. "type": "string",
  1510. "description": "每页大小",
  1511. "name": "limit",
  1512. "in": "query",
  1513. "required": true
  1514. },
  1515. {
  1516. "type": "string",
  1517. "description": "页数",
  1518. "name": "page",
  1519. "in": "query",
  1520. "required": true
  1521. },
  1522. {
  1523. "type": "string",
  1524. "description": "开始时间",
  1525. "name": "startAt",
  1526. "in": "query"
  1527. },
  1528. {
  1529. "type": "string",
  1530. "description": "结束时间",
  1531. "name": "endAt",
  1532. "in": "query"
  1533. },
  1534. {
  1535. "type": "string",
  1536. "description": "流水方向(1.收入 2.支出 0.全部)",
  1537. "name": "direction",
  1538. "in": "query"
  1539. }
  1540. ],
  1541. "responses": {
  1542. "200": {
  1543. "description": "具体数据",
  1544. "schema": {
  1545. "$ref": "#/definitions/md.GetAmountFlowResp"
  1546. }
  1547. },
  1548. "400": {
  1549. "description": "具体错误",
  1550. "schema": {
  1551. "$ref": "#/definitions/md.Response"
  1552. }
  1553. }
  1554. }
  1555. }
  1556. },
  1557. "/api/v1/wechatLogin": {
  1558. "post": {
  1559. "description": "微信登陆",
  1560. "consumes": [
  1561. "application/json"
  1562. ],
  1563. "produces": [
  1564. "application/json"
  1565. ],
  1566. "tags": [
  1567. "微信登陆"
  1568. ],
  1569. "summary": "微信登陆",
  1570. "parameters": [
  1571. {
  1572. "description": "注册参数",
  1573. "name": "req",
  1574. "in": "body",
  1575. "required": true,
  1576. "schema": {
  1577. "$ref": "#/definitions/md.WechatLoginReq"
  1578. }
  1579. }
  1580. ],
  1581. "responses": {
  1582. "200": {
  1583. "description": "登录成功返回",
  1584. "schema": {
  1585. "$ref": "#/definitions/md.LoginResponse"
  1586. }
  1587. },
  1588. "400": {
  1589. "description": "具体错误",
  1590. "schema": {
  1591. "$ref": "#/definitions/md.Response"
  1592. }
  1593. }
  1594. }
  1595. }
  1596. }
  1597. },
  1598. "definitions": {
  1599. "applet_app_md.Paginate": {
  1600. "type": "object",
  1601. "properties": {
  1602. "limit": {
  1603. "description": "每页大小",
  1604. "type": "integer"
  1605. },
  1606. "page": {
  1607. "description": "页数",
  1608. "type": "integer"
  1609. },
  1610. "total": {
  1611. "description": "总数据量",
  1612. "type": "integer"
  1613. }
  1614. }
  1615. },
  1616. "comm.AccessRecordsReq": {
  1617. "type": "object",
  1618. "properties": {
  1619. "index": {
  1620. "description": "页面标签",
  1621. "type": "string"
  1622. }
  1623. }
  1624. },
  1625. "md.AdvertisingBasic": {
  1626. "type": "object",
  1627. "properties": {
  1628. "android_ad_is_open": {
  1629. "type": "string",
  1630. "example": "安卓广告是否开启(1:开启 0:不开启)"
  1631. },
  1632. "android_open_ad_is_open": {
  1633. "type": "string",
  1634. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  1635. },
  1636. "info": {
  1637. "type": "object",
  1638. "additionalProperties": true
  1639. },
  1640. "ios_ad_is_open": {
  1641. "type": "string",
  1642. "example": "ios广告是否开启(1:开启 0:不开启)"
  1643. },
  1644. "ios_open_ad_is_open": {
  1645. "type": "string",
  1646. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  1647. },
  1648. "voice": {
  1649. "type": "string",
  1650. "example": "领取声音"
  1651. }
  1652. }
  1653. },
  1654. "md.AdvertisingFunction": {
  1655. "type": "object",
  1656. "properties": {
  1657. "ad_id": {
  1658. "type": "string",
  1659. "example": "广告id"
  1660. },
  1661. "name": {
  1662. "type": "string",
  1663. "example": "名称"
  1664. },
  1665. "type": {
  1666. "type": "string",
  1667. "example": "位置"
  1668. }
  1669. }
  1670. },
  1671. "md.AdvertisingLimit": {
  1672. "type": "object",
  1673. "properties": {
  1674. "public_img": {
  1675. "type": "string",
  1676. "example": "公共弹窗图"
  1677. },
  1678. "public_str": {
  1679. "type": "string",
  1680. "example": "公共弹窗文字"
  1681. },
  1682. "withdraw_img": {
  1683. "type": "string",
  1684. "example": "提现弹窗图"
  1685. },
  1686. "withdraw_str": {
  1687. "type": "string",
  1688. "example": "提现弹窗文字"
  1689. }
  1690. }
  1691. },
  1692. "md.AdvertisingReq": {
  1693. "type": "object",
  1694. "properties": {
  1695. "id": {
  1696. "type": "string"
  1697. }
  1698. }
  1699. },
  1700. "md.AdvertisingResp": {
  1701. "type": "object",
  1702. "properties": {
  1703. "basic": {
  1704. "$ref": "#/definitions/md.AdvertisingBasic"
  1705. },
  1706. "function": {
  1707. "type": "array",
  1708. "items": {
  1709. "$ref": "#/definitions/md.AdvertisingFunction"
  1710. }
  1711. },
  1712. "pop": {
  1713. "$ref": "#/definitions/md.AdvertisingLimit"
  1714. },
  1715. "space": {
  1716. "type": "array",
  1717. "items": {
  1718. "$ref": "#/definitions/md.AdvertisingSpace"
  1719. }
  1720. }
  1721. }
  1722. },
  1723. "md.AdvertisingSpace": {
  1724. "type": "object",
  1725. "properties": {
  1726. "counting_down": {
  1727. "type": "string",
  1728. "example": "倒计时 x秒"
  1729. },
  1730. "id": {
  1731. "type": "string",
  1732. "example": "id"
  1733. },
  1734. "info": {
  1735. "type": "object",
  1736. "additionalProperties": true
  1737. },
  1738. "kind": {
  1739. "type": "string",
  1740. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告)"
  1741. },
  1742. "name": {
  1743. "type": "string",
  1744. "example": "名称"
  1745. }
  1746. }
  1747. },
  1748. "md.BasalRateResp": {
  1749. "type": "object",
  1750. "properties": {
  1751. "basal_rate": {
  1752. "description": "基础速率",
  1753. "type": "string"
  1754. },
  1755. "consumed_egg_energy": {
  1756. "description": "收益蛋蛋能量",
  1757. "type": "string"
  1758. },
  1759. "consumed_egg_point": {
  1760. "description": "消耗蛋蛋积分",
  1761. "type": "string"
  1762. },
  1763. "consumed_time": {
  1764. "description": "消耗时间/小时",
  1765. "type": "string"
  1766. },
  1767. "estimated_revenue": {
  1768. "description": "预估收益蛋蛋能量",
  1769. "type": "string"
  1770. },
  1771. "remaining_egg_energy": {
  1772. "description": "剩余蛋蛋能量",
  1773. "type": "string"
  1774. },
  1775. "remaining_time": {
  1776. "description": "剩余时间/小时",
  1777. "type": "string"
  1778. },
  1779. "sign_countdown": {
  1780. "description": "收益倒计时",
  1781. "type": "string"
  1782. }
  1783. }
  1784. },
  1785. "md.ConfigResp": {
  1786. "type": "object",
  1787. "properties": {
  1788. "content": {
  1789. "type": "string",
  1790. "example": "软件使用协议内容"
  1791. },
  1792. "privacy_title": {
  1793. "type": "string",
  1794. "example": "隐私协议标题"
  1795. },
  1796. "privacy_url": {
  1797. "type": "string",
  1798. "example": "隐私协议链接"
  1799. },
  1800. "title": {
  1801. "type": "string",
  1802. "example": "软件使用协议标题"
  1803. },
  1804. "user_title": {
  1805. "type": "string",
  1806. "example": "用户协议标题"
  1807. },
  1808. "user_url": {
  1809. "type": "string",
  1810. "example": "用户协议链接"
  1811. }
  1812. }
  1813. },
  1814. "md.ContributionValueFlowNode": {
  1815. "type": "object",
  1816. "properties": {
  1817. "amount": {
  1818. "description": "变更数量",
  1819. "type": "string"
  1820. },
  1821. "create_at": {
  1822. "description": "完成时间",
  1823. "type": "string"
  1824. },
  1825. "direction": {
  1826. "description": "方向: 1.收入 2.支出",
  1827. "type": "string"
  1828. },
  1829. "title": {
  1830. "description": "标题",
  1831. "type": "string"
  1832. }
  1833. }
  1834. },
  1835. "md.DynamicDataResp": {
  1836. "type": "object",
  1837. "properties": {
  1838. "development_committee": {
  1839. "description": "发展委员会",
  1840. "type": "string"
  1841. },
  1842. "public_welfare_and_charity": {
  1843. "description": "公益基金",
  1844. "type": "string"
  1845. },
  1846. "star_level_dividends": {
  1847. "description": "星级分红",
  1848. "type": "string"
  1849. },
  1850. "user_total_hold": {
  1851. "description": "用户持有总量",
  1852. "type": "string"
  1853. }
  1854. }
  1855. },
  1856. "md.EggEnergyDetailReq": {
  1857. "type": "object",
  1858. "properties": {
  1859. "asc": {
  1860. "description": "1.升序 2.倒序",
  1861. "type": "string"
  1862. },
  1863. "direction": {
  1864. "description": "类型 1.收入 2.支出 全部则传空",
  1865. "type": "string"
  1866. },
  1867. "kind": {
  1868. "description": "类型:1. 个人蛋蛋能量 2.团队蛋蛋能量",
  1869. "type": "string"
  1870. },
  1871. "limit": {
  1872. "description": "每页大小",
  1873. "type": "integer"
  1874. },
  1875. "page": {
  1876. "description": "页数",
  1877. "type": "integer"
  1878. },
  1879. "type": {
  1880. "description": "变动类型 全部则传空",
  1881. "type": "string"
  1882. }
  1883. }
  1884. },
  1885. "md.EggEnergyDetailResp": {
  1886. "type": "object",
  1887. "properties": {
  1888. "list": {
  1889. "description": "流水数据",
  1890. "type": "array",
  1891. "items": {
  1892. "type": "object",
  1893. "additionalProperties": {
  1894. "type": "string"
  1895. }
  1896. }
  1897. },
  1898. "paginate": {
  1899. "description": "分页信息",
  1900. "allOf": [
  1901. {
  1902. "$ref": "#/definitions/applet_app_md.Paginate"
  1903. }
  1904. ]
  1905. },
  1906. "person_egg_energy": {
  1907. "description": "个人蛋蛋能量",
  1908. "type": "string"
  1909. },
  1910. "team_egg_energy": {
  1911. "description": "团队蛋蛋能量",
  1912. "type": "string"
  1913. },
  1914. "total_egg_energy": {
  1915. "description": "总蛋蛋能量",
  1916. "type": "string"
  1917. },
  1918. "total_egg_energy_price": {
  1919. "description": "蛋蛋能量总价",
  1920. "type": "string"
  1921. },
  1922. "transfer_type_list": {
  1923. "description": "转账类型列表",
  1924. "allOf": [
  1925. {
  1926. "$ref": "#/definitions/md.TransferTypeList"
  1927. }
  1928. ]
  1929. }
  1930. }
  1931. },
  1932. "md.EggEnergyFlowNode": {
  1933. "type": "object",
  1934. "properties": {
  1935. "after_amount": {
  1936. "description": "变更后数量",
  1937. "type": "string"
  1938. },
  1939. "amount": {
  1940. "description": "变更数量",
  1941. "type": "string"
  1942. },
  1943. "before_amount": {
  1944. "description": "变更前数量",
  1945. "type": "string"
  1946. },
  1947. "coin_name": {
  1948. "description": "虚拟币名称",
  1949. "type": "string"
  1950. },
  1951. "create_at": {
  1952. "description": "创建时间",
  1953. "type": "string"
  1954. },
  1955. "direction": {
  1956. "description": "方向:1.收入 2.支出",
  1957. "type": "integer"
  1958. },
  1959. "id": {
  1960. "type": "integer"
  1961. },
  1962. "sys_fee": {
  1963. "description": "手续费",
  1964. "type": "string"
  1965. },
  1966. "title": {
  1967. "description": "标题",
  1968. "type": "string"
  1969. },
  1970. "transfer_type": {
  1971. "description": "转账类型",
  1972. "type": "string"
  1973. }
  1974. }
  1975. },
  1976. "md.EggPointDetailsReq": {
  1977. "type": "object",
  1978. "properties": {
  1979. "asc": {
  1980. "description": "1.升序 2.倒序",
  1981. "type": "string"
  1982. },
  1983. "direction": {
  1984. "description": "类型 1.收入 2.支出 全部则传空",
  1985. "type": "string"
  1986. },
  1987. "kind": {
  1988. "description": "类型:1. 个人蛋蛋积分 2.团队蛋蛋积分",
  1989. "type": "string"
  1990. },
  1991. "limit": {
  1992. "description": "每页大小",
  1993. "type": "integer"
  1994. },
  1995. "page": {
  1996. "description": "页数",
  1997. "type": "integer"
  1998. },
  1999. "type": {
  2000. "description": "变动类型 全部则传空",
  2001. "type": "string"
  2002. }
  2003. }
  2004. },
  2005. "md.EggPointDetailsResp": {
  2006. "type": "object",
  2007. "properties": {
  2008. "list": {
  2009. "description": "流水数据",
  2010. "type": "array",
  2011. "items": {
  2012. "type": "object",
  2013. "additionalProperties": {
  2014. "type": "string"
  2015. }
  2016. }
  2017. },
  2018. "paginate": {
  2019. "description": "分页信息",
  2020. "allOf": [
  2021. {
  2022. "$ref": "#/definitions/applet_app_md.Paginate"
  2023. }
  2024. ]
  2025. },
  2026. "person_egg_points": {
  2027. "description": "个人蛋蛋积分",
  2028. "type": "string"
  2029. },
  2030. "team_egg_points": {
  2031. "description": "团队蛋蛋积分",
  2032. "type": "string"
  2033. },
  2034. "total_egg_points": {
  2035. "description": "总蛋蛋积分",
  2036. "type": "string"
  2037. },
  2038. "total_egg_points_amount": {
  2039. "description": "蛋蛋积分余额",
  2040. "type": "string"
  2041. },
  2042. "transfer_type_list": {
  2043. "description": "转账类型列表",
  2044. "allOf": [
  2045. {
  2046. "$ref": "#/definitions/md.TransferTypeList"
  2047. }
  2048. ]
  2049. }
  2050. }
  2051. },
  2052. "md.EggPointRecordNode": {
  2053. "type": "object",
  2054. "properties": {
  2055. "end_at": {
  2056. "description": "结束时间",
  2057. "type": "string"
  2058. },
  2059. "score": {
  2060. "description": "分数",
  2061. "type": "string"
  2062. },
  2063. "start_at": {
  2064. "description": "开始时间",
  2065. "type": "string"
  2066. },
  2067. "week": {
  2068. "description": "周数",
  2069. "type": "string"
  2070. },
  2071. "year": {
  2072. "description": "年份",
  2073. "type": "string"
  2074. }
  2075. }
  2076. },
  2077. "md.ExchangeEnergyReq": {
  2078. "type": "object",
  2079. "properties": {
  2080. "energy_amount": {
  2081. "description": "兑换能量数值",
  2082. "type": "string"
  2083. }
  2084. }
  2085. },
  2086. "md.FastLoginReq": {
  2087. "type": "object",
  2088. "properties": {
  2089. "invite_code": {
  2090. "type": "string",
  2091. "example": "邀请码"
  2092. },
  2093. "token": {
  2094. "type": "string",
  2095. "example": "一键登录的token"
  2096. }
  2097. }
  2098. },
  2099. "md.FindPasswordReq": {
  2100. "type": "object",
  2101. "required": [
  2102. "mobile"
  2103. ],
  2104. "properties": {
  2105. "code": {
  2106. "type": "string",
  2107. "example": "验证码"
  2108. },
  2109. "mobile": {
  2110. "type": "string"
  2111. },
  2112. "password": {
  2113. "type": "string",
  2114. "example": "密码 如 123"
  2115. }
  2116. }
  2117. },
  2118. "md.GetAmountFlowResp": {
  2119. "type": "object",
  2120. "properties": {
  2121. "list": {
  2122. "type": "array",
  2123. "items": {
  2124. "$ref": "#/definitions/md.WalletFlowNode"
  2125. }
  2126. },
  2127. "paginate": {
  2128. "$ref": "#/definitions/applet_app_md.Paginate"
  2129. }
  2130. }
  2131. },
  2132. "md.GetContributionValueFlowResp": {
  2133. "type": "object",
  2134. "properties": {
  2135. "list": {
  2136. "type": "array",
  2137. "items": {
  2138. "$ref": "#/definitions/md.ContributionValueFlowNode"
  2139. }
  2140. },
  2141. "paginate": {
  2142. "$ref": "#/definitions/applet_app_md.Paginate"
  2143. }
  2144. }
  2145. },
  2146. "md.GetContributionValueResp": {
  2147. "type": "object",
  2148. "properties": {
  2149. "contribution_value": {
  2150. "description": "贡献值",
  2151. "type": "string"
  2152. },
  2153. "ratio": {
  2154. "description": "兑换比率(x 分兑换 1 人民币)",
  2155. "type": "string"
  2156. }
  2157. }
  2158. },
  2159. "md.GetEggEnergyFlowResp": {
  2160. "type": "object",
  2161. "properties": {
  2162. "list": {
  2163. "type": "array",
  2164. "items": {
  2165. "$ref": "#/definitions/md.EggEnergyFlowNode"
  2166. }
  2167. },
  2168. "paginate": {
  2169. "$ref": "#/definitions/applet_app_md.Paginate"
  2170. }
  2171. }
  2172. },
  2173. "md.GetEggPointRecordResp": {
  2174. "type": "object",
  2175. "properties": {
  2176. "list": {
  2177. "description": "分数明细列表",
  2178. "type": "array",
  2179. "items": {
  2180. "$ref": "#/definitions/md.EggPointRecordNode"
  2181. }
  2182. },
  2183. "now_score": {
  2184. "description": "当前分数",
  2185. "type": "string"
  2186. },
  2187. "paginate": {
  2188. "$ref": "#/definitions/applet_app_md.Paginate"
  2189. }
  2190. }
  2191. },
  2192. "md.GetPriceCurveResp": {
  2193. "type": "object",
  2194. "properties": {
  2195. "x_data": {
  2196. "type": "array",
  2197. "items": {}
  2198. },
  2199. "y_data": {
  2200. "type": "array",
  2201. "items": {}
  2202. }
  2203. }
  2204. },
  2205. "md.HomePageResp": {
  2206. "type": "object",
  2207. "properties": {
  2208. "egg_energy_now_price": {
  2209. "description": "蛋蛋能量当前价格",
  2210. "type": "string"
  2211. },
  2212. "initial_price": {
  2213. "description": "蛋蛋能量初始价格",
  2214. "type": "string"
  2215. },
  2216. "is_rises": {
  2217. "description": "是否涨价",
  2218. "type": "boolean"
  2219. },
  2220. "is_sign": {
  2221. "description": "是否开始签到",
  2222. "type": "boolean"
  2223. },
  2224. "nick_name": {
  2225. "description": "用户名称",
  2226. "type": "string"
  2227. },
  2228. "now_basal_rate": {
  2229. "description": "当前基础速率/小时",
  2230. "type": "string"
  2231. },
  2232. "now_team_rate": {
  2233. "description": "当前团队速率/小时",
  2234. "type": "string"
  2235. },
  2236. "rises": {
  2237. "description": "涨/跌价百分比",
  2238. "type": "string"
  2239. },
  2240. "sign_end_time": {
  2241. "description": "签到截止时间",
  2242. "type": "string"
  2243. },
  2244. "total_active_points": {
  2245. "description": "总蛋蛋积分",
  2246. "type": "string"
  2247. },
  2248. "total_egg_energy": {
  2249. "description": "总蛋蛋能量",
  2250. "type": "string"
  2251. },
  2252. "user_count": {
  2253. "description": "当前用户数量",
  2254. "type": "integer"
  2255. }
  2256. }
  2257. },
  2258. "md.HomePageWatchAdRuleResp": {
  2259. "type": "object",
  2260. "properties": {
  2261. "each_round_hour": {
  2262. "description": "每一轮X个小时",
  2263. "type": "string"
  2264. },
  2265. "interval_minutes": {
  2266. "description": "间隔X秒",
  2267. "type": "string"
  2268. },
  2269. "reward_total_num": {
  2270. "description": "一共X个奖励视屏",
  2271. "type": "string"
  2272. },
  2273. "reward_value": {
  2274. "description": "奖励X个活跃积分",
  2275. "type": "string"
  2276. }
  2277. }
  2278. },
  2279. "md.InitialDataResp": {
  2280. "type": "object",
  2281. "properties": {
  2282. "initial_price": {
  2283. "description": "初始价格",
  2284. "type": "string"
  2285. },
  2286. "total_angel_investor": {
  2287. "description": "天使投资人",
  2288. "type": "string"
  2289. },
  2290. "total_ecological_development": {
  2291. "description": "生态建设",
  2292. "type": "string"
  2293. },
  2294. "total_issuance_amount": {
  2295. "description": "总发行量",
  2296. "type": "string"
  2297. },
  2298. "total_operate_fund": {
  2299. "description": "运营资金",
  2300. "type": "string"
  2301. },
  2302. "total_technology_team": {
  2303. "description": "技术团队",
  2304. "type": "string"
  2305. }
  2306. }
  2307. },
  2308. "md.IntegralList": {
  2309. "type": "object",
  2310. "properties": {
  2311. "expend_list": {
  2312. "description": "支出类型列表",
  2313. "type": "array",
  2314. "items": {
  2315. "$ref": "#/definitions/md.TransferTypeNode"
  2316. }
  2317. },
  2318. "income_list": {
  2319. "description": "收入类型列表",
  2320. "type": "array",
  2321. "items": {
  2322. "$ref": "#/definitions/md.TransferTypeNode"
  2323. }
  2324. }
  2325. }
  2326. },
  2327. "md.IsCanGetRedPackageResp": {
  2328. "type": "object",
  2329. "properties": {
  2330. "is_can_get_red_package": {
  2331. "type": "boolean"
  2332. }
  2333. }
  2334. },
  2335. "md.IsCanSignInResp": {
  2336. "type": "object",
  2337. "properties": {
  2338. "is_can_sign_in": {
  2339. "type": "boolean"
  2340. }
  2341. }
  2342. },
  2343. "md.LoginReq": {
  2344. "type": "object",
  2345. "required": [
  2346. "password",
  2347. "phone"
  2348. ],
  2349. "properties": {
  2350. "code": {
  2351. "type": "string",
  2352. "example": "验证码"
  2353. },
  2354. "password": {
  2355. "type": "string",
  2356. "example": "登录密码"
  2357. },
  2358. "phone": {
  2359. "type": "string",
  2360. "example": "手机号"
  2361. }
  2362. }
  2363. },
  2364. "md.LoginResponse": {
  2365. "type": "object",
  2366. "properties": {
  2367. "token": {
  2368. "type": "string"
  2369. }
  2370. }
  2371. },
  2372. "md.MemberCenterGetBasicResp": {
  2373. "type": "object",
  2374. "properties": {
  2375. "active_num": {
  2376. "description": "活跃值",
  2377. "type": "string"
  2378. },
  2379. "amount": {
  2380. "description": "账户余额",
  2381. "type": "string"
  2382. },
  2383. "contribution_value": {
  2384. "description": "贡献值",
  2385. "type": "string"
  2386. },
  2387. "date": {
  2388. "description": "兑换时间(每月x日)",
  2389. "type": "string"
  2390. },
  2391. "egg_energy": {
  2392. "description": "能量值",
  2393. "type": "string"
  2394. },
  2395. "egg_energy_value": {
  2396. "description": "能量预估价值",
  2397. "type": "string"
  2398. },
  2399. "egg_score": {
  2400. "description": "蛋蛋分",
  2401. "type": "string"
  2402. },
  2403. "level_name": {
  2404. "description": "会员等级名称",
  2405. "type": "string"
  2406. },
  2407. "nickname": {
  2408. "description": "会员名称",
  2409. "type": "string"
  2410. },
  2411. "ratio": {
  2412. "description": "兑换比例(x:y)",
  2413. "type": "string"
  2414. }
  2415. }
  2416. },
  2417. "md.MyFansResp": {
  2418. "type": "object",
  2419. "properties": {
  2420. "now_team_assistance_num": {
  2421. "description": "团队助力人数",
  2422. "type": "integer"
  2423. },
  2424. "now_team_assistance_reward": {
  2425. "description": "团队助力收益",
  2426. "type": "string"
  2427. },
  2428. "now_team_user": {
  2429. "description": "团队人数",
  2430. "type": "integer"
  2431. }
  2432. }
  2433. },
  2434. "md.MyFansUserListResp": {
  2435. "type": "object",
  2436. "properties": {
  2437. "list": {
  2438. "type": "array",
  2439. "items": {
  2440. "$ref": "#/definitions/md.OneLineUserNode"
  2441. }
  2442. }
  2443. }
  2444. },
  2445. "md.NineDimensionalSpaceResp": {
  2446. "type": "object",
  2447. "properties": {
  2448. "a_lot_of_nums": {
  2449. "description": "全网至多用户数",
  2450. "type": "string"
  2451. },
  2452. "day_num": {
  2453. "description": "连续x天不活跃",
  2454. "type": "string"
  2455. },
  2456. "rows": {
  2457. "description": "行数",
  2458. "type": "string"
  2459. },
  2460. "space_list": {
  2461. "description": "数据列表",
  2462. "type": "array",
  2463. "items": {
  2464. "$ref": "#/definitions/md.SpaceListNode"
  2465. }
  2466. },
  2467. "space_nums": {
  2468. "description": "空间人数",
  2469. "type": "string"
  2470. },
  2471. "space_total_nums": {
  2472. "description": "空间总数",
  2473. "type": "string"
  2474. },
  2475. "times": {
  2476. "description": "排数",
  2477. "type": "string"
  2478. }
  2479. }
  2480. },
  2481. "md.OneLineUserNode": {
  2482. "type": "object",
  2483. "properties": {
  2484. "avatar_url": {
  2485. "type": "string"
  2486. },
  2487. "invite_time": {
  2488. "type": "string"
  2489. },
  2490. "is_online": {
  2491. "type": "boolean"
  2492. },
  2493. "nickname": {
  2494. "type": "string"
  2495. }
  2496. }
  2497. },
  2498. "md.PointsCenterGetBasicResp": {
  2499. "type": "object",
  2500. "properties": {
  2501. "egg_point": {
  2502. "description": "能量积分",
  2503. "type": "string"
  2504. },
  2505. "egg_point_amount": {
  2506. "description": "能量积分价值",
  2507. "type": "string"
  2508. },
  2509. "energy": {
  2510. "description": "蛋蛋能量值",
  2511. "type": "string"
  2512. },
  2513. "energy_amount": {
  2514. "description": "能量价值",
  2515. "type": "string"
  2516. },
  2517. "wallet_amount": {
  2518. "description": "账户余额",
  2519. "type": "string"
  2520. }
  2521. }
  2522. },
  2523. "md.PointsExchangeGetBasicResp": {
  2524. "type": "object",
  2525. "properties": {
  2526. "available_cash": {
  2527. "description": "可用现金",
  2528. "type": "string"
  2529. },
  2530. "available_energy": {
  2531. "description": "可用能量",
  2532. "type": "string"
  2533. }
  2534. }
  2535. },
  2536. "md.RealTimePriceResp": {
  2537. "type": "object",
  2538. "properties": {
  2539. "is_rises": {
  2540. "type": "boolean"
  2541. },
  2542. "now_price": {
  2543. "type": "string"
  2544. },
  2545. "rises": {
  2546. "type": "string"
  2547. },
  2548. "user_count": {
  2549. "type": "string"
  2550. }
  2551. }
  2552. },
  2553. "md.RegisterReq": {
  2554. "type": "object",
  2555. "required": [
  2556. "mobile"
  2557. ],
  2558. "properties": {
  2559. "avatar": {
  2560. "type": "string",
  2561. "example": "头像"
  2562. },
  2563. "code": {
  2564. "type": "string",
  2565. "example": "验证码"
  2566. },
  2567. "invite_code": {
  2568. "type": "string",
  2569. "example": "邀请码"
  2570. },
  2571. "mobile": {
  2572. "type": "string"
  2573. },
  2574. "nickname": {
  2575. "type": "string",
  2576. "example": "昵称"
  2577. },
  2578. "open_id": {
  2579. "type": "string",
  2580. "example": "微信openId"
  2581. },
  2582. "password": {
  2583. "type": "string",
  2584. "example": "密码 如 123"
  2585. },
  2586. "sex": {
  2587. "description": "性别(0:未知 1:男 2:女)",
  2588. "type": "integer"
  2589. },
  2590. "type": {
  2591. "type": "string",
  2592. "example": "app:APP注册、h5:H5注册"
  2593. },
  2594. "union_id": {
  2595. "type": "string",
  2596. "example": "微信UnionId"
  2597. }
  2598. }
  2599. },
  2600. "md.Response": {
  2601. "type": "object",
  2602. "properties": {
  2603. "code": {
  2604. "type": "string",
  2605. "example": "响应码"
  2606. },
  2607. "data": {
  2608. "description": "内容"
  2609. },
  2610. "msg": {
  2611. "type": "string",
  2612. "example": "具体错误原因"
  2613. }
  2614. }
  2615. },
  2616. "md.SmsSendReq": {
  2617. "type": "object",
  2618. "required": [
  2619. "mobile"
  2620. ],
  2621. "properties": {
  2622. "captcha_output": {
  2623. "type": "string",
  2624. "example": "阿里云图形验证码对应参数"
  2625. },
  2626. "gen_time": {
  2627. "type": "string",
  2628. "example": "阿里云图形验证码对应参数"
  2629. },
  2630. "lot_number": {
  2631. "type": "string",
  2632. "example": "阿里云图形验证码对应参数"
  2633. },
  2634. "mobile": {
  2635. "type": "string"
  2636. },
  2637. "pass_token": {
  2638. "type": "string",
  2639. "example": "阿里云图形验证码对应参数"
  2640. },
  2641. "type": {
  2642. "type": "string",
  2643. "example": "h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码"
  2644. }
  2645. }
  2646. },
  2647. "md.SpaceListNode": {
  2648. "type": "object",
  2649. "properties": {
  2650. "max_count": {
  2651. "description": "最大容纳人数",
  2652. "type": "string"
  2653. },
  2654. "name": {
  2655. "description": "维度",
  2656. "type": "string"
  2657. },
  2658. "now_count": {
  2659. "description": "当前人数",
  2660. "type": "string"
  2661. }
  2662. }
  2663. },
  2664. "md.TotalRateResp": {
  2665. "type": "object",
  2666. "properties": {
  2667. "consumed_personal_egg_point": {
  2668. "description": "消耗个人蛋蛋积分",
  2669. "type": "string"
  2670. },
  2671. "consumed_team_egg_point": {
  2672. "description": "消耗团队蛋蛋积分",
  2673. "type": "string"
  2674. },
  2675. "now_basal_rate": {
  2676. "description": "当前基础速率/小时",
  2677. "type": "string"
  2678. },
  2679. "now_team_rate": {
  2680. "description": "当前团队速率/小时",
  2681. "type": "string"
  2682. },
  2683. "now_total_rate": {
  2684. "description": "总速率/小时",
  2685. "type": "string"
  2686. }
  2687. }
  2688. },
  2689. "md.TransferTypeList": {
  2690. "type": "object",
  2691. "properties": {
  2692. "TeamTransferTypeList": {
  2693. "description": "团队积分变动列表",
  2694. "allOf": [
  2695. {
  2696. "$ref": "#/definitions/md.IntegralList"
  2697. }
  2698. ]
  2699. },
  2700. "personal_transfer_type_list": {
  2701. "description": "个人积分变动列表",
  2702. "allOf": [
  2703. {
  2704. "$ref": "#/definitions/md.IntegralList"
  2705. }
  2706. ]
  2707. }
  2708. }
  2709. },
  2710. "md.TransferTypeNode": {
  2711. "type": "object",
  2712. "properties": {
  2713. "name": {
  2714. "type": "string"
  2715. },
  2716. "value": {
  2717. "type": "string"
  2718. }
  2719. }
  2720. },
  2721. "md.UserInfoResp": {
  2722. "type": "object",
  2723. "properties": {
  2724. "head_img": {
  2725. "type": "string"
  2726. },
  2727. "id": {
  2728. "type": "string"
  2729. },
  2730. "invite_code": {
  2731. "type": "string"
  2732. },
  2733. "is_bind_extend": {
  2734. "type": "string",
  2735. "example": "是否绑定了上级 0否 1是"
  2736. },
  2737. "nickname": {
  2738. "type": "string"
  2739. },
  2740. "phone": {
  2741. "type": "string"
  2742. }
  2743. }
  2744. },
  2745. "md.WalletFlowNode": {
  2746. "type": "object",
  2747. "properties": {
  2748. "after_amount": {
  2749. "description": "变动后金额",
  2750. "type": "string"
  2751. },
  2752. "amount": {
  2753. "description": "变动金额",
  2754. "type": "string"
  2755. },
  2756. "before_amount": {
  2757. "description": "变动前金额",
  2758. "type": "string"
  2759. },
  2760. "create_time": {
  2761. "description": "创建时间",
  2762. "type": "string"
  2763. },
  2764. "direction": {
  2765. "description": "方向:1.收入 2.支出",
  2766. "type": "integer"
  2767. },
  2768. "id": {
  2769. "type": "integer"
  2770. },
  2771. "kind": {
  2772. "description": "1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  2773. "type": "integer"
  2774. },
  2775. "memo": {
  2776. "description": "备注",
  2777. "type": "string"
  2778. },
  2779. "ord_id": {
  2780. "description": "对应订单编号",
  2781. "type": "string"
  2782. },
  2783. "state": {
  2784. "description": "1未到账,2已到账",
  2785. "type": "integer"
  2786. },
  2787. "sys_fee": {
  2788. "description": "手续费",
  2789. "type": "string"
  2790. },
  2791. "title": {
  2792. "description": "标题",
  2793. "type": "string"
  2794. },
  2795. "uid": {
  2796. "description": "用户 ID",
  2797. "type": "integer"
  2798. },
  2799. "update_time": {
  2800. "description": "更新时间",
  2801. "type": "string"
  2802. }
  2803. }
  2804. },
  2805. "md.WechatLoginReq": {
  2806. "type": "object",
  2807. "properties": {
  2808. "avatar": {
  2809. "type": "string",
  2810. "example": "头像"
  2811. },
  2812. "nickname": {
  2813. "type": "string",
  2814. "example": "昵称"
  2815. },
  2816. "open_id": {
  2817. "type": "string",
  2818. "example": "微信openId"
  2819. },
  2820. "union_id": {
  2821. "type": "string",
  2822. "example": "微信UnionId"
  2823. }
  2824. }
  2825. }
  2826. }
  2827. }