蛋蛋星球-客户端
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 

6724 Zeilen
223 KiB

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