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

6360 lines
211 KiB

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