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

1867 lines
64 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/demo": {
  26. "post": {
  27. "description": "Demo样例测试",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "Demo"
  36. ],
  37. "summary": "Demo测试",
  38. "parameters": [
  39. {
  40. "description": "用户名密码",
  41. "name": "req",
  42. "in": "body",
  43. "required": true,
  44. "schema": {}
  45. }
  46. ],
  47. "responses": {
  48. "200": {
  49. "description": "token",
  50. "schema": {
  51. "type": "object",
  52. "additionalProperties": true
  53. }
  54. },
  55. "400": {
  56. "description": "具体错误",
  57. "schema": {
  58. "$ref": "#/definitions/md.Response"
  59. }
  60. }
  61. }
  62. }
  63. },
  64. "/api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinFlowList": {
  65. "post": {
  66. "description": "活跃积分持有流水(查询)",
  67. "consumes": [
  68. "application/json"
  69. ],
  70. "produces": [
  71. "application/json"
  72. ],
  73. "tags": [
  74. "公排管理"
  75. ],
  76. "summary": "制度中心-活跃积分持有者明细-活跃积分持有流水(查询)",
  77. "parameters": [
  78. {
  79. "type": "string",
  80. "description": "验证参数Bearer和token空格拼接",
  81. "name": "Authorization",
  82. "in": "header",
  83. "required": true
  84. },
  85. {
  86. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  87. "name": "req",
  88. "in": "body",
  89. "required": true,
  90. "schema": {
  91. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  92. }
  93. }
  94. ],
  95. "responses": {
  96. "200": {
  97. "description": "成功返回",
  98. "schema": {
  99. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  100. }
  101. },
  102. "400": {
  103. "description": "具体错误",
  104. "schema": {
  105. "$ref": "#/definitions/md.Response"
  106. }
  107. }
  108. }
  109. }
  110. },
  111. "/api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinList": {
  112. "post": {
  113. "description": "活跃积分持有(获取)",
  114. "consumes": [
  115. "application/json"
  116. ],
  117. "produces": [
  118. "application/json"
  119. ],
  120. "tags": [
  121. "公排管理"
  122. ],
  123. "summary": "制度中心-活跃积分持有者明细-活跃积分持有(获取)",
  124. "parameters": [
  125. {
  126. "type": "string",
  127. "description": "验证参数Bearer和token空格拼接",
  128. "name": "Authorization",
  129. "in": "header",
  130. "required": true
  131. },
  132. {
  133. "description": "落地页不填页大小默认20条数据",
  134. "name": "req",
  135. "in": "body",
  136. "schema": {
  137. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  138. }
  139. }
  140. ],
  141. "responses": {
  142. "200": {
  143. "description": "成功返回",
  144. "schema": {
  145. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  146. }
  147. },
  148. "400": {
  149. "description": "具体错误",
  150. "schema": {
  151. "$ref": "#/definitions/md.Response"
  152. }
  153. }
  154. }
  155. }
  156. },
  157. "/api/institutionalManagement/eggEnergy/userCoin/greenEnergyUserCoinFlowList": {
  158. "post": {
  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. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  180. "name": "req",
  181. "in": "body",
  182. "required": true,
  183. "schema": {
  184. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  185. }
  186. }
  187. ],
  188. "responses": {
  189. "200": {
  190. "description": "成功返回",
  191. "schema": {
  192. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  193. }
  194. },
  195. "400": {
  196. "description": "具体错误",
  197. "schema": {
  198. "$ref": "#/definitions/md.Response"
  199. }
  200. }
  201. }
  202. }
  203. },
  204. "/api/institutionalManagement/eggEnergy/userCoin/greenEnergyUserCoinList": {
  205. "post": {
  206. "description": "绿色能量(获取)",
  207. "consumes": [
  208. "application/json"
  209. ],
  210. "produces": [
  211. "application/json"
  212. ],
  213. "tags": [
  214. "公排管理"
  215. ],
  216. "summary": "制度中心-绿色能量持有者明细-绿色能量(获取)",
  217. "parameters": [
  218. {
  219. "type": "string",
  220. "description": "验证参数Bearer和token空格拼接",
  221. "name": "Authorization",
  222. "in": "header",
  223. "required": true
  224. },
  225. {
  226. "description": "落地页不填页大小默认20条数据",
  227. "name": "req",
  228. "in": "body",
  229. "schema": {
  230. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  231. }
  232. }
  233. ],
  234. "responses": {
  235. "200": {
  236. "description": "成功返回",
  237. "schema": {
  238. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  239. }
  240. },
  241. "400": {
  242. "description": "具体错误",
  243. "schema": {
  244. "$ref": "#/definitions/md.Response"
  245. }
  246. }
  247. }
  248. }
  249. },
  250. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  251. "post": {
  252. "description": "社区分红(新增)",
  253. "consumes": [
  254. "application/json"
  255. ],
  256. "produces": [
  257. "application/json"
  258. ],
  259. "tags": [
  260. "公排管理"
  261. ],
  262. "summary": "制度中心-公排管理-社区分红(新增)",
  263. "parameters": [
  264. {
  265. "type": "string",
  266. "description": "验证参数Bearer和token空格拼接",
  267. "name": "Authorization",
  268. "in": "header",
  269. "required": true
  270. },
  271. {
  272. "description": "分红名称、分红总量",
  273. "name": "req",
  274. "in": "body",
  275. "required": true,
  276. "schema": {
  277. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  278. }
  279. }
  280. ],
  281. "responses": {
  282. "200": {
  283. "description": "插入数据 ID",
  284. "schema": {
  285. "type": "int"
  286. }
  287. },
  288. "400": {
  289. "description": "具体错误",
  290. "schema": {
  291. "$ref": "#/definitions/md.Response"
  292. }
  293. }
  294. }
  295. }
  296. },
  297. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  298. "post": {
  299. "description": "社区分红(查询)",
  300. "consumes": [
  301. "application/json"
  302. ],
  303. "produces": [
  304. "application/json"
  305. ],
  306. "tags": [
  307. "公排管理"
  308. ],
  309. "summary": "制度中心-公排管理-社区分红(查询)",
  310. "parameters": [
  311. {
  312. "type": "string",
  313. "description": "验证参数Bearer和token空格拼接",
  314. "name": "Authorization",
  315. "in": "header",
  316. "required": true
  317. },
  318. {
  319. "description": "页数、每页大小必填 起止时间、起止数量选填",
  320. "name": "req",
  321. "in": "body",
  322. "required": true,
  323. "schema": {
  324. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  325. }
  326. }
  327. ],
  328. "responses": {
  329. "200": {
  330. "description": "具体数据",
  331. "schema": {
  332. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  333. }
  334. },
  335. "400": {
  336. "description": "具体错误",
  337. "schema": {
  338. "$ref": "#/definitions/md.Response"
  339. }
  340. }
  341. }
  342. }
  343. },
  344. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  345. "post": {
  346. "description": "社区长列表(新增)",
  347. "consumes": [
  348. "application/json"
  349. ],
  350. "produces": [
  351. "application/json"
  352. ],
  353. "tags": [
  354. "公排管理"
  355. ],
  356. "summary": "制度中心-公排管理-社区长列表(新增)",
  357. "parameters": [
  358. {
  359. "type": "string",
  360. "description": "验证参数Bearer和token空格拼接",
  361. "name": "Authorization",
  362. "in": "header",
  363. "required": true
  364. },
  365. {
  366. "description": "新增社区长 ID、备注",
  367. "name": "req",
  368. "in": "body",
  369. "required": true,
  370. "schema": {
  371. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  372. }
  373. }
  374. ],
  375. "responses": {
  376. "200": {
  377. "description": "插入数据 ID",
  378. "schema": {
  379. "type": "int"
  380. }
  381. },
  382. "400": {
  383. "description": "具体错误",
  384. "schema": {
  385. "$ref": "#/definitions/md.Response"
  386. }
  387. }
  388. }
  389. }
  390. },
  391. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  392. "post": {
  393. "description": "社区长列表(查询)",
  394. "consumes": [
  395. "application/json"
  396. ],
  397. "produces": [
  398. "application/json"
  399. ],
  400. "tags": [
  401. "公排管理"
  402. ],
  403. "summary": "制度中心-公排管理-社区长列表(查询)",
  404. "parameters": [
  405. {
  406. "type": "string",
  407. "description": "验证参数Bearer和token空格拼接",
  408. "name": "Authorization",
  409. "in": "header",
  410. "required": true
  411. },
  412. {
  413. "description": "页数、每页大小必填 手机号、用户ID选填",
  414. "name": "req",
  415. "in": "body",
  416. "required": true,
  417. "schema": {
  418. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  419. }
  420. }
  421. ],
  422. "responses": {
  423. "200": {
  424. "description": "社区长列表",
  425. "schema": {
  426. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  427. }
  428. },
  429. "400": {
  430. "description": "具体错误",
  431. "schema": {
  432. "$ref": "#/definitions/md.Response"
  433. }
  434. }
  435. }
  436. }
  437. },
  438. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  439. "post": {
  440. "description": "关系分布图(位置转换)",
  441. "consumes": [
  442. "application/json"
  443. ],
  444. "produces": [
  445. "application/json"
  446. ],
  447. "tags": [
  448. "公排管理"
  449. ],
  450. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  451. "parameters": [
  452. {
  453. "type": "string",
  454. "description": "验证参数Bearer和token空格拼接",
  455. "name": "Authorization",
  456. "in": "header",
  457. "required": true
  458. },
  459. {
  460. "description": "需要交换的两个位置",
  461. "name": "req",
  462. "in": "body",
  463. "required": true,
  464. "schema": {
  465. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  466. }
  467. }
  468. ],
  469. "responses": {
  470. "200": {
  471. "description": "成功返回",
  472. "schema": {
  473. "type": ""
  474. }
  475. },
  476. "400": {
  477. "description": "具体错误",
  478. "schema": {
  479. "$ref": "#/definitions/md.Response"
  480. }
  481. }
  482. }
  483. }
  484. },
  485. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  486. "get": {
  487. "description": "关系分布图(获取指定用户上级)",
  488. "consumes": [
  489. "application/json"
  490. ],
  491. "produces": [
  492. "application/json"
  493. ],
  494. "tags": [
  495. "公排管理"
  496. ],
  497. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  498. "parameters": [
  499. {
  500. "type": "string",
  501. "description": "验证参数Bearer和token空格拼接",
  502. "name": "Authorization",
  503. "in": "header",
  504. "required": true
  505. },
  506. {
  507. "type": "string",
  508. "description": "用户ID",
  509. "name": "uid",
  510. "in": "query",
  511. "required": true
  512. }
  513. ],
  514. "responses": {
  515. "200": {
  516. "description": "具体数据",
  517. "schema": {
  518. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  519. }
  520. },
  521. "400": {
  522. "description": "具体错误",
  523. "schema": {
  524. "$ref": "#/definitions/md.Response"
  525. }
  526. }
  527. }
  528. }
  529. },
  530. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  531. "get": {
  532. "description": "关系分布图(获取指定用户下级)",
  533. "consumes": [
  534. "application/json"
  535. ],
  536. "produces": [
  537. "application/json"
  538. ],
  539. "tags": [
  540. "公排管理"
  541. ],
  542. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  543. "parameters": [
  544. {
  545. "type": "string",
  546. "description": "验证参数Bearer和token空格拼接",
  547. "name": "Authorization",
  548. "in": "header",
  549. "required": true
  550. },
  551. {
  552. "type": "string",
  553. "description": "用户ID",
  554. "name": "uid",
  555. "in": "query",
  556. "required": true
  557. }
  558. ],
  559. "responses": {
  560. "200": {
  561. "description": "具体数据",
  562. "schema": {
  563. "$ref": "#/definitions/md.TreeNode"
  564. }
  565. },
  566. "400": {
  567. "description": "具体错误",
  568. "schema": {
  569. "$ref": "#/definitions/md.Response"
  570. }
  571. }
  572. }
  573. }
  574. },
  575. "/api/institutionalManagement/publicPlatoon/getBasic": {
  576. "get": {
  577. "description": "公排基础设置(获取)",
  578. "consumes": [
  579. "application/json"
  580. ],
  581. "produces": [
  582. "application/json"
  583. ],
  584. "tags": [
  585. "公排管理"
  586. ],
  587. "summary": "制度中心-公排管理-公排基础设置(获取)",
  588. "parameters": [
  589. {
  590. "type": "string",
  591. "description": "验证参数Bearer和token空格拼接",
  592. "name": "Authorization",
  593. "in": "header",
  594. "required": true
  595. }
  596. ],
  597. "responses": {
  598. "200": {
  599. "description": "具体数据",
  600. "schema": {
  601. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  602. }
  603. },
  604. "400": {
  605. "description": "具体错误",
  606. "schema": {
  607. "$ref": "#/definitions/md.Response"
  608. }
  609. }
  610. }
  611. }
  612. },
  613. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  614. "post": {
  615. "description": "免罚用户(查询)",
  616. "consumes": [
  617. "application/json"
  618. ],
  619. "produces": [
  620. "application/json"
  621. ],
  622. "tags": [
  623. "公排管理"
  624. ],
  625. "summary": "制度中心-公排管理-免罚用户(查询)",
  626. "parameters": [
  627. {
  628. "type": "string",
  629. "description": "验证参数Bearer和token空格拼接",
  630. "name": "Authorization",
  631. "in": "header",
  632. "required": true
  633. },
  634. {
  635. "description": "页数和行数必填,uid选填",
  636. "name": "req",
  637. "in": "body",
  638. "required": true,
  639. "schema": {
  640. "$ref": "#/definitions/md.GetFreePublishUserReq"
  641. }
  642. }
  643. ],
  644. "responses": {
  645. "200": {
  646. "description": "成功返回",
  647. "schema": {
  648. "$ref": "#/definitions/md.GetFreePublishUserResp"
  649. }
  650. },
  651. "400": {
  652. "description": "具体错误",
  653. "schema": {
  654. "$ref": "#/definitions/md.Response"
  655. }
  656. }
  657. }
  658. }
  659. },
  660. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  661. "post": {
  662. "description": "免罚用户(新增)",
  663. "consumes": [
  664. "application/json"
  665. ],
  666. "produces": [
  667. "application/json"
  668. ],
  669. "tags": [
  670. "公排管理"
  671. ],
  672. "summary": "制度中心-公排管理-免罚用户(新增)",
  673. "parameters": [
  674. {
  675. "type": "string",
  676. "description": "验证参数Bearer和token空格拼接",
  677. "name": "Authorization",
  678. "in": "header",
  679. "required": true
  680. },
  681. {
  682. "description": "页数和行数必填,uid选填",
  683. "name": "req",
  684. "in": "body",
  685. "required": true,
  686. "schema": {
  687. "$ref": "#/definitions/md.AddFreePublishUserReq"
  688. }
  689. }
  690. ],
  691. "responses": {
  692. "200": {
  693. "description": "插入数据 ID",
  694. "schema": {
  695. "type": "int"
  696. }
  697. },
  698. "400": {
  699. "description": "具体错误",
  700. "schema": {
  701. "$ref": "#/definitions/md.Response"
  702. }
  703. }
  704. }
  705. }
  706. },
  707. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  708. "get": {
  709. "description": "关系分布图(获取)",
  710. "consumes": [
  711. "application/json"
  712. ],
  713. "produces": [
  714. "application/json"
  715. ],
  716. "tags": [
  717. "公排管理"
  718. ],
  719. "summary": "制度中心-公排管理-关系分布图(获取)",
  720. "parameters": [
  721. {
  722. "type": "string",
  723. "description": "验证参数Bearer和token空格拼接",
  724. "name": "Authorization",
  725. "in": "header",
  726. "required": true
  727. },
  728. {
  729. "type": "string",
  730. "description": "phone",
  731. "name": "phone",
  732. "in": "query",
  733. "required": true
  734. },
  735. {
  736. "type": "string",
  737. "description": "uid",
  738. "name": "uid",
  739. "in": "query",
  740. "required": true
  741. }
  742. ],
  743. "responses": {
  744. "200": {
  745. "description": "具体数据",
  746. "schema": {
  747. "$ref": "#/definitions/md.TreeNode"
  748. }
  749. },
  750. "400": {
  751. "description": "具体错误",
  752. "schema": {
  753. "$ref": "#/definitions/md.Response"
  754. }
  755. }
  756. }
  757. }
  758. },
  759. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  760. "put": {
  761. "description": "公排基础设置(修改)",
  762. "consumes": [
  763. "application/json"
  764. ],
  765. "produces": [
  766. "application/json"
  767. ],
  768. "tags": [
  769. "公排管理"
  770. ],
  771. "summary": "制度中心-公排管理-公排基础设置(修改)",
  772. "parameters": [
  773. {
  774. "type": "string",
  775. "description": "验证参数Bearer和token空格拼接",
  776. "name": "Authorization",
  777. "in": "header",
  778. "required": true
  779. },
  780. {
  781. "description": "公排设置表单内容",
  782. "name": "req",
  783. "in": "body",
  784. "required": true,
  785. "schema": {
  786. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  787. }
  788. }
  789. ],
  790. "responses": {
  791. "200": {
  792. "description": "success",
  793. "schema": {
  794. "type": "string"
  795. }
  796. },
  797. "400": {
  798. "description": "具体错误",
  799. "schema": {
  800. "$ref": "#/definitions/md.Response"
  801. }
  802. }
  803. }
  804. }
  805. },
  806. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  807. "post": {
  808. "description": "日活分析",
  809. "consumes": [
  810. "application/json"
  811. ],
  812. "produces": [
  813. "application/json"
  814. ],
  815. "tags": [
  816. "公排管理"
  817. ],
  818. "summary": "制度中心-公排管理-日活分析",
  819. "parameters": [
  820. {
  821. "type": "string",
  822. "description": "验证参数Bearer和token空格拼接",
  823. "name": "Authorization",
  824. "in": "header",
  825. "required": true
  826. },
  827. {
  828. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  829. "name": "req",
  830. "in": "body",
  831. "required": true,
  832. "schema": {
  833. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  834. }
  835. }
  836. ],
  837. "responses": {
  838. "200": {
  839. "description": "具体数据",
  840. "schema": {
  841. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  842. }
  843. },
  844. "400": {
  845. "description": "具体错误",
  846. "schema": {
  847. "$ref": "#/definitions/md.Response"
  848. }
  849. }
  850. }
  851. }
  852. },
  853. "/api/login": {
  854. "post": {
  855. "description": "登入",
  856. "consumes": [
  857. "application/json"
  858. ],
  859. "produces": [
  860. "application/json"
  861. ],
  862. "tags": [
  863. "登录"
  864. ],
  865. "summary": "登陆",
  866. "parameters": [
  867. {
  868. "description": "用户名密码",
  869. "name": "req",
  870. "in": "body",
  871. "required": true,
  872. "schema": {
  873. "$ref": "#/definitions/md.LoginReq"
  874. }
  875. }
  876. ],
  877. "responses": {
  878. "200": {
  879. "description": "token",
  880. "schema": {
  881. "$ref": "#/definitions/md.LoginResponse"
  882. }
  883. },
  884. "400": {
  885. "description": "具体错误",
  886. "schema": {
  887. "$ref": "#/definitions/md.Response"
  888. }
  889. }
  890. }
  891. }
  892. }
  893. },
  894. "definitions": {
  895. "applet_app_md_institutional_management_egg_energy.Paginate": {
  896. "type": "object",
  897. "properties": {
  898. "limit": {
  899. "description": "每页大小",
  900. "type": "integer"
  901. },
  902. "page": {
  903. "description": "页数",
  904. "type": "integer"
  905. },
  906. "total": {
  907. "description": "总数据量",
  908. "type": "integer"
  909. }
  910. }
  911. },
  912. "applet_app_md_institutional_management_public_platoon.Paginate": {
  913. "type": "object",
  914. "properties": {
  915. "limit": {
  916. "description": "每页大小",
  917. "type": "integer"
  918. },
  919. "page": {
  920. "description": "页数",
  921. "type": "integer"
  922. },
  923. "total": {
  924. "description": "总数据量",
  925. "type": "integer"
  926. }
  927. }
  928. },
  929. "md.ActivePointsWalletNode": {
  930. "type": "object",
  931. "properties": {
  932. "amount": {
  933. "type": "string",
  934. "example": "账户余额"
  935. },
  936. "uid": {
  937. "description": "用户 ID",
  938. "type": "integer"
  939. },
  940. "user_name": {
  941. "type": "string",
  942. "example": "用户名"
  943. },
  944. "user_phone": {
  945. "type": "string",
  946. "example": "手机号"
  947. }
  948. }
  949. },
  950. "md.AddCommunityDividendsReq": {
  951. "type": "object",
  952. "properties": {
  953. "name": {
  954. "type": "string",
  955. "example": "社区分红名称"
  956. },
  957. "nums": {
  958. "description": "社区分红数量",
  959. "type": "integer"
  960. }
  961. }
  962. },
  963. "md.AddCommunityDividendsWithUserReq": {
  964. "type": "object",
  965. "properties": {
  966. "memo": {
  967. "type": "string",
  968. "example": "备注"
  969. },
  970. "uid": {
  971. "description": "新增社区长用户 ID",
  972. "type": "integer"
  973. }
  974. }
  975. },
  976. "md.AddFreePublishUserReq": {
  977. "type": "object",
  978. "properties": {
  979. "uid": {
  980. "type": "integer"
  981. }
  982. }
  983. },
  984. "md.BasicSetting": {
  985. "type": "object",
  986. "properties": {
  987. "id": {
  988. "type": "integer"
  989. },
  990. "is_open": {
  991. "description": "是否开启(1:开启 0:关闭)",
  992. "type": "integer"
  993. },
  994. "is_self_active_get_team_revenue": {
  995. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  996. "type": "integer"
  997. },
  998. "originator_uid": {
  999. "description": "创始人uid",
  1000. "type": "integer"
  1001. },
  1002. "several_rows": {
  1003. "description": "几排",
  1004. "type": "integer"
  1005. },
  1006. "several_times": {
  1007. "description": "几乘",
  1008. "type": "integer"
  1009. },
  1010. "system_punish_replace": {
  1011. "description": "是否位置滑落 被新用户替换 0否 1是",
  1012. "type": "integer"
  1013. },
  1014. "system_punish_replace_value": {
  1015. "description": "xx天未活跃,处罚滑落",
  1016. "type": "integer"
  1017. }
  1018. }
  1019. },
  1020. "md.DailyActivityAnalysisTopData": {
  1021. "type": "object",
  1022. "properties": {
  1023. "activity_count": {
  1024. "description": "子节点活跃天数",
  1025. "type": "integer"
  1026. },
  1027. "team_activity_user_count": {
  1028. "description": "子节点活跃人数",
  1029. "type": "integer"
  1030. },
  1031. "team_user_count": {
  1032. "description": "团队人数",
  1033. "type": "integer"
  1034. }
  1035. }
  1036. },
  1037. "md.EggEnergyCommunityDividends": {
  1038. "type": "object",
  1039. "properties": {
  1040. "coin_id": {
  1041. "description": "虚拟币 id",
  1042. "type": "integer"
  1043. },
  1044. "create_at": {
  1045. "description": "分红时间",
  1046. "type": "string"
  1047. },
  1048. "id": {
  1049. "type": "integer"
  1050. },
  1051. "is_over": {
  1052. "description": "是否分红完毕",
  1053. "type": "integer"
  1054. },
  1055. "name": {
  1056. "type": "string",
  1057. "example": "名称"
  1058. },
  1059. "nums": {
  1060. "description": "分红数量",
  1061. "type": "integer"
  1062. },
  1063. "persons_num": {
  1064. "description": "分红人数",
  1065. "type": "integer"
  1066. },
  1067. "update_at": {
  1068. "type": "string"
  1069. }
  1070. }
  1071. },
  1072. "md.EggEnergyCommunityDividendsWithUser": {
  1073. "type": "object",
  1074. "properties": {
  1075. "id": {
  1076. "type": "integer"
  1077. },
  1078. "memo": {
  1079. "type": "string",
  1080. "example": "备注"
  1081. },
  1082. "nickname": {
  1083. "type": "string"
  1084. },
  1085. "phone": {
  1086. "type": "string"
  1087. },
  1088. "uid": {
  1089. "type": "integer"
  1090. }
  1091. }
  1092. },
  1093. "md.ExchangeUserPositionReq": {
  1094. "type": "object",
  1095. "properties": {
  1096. "position_1": {
  1097. "description": "位置1,具体值取返回数据中的 system_id",
  1098. "type": "integer"
  1099. },
  1100. "position_2": {
  1101. "description": "位置2,具体值取返回数据中的 system_id",
  1102. "type": "integer"
  1103. }
  1104. }
  1105. },
  1106. "md.FindSubUserRelationshipMapResp": {
  1107. "type": "object",
  1108. "properties": {
  1109. "basic_setting": {
  1110. "description": "公排设置",
  1111. "allOf": [
  1112. {
  1113. "$ref": "#/definitions/md.BasicSetting"
  1114. }
  1115. ]
  1116. },
  1117. "search_uid": {
  1118. "description": "查找的用户 ID",
  1119. "type": "string"
  1120. },
  1121. "sub_user": {
  1122. "description": "上级用户信息",
  1123. "allOf": [
  1124. {
  1125. "$ref": "#/definitions/md.SubUser"
  1126. }
  1127. ]
  1128. }
  1129. }
  1130. },
  1131. "md.FreePublishUserNode": {
  1132. "type": "object",
  1133. "properties": {
  1134. "nickname": {
  1135. "type": "string",
  1136. "example": "昵称"
  1137. },
  1138. "phone": {
  1139. "type": "string",
  1140. "example": "手机号"
  1141. },
  1142. "uid": {
  1143. "type": "integer"
  1144. }
  1145. }
  1146. },
  1147. "md.GetActivePointsUserCoinFlowListReq": {
  1148. "type": "object",
  1149. "properties": {
  1150. "coin_id": {
  1151. "description": "货币类型 ID",
  1152. "type": "integer"
  1153. },
  1154. "direction": {
  1155. "description": "流水方向:1收入 2支出",
  1156. "type": "integer"
  1157. },
  1158. "end_at": {
  1159. "description": "结束时间",
  1160. "type": "string"
  1161. },
  1162. "page": {
  1163. "description": "页数",
  1164. "type": "integer"
  1165. },
  1166. "page_size": {
  1167. "description": "每页大小",
  1168. "type": "integer"
  1169. },
  1170. "start_at": {
  1171. "description": "开始时间",
  1172. "type": "string"
  1173. },
  1174. "uid": {
  1175. "description": "用户 ID",
  1176. "type": "integer"
  1177. }
  1178. }
  1179. },
  1180. "md.GetActivePointsUserCoinFlowListResp": {
  1181. "type": "object",
  1182. "properties": {
  1183. "list": {
  1184. "description": "流水信息",
  1185. "type": "array",
  1186. "items": {
  1187. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  1188. }
  1189. },
  1190. "paginate": {
  1191. "description": "分页信息",
  1192. "allOf": [
  1193. {
  1194. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  1195. }
  1196. ]
  1197. },
  1198. "select_data": {
  1199. "description": "流水类型",
  1200. "allOf": [
  1201. {
  1202. "$ref": "#/definitions/md.SelectData"
  1203. }
  1204. ]
  1205. }
  1206. }
  1207. },
  1208. "md.GetActivePointsUserCoinListReq": {
  1209. "type": "object",
  1210. "properties": {
  1211. "end_coin": {
  1212. "type": "string",
  1213. "example": "最大金额"
  1214. },
  1215. "kind": {
  1216. "description": "虚拟币种类编号",
  1217. "type": "integer"
  1218. },
  1219. "page": {
  1220. "description": "页数",
  1221. "type": "integer"
  1222. },
  1223. "page_size": {
  1224. "description": "单页大小",
  1225. "type": "integer"
  1226. },
  1227. "start_coin": {
  1228. "type": "string",
  1229. "example": "最小金额"
  1230. },
  1231. "uid": {
  1232. "description": "指定查询用户 ID",
  1233. "type": "integer"
  1234. },
  1235. "user_name": {
  1236. "type": "string",
  1237. "example": "用户名称"
  1238. },
  1239. "user_phone": {
  1240. "type": "string",
  1241. "example": "手机号"
  1242. }
  1243. }
  1244. },
  1245. "md.GetActivePointsUserCoinListResp": {
  1246. "type": "object",
  1247. "properties": {
  1248. "kind_list": {
  1249. "description": "货币类型集合",
  1250. "type": "array",
  1251. "items": {
  1252. "$ref": "#/definitions/md.VirtualCoinListNode"
  1253. }
  1254. },
  1255. "list": {
  1256. "description": "余额集合",
  1257. "type": "array",
  1258. "items": {
  1259. "$ref": "#/definitions/md.ActivePointsWalletNode"
  1260. }
  1261. },
  1262. "sum_user_amount": {
  1263. "description": "用户持有总数",
  1264. "type": "number"
  1265. },
  1266. "total": {
  1267. "description": "持有该类型用户数",
  1268. "type": "integer"
  1269. }
  1270. }
  1271. },
  1272. "md.GetFreePublishUserReq": {
  1273. "type": "object",
  1274. "properties": {
  1275. "limit": {
  1276. "description": "每页大小",
  1277. "type": "integer"
  1278. },
  1279. "page": {
  1280. "description": "当前页数",
  1281. "type": "integer"
  1282. },
  1283. "uid": {
  1284. "description": "筛选的用户 ID",
  1285. "type": "integer"
  1286. }
  1287. }
  1288. },
  1289. "md.GetFreePublishUserResp": {
  1290. "type": "object",
  1291. "properties": {
  1292. "list": {
  1293. "description": "免罚用户列表",
  1294. "type": "array",
  1295. "items": {
  1296. "$ref": "#/definitions/md.FreePublishUserNode"
  1297. }
  1298. },
  1299. "paginate": {
  1300. "description": "分页信息",
  1301. "allOf": [
  1302. {
  1303. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  1304. }
  1305. ]
  1306. }
  1307. }
  1308. },
  1309. "md.GetGreenEnergyUserCoinFlowListReq": {
  1310. "type": "object",
  1311. "properties": {
  1312. "coin_id": {
  1313. "description": "货币类型 ID",
  1314. "type": "integer"
  1315. },
  1316. "direction": {
  1317. "description": "流水方向:1收入 2支出",
  1318. "type": "integer"
  1319. },
  1320. "end_at": {
  1321. "description": "结束时间",
  1322. "type": "string"
  1323. },
  1324. "page": {
  1325. "description": "页数",
  1326. "type": "integer"
  1327. },
  1328. "page_size": {
  1329. "description": "每页大小",
  1330. "type": "integer"
  1331. },
  1332. "start_at": {
  1333. "description": "开始时间",
  1334. "type": "string"
  1335. },
  1336. "uid": {
  1337. "description": "用户 ID",
  1338. "type": "integer"
  1339. }
  1340. }
  1341. },
  1342. "md.GetGreenEnergyUserCoinFlowListResp": {
  1343. "type": "object",
  1344. "properties": {
  1345. "list": {
  1346. "description": "流水信息",
  1347. "type": "array",
  1348. "items": {
  1349. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  1350. }
  1351. },
  1352. "paginate": {
  1353. "description": "分页信息",
  1354. "allOf": [
  1355. {
  1356. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  1357. }
  1358. ]
  1359. },
  1360. "select_data": {
  1361. "description": "流水类型",
  1362. "allOf": [
  1363. {
  1364. "$ref": "#/definitions/md.SelectData"
  1365. }
  1366. ]
  1367. }
  1368. }
  1369. },
  1370. "md.GetGreenEnergyUserCoinListReq": {
  1371. "type": "object",
  1372. "properties": {
  1373. "end_coin": {
  1374. "type": "string",
  1375. "example": "最大金额"
  1376. },
  1377. "kind": {
  1378. "description": "虚拟币种类编号",
  1379. "type": "integer"
  1380. },
  1381. "page": {
  1382. "description": "页数",
  1383. "type": "integer"
  1384. },
  1385. "page_size": {
  1386. "description": "单页大小",
  1387. "type": "integer"
  1388. },
  1389. "start_coin": {
  1390. "type": "string",
  1391. "example": "最小金额"
  1392. },
  1393. "uid": {
  1394. "description": "指定查询用户 ID",
  1395. "type": "integer"
  1396. },
  1397. "user_name": {
  1398. "type": "string",
  1399. "example": "用户名称"
  1400. },
  1401. "user_phone": {
  1402. "type": "string",
  1403. "example": "手机号"
  1404. }
  1405. }
  1406. },
  1407. "md.GetGreenEnergyUserCoinListResp": {
  1408. "type": "object",
  1409. "properties": {
  1410. "kind_list": {
  1411. "description": "货币类型集合",
  1412. "type": "array",
  1413. "items": {
  1414. "$ref": "#/definitions/md.VirtualCoinListNode"
  1415. }
  1416. },
  1417. "list": {
  1418. "description": "余额集合",
  1419. "type": "array",
  1420. "items": {
  1421. "$ref": "#/definitions/md.ActivePointsWalletNode"
  1422. }
  1423. },
  1424. "sum_user_amount": {
  1425. "description": "用户持有总数",
  1426. "type": "number"
  1427. },
  1428. "total": {
  1429. "description": "持有该类型用户数",
  1430. "type": "integer"
  1431. }
  1432. }
  1433. },
  1434. "md.GetPublicPlatoonBasicResp": {
  1435. "type": "object",
  1436. "properties": {
  1437. "is_open": {
  1438. "description": "是否开启(1:开启 0:关闭)",
  1439. "type": "integer"
  1440. },
  1441. "is_self_active_get_team_revenue": {
  1442. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  1443. "type": "integer"
  1444. },
  1445. "originator_uid": {
  1446. "description": "创始人uid",
  1447. "type": "integer"
  1448. },
  1449. "several_rows": {
  1450. "description": "几排",
  1451. "type": "integer"
  1452. },
  1453. "several_times": {
  1454. "description": "几乘",
  1455. "type": "integer"
  1456. },
  1457. "system_punish_replace": {
  1458. "description": "是否位置滑落 被新用户替换 0否 1是",
  1459. "type": "integer"
  1460. },
  1461. "system_punish_replace_value": {
  1462. "description": "xx天未活跃,处罚滑落",
  1463. "type": "integer"
  1464. }
  1465. }
  1466. },
  1467. "md.ListCommunityDividendsReq": {
  1468. "type": "object",
  1469. "properties": {
  1470. "end_at": {
  1471. "description": "结束时间",
  1472. "type": "string"
  1473. },
  1474. "end_nums": {
  1475. "description": "分红总量上限",
  1476. "type": "integer"
  1477. },
  1478. "limit": {
  1479. "description": "每页大小",
  1480. "type": "integer"
  1481. },
  1482. "page": {
  1483. "description": "页数",
  1484. "type": "integer"
  1485. },
  1486. "start_at": {
  1487. "description": "开始时间",
  1488. "type": "string"
  1489. },
  1490. "start_nums": {
  1491. "description": "分红总量下限",
  1492. "type": "integer"
  1493. }
  1494. }
  1495. },
  1496. "md.ListCommunityDividendsResp": {
  1497. "type": "object",
  1498. "properties": {
  1499. "list": {
  1500. "type": "array",
  1501. "items": {
  1502. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  1503. }
  1504. },
  1505. "paginate": {
  1506. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  1507. }
  1508. }
  1509. },
  1510. "md.ListCommunityDividendsWithUserReq": {
  1511. "type": "object",
  1512. "properties": {
  1513. "limit": {
  1514. "type": "integer"
  1515. },
  1516. "page": {
  1517. "type": "integer"
  1518. },
  1519. "phone": {
  1520. "type": "string"
  1521. },
  1522. "uid": {
  1523. "type": "integer"
  1524. }
  1525. }
  1526. },
  1527. "md.ListCommunityDividendsWithUserResp": {
  1528. "type": "object",
  1529. "properties": {
  1530. "list": {
  1531. "type": "array",
  1532. "items": {
  1533. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  1534. }
  1535. },
  1536. "paginate": {
  1537. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  1538. }
  1539. }
  1540. },
  1541. "md.LoginReq": {
  1542. "type": "object",
  1543. "required": [
  1544. "password",
  1545. "username"
  1546. ],
  1547. "properties": {
  1548. "code": {
  1549. "type": "string",
  1550. "example": "验证码"
  1551. },
  1552. "password": {
  1553. "type": "string",
  1554. "example": "登录密码"
  1555. },
  1556. "username": {
  1557. "type": "string",
  1558. "example": "登录账号"
  1559. }
  1560. }
  1561. },
  1562. "md.LoginResponse": {
  1563. "type": "object",
  1564. "properties": {
  1565. "token": {
  1566. "type": "string"
  1567. }
  1568. }
  1569. },
  1570. "md.Response": {
  1571. "type": "object",
  1572. "properties": {
  1573. "code": {
  1574. "type": "string",
  1575. "example": "响应码"
  1576. },
  1577. "data": {
  1578. "description": "内容"
  1579. },
  1580. "msg": {
  1581. "type": "string",
  1582. "example": "具体错误原因"
  1583. }
  1584. }
  1585. },
  1586. "md.SelectData": {
  1587. "type": "object",
  1588. "properties": {
  1589. "direction": {
  1590. "type": "array",
  1591. "items": {
  1592. "type": "object",
  1593. "additionalProperties": {
  1594. "type": "string"
  1595. }
  1596. }
  1597. }
  1598. }
  1599. },
  1600. "md.SonUserDailyActivityAnalysisNode": {
  1601. "type": "object",
  1602. "properties": {
  1603. "activity_day_nums": {
  1604. "description": "活跃子节点活跃天数",
  1605. "type": "integer"
  1606. },
  1607. "nickname": {
  1608. "type": "string",
  1609. "example": "昵称"
  1610. },
  1611. "phone": {
  1612. "type": "string",
  1613. "example": "手机号"
  1614. },
  1615. "uid": {
  1616. "description": "查询用户活跃子节点 ID",
  1617. "type": "integer"
  1618. }
  1619. }
  1620. },
  1621. "md.SubUser": {
  1622. "type": "object",
  1623. "properties": {
  1624. "avatar_url": {
  1625. "type": "string",
  1626. "example": "头像"
  1627. },
  1628. "level": {
  1629. "description": "整个系统中的等级",
  1630. "type": "integer"
  1631. },
  1632. "nickname": {
  1633. "type": "string",
  1634. "example": "昵称"
  1635. },
  1636. "phone": {
  1637. "type": "string",
  1638. "example": "手机号"
  1639. },
  1640. "pid": {
  1641. "type": "integer"
  1642. },
  1643. "position": {
  1644. "description": "以pid1为创始人中网的位置",
  1645. "type": "integer"
  1646. },
  1647. "uid": {
  1648. "type": "integer"
  1649. }
  1650. }
  1651. },
  1652. "md.TreeNode": {
  1653. "type": "object",
  1654. "properties": {
  1655. "avatar_url": {
  1656. "type": "string",
  1657. "example": "头像"
  1658. },
  1659. "level": {
  1660. "type": "integer"
  1661. },
  1662. "nickname": {
  1663. "type": "string",
  1664. "example": "昵称"
  1665. },
  1666. "phone": {
  1667. "type": "string",
  1668. "example": "手机号"
  1669. },
  1670. "pid": {
  1671. "type": "integer"
  1672. },
  1673. "position": {
  1674. "type": "integer"
  1675. },
  1676. "son": {
  1677. "type": "array",
  1678. "items": {
  1679. "$ref": "#/definitions/md.TreeNode"
  1680. }
  1681. },
  1682. "system_id": {
  1683. "description": "公排网中id",
  1684. "type": "integer"
  1685. },
  1686. "uid": {
  1687. "type": "integer"
  1688. }
  1689. }
  1690. },
  1691. "md.UpdatePublicPlatoonBasicReq": {
  1692. "type": "object",
  1693. "properties": {
  1694. "is_open": {
  1695. "description": "是否开启(1:开启 0:关闭)",
  1696. "type": "integer"
  1697. },
  1698. "is_self_active_get_team_revenue": {
  1699. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  1700. "type": "integer"
  1701. },
  1702. "originator_uid": {
  1703. "description": "创始人uid",
  1704. "type": "integer"
  1705. },
  1706. "several_rows": {
  1707. "description": "几排",
  1708. "type": "integer"
  1709. },
  1710. "several_times": {
  1711. "description": "几乘",
  1712. "type": "integer"
  1713. },
  1714. "system_punish_replace": {
  1715. "description": "是否位置滑落 被新用户替换 0否 1是",
  1716. "type": "integer"
  1717. },
  1718. "system_punish_replace_value": {
  1719. "description": "xx天未活跃,处罚滑落",
  1720. "type": "integer"
  1721. }
  1722. }
  1723. },
  1724. "md.UserDailyActivityAnalysisReq": {
  1725. "type": "object",
  1726. "properties": {
  1727. "end_date": {
  1728. "type": "string",
  1729. "example": "结束日期"
  1730. },
  1731. "page": {
  1732. "description": "页数",
  1733. "type": "integer"
  1734. },
  1735. "page_size": {
  1736. "description": "每页大小",
  1737. "type": "integer"
  1738. },
  1739. "start_date": {
  1740. "type": "string",
  1741. "example": "开始日期"
  1742. },
  1743. "uid": {
  1744. "description": "查询用户 ID",
  1745. "type": "integer"
  1746. }
  1747. }
  1748. },
  1749. "md.UserDailyActivityAnalysisResp": {
  1750. "type": "object",
  1751. "properties": {
  1752. "son_user_data": {
  1753. "description": "被查询用户子节点信息",
  1754. "type": "array",
  1755. "items": {
  1756. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  1757. }
  1758. },
  1759. "top_data": {
  1760. "description": "统计信息",
  1761. "allOf": [
  1762. {
  1763. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  1764. }
  1765. ]
  1766. }
  1767. }
  1768. },
  1769. "md.UserVirtualCoinFlow": {
  1770. "type": "object",
  1771. "properties": {
  1772. "after_amount": {
  1773. "type": "string",
  1774. "example": "变更后数量"
  1775. },
  1776. "amount": {
  1777. "type": "string",
  1778. "example": "变更数量"
  1779. },
  1780. "before_amount": {
  1781. "type": "string",
  1782. "example": "变更前数量"
  1783. },
  1784. "coin_id": {
  1785. "description": "虚拟币 ID",
  1786. "type": "integer"
  1787. },
  1788. "create_at": {
  1789. "type": "string",
  1790. "example": "创建时间"
  1791. },
  1792. "direction": {
  1793. "description": "方向:1收入 2支出",
  1794. "type": "integer"
  1795. },
  1796. "id": {
  1797. "type": "integer"
  1798. },
  1799. "sys_fee": {
  1800. "type": "string",
  1801. "example": "手续费"
  1802. },
  1803. "title": {
  1804. "type": "string",
  1805. "example": "标题"
  1806. },
  1807. "transfer_type": {
  1808. "description": "转账类型",
  1809. "type": "integer"
  1810. },
  1811. "uid": {
  1812. "description": "用户 ID",
  1813. "type": "integer"
  1814. },
  1815. "update_at": {
  1816. "type": "string",
  1817. "example": "更新时间"
  1818. }
  1819. }
  1820. },
  1821. "md.VirtualCoinListNode": {
  1822. "type": "object",
  1823. "properties": {
  1824. "coin_id": {
  1825. "description": "货币类型 ID",
  1826. "type": "integer"
  1827. },
  1828. "kind": {
  1829. "description": "货币序号",
  1830. "type": "integer"
  1831. },
  1832. "name": {
  1833. "type": "string",
  1834. "example": "货币类型名称"
  1835. }
  1836. }
  1837. }
  1838. },
  1839. "securityDefinitions": {
  1840. "MasterID": {
  1841. "type": "apiKey",
  1842. "name": "MasterID",
  1843. "in": "header"
  1844. }
  1845. }
  1846. }`
  1847. // SwaggerInfo holds exported Swagger Info so clients can modify it
  1848. var SwaggerInfo = &swag.Spec{
  1849. Version: "1.0",
  1850. Host: "localhost:4001",
  1851. BasePath: "",
  1852. Schemes: []string{},
  1853. Title: "蛋蛋星球-管理后台",
  1854. Description: "管理后台接口文档",
  1855. InfoInstanceName: "swagger",
  1856. SwaggerTemplate: docTemplate,
  1857. LeftDelim: "{{",
  1858. RightDelim: "}}",
  1859. }
  1860. func init() {
  1861. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  1862. }