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

5182 lines
172 KiB

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