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

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