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

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