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

6969 rivejä
231 KiB

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