蛋蛋星球-客户端
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

6610 righe
219 KiB

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