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

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