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

6544 lines
217 KiB

  1. // Package docs Code generated by swaggo/swag. DO NOT EDIT
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/v1/addFriend/basalRate": {
  26. "get": {
  27. "description": "基础速率(获取)",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "添加好友"
  36. ],
  37. "summary": "蛋蛋星球-添加好友-基础速率(获取)",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. }
  46. ],
  47. "responses": {
  48. "200": {
  49. "description": "具体数据",
  50. "schema": {
  51. "$ref": "#/definitions/md.BasalRateResp"
  52. }
  53. },
  54. "400": {
  55. "description": "具体错误",
  56. "schema": {
  57. "$ref": "#/definitions/md.Response"
  58. }
  59. }
  60. }
  61. }
  62. },
  63. "/api/v1/addFriend/eggEnergyDetails": {
  64. "post": {
  65. "description": "蛋蛋能量明细(获取)",
  66. "consumes": [
  67. "application/json"
  68. ],
  69. "produces": [
  70. "application/json"
  71. ],
  72. "tags": [
  73. "添加好友"
  74. ],
  75. "summary": "蛋蛋星球-添加好友-蛋蛋能量明细(获取)",
  76. "parameters": [
  77. {
  78. "type": "string",
  79. "description": "验证参数Bearer和token空格拼接",
  80. "name": "Authorization",
  81. "in": "header",
  82. "required": true
  83. },
  84. {
  85. "description": "分页类型必填",
  86. "name": "req",
  87. "in": "body",
  88. "required": true,
  89. "schema": {
  90. "$ref": "#/definitions/md.EggEnergyDetailReq"
  91. }
  92. }
  93. ],
  94. "responses": {
  95. "200": {
  96. "description": "具体数据",
  97. "schema": {
  98. "$ref": "#/definitions/md.EggEnergyDetailResp"
  99. }
  100. },
  101. "400": {
  102. "description": "具体错误",
  103. "schema": {
  104. "$ref": "#/definitions/md.Response"
  105. }
  106. }
  107. }
  108. }
  109. },
  110. "/api/v1/addFriend/eggPointDetails": {
  111. "post": {
  112. "description": "蛋蛋积分明细(获取)",
  113. "consumes": [
  114. "application/json"
  115. ],
  116. "produces": [
  117. "application/json"
  118. ],
  119. "tags": [
  120. "添加好友"
  121. ],
  122. "summary": "蛋蛋星球-添加好友-蛋蛋积分明细(获取)",
  123. "parameters": [
  124. {
  125. "type": "string",
  126. "description": "验证参数Bearer和token空格拼接",
  127. "name": "Authorization",
  128. "in": "header",
  129. "required": true
  130. },
  131. {
  132. "description": "分页类型必填",
  133. "name": "req",
  134. "in": "body",
  135. "required": true,
  136. "schema": {
  137. "$ref": "#/definitions/md.EggPointDetailsReq"
  138. }
  139. }
  140. ],
  141. "responses": {
  142. "200": {
  143. "description": "具体数据",
  144. "schema": {
  145. "$ref": "#/definitions/md.EggPointDetailsResp"
  146. }
  147. },
  148. "400": {
  149. "description": "具体错误",
  150. "schema": {
  151. "$ref": "#/definitions/md.Response"
  152. }
  153. }
  154. }
  155. }
  156. },
  157. "/api/v1/addFriend/myFans": {
  158. "get": {
  159. "description": "团队加速速率(获取)",
  160. "consumes": [
  161. "application/json"
  162. ],
  163. "produces": [
  164. "application/json"
  165. ],
  166. "tags": [
  167. "添加好友"
  168. ],
  169. "summary": "蛋蛋星球-添加好友-粉丝团队-我的粉丝-团队加速速率(获取)",
  170. "parameters": [
  171. {
  172. "type": "string",
  173. "description": "验证参数Bearer和token空格拼接",
  174. "name": "Authorization",
  175. "in": "header",
  176. "required": true
  177. }
  178. ],
  179. "responses": {
  180. "200": {
  181. "description": "具体数据",
  182. "schema": {
  183. "$ref": "#/definitions/md.MyFansResp"
  184. }
  185. },
  186. "400": {
  187. "description": "具体错误",
  188. "schema": {
  189. "$ref": "#/definitions/md.Response"
  190. }
  191. }
  192. }
  193. }
  194. },
  195. "/api/v1/addFriend/myFansUserList": {
  196. "get": {
  197. "description": "在线好友列表(获取)",
  198. "consumes": [
  199. "application/json"
  200. ],
  201. "produces": [
  202. "application/json"
  203. ],
  204. "tags": [
  205. "添加好友"
  206. ],
  207. "summary": "蛋蛋星球-添加好友-粉丝团队-我的粉丝-在线好友列表(获取)",
  208. "parameters": [
  209. {
  210. "type": "string",
  211. "description": "验证参数Bearer和token空格拼接",
  212. "name": "Authorization",
  213. "in": "header",
  214. "required": true
  215. },
  216. {
  217. "type": "integer",
  218. "description": "每页大小",
  219. "name": "limit",
  220. "in": "query",
  221. "required": true
  222. },
  223. {
  224. "type": "integer",
  225. "description": "页数",
  226. "name": "page",
  227. "in": "query",
  228. "required": true
  229. }
  230. ],
  231. "responses": {
  232. "200": {
  233. "description": "具体数据",
  234. "schema": {
  235. "$ref": "#/definitions/md.MyFansUserListResp"
  236. }
  237. },
  238. "400": {
  239. "description": "具体错误",
  240. "schema": {
  241. "$ref": "#/definitions/md.Response"
  242. }
  243. }
  244. }
  245. }
  246. },
  247. "/api/v1/addFriend/nineDimensionalSpace": {
  248. "get": {
  249. "description": "九维空间(获取)",
  250. "consumes": [
  251. "application/json"
  252. ],
  253. "produces": [
  254. "application/json"
  255. ],
  256. "tags": [
  257. "添加好友"
  258. ],
  259. "summary": "蛋蛋星球-添加好友-粉丝团队-九维空间(获取)",
  260. "parameters": [
  261. {
  262. "type": "string",
  263. "description": "验证参数Bearer和token空格拼接",
  264. "name": "Authorization",
  265. "in": "header",
  266. "required": true
  267. }
  268. ],
  269. "responses": {
  270. "200": {
  271. "description": "具体数据",
  272. "schema": {
  273. "$ref": "#/definitions/md.NineDimensionalSpaceResp"
  274. }
  275. },
  276. "400": {
  277. "description": "具体错误",
  278. "schema": {
  279. "$ref": "#/definitions/md.Response"
  280. }
  281. }
  282. }
  283. }
  284. },
  285. "/api/v1/addFriend/totalRate": {
  286. "get": {
  287. "description": "总速率(获取)",
  288. "consumes": [
  289. "application/json"
  290. ],
  291. "produces": [
  292. "application/json"
  293. ],
  294. "tags": [
  295. "添加好友"
  296. ],
  297. "summary": "蛋蛋星球-添加好友-总速率(获取)",
  298. "parameters": [
  299. {
  300. "type": "string",
  301. "description": "验证参数Bearer和token空格拼接",
  302. "name": "Authorization",
  303. "in": "header",
  304. "required": true
  305. }
  306. ],
  307. "responses": {
  308. "200": {
  309. "description": "具体数据",
  310. "schema": {
  311. "$ref": "#/definitions/md.TotalRateResp"
  312. }
  313. },
  314. "400": {
  315. "description": "具体错误",
  316. "schema": {
  317. "$ref": "#/definitions/md.Response"
  318. }
  319. }
  320. }
  321. }
  322. },
  323. "/api/v1/advertising": {
  324. "get": {
  325. "description": "广告位",
  326. "consumes": [
  327. "application/json"
  328. ],
  329. "produces": [
  330. "application/json"
  331. ],
  332. "tags": [
  333. "广告位"
  334. ],
  335. "summary": "广告位",
  336. "parameters": [
  337. {
  338. "type": "string",
  339. "description": "验证参数Bearer和token空格拼接",
  340. "name": "Authorization",
  341. "in": "header",
  342. "required": true
  343. }
  344. ],
  345. "responses": {
  346. "200": {
  347. "description": "具体数据",
  348. "schema": {
  349. "$ref": "#/definitions/md.AdvertisingResp"
  350. }
  351. },
  352. "400": {
  353. "description": "具体错误",
  354. "schema": {
  355. "$ref": "#/definitions/md.Response"
  356. }
  357. }
  358. }
  359. }
  360. },
  361. "/api/v1/advertising/check": {
  362. "post": {
  363. "description": "广告位限制",
  364. "consumes": [
  365. "application/json"
  366. ],
  367. "produces": [
  368. "application/json"
  369. ],
  370. "tags": [
  371. "广告位"
  372. ],
  373. "summary": "广告位限制",
  374. "parameters": [
  375. {
  376. "type": "string",
  377. "description": "验证参数Bearer和token空格拼接",
  378. "name": "Authorization",
  379. "in": "header",
  380. "required": true
  381. },
  382. {
  383. "description": "注册参数",
  384. "name": "req",
  385. "in": "body",
  386. "required": true,
  387. "schema": {
  388. "$ref": "#/definitions/md.AdvertisingReq"
  389. }
  390. }
  391. ],
  392. "responses": {
  393. "200": {
  394. "description": "具体数据",
  395. "schema": {
  396. "$ref": "#/definitions/md.AdvertisingCheck"
  397. }
  398. },
  399. "400": {
  400. "description": "具体错误",
  401. "schema": {
  402. "$ref": "#/definitions/md.Response"
  403. }
  404. }
  405. }
  406. }
  407. },
  408. "/api/v1/advertising/detail": {
  409. "post": {
  410. "description": "广告位详情",
  411. "consumes": [
  412. "application/json"
  413. ],
  414. "produces": [
  415. "application/json"
  416. ],
  417. "tags": [
  418. "广告位"
  419. ],
  420. "summary": "广告位详情",
  421. "parameters": [
  422. {
  423. "type": "string",
  424. "description": "验证参数Bearer和token空格拼接",
  425. "name": "Authorization",
  426. "in": "header",
  427. "required": true
  428. },
  429. {
  430. "description": "注册参数",
  431. "name": "req",
  432. "in": "body",
  433. "required": true,
  434. "schema": {
  435. "$ref": "#/definitions/md.AdvertisingReq"
  436. }
  437. }
  438. ],
  439. "responses": {
  440. "200": {
  441. "description": "具体数据",
  442. "schema": {
  443. "$ref": "#/definitions/md.AdvertisingSpace"
  444. }
  445. },
  446. "400": {
  447. "description": "具体错误",
  448. "schema": {
  449. "$ref": "#/definitions/md.Response"
  450. }
  451. }
  452. }
  453. }
  454. },
  455. "/api/v1/advertising/state": {
  456. "post": {
  457. "description": "广告状态 看完之后拿到广告唯一值",
  458. "consumes": [
  459. "application/json"
  460. ],
  461. "produces": [
  462. "application/json"
  463. ],
  464. "tags": [
  465. "广告位"
  466. ],
  467. "summary": "广告状态 看完之后拿到广告唯一值",
  468. "parameters": [
  469. {
  470. "type": "string",
  471. "description": "验证参数Bearer和token空格拼接",
  472. "name": "Authorization",
  473. "in": "header",
  474. "required": true
  475. },
  476. {
  477. "description": "注册参数",
  478. "name": "req",
  479. "in": "body",
  480. "required": true,
  481. "schema": {
  482. "$ref": "#/definitions/md.AdvertisingReq"
  483. }
  484. }
  485. ],
  486. "responses": {
  487. "200": {
  488. "description": "具体数据",
  489. "schema": {
  490. "$ref": "#/definitions/md.AdvertisingState"
  491. }
  492. },
  493. "400": {
  494. "description": "具体错误",
  495. "schema": {
  496. "$ref": "#/definitions/md.Response"
  497. }
  498. }
  499. }
  500. }
  501. },
  502. "/api/v1/circleFriends/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/delete": {
  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.DeleteUserReq"
  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/info": {
  2355. "get": {
  2356. "description": "注销账号信息",
  2357. "consumes": [
  2358. "application/json"
  2359. ],
  2360. "produces": [
  2361. "application/json"
  2362. ],
  2363. "tags": [
  2364. "账号与安全"
  2365. ],
  2366. "summary": "注销账号信息",
  2367. "responses": {
  2368. "200": {
  2369. "description": "登录成功返回",
  2370. "schema": {
  2371. "$ref": "#/definitions/md.UserDeleteInfo"
  2372. }
  2373. },
  2374. "400": {
  2375. "description": "具体错误",
  2376. "schema": {
  2377. "$ref": "#/definitions/md.Response"
  2378. }
  2379. }
  2380. }
  2381. }
  2382. },
  2383. "/api/v1/memberCenter/getBasic": {
  2384. "get": {
  2385. "description": "基础数据(获取)",
  2386. "consumes": [
  2387. "application/json"
  2388. ],
  2389. "produces": [
  2390. "application/json"
  2391. ],
  2392. "tags": [
  2393. "会员中心"
  2394. ],
  2395. "summary": "蛋蛋星球-会员中心-基础数据(获取)",
  2396. "parameters": [
  2397. {
  2398. "type": "string",
  2399. "description": "验证参数Bearer和token空格拼接",
  2400. "name": "Authorization",
  2401. "in": "header",
  2402. "required": true
  2403. }
  2404. ],
  2405. "responses": {
  2406. "200": {
  2407. "description": "具体数据",
  2408. "schema": {
  2409. "$ref": "#/definitions/md.MemberCenterGetBasicResp"
  2410. }
  2411. },
  2412. "400": {
  2413. "description": "具体错误",
  2414. "schema": {
  2415. "$ref": "#/definitions/md.Response"
  2416. }
  2417. }
  2418. }
  2419. }
  2420. },
  2421. "/api/v1/memberCenter/inviteUrl": {
  2422. "get": {
  2423. "description": "邀请链接",
  2424. "consumes": [
  2425. "application/json"
  2426. ],
  2427. "produces": [
  2428. "application/json"
  2429. ],
  2430. "tags": [
  2431. "邀请海报"
  2432. ],
  2433. "summary": "邀请链接",
  2434. "responses": {
  2435. "200": {
  2436. "description": "登录成功返回",
  2437. "schema": {
  2438. "$ref": "#/definitions/md.InviteUrl"
  2439. }
  2440. },
  2441. "400": {
  2442. "description": "具体错误",
  2443. "schema": {
  2444. "$ref": "#/definitions/md.Response"
  2445. }
  2446. }
  2447. }
  2448. }
  2449. },
  2450. "/api/v1/memberCenter/parentInfo": {
  2451. "get": {
  2452. "description": "导师信息",
  2453. "consumes": [
  2454. "application/json"
  2455. ],
  2456. "produces": [
  2457. "application/json"
  2458. ],
  2459. "tags": [
  2460. "会员中心"
  2461. ],
  2462. "summary": "导师信息",
  2463. "responses": {
  2464. "200": {
  2465. "description": "登录成功返回",
  2466. "schema": {
  2467. "$ref": "#/definitions/md.ParentInfo"
  2468. }
  2469. },
  2470. "400": {
  2471. "description": "具体错误",
  2472. "schema": {
  2473. "$ref": "#/definitions/md.Response"
  2474. }
  2475. }
  2476. }
  2477. }
  2478. },
  2479. "/api/v1/memberCenter/updatePasscode": {
  2480. "post": {
  2481. "description": "修改支付宝密码",
  2482. "consumes": [
  2483. "application/json"
  2484. ],
  2485. "produces": [
  2486. "application/json"
  2487. ],
  2488. "tags": [
  2489. "账号与安全"
  2490. ],
  2491. "summary": "修改支付宝密码",
  2492. "parameters": [
  2493. {
  2494. "description": "注册参数",
  2495. "name": "req",
  2496. "in": "body",
  2497. "required": true,
  2498. "schema": {
  2499. "$ref": "#/definitions/md.UpdatePasscodeReq"
  2500. }
  2501. }
  2502. ],
  2503. "responses": {
  2504. "200": {
  2505. "description": "登录成功返回",
  2506. "schema": {
  2507. "type": "string"
  2508. }
  2509. },
  2510. "400": {
  2511. "description": "具体错误",
  2512. "schema": {
  2513. "$ref": "#/definitions/md.Response"
  2514. }
  2515. }
  2516. }
  2517. }
  2518. },
  2519. "/api/v1/memberCenter/updatePassword": {
  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.UpdatePasswordReq"
  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/openApp/start": {
  2560. "get": {
  2561. "description": "打开app调用",
  2562. "consumes": [
  2563. "application/json"
  2564. ],
  2565. "produces": [
  2566. "application/json"
  2567. ],
  2568. "tags": [
  2569. "基本配置"
  2570. ],
  2571. "summary": "打开app调用",
  2572. "parameters": [
  2573. {
  2574. "type": "string",
  2575. "description": "验证参数Bearer和token空格拼接",
  2576. "name": "Authorization",
  2577. "in": "header",
  2578. "required": true
  2579. }
  2580. ],
  2581. "responses": {
  2582. "200": {
  2583. "description": "具体数据",
  2584. "schema": {
  2585. "type": "string"
  2586. }
  2587. },
  2588. "400": {
  2589. "description": "具体错误",
  2590. "schema": {
  2591. "$ref": "#/definitions/md.Response"
  2592. }
  2593. }
  2594. }
  2595. }
  2596. },
  2597. "/api/v1/playlet/base": {
  2598. "get": {
  2599. "description": "短剧-基本信息",
  2600. "consumes": [
  2601. "application/json"
  2602. ],
  2603. "produces": [
  2604. "application/json"
  2605. ],
  2606. "tags": [
  2607. "短视频"
  2608. ],
  2609. "summary": "短剧-基本信息",
  2610. "parameters": [
  2611. {
  2612. "type": "string",
  2613. "description": "验证参数Bearer和token空格拼接",
  2614. "name": "Authorization",
  2615. "in": "header",
  2616. "required": true
  2617. }
  2618. ],
  2619. "responses": {
  2620. "200": {
  2621. "description": "具体数据",
  2622. "schema": {
  2623. "$ref": "#/definitions/md.PlayletBaseData"
  2624. }
  2625. },
  2626. "400": {
  2627. "description": "具体错误",
  2628. "schema": {
  2629. "$ref": "#/definitions/md.Response"
  2630. }
  2631. }
  2632. }
  2633. }
  2634. },
  2635. "/api/v1/playlet/reward": {
  2636. "post": {
  2637. "description": "短剧-保存",
  2638. "consumes": [
  2639. "application/json"
  2640. ],
  2641. "produces": [
  2642. "application/json"
  2643. ],
  2644. "tags": [
  2645. "短视频"
  2646. ],
  2647. "summary": "短剧-保存",
  2648. "parameters": [
  2649. {
  2650. "type": "string",
  2651. "description": "验证参数Bearer和token空格拼接",
  2652. "name": "Authorization",
  2653. "in": "header",
  2654. "required": true
  2655. },
  2656. {
  2657. "description": "参数",
  2658. "name": "req",
  2659. "in": "body",
  2660. "required": true,
  2661. "schema": {
  2662. "$ref": "#/definitions/md.PlayletRewardRequest"
  2663. }
  2664. }
  2665. ],
  2666. "responses": {
  2667. "200": {
  2668. "description": "具体数据",
  2669. "schema": {
  2670. "type": "string"
  2671. }
  2672. },
  2673. "400": {
  2674. "description": "具体错误",
  2675. "schema": {
  2676. "$ref": "#/definitions/md.Response"
  2677. }
  2678. }
  2679. }
  2680. }
  2681. },
  2682. "/api/v1/playlet/unlockNum": {
  2683. "post": {
  2684. "description": "短剧-解锁数量",
  2685. "consumes": [
  2686. "application/json"
  2687. ],
  2688. "produces": [
  2689. "application/json"
  2690. ],
  2691. "tags": [
  2692. "短视频"
  2693. ],
  2694. "summary": "短剧-解锁数量",
  2695. "parameters": [
  2696. {
  2697. "type": "string",
  2698. "description": "验证参数Bearer和token空格拼接",
  2699. "name": "Authorization",
  2700. "in": "header",
  2701. "required": true
  2702. },
  2703. {
  2704. "description": "参数",
  2705. "name": "req",
  2706. "in": "body",
  2707. "required": true,
  2708. "schema": {
  2709. "$ref": "#/definitions/md.PlayletUnlockRequest"
  2710. }
  2711. }
  2712. ],
  2713. "responses": {
  2714. "200": {
  2715. "description": "具体数据",
  2716. "schema": {
  2717. "$ref": "#/definitions/md.PlayletUnlockResp"
  2718. }
  2719. },
  2720. "400": {
  2721. "description": "具体错误",
  2722. "schema": {
  2723. "$ref": "#/definitions/md.Response"
  2724. }
  2725. }
  2726. }
  2727. }
  2728. },
  2729. "/api/v1/pointsCenter/basic": {
  2730. "get": {
  2731. "description": "上部分基础信息(获取)",
  2732. "consumes": [
  2733. "application/json"
  2734. ],
  2735. "produces": [
  2736. "application/json"
  2737. ],
  2738. "tags": [
  2739. "积分中心"
  2740. ],
  2741. "summary": "蛋蛋星球-积分中心-上部分基础信息(获取)",
  2742. "parameters": [
  2743. {
  2744. "type": "string",
  2745. "description": "验证参数Bearer和token空格拼接",
  2746. "name": "Authorization",
  2747. "in": "header",
  2748. "required": true
  2749. }
  2750. ],
  2751. "responses": {
  2752. "200": {
  2753. "description": "具体数据",
  2754. "schema": {
  2755. "$ref": "#/definitions/md.PointsCenterGetBasicResp"
  2756. }
  2757. },
  2758. "400": {
  2759. "description": "具体错误",
  2760. "schema": {
  2761. "$ref": "#/definitions/md.Response"
  2762. }
  2763. }
  2764. }
  2765. }
  2766. },
  2767. "/api/v1/pointsCenter/contributionValue": {
  2768. "get": {
  2769. "description": "贡献值(获取)",
  2770. "consumes": [
  2771. "application/json"
  2772. ],
  2773. "produces": [
  2774. "application/json"
  2775. ],
  2776. "tags": [
  2777. "积分中心"
  2778. ],
  2779. "summary": "蛋蛋星球-积分中心-贡献值(获取)",
  2780. "parameters": [
  2781. {
  2782. "type": "string",
  2783. "description": "验证参数Bearer和token空格拼接",
  2784. "name": "Authorization",
  2785. "in": "header",
  2786. "required": true
  2787. }
  2788. ],
  2789. "responses": {
  2790. "200": {
  2791. "description": "具体数据",
  2792. "schema": {
  2793. "$ref": "#/definitions/md.GetContributionValueResp"
  2794. }
  2795. },
  2796. "400": {
  2797. "description": "具体错误",
  2798. "schema": {
  2799. "$ref": "#/definitions/md.Response"
  2800. }
  2801. }
  2802. }
  2803. }
  2804. },
  2805. "/api/v1/pointsCenter/contributionValueFlow": {
  2806. "get": {
  2807. "description": "贡献值明细(获取)",
  2808. "consumes": [
  2809. "application/json"
  2810. ],
  2811. "produces": [
  2812. "application/json"
  2813. ],
  2814. "tags": [
  2815. "积分中心"
  2816. ],
  2817. "summary": "蛋蛋星球-积分中心-贡献值明细(获取)",
  2818. "parameters": [
  2819. {
  2820. "type": "string",
  2821. "description": "验证参数Bearer和token空格拼接",
  2822. "name": "Authorization",
  2823. "in": "header",
  2824. "required": true
  2825. },
  2826. {
  2827. "type": "string",
  2828. "description": "每页大小",
  2829. "name": "limit",
  2830. "in": "query",
  2831. "required": true
  2832. },
  2833. {
  2834. "type": "string",
  2835. "description": "页数",
  2836. "name": "page",
  2837. "in": "query",
  2838. "required": true
  2839. }
  2840. ],
  2841. "responses": {
  2842. "200": {
  2843. "description": "具体数据",
  2844. "schema": {
  2845. "$ref": "#/definitions/md.GetContributionValueFlowResp"
  2846. }
  2847. },
  2848. "400": {
  2849. "description": "具体错误",
  2850. "schema": {
  2851. "$ref": "#/definitions/md.Response"
  2852. }
  2853. }
  2854. }
  2855. }
  2856. },
  2857. "/api/v1/pointsCenter/dynamicData": {
  2858. "get": {
  2859. "description": "动态数据(获取)",
  2860. "consumes": [
  2861. "application/json"
  2862. ],
  2863. "produces": [
  2864. "application/json"
  2865. ],
  2866. "tags": [
  2867. "积分中心"
  2868. ],
  2869. "summary": "蛋蛋星球-积分中心-动态数据(获取)",
  2870. "parameters": [
  2871. {
  2872. "type": "string",
  2873. "description": "验证参数Bearer和token空格拼接",
  2874. "name": "Authorization",
  2875. "in": "header",
  2876. "required": true
  2877. }
  2878. ],
  2879. "responses": {
  2880. "200": {
  2881. "description": "具体数据",
  2882. "schema": {
  2883. "$ref": "#/definitions/md.DynamicDataResp"
  2884. }
  2885. },
  2886. "400": {
  2887. "description": "具体错误",
  2888. "schema": {
  2889. "$ref": "#/definitions/md.Response"
  2890. }
  2891. }
  2892. }
  2893. }
  2894. },
  2895. "/api/v1/pointsCenter/energyFlow": {
  2896. "get": {
  2897. "description": "收支明细(获取)",
  2898. "consumes": [
  2899. "application/json"
  2900. ],
  2901. "produces": [
  2902. "application/json"
  2903. ],
  2904. "tags": [
  2905. "积分中心"
  2906. ],
  2907. "summary": "蛋蛋星球-积分中心-收支明细(获取)",
  2908. "parameters": [
  2909. {
  2910. "type": "string",
  2911. "description": "验证参数Bearer和token空格拼接",
  2912. "name": "Authorization",
  2913. "in": "header",
  2914. "required": true
  2915. },
  2916. {
  2917. "type": "string",
  2918. "description": "每页大小",
  2919. "name": "limit",
  2920. "in": "query",
  2921. "required": true
  2922. },
  2923. {
  2924. "type": "string",
  2925. "description": "页数",
  2926. "name": "page",
  2927. "in": "query",
  2928. "required": true
  2929. },
  2930. {
  2931. "type": "string",
  2932. "description": "开始时间",
  2933. "name": "startAt",
  2934. "in": "query"
  2935. },
  2936. {
  2937. "type": "string",
  2938. "description": "结束时间",
  2939. "name": "endAt",
  2940. "in": "query"
  2941. },
  2942. {
  2943. "type": "string",
  2944. "description": "流水方向(1.收入 2.支出 0.全部)",
  2945. "name": "direction",
  2946. "in": "query"
  2947. }
  2948. ],
  2949. "responses": {
  2950. "200": {
  2951. "description": "具体数据",
  2952. "schema": {
  2953. "$ref": "#/definitions/md.GetEggEnergyFlowResp"
  2954. }
  2955. },
  2956. "400": {
  2957. "description": "具体错误",
  2958. "schema": {
  2959. "$ref": "#/definitions/md.Response"
  2960. }
  2961. }
  2962. }
  2963. }
  2964. },
  2965. "/api/v1/pointsCenter/exchangeEnergy": {
  2966. "post": {
  2967. "description": "能量兑换",
  2968. "consumes": [
  2969. "application/json"
  2970. ],
  2971. "produces": [
  2972. "application/json"
  2973. ],
  2974. "tags": [
  2975. "积分中心"
  2976. ],
  2977. "summary": "蛋蛋星球-积分中心-能量兑换",
  2978. "parameters": [
  2979. {
  2980. "type": "string",
  2981. "description": "验证参数Bearer和token空格拼接",
  2982. "name": "Authorization",
  2983. "in": "header",
  2984. "required": true
  2985. },
  2986. {
  2987. "description": "需要兑换的能量值",
  2988. "name": "req",
  2989. "in": "body",
  2990. "required": true,
  2991. "schema": {
  2992. "$ref": "#/definitions/md.ExchangeEnergyReq"
  2993. }
  2994. }
  2995. ],
  2996. "responses": {
  2997. "200": {
  2998. "description": "success",
  2999. "schema": {
  3000. "type": "string"
  3001. }
  3002. },
  3003. "400": {
  3004. "description": "具体错误",
  3005. "schema": {
  3006. "$ref": "#/definitions/md.Response"
  3007. }
  3008. }
  3009. }
  3010. }
  3011. },
  3012. "/api/v1/pointsCenter/initialData": {
  3013. "get": {
  3014. "description": "初始数据(获取)",
  3015. "consumes": [
  3016. "application/json"
  3017. ],
  3018. "produces": [
  3019. "application/json"
  3020. ],
  3021. "tags": [
  3022. "积分中心"
  3023. ],
  3024. "summary": "蛋蛋星球-积分中心-初始数据(获取)",
  3025. "parameters": [
  3026. {
  3027. "type": "string",
  3028. "description": "验证参数Bearer和token空格拼接",
  3029. "name": "Authorization",
  3030. "in": "header",
  3031. "required": true
  3032. }
  3033. ],
  3034. "responses": {
  3035. "200": {
  3036. "description": "具体数据",
  3037. "schema": {
  3038. "$ref": "#/definitions/md.InitialDataResp"
  3039. }
  3040. },
  3041. "400": {
  3042. "description": "具体错误",
  3043. "schema": {
  3044. "$ref": "#/definitions/md.Response"
  3045. }
  3046. }
  3047. }
  3048. }
  3049. },
  3050. "/api/v1/pointsCenter/pointsExchangeBasic": {
  3051. "get": {
  3052. "description": "积分兑换基础信息(获取)",
  3053. "consumes": [
  3054. "application/json"
  3055. ],
  3056. "produces": [
  3057. "application/json"
  3058. ],
  3059. "tags": [
  3060. "积分中心"
  3061. ],
  3062. "summary": "蛋蛋星球-积分中心-积分兑换基础信息(获取)",
  3063. "parameters": [
  3064. {
  3065. "type": "string",
  3066. "description": "验证参数Bearer和token空格拼接",
  3067. "name": "Authorization",
  3068. "in": "header",
  3069. "required": true
  3070. }
  3071. ],
  3072. "responses": {
  3073. "200": {
  3074. "description": "具体数据",
  3075. "schema": {
  3076. "$ref": "#/definitions/md.PointsExchangeGetBasicResp"
  3077. }
  3078. },
  3079. "400": {
  3080. "description": "具体错误",
  3081. "schema": {
  3082. "$ref": "#/definitions/md.Response"
  3083. }
  3084. }
  3085. }
  3086. }
  3087. },
  3088. "/api/v1/pointsCenter/priceCurve": {
  3089. "get": {
  3090. "description": "价格趋势(获取)",
  3091. "consumes": [
  3092. "application/json"
  3093. ],
  3094. "produces": [
  3095. "application/json"
  3096. ],
  3097. "tags": [
  3098. "积分中心"
  3099. ],
  3100. "summary": "蛋蛋星球-积分中心-价格趋势(获取)",
  3101. "parameters": [
  3102. {
  3103. "type": "string",
  3104. "description": "验证参数Bearer和token空格拼接",
  3105. "name": "Authorization",
  3106. "in": "header",
  3107. "required": true
  3108. },
  3109. {
  3110. "type": "string",
  3111. "description": "1:按天 2:按小时 3:按周",
  3112. "name": "kind",
  3113. "in": "query"
  3114. }
  3115. ],
  3116. "responses": {
  3117. "200": {
  3118. "description": "具体数据",
  3119. "schema": {
  3120. "$ref": "#/definitions/md.GetPriceCurveResp"
  3121. }
  3122. },
  3123. "400": {
  3124. "description": "具体错误",
  3125. "schema": {
  3126. "$ref": "#/definitions/md.Response"
  3127. }
  3128. }
  3129. }
  3130. }
  3131. },
  3132. "/api/v1/pointsCenter/record": {
  3133. "get": {
  3134. "description": "蛋蛋分明细(获取)",
  3135. "consumes": [
  3136. "application/json"
  3137. ],
  3138. "produces": [
  3139. "application/json"
  3140. ],
  3141. "tags": [
  3142. "积分中心"
  3143. ],
  3144. "summary": "蛋蛋星球-积分中心-蛋蛋分明细(获取)",
  3145. "parameters": [
  3146. {
  3147. "type": "string",
  3148. "description": "验证参数Bearer和token空格拼接",
  3149. "name": "Authorization",
  3150. "in": "header",
  3151. "required": true
  3152. },
  3153. {
  3154. "type": "string",
  3155. "description": "每页大小",
  3156. "name": "limit",
  3157. "in": "query",
  3158. "required": true
  3159. },
  3160. {
  3161. "type": "string",
  3162. "description": "页数",
  3163. "name": "page",
  3164. "in": "query",
  3165. "required": true
  3166. }
  3167. ],
  3168. "responses": {
  3169. "200": {
  3170. "description": "具体数据",
  3171. "schema": {
  3172. "$ref": "#/definitions/md.GetEggPointRecordResp"
  3173. }
  3174. },
  3175. "400": {
  3176. "description": "具体错误",
  3177. "schema": {
  3178. "$ref": "#/definitions/md.Response"
  3179. }
  3180. }
  3181. }
  3182. }
  3183. },
  3184. "/api/v1/register": {
  3185. "post": {
  3186. "description": "注册",
  3187. "consumes": [
  3188. "application/json"
  3189. ],
  3190. "produces": [
  3191. "application/json"
  3192. ],
  3193. "tags": [
  3194. "登录注册"
  3195. ],
  3196. "summary": "注册",
  3197. "parameters": [
  3198. {
  3199. "description": "注册参数",
  3200. "name": "req",
  3201. "in": "body",
  3202. "required": true,
  3203. "schema": {
  3204. "$ref": "#/definitions/md.RegisterReq"
  3205. }
  3206. }
  3207. ],
  3208. "responses": {
  3209. "200": {
  3210. "description": "登录成功返回",
  3211. "schema": {
  3212. "$ref": "#/definitions/md.LoginResponse"
  3213. }
  3214. },
  3215. "400": {
  3216. "description": "具体错误",
  3217. "schema": {
  3218. "$ref": "#/definitions/md.Response"
  3219. }
  3220. }
  3221. }
  3222. }
  3223. },
  3224. "/api/v1/smsSend": {
  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.SmsSendReq"
  3245. }
  3246. }
  3247. ],
  3248. "responses": {
  3249. "200": {
  3250. "description": "成功返回",
  3251. "schema": {
  3252. "type": "string"
  3253. }
  3254. },
  3255. "400": {
  3256. "description": "具体错误",
  3257. "schema": {
  3258. "$ref": "#/definitions/md.Response"
  3259. }
  3260. }
  3261. }
  3262. }
  3263. },
  3264. "/api/v1/test": {
  3265. "get": {
  3266. "description": "Demo样例测试",
  3267. "consumes": [
  3268. "application/json"
  3269. ],
  3270. "produces": [
  3271. "application/json"
  3272. ],
  3273. "tags": [
  3274. "Demo"
  3275. ],
  3276. "summary": "Demo测试",
  3277. "parameters": [
  3278. {
  3279. "description": "任意参数",
  3280. "name": "req",
  3281. "in": "body",
  3282. "required": true,
  3283. "schema": {}
  3284. }
  3285. ],
  3286. "responses": {
  3287. "200": {
  3288. "description": "返回任意参数",
  3289. "schema": {
  3290. "type": "object",
  3291. "additionalProperties": true
  3292. }
  3293. },
  3294. "400": {
  3295. "description": "具体错误",
  3296. "schema": {
  3297. "$ref": "#/definitions/md.Response"
  3298. }
  3299. }
  3300. }
  3301. }
  3302. },
  3303. "/api/v1/userFeedback/cate": {
  3304. "get": {
  3305. "description": "意见反馈-分类",
  3306. "consumes": [
  3307. "application/json"
  3308. ],
  3309. "produces": [
  3310. "application/json"
  3311. ],
  3312. "tags": [
  3313. "意见反馈"
  3314. ],
  3315. "summary": "意见反馈-分类",
  3316. "parameters": [
  3317. {
  3318. "type": "string",
  3319. "description": "验证参数Bearer和token空格拼接",
  3320. "name": "Authorization",
  3321. "in": "header",
  3322. "required": true
  3323. }
  3324. ],
  3325. "responses": {
  3326. "200": {
  3327. "description": "具体数据",
  3328. "schema": {
  3329. "$ref": "#/definitions/md.AdvertisingResp"
  3330. }
  3331. },
  3332. "400": {
  3333. "description": "具体错误",
  3334. "schema": {
  3335. "$ref": "#/definitions/md.Response"
  3336. }
  3337. }
  3338. }
  3339. }
  3340. },
  3341. "/api/v1/userFeedback/list": {
  3342. "post": {
  3343. "description": "意见反馈-反馈记录",
  3344. "consumes": [
  3345. "application/json"
  3346. ],
  3347. "produces": [
  3348. "application/json"
  3349. ],
  3350. "tags": [
  3351. "意见反馈"
  3352. ],
  3353. "summary": "意见反馈-反馈记录",
  3354. "parameters": [
  3355. {
  3356. "type": "string",
  3357. "description": "验证参数Bearer和token空格拼接",
  3358. "name": "Authorization",
  3359. "in": "header",
  3360. "required": true
  3361. },
  3362. {
  3363. "description": "参数",
  3364. "name": "req",
  3365. "in": "body",
  3366. "required": true,
  3367. "schema": {
  3368. "$ref": "#/definitions/md.UserFeedbackListReq"
  3369. }
  3370. }
  3371. ],
  3372. "responses": {
  3373. "200": {
  3374. "description": "具体数据",
  3375. "schema": {
  3376. "$ref": "#/definitions/md.UserFeedbackListResp"
  3377. }
  3378. },
  3379. "400": {
  3380. "description": "具体错误",
  3381. "schema": {
  3382. "$ref": "#/definitions/md.Response"
  3383. }
  3384. }
  3385. }
  3386. }
  3387. },
  3388. "/api/v1/userFeedback/record": {
  3389. "post": {
  3390. "description": "意见反馈-反馈记录-沟通记录",
  3391. "consumes": [
  3392. "application/json"
  3393. ],
  3394. "produces": [
  3395. "application/json"
  3396. ],
  3397. "tags": [
  3398. "意见反馈"
  3399. ],
  3400. "summary": "意见反馈-反馈记录-沟通记录",
  3401. "parameters": [
  3402. {
  3403. "type": "string",
  3404. "description": "验证参数Bearer和token空格拼接",
  3405. "name": "Authorization",
  3406. "in": "header",
  3407. "required": true
  3408. },
  3409. {
  3410. "description": "参数",
  3411. "name": "req",
  3412. "in": "body",
  3413. "required": true,
  3414. "schema": {
  3415. "$ref": "#/definitions/md.UserFeedbackRecordReq"
  3416. }
  3417. }
  3418. ],
  3419. "responses": {
  3420. "200": {
  3421. "description": "具体数据",
  3422. "schema": {
  3423. "$ref": "#/definitions/md.UserFeedbackRecordResp"
  3424. }
  3425. },
  3426. "400": {
  3427. "description": "具体错误",
  3428. "schema": {
  3429. "$ref": "#/definitions/md.Response"
  3430. }
  3431. }
  3432. }
  3433. }
  3434. },
  3435. "/api/v1/userFeedback/save": {
  3436. "post": {
  3437. "description": "意见反馈-反馈记录-提交",
  3438. "consumes": [
  3439. "application/json"
  3440. ],
  3441. "produces": [
  3442. "application/json"
  3443. ],
  3444. "tags": [
  3445. "意见反馈"
  3446. ],
  3447. "summary": "意见反馈-反馈记录-提交",
  3448. "parameters": [
  3449. {
  3450. "type": "string",
  3451. "description": "验证参数Bearer和token空格拼接",
  3452. "name": "Authorization",
  3453. "in": "header",
  3454. "required": true
  3455. },
  3456. {
  3457. "description": "参数",
  3458. "name": "req",
  3459. "in": "body",
  3460. "required": true,
  3461. "schema": {
  3462. "$ref": "#/definitions/md.UserFeedbackSaveReq"
  3463. }
  3464. }
  3465. ],
  3466. "responses": {
  3467. "200": {
  3468. "description": "具体数据",
  3469. "schema": {
  3470. "type": "string"
  3471. }
  3472. },
  3473. "400": {
  3474. "description": "具体错误",
  3475. "schema": {
  3476. "$ref": "#/definitions/md.Response"
  3477. }
  3478. }
  3479. }
  3480. }
  3481. },
  3482. "/api/v1/userFeedback/say": {
  3483. "post": {
  3484. "description": "意见反馈-反馈记录-沟通发送",
  3485. "consumes": [
  3486. "application/json"
  3487. ],
  3488. "produces": [
  3489. "application/json"
  3490. ],
  3491. "tags": [
  3492. "意见反馈"
  3493. ],
  3494. "summary": "意见反馈-反馈记录-沟通发送",
  3495. "parameters": [
  3496. {
  3497. "type": "string",
  3498. "description": "验证参数Bearer和token空格拼接",
  3499. "name": "Authorization",
  3500. "in": "header",
  3501. "required": true
  3502. },
  3503. {
  3504. "description": "参数",
  3505. "name": "req",
  3506. "in": "body",
  3507. "required": true,
  3508. "schema": {
  3509. "$ref": "#/definitions/md.UserFeedbackSayReq"
  3510. }
  3511. }
  3512. ],
  3513. "responses": {
  3514. "200": {
  3515. "description": "具体数据",
  3516. "schema": {
  3517. "type": "string"
  3518. }
  3519. },
  3520. "400": {
  3521. "description": "具体错误",
  3522. "schema": {
  3523. "$ref": "#/definitions/md.Response"
  3524. }
  3525. }
  3526. }
  3527. }
  3528. },
  3529. "/api/v1/userInfo": {
  3530. "get": {
  3531. "description": "用户信息",
  3532. "consumes": [
  3533. "application/json"
  3534. ],
  3535. "produces": [
  3536. "application/json"
  3537. ],
  3538. "tags": [
  3539. "用户信息"
  3540. ],
  3541. "summary": "用户信息",
  3542. "parameters": [
  3543. {
  3544. "type": "string",
  3545. "description": "验证参数Bearer和token空格拼接",
  3546. "name": "Authorization",
  3547. "in": "header",
  3548. "required": true
  3549. }
  3550. ],
  3551. "responses": {
  3552. "200": {
  3553. "description": "具体数据",
  3554. "schema": {
  3555. "$ref": "#/definitions/md.UserInfoResp"
  3556. }
  3557. },
  3558. "400": {
  3559. "description": "具体错误",
  3560. "schema": {
  3561. "$ref": "#/definitions/md.Response"
  3562. }
  3563. }
  3564. }
  3565. }
  3566. },
  3567. "/api/v1/version": {
  3568. "get": {
  3569. "description": "版本记录",
  3570. "consumes": [
  3571. "application/json"
  3572. ],
  3573. "produces": [
  3574. "application/json"
  3575. ],
  3576. "tags": [
  3577. "基本配置"
  3578. ],
  3579. "summary": "版本记录",
  3580. "parameters": [
  3581. {
  3582. "type": "string",
  3583. "description": "验证参数Bearer和token空格拼接",
  3584. "name": "Authorization",
  3585. "in": "header",
  3586. "required": true
  3587. }
  3588. ],
  3589. "responses": {
  3590. "200": {
  3591. "description": "具体数据",
  3592. "schema": {
  3593. "$ref": "#/definitions/md.VersionResp"
  3594. }
  3595. },
  3596. "400": {
  3597. "description": "具体错误",
  3598. "schema": {
  3599. "$ref": "#/definitions/md.Response"
  3600. }
  3601. }
  3602. }
  3603. }
  3604. },
  3605. "/api/v1/video/base": {
  3606. "get": {
  3607. "description": "短视频-基本信息",
  3608. "consumes": [
  3609. "application/json"
  3610. ],
  3611. "produces": [
  3612. "application/json"
  3613. ],
  3614. "tags": [
  3615. "短视频"
  3616. ],
  3617. "summary": "短视频-基本信息",
  3618. "parameters": [
  3619. {
  3620. "type": "string",
  3621. "description": "验证参数Bearer和token空格拼接",
  3622. "name": "Authorization",
  3623. "in": "header",
  3624. "required": true
  3625. }
  3626. ],
  3627. "responses": {
  3628. "200": {
  3629. "description": "具体数据",
  3630. "schema": {
  3631. "$ref": "#/definitions/md.VideoBaseData"
  3632. }
  3633. },
  3634. "400": {
  3635. "description": "具体错误",
  3636. "schema": {
  3637. "$ref": "#/definitions/md.Response"
  3638. }
  3639. }
  3640. }
  3641. }
  3642. },
  3643. "/api/v1/video/reward": {
  3644. "post": {
  3645. "description": "短视频-领取",
  3646. "consumes": [
  3647. "application/json"
  3648. ],
  3649. "produces": [
  3650. "application/json"
  3651. ],
  3652. "tags": [
  3653. "短视频"
  3654. ],
  3655. "summary": "短视频-领取",
  3656. "parameters": [
  3657. {
  3658. "type": "string",
  3659. "description": "验证参数Bearer和token空格拼接",
  3660. "name": "Authorization",
  3661. "in": "header",
  3662. "required": true
  3663. },
  3664. {
  3665. "description": "参数",
  3666. "name": "req",
  3667. "in": "body",
  3668. "required": true,
  3669. "schema": {
  3670. "$ref": "#/definitions/md.VideoRewardRequest"
  3671. }
  3672. }
  3673. ],
  3674. "responses": {
  3675. "200": {
  3676. "description": "具体数据",
  3677. "schema": {
  3678. "type": "string"
  3679. }
  3680. },
  3681. "400": {
  3682. "description": "具体错误",
  3683. "schema": {
  3684. "$ref": "#/definitions/md.Response"
  3685. }
  3686. }
  3687. }
  3688. }
  3689. },
  3690. "/api/v1/wallet/amountFlow": {
  3691. "get": {
  3692. "description": "余额明细(获取)",
  3693. "consumes": [
  3694. "application/json"
  3695. ],
  3696. "produces": [
  3697. "application/json"
  3698. ],
  3699. "tags": [
  3700. "钱包"
  3701. ],
  3702. "summary": "蛋蛋星球-钱包-余额明细(获取)",
  3703. "parameters": [
  3704. {
  3705. "type": "string",
  3706. "description": "验证参数Bearer和token空格拼接",
  3707. "name": "Authorization",
  3708. "in": "header",
  3709. "required": true
  3710. },
  3711. {
  3712. "type": "string",
  3713. "description": "每页大小",
  3714. "name": "limit",
  3715. "in": "query",
  3716. "required": true
  3717. },
  3718. {
  3719. "type": "string",
  3720. "description": "页数",
  3721. "name": "page",
  3722. "in": "query",
  3723. "required": true
  3724. },
  3725. {
  3726. "type": "string",
  3727. "description": "开始时间",
  3728. "name": "startAt",
  3729. "in": "query"
  3730. },
  3731. {
  3732. "type": "string",
  3733. "description": "结束时间",
  3734. "name": "endAt",
  3735. "in": "query"
  3736. },
  3737. {
  3738. "type": "string",
  3739. "description": "流水方向(1.收入 2.支出 0.全部)",
  3740. "name": "direction",
  3741. "in": "query"
  3742. }
  3743. ],
  3744. "responses": {
  3745. "200": {
  3746. "description": "具体数据",
  3747. "schema": {
  3748. "$ref": "#/definitions/md.GetAmountFlowResp"
  3749. }
  3750. },
  3751. "400": {
  3752. "description": "具体错误",
  3753. "schema": {
  3754. "$ref": "#/definitions/md.Response"
  3755. }
  3756. }
  3757. }
  3758. }
  3759. },
  3760. "/api/v1/wallet/withdraw/apply": {
  3761. "post": {
  3762. "description": "发起提现",
  3763. "consumes": [
  3764. "application/json"
  3765. ],
  3766. "produces": [
  3767. "application/json"
  3768. ],
  3769. "tags": [
  3770. "钱包"
  3771. ],
  3772. "summary": "蛋蛋星球-钱包-发起提现",
  3773. "parameters": [
  3774. {
  3775. "type": "string",
  3776. "description": "验证参数Bearer和token空格拼接",
  3777. "name": "Authorization",
  3778. "in": "header",
  3779. "required": true
  3780. },
  3781. {
  3782. "description": "具体参数",
  3783. "name": "req",
  3784. "in": "body",
  3785. "required": true,
  3786. "schema": {
  3787. "$ref": "#/definitions/md.WithdrawApplyReq"
  3788. }
  3789. }
  3790. ],
  3791. "responses": {
  3792. "200": {
  3793. "description": "success",
  3794. "schema": {
  3795. "type": "string"
  3796. }
  3797. },
  3798. "400": {
  3799. "description": "具体错误",
  3800. "schema": {
  3801. "$ref": "#/definitions/md.Response"
  3802. }
  3803. }
  3804. }
  3805. }
  3806. },
  3807. "/api/v1/wallet/withdraw/bindAlipay": {
  3808. "post": {
  3809. "description": "绑定支付宝",
  3810. "consumes": [
  3811. "application/json"
  3812. ],
  3813. "produces": [
  3814. "application/json"
  3815. ],
  3816. "tags": [
  3817. "钱包"
  3818. ],
  3819. "summary": "蛋蛋星球-钱包-绑定支付宝",
  3820. "parameters": [
  3821. {
  3822. "type": "string",
  3823. "description": "验证参数Bearer和token空格拼接",
  3824. "name": "Authorization",
  3825. "in": "header",
  3826. "required": true
  3827. },
  3828. {
  3829. "description": "具体参数",
  3830. "name": "req",
  3831. "in": "body",
  3832. "required": true,
  3833. "schema": {
  3834. "$ref": "#/definitions/md.BindAlipayAccountReq"
  3835. }
  3836. }
  3837. ],
  3838. "responses": {
  3839. "200": {
  3840. "description": "success",
  3841. "schema": {
  3842. "type": "string"
  3843. }
  3844. },
  3845. "400": {
  3846. "description": "具体错误",
  3847. "schema": {
  3848. "$ref": "#/definitions/md.Response"
  3849. }
  3850. }
  3851. }
  3852. }
  3853. },
  3854. "/api/v1/wallet/withdraw/bindWxPay": {
  3855. "post": {
  3856. "description": "绑定微信支付",
  3857. "consumes": [
  3858. "application/json"
  3859. ],
  3860. "produces": [
  3861. "application/json"
  3862. ],
  3863. "tags": [
  3864. "钱包"
  3865. ],
  3866. "summary": "蛋蛋星球-钱包-绑定微信支付",
  3867. "parameters": [
  3868. {
  3869. "type": "string",
  3870. "description": "验证参数Bearer和token空格拼接",
  3871. "name": "Authorization",
  3872. "in": "header",
  3873. "required": true
  3874. },
  3875. {
  3876. "description": "具体参数",
  3877. "name": "req",
  3878. "in": "body",
  3879. "required": true,
  3880. "schema": {
  3881. "$ref": "#/definitions/md.BindWxPayAccountReq"
  3882. }
  3883. }
  3884. ],
  3885. "responses": {
  3886. "200": {
  3887. "description": "success",
  3888. "schema": {
  3889. "type": "string"
  3890. }
  3891. },
  3892. "400": {
  3893. "description": "具体错误",
  3894. "schema": {
  3895. "$ref": "#/definitions/md.Response"
  3896. }
  3897. }
  3898. }
  3899. }
  3900. },
  3901. "/api/v1/wallet/withdraw/condition": {
  3902. "get": {
  3903. "description": "提现条件(获取)",
  3904. "consumes": [
  3905. "application/json"
  3906. ],
  3907. "produces": [
  3908. "application/json"
  3909. ],
  3910. "tags": [
  3911. "钱包"
  3912. ],
  3913. "summary": "蛋蛋星球-钱包-提现条件(获取)",
  3914. "parameters": [
  3915. {
  3916. "type": "string",
  3917. "description": "验证参数Bearer和token空格拼接",
  3918. "name": "Authorization",
  3919. "in": "header",
  3920. "required": true
  3921. }
  3922. ],
  3923. "responses": {
  3924. "200": {
  3925. "description": "具体数据",
  3926. "schema": {
  3927. "$ref": "#/definitions/md.GetWithdrawConditionResp"
  3928. }
  3929. },
  3930. "400": {
  3931. "description": "具体错误",
  3932. "schema": {
  3933. "$ref": "#/definitions/md.Response"
  3934. }
  3935. }
  3936. }
  3937. }
  3938. },
  3939. "/api/v1/wallet/withdraw/index": {
  3940. "get": {
  3941. "description": "提现余额(获取)",
  3942. "consumes": [
  3943. "application/json"
  3944. ],
  3945. "produces": [
  3946. "application/json"
  3947. ],
  3948. "tags": [
  3949. "钱包"
  3950. ],
  3951. "summary": "蛋蛋星球-钱包-提现余额(获取)",
  3952. "parameters": [
  3953. {
  3954. "type": "string",
  3955. "description": "验证参数Bearer和token空格拼接",
  3956. "name": "Authorization",
  3957. "in": "header",
  3958. "required": true
  3959. }
  3960. ],
  3961. "responses": {
  3962. "200": {
  3963. "description": "具体数据",
  3964. "schema": {
  3965. "$ref": "#/definitions/md.WithdrawGetAmountResp"
  3966. }
  3967. },
  3968. "400": {
  3969. "description": "具体错误",
  3970. "schema": {
  3971. "$ref": "#/definitions/md.Response"
  3972. }
  3973. }
  3974. }
  3975. }
  3976. },
  3977. "/api/v1/wallet/withdraw/launchBindAlipay": {
  3978. "get": {
  3979. "description": "发起绑定支付宝获得URL",
  3980. "consumes": [
  3981. "application/json"
  3982. ],
  3983. "produces": [
  3984. "application/json"
  3985. ],
  3986. "tags": [
  3987. "钱包"
  3988. ],
  3989. "summary": "蛋蛋星球-钱包-发起绑定支付宝获得URL",
  3990. "parameters": [
  3991. {
  3992. "type": "string",
  3993. "description": "验证参数Bearer和token空格拼接",
  3994. "name": "Authorization",
  3995. "in": "header",
  3996. "required": true
  3997. }
  3998. ],
  3999. "responses": {
  4000. "200": {
  4001. "description": "Url",
  4002. "schema": {
  4003. "type": "string"
  4004. }
  4005. },
  4006. "400": {
  4007. "description": "具体错误",
  4008. "schema": {
  4009. "$ref": "#/definitions/md.Response"
  4010. }
  4011. }
  4012. }
  4013. }
  4014. },
  4015. "/api/v1/wechatLogin": {
  4016. "post": {
  4017. "description": "微信登陆",
  4018. "consumes": [
  4019. "application/json"
  4020. ],
  4021. "produces": [
  4022. "application/json"
  4023. ],
  4024. "tags": [
  4025. "登录注册"
  4026. ],
  4027. "summary": "微信登陆",
  4028. "parameters": [
  4029. {
  4030. "description": "注册参数",
  4031. "name": "req",
  4032. "in": "body",
  4033. "required": true,
  4034. "schema": {
  4035. "$ref": "#/definitions/md.WechatLoginReq"
  4036. }
  4037. }
  4038. ],
  4039. "responses": {
  4040. "200": {
  4041. "description": "登录成功返回",
  4042. "schema": {
  4043. "$ref": "#/definitions/md.LoginResponse"
  4044. }
  4045. },
  4046. "400": {
  4047. "description": "具体错误",
  4048. "schema": {
  4049. "$ref": "#/definitions/md.Response"
  4050. }
  4051. }
  4052. }
  4053. }
  4054. }
  4055. },
  4056. "definitions": {
  4057. "applet_app_md.Paginate": {
  4058. "type": "object",
  4059. "properties": {
  4060. "limit": {
  4061. "description": "每页大小",
  4062. "type": "integer"
  4063. },
  4064. "page": {
  4065. "description": "页数",
  4066. "type": "integer"
  4067. },
  4068. "total": {
  4069. "description": "总数据量",
  4070. "type": "integer"
  4071. }
  4072. }
  4073. },
  4074. "comm.AccessRecordsReq": {
  4075. "type": "object",
  4076. "properties": {
  4077. "index": {
  4078. "description": "页面标签",
  4079. "type": "string"
  4080. }
  4081. }
  4082. },
  4083. "comm.ImgReqUploadReq": {
  4084. "type": "object",
  4085. "required": [
  4086. "content_type",
  4087. "file_name"
  4088. ],
  4089. "properties": {
  4090. "content_type": {
  4091. "type": "string",
  4092. "example": "image/jpeg"
  4093. },
  4094. "file_name": {
  4095. "type": "string",
  4096. "example": "文件名"
  4097. }
  4098. }
  4099. },
  4100. "friend_circles.CommentListReq": {
  4101. "type": "object",
  4102. "properties": {
  4103. "circle_index_id": {
  4104. "description": "朋友圈文档记录",
  4105. "type": "string"
  4106. },
  4107. "page": {
  4108. "description": "页码",
  4109. "type": "integer"
  4110. },
  4111. "page_size": {
  4112. "description": "每页数量",
  4113. "type": "integer"
  4114. }
  4115. }
  4116. },
  4117. "friend_circles.EggFriendCircleCancelLikeReq": {
  4118. "type": "object",
  4119. "properties": {
  4120. "circle_index_id": {
  4121. "description": "文章索引",
  4122. "type": "string"
  4123. }
  4124. }
  4125. },
  4126. "friend_circles.EggFriendCircleDelReq": {
  4127. "type": "object",
  4128. "properties": {
  4129. "circle_index_id": {
  4130. "description": "文章索引",
  4131. "type": "string"
  4132. }
  4133. }
  4134. },
  4135. "friend_circles.EggFriendCircleEsStruct": {
  4136. "type": "object",
  4137. "properties": {
  4138. "circle_index_id": {
  4139. "description": "朋友圈文档记录",
  4140. "type": "string"
  4141. },
  4142. "comment_nums": {
  4143. "description": "评论数",
  4144. "type": "integer"
  4145. },
  4146. "content": {
  4147. "description": "文本内容",
  4148. "type": "string"
  4149. },
  4150. "created_at": {
  4151. "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:否)\"` + "`" + `",
  4152. "type": "string"
  4153. },
  4154. "im_uid": {
  4155. "type": "integer"
  4156. },
  4157. "image": {
  4158. "description": "图片",
  4159. "type": "string"
  4160. },
  4161. "is_like": {
  4162. "description": "是否点赞",
  4163. "type": "boolean"
  4164. },
  4165. "kind": {
  4166. "description": "类型(1:普通 2:官方)",
  4167. "type": "integer"
  4168. },
  4169. "likes_nums": {
  4170. "description": "点赞数",
  4171. "type": "integer"
  4172. },
  4173. "share_nums": {
  4174. "description": "分享数",
  4175. "type": "integer"
  4176. },
  4177. "uid": {
  4178. "type": "integer"
  4179. },
  4180. "updated_at": {
  4181. "type": "string"
  4182. },
  4183. "video": {
  4184. "description": "视频",
  4185. "type": "string"
  4186. }
  4187. }
  4188. },
  4189. "friend_circles.EggFriendCircleLikeReq": {
  4190. "type": "object",
  4191. "properties": {
  4192. "circle_index_id": {
  4193. "description": "文章索引",
  4194. "type": "string"
  4195. }
  4196. }
  4197. },
  4198. "friend_circles.EggFriendCircleShareReq": {
  4199. "type": "object",
  4200. "properties": {
  4201. "circle_index_id": {
  4202. "description": "文章索引",
  4203. "type": "string"
  4204. }
  4205. }
  4206. },
  4207. "friend_circles.MySelfListReq": {
  4208. "type": "object",
  4209. "properties": {
  4210. "page": {
  4211. "description": "页码",
  4212. "type": "integer"
  4213. },
  4214. "page_size": {
  4215. "description": "每页数量",
  4216. "type": "integer"
  4217. }
  4218. }
  4219. },
  4220. "friend_circles.MySelfListResp": {
  4221. "type": "object",
  4222. "properties": {
  4223. "list": {
  4224. "type": "array",
  4225. "items": {
  4226. "$ref": "#/definitions/friend_circles.EggFriendCircleEsStruct"
  4227. }
  4228. },
  4229. "page": {
  4230. "description": "页码",
  4231. "type": "integer"
  4232. },
  4233. "page_size": {
  4234. "description": "每页数量",
  4235. "type": "integer"
  4236. },
  4237. "total": {
  4238. "description": "总量",
  4239. "type": "integer"
  4240. }
  4241. }
  4242. },
  4243. "friend_circles.PublishReq": {
  4244. "type": "object",
  4245. "properties": {
  4246. "content": {
  4247. "description": "文本内容",
  4248. "type": "string"
  4249. },
  4250. "image_list": {
  4251. "description": "图片",
  4252. "type": "array",
  4253. "items": {
  4254. "type": "string"
  4255. }
  4256. },
  4257. "video": {
  4258. "description": "视屏",
  4259. "type": "string"
  4260. }
  4261. }
  4262. },
  4263. "friend_circles.RecommendListReq": {
  4264. "type": "object",
  4265. "properties": {
  4266. "page": {
  4267. "description": "页码",
  4268. "type": "integer"
  4269. },
  4270. "page_size": {
  4271. "description": "每页数量",
  4272. "type": "integer"
  4273. }
  4274. }
  4275. },
  4276. "friend_circles.RecommendListResp": {
  4277. "type": "object",
  4278. "properties": {
  4279. "list": {
  4280. "type": "array",
  4281. "items": {
  4282. "$ref": "#/definitions/friend_circles.EggFriendCircleEsStruct"
  4283. }
  4284. },
  4285. "page": {
  4286. "description": "页码",
  4287. "type": "integer"
  4288. },
  4289. "page_size": {
  4290. "description": "每页数量",
  4291. "type": "integer"
  4292. },
  4293. "total": {
  4294. "description": "总量",
  4295. "type": "integer"
  4296. }
  4297. }
  4298. },
  4299. "md.AdvertisingBasic": {
  4300. "type": "object",
  4301. "properties": {
  4302. "android_ad_is_open": {
  4303. "type": "string",
  4304. "example": "安卓广告是否开启(1:开启 0:不开启)"
  4305. },
  4306. "android_open_ad_is_open": {
  4307. "type": "string",
  4308. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  4309. },
  4310. "info": {
  4311. "type": "object",
  4312. "additionalProperties": true
  4313. },
  4314. "ios_ad_is_open": {
  4315. "type": "string",
  4316. "example": "ios广告是否开启(1:开启 0:不开启)"
  4317. },
  4318. "ios_open_ad_is_open": {
  4319. "type": "string",
  4320. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  4321. },
  4322. "voice": {
  4323. "type": "string",
  4324. "example": "领取声音"
  4325. }
  4326. }
  4327. },
  4328. "md.AdvertisingCheck": {
  4329. "type": "object",
  4330. "properties": {
  4331. "is_can_visit": {
  4332. "type": "string"
  4333. }
  4334. }
  4335. },
  4336. "md.AdvertisingFunction": {
  4337. "type": "object",
  4338. "properties": {
  4339. "ad_id": {
  4340. "type": "string",
  4341. "example": "广告id"
  4342. },
  4343. "name": {
  4344. "type": "string",
  4345. "example": "名称"
  4346. },
  4347. "type": {
  4348. "type": "string",
  4349. "example": "位置"
  4350. }
  4351. }
  4352. },
  4353. "md.AdvertisingLimit": {
  4354. "type": "object",
  4355. "properties": {
  4356. "public_img": {
  4357. "type": "string",
  4358. "example": "公共弹窗图"
  4359. },
  4360. "public_str": {
  4361. "type": "string",
  4362. "example": "公共弹窗文字"
  4363. },
  4364. "withdraw_img": {
  4365. "type": "string",
  4366. "example": "提现弹窗图"
  4367. },
  4368. "withdraw_str": {
  4369. "type": "string",
  4370. "example": "提现弹窗文字"
  4371. }
  4372. }
  4373. },
  4374. "md.AdvertisingReq": {
  4375. "type": "object",
  4376. "properties": {
  4377. "id": {
  4378. "type": "string"
  4379. }
  4380. }
  4381. },
  4382. "md.AdvertisingResp": {
  4383. "type": "object",
  4384. "properties": {
  4385. "basic": {
  4386. "$ref": "#/definitions/md.AdvertisingBasic"
  4387. },
  4388. "function": {
  4389. "type": "array",
  4390. "items": {
  4391. "$ref": "#/definitions/md.AdvertisingFunction"
  4392. }
  4393. },
  4394. "pop": {
  4395. "$ref": "#/definitions/md.AdvertisingLimit"
  4396. },
  4397. "space": {
  4398. "type": "array",
  4399. "items": {
  4400. "$ref": "#/definitions/md.AdvertisingSpace"
  4401. }
  4402. }
  4403. }
  4404. },
  4405. "md.AdvertisingSpace": {
  4406. "type": "object",
  4407. "properties": {
  4408. "counting_down": {
  4409. "type": "string",
  4410. "example": "倒计时 x秒"
  4411. },
  4412. "id": {
  4413. "type": "string",
  4414. "example": "id"
  4415. },
  4416. "info": {
  4417. "type": "object",
  4418. "additionalProperties": true
  4419. },
  4420. "kind": {
  4421. "type": "string",
  4422. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告)"
  4423. },
  4424. "name": {
  4425. "type": "string",
  4426. "example": "名称"
  4427. }
  4428. }
  4429. },
  4430. "md.AdvertisingState": {
  4431. "type": "object",
  4432. "properties": {
  4433. "integral": {
  4434. "type": "string"
  4435. },
  4436. "is_success": {
  4437. "type": "string"
  4438. }
  4439. }
  4440. },
  4441. "md.BasalRateResp": {
  4442. "type": "object",
  4443. "properties": {
  4444. "basal_rate": {
  4445. "description": "基础速率",
  4446. "type": "string"
  4447. },
  4448. "consumed_egg_energy": {
  4449. "description": "收益蛋蛋能量",
  4450. "type": "string"
  4451. },
  4452. "consumed_egg_point": {
  4453. "description": "消耗蛋蛋积分",
  4454. "type": "string"
  4455. },
  4456. "consumed_time": {
  4457. "description": "消耗时间/小时",
  4458. "type": "string"
  4459. },
  4460. "estimated_revenue": {
  4461. "description": "预估收益蛋蛋能量",
  4462. "type": "string"
  4463. },
  4464. "remaining_egg_energy": {
  4465. "description": "剩余蛋蛋能量",
  4466. "type": "string"
  4467. },
  4468. "remaining_time": {
  4469. "description": "剩余时间/小时",
  4470. "type": "string"
  4471. },
  4472. "sign_countdown": {
  4473. "description": "收益倒计时",
  4474. "type": "string"
  4475. },
  4476. "sign_time_secs": {
  4477. "description": "收益倒计时秒数",
  4478. "type": "integer"
  4479. }
  4480. }
  4481. },
  4482. "md.BindAlipayAccountReq": {
  4483. "type": "object",
  4484. "properties": {
  4485. "auth_code": {
  4486. "description": "支付宝回调的临时授权码",
  4487. "type": "string"
  4488. }
  4489. }
  4490. },
  4491. "md.BindWxPayAccountReq": {
  4492. "type": "object",
  4493. "properties": {
  4494. "app_id": {
  4495. "description": "微信应用 appid",
  4496. "type": "string"
  4497. },
  4498. "ext": {
  4499. "description": "拓展字段",
  4500. "type": "string"
  4501. },
  4502. "open_id": {
  4503. "description": "微信用户 open_id",
  4504. "type": "string"
  4505. },
  4506. "user_id": {
  4507. "description": "微信用户 id",
  4508. "type": "string"
  4509. }
  4510. }
  4511. },
  4512. "md.CollegeDetailReq": {
  4513. "type": "object",
  4514. "properties": {
  4515. "id": {
  4516. "type": "string"
  4517. }
  4518. }
  4519. },
  4520. "md.CollegeDetailResp": {
  4521. "type": "object",
  4522. "properties": {
  4523. "app_name": {
  4524. "type": "string"
  4525. },
  4526. "content": {
  4527. "type": "string"
  4528. },
  4529. "create_at": {
  4530. "type": "string"
  4531. },
  4532. "forward_count": {
  4533. "type": "string",
  4534. "example": "分享数量"
  4535. },
  4536. "id": {
  4537. "type": "string"
  4538. },
  4539. "is_like": {
  4540. "type": "string",
  4541. "example": "是否点赞 0否 1是"
  4542. },
  4543. "like_count": {
  4544. "type": "string",
  4545. "example": "点赞数量"
  4546. },
  4547. "title": {
  4548. "type": "string"
  4549. },
  4550. "url": {
  4551. "type": "string"
  4552. },
  4553. "watch_count": {
  4554. "type": "string",
  4555. "example": "学习数量"
  4556. }
  4557. }
  4558. },
  4559. "md.CollegeListReq": {
  4560. "type": "object",
  4561. "properties": {
  4562. "cate_id": {
  4563. "type": "string"
  4564. },
  4565. "limit": {
  4566. "type": "string"
  4567. },
  4568. "page": {
  4569. "type": "string"
  4570. }
  4571. }
  4572. },
  4573. "md.CollegeListResp": {
  4574. "type": "object",
  4575. "properties": {
  4576. "cover": {
  4577. "type": "string",
  4578. "example": "封面图"
  4579. },
  4580. "create_at": {
  4581. "type": "string"
  4582. },
  4583. "forward_count": {
  4584. "type": "string",
  4585. "example": "分享数量"
  4586. },
  4587. "id": {
  4588. "type": "string"
  4589. },
  4590. "like_count": {
  4591. "type": "string",
  4592. "example": "点赞数量"
  4593. },
  4594. "title": {
  4595. "type": "string"
  4596. },
  4597. "url": {
  4598. "type": "string"
  4599. },
  4600. "watch_count": {
  4601. "type": "string",
  4602. "example": "学习数量"
  4603. }
  4604. }
  4605. },
  4606. "md.ConfigResp": {
  4607. "type": "object",
  4608. "properties": {
  4609. "content": {
  4610. "type": "string",
  4611. "example": "软件使用协议内容"
  4612. },
  4613. "down_url": {
  4614. "type": "string"
  4615. },
  4616. "guide": {
  4617. "type": "array",
  4618. "items": {
  4619. "$ref": "#/definitions/md.Guide"
  4620. }
  4621. },
  4622. "oss_url": {
  4623. "type": "string",
  4624. "example": "阿里云图片链接"
  4625. },
  4626. "privacy_title": {
  4627. "type": "string",
  4628. "example": "隐私协议标题"
  4629. },
  4630. "privacy_url": {
  4631. "type": "string",
  4632. "example": "隐私协议链接"
  4633. },
  4634. "seo": {
  4635. "$ref": "#/definitions/md.Seo"
  4636. },
  4637. "title": {
  4638. "type": "string",
  4639. "example": "软件使用协议标题"
  4640. },
  4641. "user_title": {
  4642. "type": "string",
  4643. "example": "用户协议标题"
  4644. },
  4645. "user_url": {
  4646. "type": "string",
  4647. "example": "用户协议链接"
  4648. }
  4649. }
  4650. },
  4651. "md.ContributionValueFlowNode": {
  4652. "type": "object",
  4653. "properties": {
  4654. "amount": {
  4655. "description": "变更数量",
  4656. "type": "string"
  4657. },
  4658. "create_at": {
  4659. "description": "完成时间",
  4660. "type": "string"
  4661. },
  4662. "direction": {
  4663. "description": "方向: 1.收入 2.支出",
  4664. "type": "string"
  4665. },
  4666. "title": {
  4667. "description": "标题",
  4668. "type": "string"
  4669. }
  4670. }
  4671. },
  4672. "md.DeleteUserReq": {
  4673. "type": "object",
  4674. "properties": {
  4675. "code": {
  4676. "type": "string",
  4677. "example": "验证码"
  4678. }
  4679. }
  4680. },
  4681. "md.DynamicDataResp": {
  4682. "type": "object",
  4683. "properties": {
  4684. "development_committee": {
  4685. "description": "发展委员会",
  4686. "type": "string"
  4687. },
  4688. "public_welfare_and_charity": {
  4689. "description": "公益基金",
  4690. "type": "string"
  4691. },
  4692. "star_level_dividends": {
  4693. "description": "星级分红",
  4694. "type": "string"
  4695. },
  4696. "user_total_hold": {
  4697. "description": "用户持有总量",
  4698. "type": "string"
  4699. }
  4700. }
  4701. },
  4702. "md.EggEnergyDetailReq": {
  4703. "type": "object",
  4704. "properties": {
  4705. "asc": {
  4706. "description": "1.升序 2.倒序",
  4707. "type": "string"
  4708. },
  4709. "direction": {
  4710. "description": "类型 1.收入 2.支出 全部则传空",
  4711. "type": "string"
  4712. },
  4713. "kind": {
  4714. "description": "类型:1. 个人蛋蛋能量 2.团队蛋蛋能量",
  4715. "type": "string"
  4716. },
  4717. "limit": {
  4718. "description": "每页大小",
  4719. "type": "integer"
  4720. },
  4721. "page": {
  4722. "description": "页数",
  4723. "type": "integer"
  4724. },
  4725. "type": {
  4726. "description": "变动类型 全部则传空",
  4727. "type": "string"
  4728. }
  4729. }
  4730. },
  4731. "md.EggEnergyDetailResp": {
  4732. "type": "object",
  4733. "properties": {
  4734. "list": {
  4735. "description": "流水数据",
  4736. "type": "array",
  4737. "items": {
  4738. "type": "object",
  4739. "additionalProperties": {
  4740. "type": "string"
  4741. }
  4742. }
  4743. },
  4744. "paginate": {
  4745. "description": "分页信息",
  4746. "allOf": [
  4747. {
  4748. "$ref": "#/definitions/applet_app_md.Paginate"
  4749. }
  4750. ]
  4751. },
  4752. "person_egg_energy": {
  4753. "description": "个人蛋蛋能量",
  4754. "type": "string"
  4755. },
  4756. "team_egg_energy": {
  4757. "description": "团队蛋蛋能量",
  4758. "type": "string"
  4759. },
  4760. "total_egg_energy": {
  4761. "description": "总蛋蛋能量",
  4762. "type": "string"
  4763. },
  4764. "total_egg_energy_price": {
  4765. "description": "蛋蛋能量总价",
  4766. "type": "string"
  4767. },
  4768. "transfer_type_list": {
  4769. "description": "转账类型列表",
  4770. "allOf": [
  4771. {
  4772. "$ref": "#/definitions/md.TransferTypeList"
  4773. }
  4774. ]
  4775. }
  4776. }
  4777. },
  4778. "md.EggEnergyFlowNode": {
  4779. "type": "object",
  4780. "properties": {
  4781. "after_amount": {
  4782. "description": "变更后数量",
  4783. "type": "string"
  4784. },
  4785. "amount": {
  4786. "description": "变更数量",
  4787. "type": "string"
  4788. },
  4789. "before_amount": {
  4790. "description": "变更前数量",
  4791. "type": "string"
  4792. },
  4793. "coin_name": {
  4794. "description": "虚拟币名称",
  4795. "type": "string"
  4796. },
  4797. "create_at": {
  4798. "description": "创建时间",
  4799. "type": "string"
  4800. },
  4801. "direction": {
  4802. "description": "方向:1.收入 2.支出",
  4803. "type": "integer"
  4804. },
  4805. "id": {
  4806. "type": "integer"
  4807. },
  4808. "sys_fee": {
  4809. "description": "手续费",
  4810. "type": "string"
  4811. },
  4812. "title": {
  4813. "description": "标题",
  4814. "type": "string"
  4815. },
  4816. "transfer_type": {
  4817. "description": "转账类型",
  4818. "type": "string"
  4819. }
  4820. }
  4821. },
  4822. "md.EggPointDetailsReq": {
  4823. "type": "object",
  4824. "properties": {
  4825. "asc": {
  4826. "description": "1.升序 2.倒序",
  4827. "type": "string"
  4828. },
  4829. "direction": {
  4830. "description": "类型 1.收入 2.支出 全部则传空",
  4831. "type": "string"
  4832. },
  4833. "kind": {
  4834. "description": "类型:1. 个人蛋蛋积分 2.团队蛋蛋积分",
  4835. "type": "string"
  4836. },
  4837. "limit": {
  4838. "description": "每页大小",
  4839. "type": "integer"
  4840. },
  4841. "page": {
  4842. "description": "页数",
  4843. "type": "integer"
  4844. },
  4845. "type": {
  4846. "description": "变动类型 全部则传空",
  4847. "type": "string"
  4848. }
  4849. }
  4850. },
  4851. "md.EggPointDetailsResp": {
  4852. "type": "object",
  4853. "properties": {
  4854. "list": {
  4855. "description": "流水数据",
  4856. "type": "array",
  4857. "items": {
  4858. "type": "object",
  4859. "additionalProperties": {
  4860. "type": "string"
  4861. }
  4862. }
  4863. },
  4864. "paginate": {
  4865. "description": "分页信息",
  4866. "allOf": [
  4867. {
  4868. "$ref": "#/definitions/applet_app_md.Paginate"
  4869. }
  4870. ]
  4871. },
  4872. "person_egg_points": {
  4873. "description": "个人蛋蛋积分",
  4874. "type": "string"
  4875. },
  4876. "team_egg_points": {
  4877. "description": "团队蛋蛋积分",
  4878. "type": "string"
  4879. },
  4880. "total_egg_points": {
  4881. "description": "总蛋蛋积分",
  4882. "type": "string"
  4883. },
  4884. "total_egg_points_amount": {
  4885. "description": "蛋蛋积分余额",
  4886. "type": "string"
  4887. },
  4888. "transfer_type_list": {
  4889. "description": "转账类型列表",
  4890. "allOf": [
  4891. {
  4892. "$ref": "#/definitions/md.TransferTypeList"
  4893. }
  4894. ]
  4895. }
  4896. }
  4897. },
  4898. "md.EggPointRecordNode": {
  4899. "type": "object",
  4900. "properties": {
  4901. "end_at": {
  4902. "description": "结束时间",
  4903. "type": "string"
  4904. },
  4905. "score": {
  4906. "description": "分数",
  4907. "type": "string"
  4908. },
  4909. "start_at": {
  4910. "description": "开始时间",
  4911. "type": "string"
  4912. },
  4913. "week": {
  4914. "description": "周数",
  4915. "type": "string"
  4916. },
  4917. "year": {
  4918. "description": "年份",
  4919. "type": "string"
  4920. }
  4921. }
  4922. },
  4923. "md.ExchangeEnergyReq": {
  4924. "type": "object",
  4925. "properties": {
  4926. "energy_amount": {
  4927. "description": "兑换能量数值",
  4928. "type": "string"
  4929. }
  4930. }
  4931. },
  4932. "md.FastLoginReq": {
  4933. "type": "object",
  4934. "properties": {
  4935. "invite_code": {
  4936. "type": "string",
  4937. "example": "邀请码"
  4938. },
  4939. "token": {
  4940. "type": "string",
  4941. "example": "一键登录的token"
  4942. }
  4943. }
  4944. },
  4945. "md.FindPasswordReq": {
  4946. "type": "object",
  4947. "required": [
  4948. "mobile"
  4949. ],
  4950. "properties": {
  4951. "code": {
  4952. "type": "string",
  4953. "example": "验证码"
  4954. },
  4955. "mobile": {
  4956. "type": "string"
  4957. },
  4958. "password": {
  4959. "type": "string",
  4960. "example": "密码 如 123"
  4961. }
  4962. }
  4963. },
  4964. "md.GetAmountFlowResp": {
  4965. "type": "object",
  4966. "properties": {
  4967. "list": {
  4968. "type": "array",
  4969. "items": {
  4970. "$ref": "#/definitions/md.WalletFlowNode"
  4971. }
  4972. },
  4973. "paginate": {
  4974. "$ref": "#/definitions/applet_app_md.Paginate"
  4975. }
  4976. }
  4977. },
  4978. "md.GetContributionValueFlowResp": {
  4979. "type": "object",
  4980. "properties": {
  4981. "list": {
  4982. "type": "array",
  4983. "items": {
  4984. "$ref": "#/definitions/md.ContributionValueFlowNode"
  4985. }
  4986. },
  4987. "paginate": {
  4988. "$ref": "#/definitions/applet_app_md.Paginate"
  4989. }
  4990. }
  4991. },
  4992. "md.GetContributionValueResp": {
  4993. "type": "object",
  4994. "properties": {
  4995. "contribution_value": {
  4996. "description": "贡献值",
  4997. "type": "string"
  4998. },
  4999. "ratio": {
  5000. "description": "兑换比率(x 分兑换 1 人民币)",
  5001. "type": "string"
  5002. }
  5003. }
  5004. },
  5005. "md.GetEggEnergyFlowResp": {
  5006. "type": "object",
  5007. "properties": {
  5008. "list": {
  5009. "type": "array",
  5010. "items": {
  5011. "$ref": "#/definitions/md.EggEnergyFlowNode"
  5012. }
  5013. },
  5014. "paginate": {
  5015. "$ref": "#/definitions/applet_app_md.Paginate"
  5016. }
  5017. }
  5018. },
  5019. "md.GetEggPointRecordResp": {
  5020. "type": "object",
  5021. "properties": {
  5022. "list": {
  5023. "description": "分数明细列表",
  5024. "type": "array",
  5025. "items": {
  5026. "$ref": "#/definitions/md.EggPointRecordNode"
  5027. }
  5028. },
  5029. "now_score": {
  5030. "description": "当前分数",
  5031. "type": "string"
  5032. },
  5033. "paginate": {
  5034. "$ref": "#/definitions/applet_app_md.Paginate"
  5035. }
  5036. }
  5037. },
  5038. "md.GetModuleSettingResp": {
  5039. "type": "object",
  5040. "properties": {
  5041. "data": {
  5042. "description": "内容"
  5043. },
  5044. "mod_name": {
  5045. "description": "模块名称",
  5046. "type": "string"
  5047. },
  5048. "position": {
  5049. "description": "位置",
  5050. "type": "string"
  5051. },
  5052. "skip_identifier": {
  5053. "description": "跳转标识",
  5054. "type": "string"
  5055. },
  5056. "subtitle": {
  5057. "description": "副标题",
  5058. "type": "string"
  5059. },
  5060. "title": {
  5061. "description": "标题",
  5062. "type": "string"
  5063. }
  5064. }
  5065. },
  5066. "md.GetPriceCurveResp": {
  5067. "type": "object",
  5068. "properties": {
  5069. "x_data": {
  5070. "type": "array",
  5071. "items": {}
  5072. },
  5073. "y_data": {
  5074. "type": "array",
  5075. "items": {}
  5076. }
  5077. }
  5078. },
  5079. "md.GetWithdrawConditionResp": {
  5080. "type": "object",
  5081. "properties": {
  5082. "is_bind_alipay": {
  5083. "description": "是否绑定阿里账户",
  5084. "type": "boolean"
  5085. },
  5086. "is_bind_wx": {
  5087. "description": "是否绑定微信账户",
  5088. "type": "boolean"
  5089. },
  5090. "is_can_withdraw": {
  5091. "description": "是否能提现",
  5092. "type": "boolean"
  5093. },
  5094. "is_need_real_name": {
  5095. "description": "是否需要实名",
  5096. "type": "boolean"
  5097. },
  5098. "is_real_name": {
  5099. "description": "是否实名",
  5100. "type": "boolean"
  5101. },
  5102. "not_withdraw_reason": {
  5103. "description": "不能提现原因",
  5104. "type": "string"
  5105. }
  5106. }
  5107. },
  5108. "md.GrabRedPackageReq": {
  5109. "type": "object",
  5110. "properties": {
  5111. "device_id": {
  5112. "description": "设备id",
  5113. "type": "string"
  5114. },
  5115. "receiver_id": {
  5116. "description": "用户id或者群组id",
  5117. "type": "integer"
  5118. },
  5119. "receiver_type": {
  5120. "description": "接收者类型,1:user;2:group",
  5121. "type": "integer"
  5122. },
  5123. "red_package_cover": {
  5124. "description": "红包封面",
  5125. "type": "string"
  5126. },
  5127. "red_package_id": {
  5128. "description": "红包id",
  5129. "type": "integer"
  5130. },
  5131. "send_red_package_user_nike_name": {
  5132. "description": "红包发送者-im用户昵称",
  5133. "type": "string"
  5134. },
  5135. "send_red_packet_avatar_url": {
  5136. "description": "红包发送者-im用户头像",
  5137. "type": "string"
  5138. },
  5139. "send_time": {
  5140. "description": "消息发送时间戳,精确到毫秒",
  5141. "type": "integer"
  5142. },
  5143. "token": {
  5144. "description": "im-token",
  5145. "type": "string"
  5146. },
  5147. "user_id": {
  5148. "description": "im用户id",
  5149. "type": "string"
  5150. }
  5151. }
  5152. },
  5153. "md.GrabRedPackageResp": {
  5154. "type": "object",
  5155. "properties": {
  5156. "grab_amount": {
  5157. "description": "抢到的红包金额",
  5158. "type": "string"
  5159. },
  5160. "im": {
  5161. "description": "im 返回体",
  5162. "allOf": [
  5163. {
  5164. "$ref": "#/definitions/pb.SendRedPacketResp"
  5165. }
  5166. ]
  5167. }
  5168. }
  5169. },
  5170. "md.Guide": {
  5171. "type": "object",
  5172. "properties": {
  5173. "bg_image": {
  5174. "type": "string"
  5175. },
  5176. "bg_image_url": {
  5177. "type": "string"
  5178. },
  5179. "content_image": {
  5180. "type": "string"
  5181. },
  5182. "content_image_url": {
  5183. "type": "string"
  5184. }
  5185. }
  5186. },
  5187. "md.HomePageResp": {
  5188. "type": "object",
  5189. "properties": {
  5190. "initial_price": {
  5191. "description": "蛋蛋能量初始价格",
  5192. "type": "string"
  5193. },
  5194. "is_sign": {
  5195. "description": "是否开始签到",
  5196. "type": "boolean"
  5197. },
  5198. "leave_timer": {
  5199. "description": "可签到剩余时间 秒",
  5200. "type": "string"
  5201. },
  5202. "nick_name": {
  5203. "description": "用户名称",
  5204. "type": "string"
  5205. },
  5206. "now_basal_rate": {
  5207. "description": "当前基础速率/小时",
  5208. "type": "string"
  5209. },
  5210. "now_team_rate": {
  5211. "description": "当前团队速率/小时",
  5212. "type": "string"
  5213. },
  5214. "sign_end_time": {
  5215. "description": "签到截止时间",
  5216. "type": "string"
  5217. },
  5218. "total_active_points": {
  5219. "description": "总蛋蛋积分",
  5220. "type": "string"
  5221. },
  5222. "total_egg_energy": {
  5223. "description": "总蛋蛋能量",
  5224. "type": "string"
  5225. }
  5226. }
  5227. },
  5228. "md.HomePageWatchAdRuleResp": {
  5229. "type": "object",
  5230. "properties": {
  5231. "each_round_hour": {
  5232. "description": "每一轮X个小时",
  5233. "type": "string"
  5234. },
  5235. "next_watch_ad_date": {
  5236. "description": "下次可观看广告时间,若为空允许观看视频",
  5237. "type": "string"
  5238. },
  5239. "next_watch_ad_secs": {
  5240. "description": "下次可观看广告时间,若为空允许观看视频",
  5241. "type": "integer"
  5242. },
  5243. "residue_watch_ad_num": {
  5244. "description": "当前剩余可观看视频数",
  5245. "type": "integer"
  5246. },
  5247. "reward_total_num": {
  5248. "description": "总可观看广告数量",
  5249. "type": "string"
  5250. },
  5251. "round_remaining_secs": {
  5252. "description": "本轮剩余时间",
  5253. "type": "integer"
  5254. },
  5255. "watch_ad_reward_active_points": {
  5256. "description": "观看广告视频奖励X个活跃积分",
  5257. "type": "string"
  5258. }
  5259. }
  5260. },
  5261. "md.InitialDataResp": {
  5262. "type": "object",
  5263. "properties": {
  5264. "initial_price": {
  5265. "description": "初始价格",
  5266. "type": "string"
  5267. },
  5268. "total_angel_investor": {
  5269. "description": "天使投资人",
  5270. "type": "string"
  5271. },
  5272. "total_ecological_development": {
  5273. "description": "生态建设",
  5274. "type": "string"
  5275. },
  5276. "total_issuance_amount": {
  5277. "description": "总发行量",
  5278. "type": "string"
  5279. },
  5280. "total_operate_fund": {
  5281. "description": "运营资金",
  5282. "type": "string"
  5283. },
  5284. "total_technology_team": {
  5285. "description": "技术团队",
  5286. "type": "string"
  5287. }
  5288. }
  5289. },
  5290. "md.IntegralList": {
  5291. "type": "object",
  5292. "properties": {
  5293. "expend_list": {
  5294. "description": "支出类型列表",
  5295. "type": "array",
  5296. "items": {
  5297. "$ref": "#/definitions/md.TransferTypeNode"
  5298. }
  5299. },
  5300. "income_list": {
  5301. "description": "收入类型列表",
  5302. "type": "array",
  5303. "items": {
  5304. "$ref": "#/definitions/md.TransferTypeNode"
  5305. }
  5306. }
  5307. }
  5308. },
  5309. "md.InviteCodeUserInfoReq": {
  5310. "type": "object",
  5311. "properties": {
  5312. "invite_code": {
  5313. "type": "string"
  5314. }
  5315. }
  5316. },
  5317. "md.InviteCodeUserInfoResp": {
  5318. "type": "object",
  5319. "properties": {
  5320. "head_img": {
  5321. "type": "string"
  5322. },
  5323. "nickname": {
  5324. "type": "string"
  5325. }
  5326. }
  5327. },
  5328. "md.InviteUrl": {
  5329. "type": "object",
  5330. "properties": {
  5331. "invite_code": {
  5332. "type": "string"
  5333. },
  5334. "link": {
  5335. "type": "string"
  5336. },
  5337. "qrcode": {
  5338. "type": "string"
  5339. }
  5340. }
  5341. },
  5342. "md.IsCanGetRedPackageResp": {
  5343. "type": "object",
  5344. "properties": {
  5345. "is_can_get_red_package": {
  5346. "description": "能否获取红包",
  5347. "type": "boolean"
  5348. }
  5349. }
  5350. },
  5351. "md.IsCanSignInResp": {
  5352. "type": "object",
  5353. "properties": {
  5354. "is_can_sign_in": {
  5355. "description": "能否签到",
  5356. "type": "boolean"
  5357. }
  5358. }
  5359. },
  5360. "md.LoginReq": {
  5361. "type": "object",
  5362. "required": [
  5363. "password",
  5364. "phone"
  5365. ],
  5366. "properties": {
  5367. "code": {
  5368. "type": "string",
  5369. "example": "验证码"
  5370. },
  5371. "password": {
  5372. "type": "string",
  5373. "example": "登录密码"
  5374. },
  5375. "phone": {
  5376. "type": "string",
  5377. "example": "手机号"
  5378. }
  5379. }
  5380. },
  5381. "md.LoginResponse": {
  5382. "type": "object",
  5383. "properties": {
  5384. "token": {
  5385. "type": "string"
  5386. }
  5387. }
  5388. },
  5389. "md.MemberCenterGetBasicResp": {
  5390. "type": "object",
  5391. "properties": {
  5392. "active_num": {
  5393. "description": "活跃值",
  5394. "type": "string"
  5395. },
  5396. "amount": {
  5397. "description": "账户余额",
  5398. "type": "string"
  5399. },
  5400. "contribution_value": {
  5401. "description": "贡献值",
  5402. "type": "string"
  5403. },
  5404. "date": {
  5405. "description": "兑换时间(每月x日)",
  5406. "type": "string"
  5407. },
  5408. "egg_energy": {
  5409. "description": "能量值",
  5410. "type": "string"
  5411. },
  5412. "egg_energy_value": {
  5413. "description": "能量预估价值",
  5414. "type": "string"
  5415. },
  5416. "egg_score": {
  5417. "description": "蛋蛋分",
  5418. "type": "string"
  5419. },
  5420. "head_img": {
  5421. "type": "string"
  5422. },
  5423. "id": {
  5424. "type": "string"
  5425. },
  5426. "invite_code": {
  5427. "type": "string"
  5428. },
  5429. "is_bind_extend": {
  5430. "type": "string",
  5431. "example": "是否绑定了上级 0否 1是"
  5432. },
  5433. "is_real_name": {
  5434. "type": "string",
  5435. "example": "是否实名认证 0否 1是"
  5436. },
  5437. "level_name": {
  5438. "description": "会员等级名称",
  5439. "type": "string"
  5440. },
  5441. "nickname": {
  5442. "description": "会员名称",
  5443. "type": "string"
  5444. },
  5445. "phone": {
  5446. "type": "string"
  5447. },
  5448. "ratio": {
  5449. "description": "能量值兑换比例(x:y)",
  5450. "type": "string"
  5451. }
  5452. }
  5453. },
  5454. "md.MyFansResp": {
  5455. "type": "object",
  5456. "properties": {
  5457. "now_team_assistance_num": {
  5458. "description": "团队助力人数",
  5459. "type": "integer"
  5460. },
  5461. "now_team_assistance_reward": {
  5462. "description": "团队助力收益",
  5463. "type": "string"
  5464. },
  5465. "now_team_user": {
  5466. "description": "团队人数",
  5467. "type": "integer"
  5468. }
  5469. }
  5470. },
  5471. "md.MyFansUserListResp": {
  5472. "type": "object",
  5473. "properties": {
  5474. "list": {
  5475. "type": "array",
  5476. "items": {
  5477. "$ref": "#/definitions/md.OneLineUserNode"
  5478. }
  5479. }
  5480. }
  5481. },
  5482. "md.NineDimensionalSpaceResp": {
  5483. "type": "object",
  5484. "properties": {
  5485. "a_lot_of_nums": {
  5486. "description": "全网至多用户数",
  5487. "type": "integer"
  5488. },
  5489. "day_num": {
  5490. "description": "连续x天不活跃",
  5491. "type": "integer"
  5492. },
  5493. "rows": {
  5494. "description": "行数",
  5495. "type": "string"
  5496. },
  5497. "space_list": {
  5498. "description": "数据列表",
  5499. "type": "array",
  5500. "items": {
  5501. "$ref": "#/definitions/md.SpaceListNode"
  5502. }
  5503. },
  5504. "space_nums": {
  5505. "description": "空间人数",
  5506. "type": "integer"
  5507. },
  5508. "space_total_nums": {
  5509. "description": "空间总数",
  5510. "type": "integer"
  5511. },
  5512. "times": {
  5513. "description": "排数",
  5514. "type": "string"
  5515. }
  5516. }
  5517. },
  5518. "md.OneLineUserNode": {
  5519. "type": "object",
  5520. "properties": {
  5521. "avatar_url": {
  5522. "type": "string"
  5523. },
  5524. "invite_time": {
  5525. "type": "string"
  5526. },
  5527. "is_online": {
  5528. "type": "boolean"
  5529. },
  5530. "nickname": {
  5531. "type": "string"
  5532. }
  5533. }
  5534. },
  5535. "md.ParentInfo": {
  5536. "type": "object",
  5537. "properties": {
  5538. "head_img": {
  5539. "type": "string",
  5540. "example": "头像"
  5541. },
  5542. "id": {
  5543. "type": "string",
  5544. "example": "个人ID号"
  5545. },
  5546. "invite_code": {
  5547. "type": "string",
  5548. "example": "邀请码"
  5549. },
  5550. "level_name": {
  5551. "type": "string",
  5552. "example": "等级"
  5553. },
  5554. "nickname": {
  5555. "type": "string",
  5556. "example": "昵称"
  5557. },
  5558. "phone": {
  5559. "type": "string",
  5560. "example": "手机号"
  5561. },
  5562. "wechat_account": {
  5563. "type": "string",
  5564. "example": "微信号"
  5565. }
  5566. }
  5567. },
  5568. "md.PlayletBaseData": {
  5569. "type": "object",
  5570. "properties": {
  5571. "android_adv_id": {
  5572. "type": "string",
  5573. "example": "安卓激励视频广告位"
  5574. },
  5575. "coin_name": {
  5576. "type": "string",
  5577. "example": "积分名称"
  5578. },
  5579. "day_one_count": {
  5580. "type": "string",
  5581. "example": "每天每个短剧解锁次数"
  5582. },
  5583. "first_count": {
  5584. "type": "string",
  5585. "example": "首次可观看集数"
  5586. },
  5587. "ios_adv_id": {
  5588. "type": "string",
  5589. "example": "iOS激励视频广告位"
  5590. },
  5591. "leave": {
  5592. "type": "string",
  5593. "example": "剩余次数"
  5594. },
  5595. "reward": {
  5596. "type": "string",
  5597. "example": "单次奖励"
  5598. },
  5599. "second_count": {
  5600. "type": "string",
  5601. "example": "看一次广告解锁集数"
  5602. },
  5603. "sum": {
  5604. "type": "string",
  5605. "example": "奖励总数"
  5606. },
  5607. "total": {
  5608. "type": "string",
  5609. "example": "可领取总次数"
  5610. }
  5611. }
  5612. },
  5613. "md.PlayletRewardRequest": {
  5614. "type": "object",
  5615. "properties": {
  5616. "id": {
  5617. "type": "string",
  5618. "example": "广告id"
  5619. }
  5620. }
  5621. },
  5622. "md.PlayletUnlockRequest": {
  5623. "type": "object",
  5624. "properties": {
  5625. "id": {
  5626. "type": "string",
  5627. "example": "短剧id"
  5628. }
  5629. }
  5630. },
  5631. "md.PlayletUnlockResp": {
  5632. "type": "object",
  5633. "properties": {
  5634. "num": {
  5635. "type": "string"
  5636. }
  5637. }
  5638. },
  5639. "md.PointsCenterGetBasicResp": {
  5640. "type": "object",
  5641. "properties": {
  5642. "egg_point": {
  5643. "description": "能量积分",
  5644. "type": "string"
  5645. },
  5646. "egg_point_amount": {
  5647. "description": "能量积分价值",
  5648. "type": "string"
  5649. },
  5650. "energy": {
  5651. "description": "蛋蛋能量值",
  5652. "type": "string"
  5653. },
  5654. "energy_amount": {
  5655. "description": "能量价值",
  5656. "type": "string"
  5657. },
  5658. "wallet_amount": {
  5659. "description": "账户余额",
  5660. "type": "string"
  5661. }
  5662. }
  5663. },
  5664. "md.PointsExchangeGetBasicResp": {
  5665. "type": "object",
  5666. "properties": {
  5667. "available_cash": {
  5668. "description": "可用现金",
  5669. "type": "string"
  5670. },
  5671. "available_energy": {
  5672. "description": "可用能量",
  5673. "type": "string"
  5674. }
  5675. }
  5676. },
  5677. "md.RealNameAuthAddRequest": {
  5678. "type": "object",
  5679. "properties": {
  5680. "card_no": {
  5681. "type": "string"
  5682. },
  5683. "real_name": {
  5684. "type": "string"
  5685. }
  5686. }
  5687. },
  5688. "md.RealNameAuthBasicData": {
  5689. "type": "object",
  5690. "properties": {
  5691. "auth_state": {
  5692. "type": "string",
  5693. "example": "0未申请 1申请通过 3申请失败"
  5694. },
  5695. "is_need_get_energy": {
  5696. "type": "string",
  5697. "example": "0不需要获取能量 1弹窗提示 前往蛋蛋乐园获取能量"
  5698. },
  5699. "tip_str": {
  5700. "type": "string"
  5701. }
  5702. }
  5703. },
  5704. "md.RealNameAuthResp": {
  5705. "type": "object",
  5706. "properties": {
  5707. "oid": {
  5708. "type": "string"
  5709. },
  5710. "url": {
  5711. "type": "string"
  5712. }
  5713. }
  5714. },
  5715. "md.RealTimePriceResp": {
  5716. "type": "object",
  5717. "properties": {
  5718. "is_rises": {
  5719. "description": "是否涨/跌价",
  5720. "type": "boolean"
  5721. },
  5722. "now_price": {
  5723. "description": "当前价格",
  5724. "type": "string"
  5725. },
  5726. "rises": {
  5727. "description": "涨价幅度(百分比)",
  5728. "type": "string"
  5729. },
  5730. "user_count": {
  5731. "description": "用户数",
  5732. "type": "integer"
  5733. }
  5734. }
  5735. },
  5736. "md.RedPackageDetailResp": {
  5737. "type": "object",
  5738. "properties": {
  5739. "detail": {
  5740. "description": "红包详情信息",
  5741. "allOf": [
  5742. {
  5743. "$ref": "#/definitions/model.ImSendRedPackageOrd"
  5744. }
  5745. ]
  5746. },
  5747. "list": {
  5748. "description": "领取红包用户列表",
  5749. "type": "array",
  5750. "items": {
  5751. "$ref": "#/definitions/md.RedPackageDetailUserNode"
  5752. }
  5753. }
  5754. }
  5755. },
  5756. "md.RedPackageDetailUserNode": {
  5757. "type": "object",
  5758. "properties": {
  5759. "amount": {
  5760. "description": "金额",
  5761. "type": "string"
  5762. },
  5763. "im_user_id": {
  5764. "description": "im用户id",
  5765. "type": "string"
  5766. },
  5767. "received_at": {
  5768. "description": "领取时间",
  5769. "type": "string"
  5770. },
  5771. "user_avatar_url": {
  5772. "description": "im用户昵称",
  5773. "type": "string"
  5774. },
  5775. "user_nick_name": {
  5776. "description": "im用户昵称",
  5777. "type": "string"
  5778. }
  5779. }
  5780. },
  5781. "md.RegisterReq": {
  5782. "type": "object",
  5783. "required": [
  5784. "mobile"
  5785. ],
  5786. "properties": {
  5787. "avatar": {
  5788. "type": "string",
  5789. "example": "头像"
  5790. },
  5791. "code": {
  5792. "type": "string",
  5793. "example": "验证码"
  5794. },
  5795. "invite_code": {
  5796. "type": "string",
  5797. "example": "邀请码"
  5798. },
  5799. "mobile": {
  5800. "type": "string"
  5801. },
  5802. "nickname": {
  5803. "type": "string",
  5804. "example": "昵称"
  5805. },
  5806. "open_id": {
  5807. "type": "string",
  5808. "example": "微信openId"
  5809. },
  5810. "password": {
  5811. "type": "string",
  5812. "example": "密码 如 123"
  5813. },
  5814. "sex": {
  5815. "description": "性别(0:未知 1:男 2:女)",
  5816. "type": "integer"
  5817. },
  5818. "type": {
  5819. "type": "string",
  5820. "example": "app:APP注册、h5:H5注册"
  5821. },
  5822. "union_id": {
  5823. "type": "string",
  5824. "example": "微信UnionId"
  5825. }
  5826. }
  5827. },
  5828. "md.Response": {
  5829. "type": "object",
  5830. "properties": {
  5831. "code": {
  5832. "type": "string",
  5833. "example": "响应码"
  5834. },
  5835. "data": {
  5836. "description": "内容"
  5837. },
  5838. "msg": {
  5839. "type": "string",
  5840. "example": "具体错误原因"
  5841. }
  5842. }
  5843. },
  5844. "md.SendRedPackageDetailReq": {
  5845. "type": "object",
  5846. "properties": {
  5847. "order_id": {
  5848. "description": "红包的订单 ID",
  5849. "type": "string"
  5850. }
  5851. }
  5852. },
  5853. "md.SendRedPackageDetailResp": {
  5854. "type": "object",
  5855. "properties": {
  5856. "im": {
  5857. "$ref": "#/definitions/md.SeqType"
  5858. },
  5859. "red_package_id": {
  5860. "description": "红包 ID",
  5861. "type": "integer"
  5862. }
  5863. }
  5864. },
  5865. "md.SendRedPackageReq": {
  5866. "type": "object",
  5867. "properties": {
  5868. "amount": {
  5869. "description": "红包金额",
  5870. "type": "string"
  5871. },
  5872. "device_id": {
  5873. "description": "设备id",
  5874. "type": "string"
  5875. },
  5876. "receiver_id": {
  5877. "description": "用户id或者群组id",
  5878. "type": "integer"
  5879. },
  5880. "receiver_type": {
  5881. "description": "接收者类型,1:user;2:group",
  5882. "type": "integer"
  5883. },
  5884. "red_package_cover": {
  5885. "description": "红包封面",
  5886. "type": "string"
  5887. },
  5888. "red_packet_content": {
  5889. "description": "红包文字内容",
  5890. "type": "string"
  5891. },
  5892. "red_packet_nums": {
  5893. "description": "红包数量",
  5894. "type": "integer"
  5895. },
  5896. "red_packet_small_content": {
  5897. "description": "红包文字内容",
  5898. "type": "string"
  5899. },
  5900. "red_packet_type": {
  5901. "description": "红包类型(0:未知 1:好友红包 2:群组普通红包 3:群组手气红包 4:群组专属红包 5:系统红包)",
  5902. "type": "integer"
  5903. },
  5904. "send_time": {
  5905. "description": "消息发送时间戳,精确到毫秒",
  5906. "type": "integer"
  5907. },
  5908. "to_user_ids": {
  5909. "description": "红包给到哪些im用户id(专属红包)",
  5910. "type": "array",
  5911. "items": {
  5912. "type": "integer"
  5913. }
  5914. },
  5915. "token": {
  5916. "description": "im-token",
  5917. "type": "string"
  5918. },
  5919. "user_id": {
  5920. "description": "im用户id",
  5921. "type": "string"
  5922. }
  5923. }
  5924. },
  5925. "md.SendRedPackageResp": {
  5926. "type": "object",
  5927. "properties": {
  5928. "im": {
  5929. "$ref": "#/definitions/pb.SendRedPacketResp"
  5930. },
  5931. "red_package_id": {
  5932. "description": "红包ID",
  5933. "type": "integer"
  5934. }
  5935. }
  5936. },
  5937. "md.Seo": {
  5938. "type": "object",
  5939. "properties": {
  5940. "seo_logo": {
  5941. "type": "string"
  5942. },
  5943. "seo_title": {
  5944. "type": "string",
  5945. "example": "seo"
  5946. },
  5947. "web_logo": {
  5948. "type": "string"
  5949. }
  5950. }
  5951. },
  5952. "md.SeqType": {
  5953. "type": "object",
  5954. "properties": {
  5955. "seq": {
  5956. "description": "序列号",
  5957. "type": "integer"
  5958. }
  5959. }
  5960. },
  5961. "md.SmsSendReq": {
  5962. "type": "object",
  5963. "required": [
  5964. "mobile"
  5965. ],
  5966. "properties": {
  5967. "captcha_output": {
  5968. "type": "string",
  5969. "example": "阿里云图形验证码对应参数"
  5970. },
  5971. "gen_time": {
  5972. "type": "string",
  5973. "example": "阿里云图形验证码对应参数"
  5974. },
  5975. "lot_number": {
  5976. "type": "string",
  5977. "example": "阿里云图形验证码对应参数"
  5978. },
  5979. "mobile": {
  5980. "type": "string"
  5981. },
  5982. "pass_token": {
  5983. "type": "string",
  5984. "example": "阿里云图形验证码对应参数"
  5985. },
  5986. "type": {
  5987. "type": "string",
  5988. "example": "userDelete:用户注销 h5Register:h5注册页、wechatBindPhone:微信绑定手机、login:登陆、findPwd:找回密码、changePwd:修改密码、changePasscode:修改支付密码"
  5989. }
  5990. }
  5991. },
  5992. "md.SpaceListNode": {
  5993. "type": "object",
  5994. "properties": {
  5995. "max_count": {
  5996. "description": "最大容纳人数",
  5997. "type": "integer"
  5998. },
  5999. "name": {
  6000. "description": "维度",
  6001. "type": "string"
  6002. },
  6003. "now_count": {
  6004. "description": "当前人数",
  6005. "type": "integer"
  6006. }
  6007. }
  6008. },
  6009. "md.TotalRateResp": {
  6010. "type": "object",
  6011. "properties": {
  6012. "consumed_personal_egg_point": {
  6013. "description": "消耗个人蛋蛋积分",
  6014. "type": "string"
  6015. },
  6016. "consumed_team_egg_point": {
  6017. "description": "消耗团队蛋蛋积分",
  6018. "type": "string"
  6019. },
  6020. "now_basal_rate": {
  6021. "description": "当前基础速率/小时",
  6022. "type": "string"
  6023. },
  6024. "now_team_rate": {
  6025. "description": "当前团队速率/小时",
  6026. "type": "string"
  6027. },
  6028. "now_total_rate": {
  6029. "description": "总速率/小时",
  6030. "type": "string"
  6031. }
  6032. }
  6033. },
  6034. "md.TransferTypeList": {
  6035. "type": "object",
  6036. "properties": {
  6037. "TeamTransferTypeList": {
  6038. "description": "团队积分变动列表",
  6039. "allOf": [
  6040. {
  6041. "$ref": "#/definitions/md.IntegralList"
  6042. }
  6043. ]
  6044. },
  6045. "personal_transfer_type_list": {
  6046. "description": "个人积分变动列表",
  6047. "allOf": [
  6048. {
  6049. "$ref": "#/definitions/md.IntegralList"
  6050. }
  6051. ]
  6052. }
  6053. }
  6054. },
  6055. "md.TransferTypeNode": {
  6056. "type": "object",
  6057. "properties": {
  6058. "name": {
  6059. "type": "string"
  6060. },
  6061. "value": {
  6062. "type": "string"
  6063. }
  6064. }
  6065. },
  6066. "md.UpdatePasscodeReq": {
  6067. "type": "object",
  6068. "properties": {
  6069. "code": {
  6070. "type": "string",
  6071. "example": "验证码"
  6072. },
  6073. "passcode": {
  6074. "type": "string",
  6075. "example": "密码 如 123"
  6076. }
  6077. }
  6078. },
  6079. "md.UpdatePasswordReq": {
  6080. "type": "object",
  6081. "properties": {
  6082. "code": {
  6083. "type": "string",
  6084. "example": "验证码"
  6085. },
  6086. "password": {
  6087. "type": "string",
  6088. "example": "密码 如 123"
  6089. }
  6090. }
  6091. },
  6092. "md.UserDeleteInfo": {
  6093. "type": "object",
  6094. "properties": {
  6095. "info": {
  6096. "type": "array",
  6097. "items": {
  6098. "$ref": "#/definitions/md.UserDeleteInfoList"
  6099. }
  6100. },
  6101. "url": {
  6102. "type": "string",
  6103. "example": "蛋蛋星球注销须知 链接"
  6104. }
  6105. }
  6106. },
  6107. "md.UserDeleteInfoList": {
  6108. "type": "object",
  6109. "properties": {
  6110. "content": {
  6111. "type": "string"
  6112. },
  6113. "title": {
  6114. "type": "string"
  6115. }
  6116. }
  6117. },
  6118. "md.UserFeedbackListReq": {
  6119. "type": "object",
  6120. "properties": {
  6121. "limit": {
  6122. "type": "string"
  6123. },
  6124. "page": {
  6125. "type": "string"
  6126. }
  6127. }
  6128. },
  6129. "md.UserFeedbackListResp": {
  6130. "type": "object",
  6131. "properties": {
  6132. "content": {
  6133. "type": "string"
  6134. },
  6135. "create_at": {
  6136. "type": "string"
  6137. },
  6138. "id": {
  6139. "type": "string"
  6140. },
  6141. "img": {
  6142. "type": "array",
  6143. "items": {
  6144. "type": "string"
  6145. }
  6146. },
  6147. "label": {
  6148. "type": "string"
  6149. },
  6150. "state": {
  6151. "type": "string",
  6152. "example": "0未回复 1已回复"
  6153. },
  6154. "title": {
  6155. "type": "string"
  6156. },
  6157. "type": {
  6158. "type": "string"
  6159. }
  6160. }
  6161. },
  6162. "md.UserFeedbackRecordReq": {
  6163. "type": "object",
  6164. "properties": {
  6165. "id": {
  6166. "type": "string"
  6167. },
  6168. "page": {
  6169. "type": "string"
  6170. }
  6171. }
  6172. },
  6173. "md.UserFeedbackRecordResp": {
  6174. "type": "object",
  6175. "properties": {
  6176. "content": {
  6177. "type": "string"
  6178. },
  6179. "create_at": {
  6180. "type": "string"
  6181. },
  6182. "head_img": {
  6183. "type": "string"
  6184. },
  6185. "nickname": {
  6186. "type": "string"
  6187. },
  6188. "type": {
  6189. "type": "string"
  6190. }
  6191. }
  6192. },
  6193. "md.UserFeedbackSaveReq": {
  6194. "type": "object",
  6195. "properties": {
  6196. "cid": {
  6197. "type": "string",
  6198. "example": "问题类型的id"
  6199. },
  6200. "content": {
  6201. "type": "string",
  6202. "example": "问题内容"
  6203. },
  6204. "idea": {
  6205. "type": "string",
  6206. "example": "建议内容"
  6207. },
  6208. "img": {
  6209. "type": "array",
  6210. "items": {
  6211. "type": "string"
  6212. },
  6213. "example": [
  6214. "图片"
  6215. ]
  6216. },
  6217. "phone": {
  6218. "type": "string"
  6219. },
  6220. "title": {
  6221. "type": "string"
  6222. },
  6223. "type": {
  6224. "type": "string",
  6225. "example": "问题类型的name"
  6226. }
  6227. }
  6228. },
  6229. "md.UserFeedbackSayReq": {
  6230. "type": "object",
  6231. "properties": {
  6232. "content": {
  6233. "type": "string",
  6234. "example": "问题内容"
  6235. },
  6236. "id": {
  6237. "type": "string",
  6238. "example": "id"
  6239. }
  6240. }
  6241. },
  6242. "md.UserInfoResp": {
  6243. "type": "object",
  6244. "properties": {
  6245. "head_img": {
  6246. "type": "string"
  6247. },
  6248. "id": {
  6249. "type": "string"
  6250. },
  6251. "invite_code": {
  6252. "type": "string"
  6253. },
  6254. "is_bind_extend": {
  6255. "type": "string",
  6256. "example": "是否绑定了上级 0否 1是"
  6257. },
  6258. "nickname": {
  6259. "type": "string"
  6260. },
  6261. "phone": {
  6262. "type": "string"
  6263. }
  6264. }
  6265. },
  6266. "md.Version": {
  6267. "type": "object",
  6268. "properties": {
  6269. "content": {
  6270. "type": "string"
  6271. },
  6272. "img": {
  6273. "type": "string"
  6274. },
  6275. "is_must": {
  6276. "type": "string"
  6277. },
  6278. "name": {
  6279. "type": "string"
  6280. },
  6281. "type": {
  6282. "type": "string"
  6283. },
  6284. "url": {
  6285. "type": "string"
  6286. },
  6287. "version": {
  6288. "type": "string"
  6289. }
  6290. }
  6291. },
  6292. "md.VersionResp": {
  6293. "type": "object",
  6294. "properties": {
  6295. "is_audit_version": {
  6296. "type": "string"
  6297. },
  6298. "version": {
  6299. "type": "array",
  6300. "items": {
  6301. "$ref": "#/definitions/md.Version"
  6302. }
  6303. }
  6304. }
  6305. },
  6306. "md.VideoBaseData": {
  6307. "type": "object",
  6308. "properties": {
  6309. "coin_name": {
  6310. "type": "string",
  6311. "example": "积分名称"
  6312. },
  6313. "interval": {
  6314. "type": "string",
  6315. "example": "领取间隔 秒"
  6316. },
  6317. "leave": {
  6318. "type": "string",
  6319. "example": "剩余次数"
  6320. },
  6321. "reward": {
  6322. "type": "string",
  6323. "example": "单次奖励"
  6324. },
  6325. "sum": {
  6326. "type": "string",
  6327. "example": "奖励总数"
  6328. },
  6329. "timer": {
  6330. "type": "string",
  6331. "example": "观看X秒奖励"
  6332. },
  6333. "total": {
  6334. "type": "string",
  6335. "example": "可领取总次数"
  6336. }
  6337. }
  6338. },
  6339. "md.VideoRewardRequest": {
  6340. "type": "object",
  6341. "properties": {
  6342. "id": {
  6343. "type": "string",
  6344. "example": "广告id"
  6345. }
  6346. }
  6347. },
  6348. "md.WalletFlowNode": {
  6349. "type": "object",
  6350. "properties": {
  6351. "after_amount": {
  6352. "description": "变动后金额",
  6353. "type": "string"
  6354. },
  6355. "amount": {
  6356. "description": "变动金额",
  6357. "type": "string"
  6358. },
  6359. "before_amount": {
  6360. "description": "变动前金额",
  6361. "type": "string"
  6362. },
  6363. "create_time": {
  6364. "description": "创建时间",
  6365. "type": "string"
  6366. },
  6367. "direction": {
  6368. "description": "方向:1.收入 2.支出",
  6369. "type": "integer"
  6370. },
  6371. "id": {
  6372. "type": "integer"
  6373. },
  6374. "kind": {
  6375. "description": "1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  6376. "type": "integer"
  6377. },
  6378. "memo": {
  6379. "description": "备注",
  6380. "type": "string"
  6381. },
  6382. "ord_id": {
  6383. "description": "对应订单编号",
  6384. "type": "string"
  6385. },
  6386. "state": {
  6387. "description": "1未到账,2已到账",
  6388. "type": "integer"
  6389. },
  6390. "sys_fee": {
  6391. "description": "手续费",
  6392. "type": "string"
  6393. },
  6394. "title": {
  6395. "description": "标题",
  6396. "type": "string"
  6397. },
  6398. "uid": {
  6399. "description": "用户 ID",
  6400. "type": "integer"
  6401. },
  6402. "update_time": {
  6403. "description": "更新时间",
  6404. "type": "string"
  6405. }
  6406. }
  6407. },
  6408. "md.WechatLoginReq": {
  6409. "type": "object",
  6410. "properties": {
  6411. "avatar": {
  6412. "type": "string",
  6413. "example": "头像"
  6414. },
  6415. "nickname": {
  6416. "type": "string",
  6417. "example": "昵称"
  6418. },
  6419. "open_id": {
  6420. "type": "string",
  6421. "example": "微信openId"
  6422. },
  6423. "union_id": {
  6424. "type": "string",
  6425. "example": "微信UnionId"
  6426. }
  6427. }
  6428. },
  6429. "md.WithdrawApplyReq": {
  6430. "type": "object",
  6431. "properties": {
  6432. "amount": {
  6433. "description": "金额",
  6434. "type": "string"
  6435. },
  6436. "kind": {
  6437. "description": "提现方式(alipay:支付宝 wx:微信)",
  6438. "type": "string"
  6439. }
  6440. }
  6441. },
  6442. "md.WithdrawGetAmountResp": {
  6443. "type": "object",
  6444. "properties": {
  6445. "amount": {
  6446. "description": "余额",
  6447. "type": "string"
  6448. }
  6449. }
  6450. },
  6451. "model.ImSendRedPackageOrd": {
  6452. "type": "object",
  6453. "properties": {
  6454. "amount": {
  6455. "type": "string"
  6456. },
  6457. "create_time": {
  6458. "type": "string"
  6459. },
  6460. "id": {
  6461. "type": "integer"
  6462. },
  6463. "im_data": {
  6464. "type": "string"
  6465. },
  6466. "im_uid": {
  6467. "type": "integer"
  6468. },
  6469. "ord_no": {
  6470. "type": "string"
  6471. },
  6472. "received_im_user_ids": {
  6473. "type": "string"
  6474. },
  6475. "received_times": {
  6476. "type": "string"
  6477. },
  6478. "received_user_amount": {
  6479. "type": "string"
  6480. },
  6481. "received_user_ids": {
  6482. "type": "string"
  6483. },
  6484. "red_packet_balance_amount": {
  6485. "type": "string"
  6486. },
  6487. "red_packet_balance_nums": {
  6488. "type": "integer"
  6489. },
  6490. "red_packet_nums": {
  6491. "type": "integer"
  6492. },
  6493. "red_packet_type": {
  6494. "type": "integer"
  6495. },
  6496. "state": {
  6497. "type": "integer"
  6498. },
  6499. "uid": {
  6500. "type": "integer"
  6501. },
  6502. "update_time": {
  6503. "type": "string"
  6504. },
  6505. "wait_draw_im_user_ids": {
  6506. "type": "string"
  6507. },
  6508. "wait_draw_user_ids": {
  6509. "type": "string"
  6510. }
  6511. }
  6512. },
  6513. "pb.SendRedPacketResp": {
  6514. "type": "object",
  6515. "properties": {
  6516. "seq": {
  6517. "description": "消息序列号",
  6518. "type": "integer"
  6519. }
  6520. }
  6521. }
  6522. }
  6523. }`
  6524. // SwaggerInfo holds exported Swagger Info so clients can modify it
  6525. var SwaggerInfo = &swag.Spec{
  6526. Version: "1.0",
  6527. Host: "ddxq.izhim.com",
  6528. BasePath: "/api/v1",
  6529. Schemes: []string{},
  6530. Title: "蛋蛋星球-APP客户端",
  6531. Description: "APP客户端-Api接口",
  6532. InfoInstanceName: "swagger",
  6533. SwaggerTemplate: docTemplate,
  6534. LeftDelim: "{{",
  6535. RightDelim: "}}",
  6536. }
  6537. func init() {
  6538. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  6539. }