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

6856 lines
227 KiB

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