蛋蛋星球-客户端
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 

6281 líneas
208 KiB

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