蛋蛋星球-客户端
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

6944 satır
230 KiB

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