蛋蛋星球 后台端
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.
 
 
 
 

5327 lines
184 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/comm/getOssUrl": {
  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. "type": "string"
  52. }
  53. },
  54. "400": {
  55. "description": "具体错误",
  56. "schema": {
  57. "$ref": "#/definitions/md.Response"
  58. }
  59. }
  60. }
  61. }
  62. },
  63. "/api/comm/oss/getBasic": {
  64. "get": {
  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. "responses": {
  86. "200": {
  87. "description": "设置列表",
  88. "schema": {
  89. "$ref": "#/definitions/md.GetBasicResp"
  90. }
  91. },
  92. "400": {
  93. "description": "具体错误",
  94. "schema": {
  95. "$ref": "#/definitions/md.Response"
  96. }
  97. }
  98. }
  99. }
  100. },
  101. "/api/comm/oss/setBasic": {
  102. "post": {
  103. "description": "对象存储设置(更新)",
  104. "consumes": [
  105. "application/json"
  106. ],
  107. "produces": [
  108. "application/json"
  109. ],
  110. "tags": [
  111. "对象存储"
  112. ],
  113. "summary": "设置中心-对象存储-对象存储设置(更新)",
  114. "parameters": [
  115. {
  116. "type": "string",
  117. "description": "验证参数Bearer和token空格拼接",
  118. "name": "Authorization",
  119. "in": "header",
  120. "required": true
  121. },
  122. {
  123. "description": "上传需要修改的信息",
  124. "name": "req",
  125. "in": "body",
  126. "required": true,
  127. "schema": {
  128. "$ref": "#/definitions/md.SetBasicReq"
  129. }
  130. }
  131. ],
  132. "responses": {
  133. "200": {
  134. "description": "success",
  135. "schema": {
  136. "type": "string"
  137. }
  138. },
  139. "400": {
  140. "description": "具体错误",
  141. "schema": {
  142. "$ref": "#/definitions/md.Response"
  143. }
  144. }
  145. }
  146. }
  147. },
  148. "/api/demo": {
  149. "post": {
  150. "description": "Demo样例测试",
  151. "consumes": [
  152. "application/json"
  153. ],
  154. "produces": [
  155. "application/json"
  156. ],
  157. "tags": [
  158. "Demo"
  159. ],
  160. "summary": "Demo测试",
  161. "parameters": [
  162. {
  163. "description": "用户名密码",
  164. "name": "req",
  165. "in": "body",
  166. "required": true,
  167. "schema": {}
  168. }
  169. ],
  170. "responses": {
  171. "200": {
  172. "description": "token",
  173. "schema": {
  174. "type": "object",
  175. "additionalProperties": true
  176. }
  177. },
  178. "400": {
  179. "description": "具体错误",
  180. "schema": {
  181. "$ref": "#/definitions/md.Response"
  182. }
  183. }
  184. }
  185. }
  186. },
  187. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  188. "post": {
  189. "description": "会员设置(新增)",
  190. "consumes": [
  191. "application/json"
  192. ],
  193. "produces": [
  194. "application/json"
  195. ],
  196. "tags": [
  197. "蛋蛋能量"
  198. ],
  199. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  200. "parameters": [
  201. {
  202. "type": "string",
  203. "description": "验证参数Bearer和token空格拼接",
  204. "name": "Authorization",
  205. "in": "header",
  206. "required": true
  207. },
  208. {
  209. "description": "system_id 必填",
  210. "name": "req",
  211. "in": "body",
  212. "required": true,
  213. "schema": {
  214. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  215. }
  216. }
  217. ],
  218. "responses": {
  219. "200": {
  220. "description": "修改数据条数",
  221. "schema": {
  222. "type": "int"
  223. }
  224. },
  225. "400": {
  226. "description": "具体错误",
  227. "schema": {
  228. "$ref": "#/definitions/md.Response"
  229. }
  230. }
  231. }
  232. }
  233. },
  234. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  235. "post": {
  236. "description": "动态数据流水(获取)",
  237. "consumes": [
  238. "application/json"
  239. ],
  240. "produces": [
  241. "application/json"
  242. ],
  243. "tags": [
  244. "公排管理"
  245. ],
  246. "summary": "制度中心-动态数据-动态数据流水(获取)",
  247. "parameters": [
  248. {
  249. "type": "string",
  250. "description": "验证参数Bearer和token空格拼接",
  251. "name": "Authorization",
  252. "in": "header",
  253. "required": true
  254. },
  255. {
  256. "description": "页数、每页大小必传 起止时间、持有类型选传",
  257. "name": "req",
  258. "in": "body",
  259. "required": true,
  260. "schema": {
  261. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  262. }
  263. }
  264. ],
  265. "responses": {
  266. "200": {
  267. "description": "成功返回",
  268. "schema": {
  269. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  270. }
  271. },
  272. "400": {
  273. "description": "具体错误",
  274. "schema": {
  275. "$ref": "#/definitions/md.Response"
  276. }
  277. }
  278. }
  279. }
  280. },
  281. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  282. "post": {
  283. "description": "蛋蛋分管理(人工打分)",
  284. "consumes": [
  285. "application/json"
  286. ],
  287. "produces": [
  288. "application/json"
  289. ],
  290. "tags": [
  291. "蛋蛋能量"
  292. ],
  293. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  294. "parameters": [
  295. {
  296. "type": "string",
  297. "description": "验证参数Bearer和token空格拼接",
  298. "name": "Authorization",
  299. "in": "header",
  300. "required": true
  301. },
  302. {
  303. "description": "请求参数",
  304. "name": "req",
  305. "in": "body",
  306. "required": true,
  307. "schema": {
  308. "$ref": "#/definitions/md.ManualScoreReq"
  309. }
  310. }
  311. ],
  312. "responses": {
  313. "200": {
  314. "description": "成功返回",
  315. "schema": {
  316. "type": "string"
  317. }
  318. },
  319. "400": {
  320. "description": "具体错误",
  321. "schema": {
  322. "$ref": "#/definitions/md.Response"
  323. }
  324. }
  325. }
  326. }
  327. },
  328. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  329. "post": {
  330. "description": "蛋蛋分管理(着陆页数据分析)",
  331. "consumes": [
  332. "application/json"
  333. ],
  334. "produces": [
  335. "application/json"
  336. ],
  337. "tags": [
  338. "蛋蛋能量"
  339. ],
  340. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  341. "parameters": [
  342. {
  343. "type": "string",
  344. "description": "验证参数Bearer和token空格拼接",
  345. "name": "Authorization",
  346. "in": "header",
  347. "required": true
  348. },
  349. {
  350. "description": "请求参数",
  351. "name": "req",
  352. "in": "body",
  353. "required": true,
  354. "schema": {
  355. "$ref": "#/definitions/md.StatisticsEggPointReq"
  356. }
  357. }
  358. ],
  359. "responses": {
  360. "200": {
  361. "description": "成功返回",
  362. "schema": {
  363. "$ref": "#/definitions/md.StatisticsEggPointResp"
  364. }
  365. },
  366. "400": {
  367. "description": "具体错误",
  368. "schema": {
  369. "$ref": "#/definitions/md.Response"
  370. }
  371. }
  372. }
  373. }
  374. },
  375. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  376. "post": {
  377. "description": "蛋蛋分管理(用户数据列表)",
  378. "consumes": [
  379. "application/json"
  380. ],
  381. "produces": [
  382. "application/json"
  383. ],
  384. "tags": [
  385. "蛋蛋能量"
  386. ],
  387. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  388. "parameters": [
  389. {
  390. "type": "string",
  391. "description": "验证参数Bearer和token空格拼接",
  392. "name": "Authorization",
  393. "in": "header",
  394. "required": true
  395. },
  396. {
  397. "description": "请求参数",
  398. "name": "req",
  399. "in": "body",
  400. "required": true,
  401. "schema": {
  402. "$ref": "#/definitions/md.UserEggFlowReq"
  403. }
  404. }
  405. ],
  406. "responses": {
  407. "200": {
  408. "description": "成功返回",
  409. "schema": {
  410. "$ref": "#/definitions/md.UserEggFlowReqResp"
  411. }
  412. },
  413. "400": {
  414. "description": "具体错误",
  415. "schema": {
  416. "$ref": "#/definitions/md.Response"
  417. }
  418. }
  419. }
  420. }
  421. },
  422. "/api/institutionalManagement/eggEnergy/getBasic": {
  423. "get": {
  424. "description": "基础设置(获取)",
  425. "consumes": [
  426. "application/json"
  427. ],
  428. "produces": [
  429. "application/json"
  430. ],
  431. "tags": [
  432. "蛋蛋能量"
  433. ],
  434. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  435. "parameters": [
  436. {
  437. "type": "string",
  438. "description": "验证参数Bearer和token空格拼接",
  439. "name": "Authorization",
  440. "in": "header",
  441. "required": true
  442. }
  443. ],
  444. "responses": {
  445. "200": {
  446. "description": "具体数据",
  447. "schema": {
  448. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  449. }
  450. },
  451. "400": {
  452. "description": "具体错误",
  453. "schema": {
  454. "$ref": "#/definitions/md.Response"
  455. }
  456. }
  457. }
  458. }
  459. },
  460. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  461. "get": {
  462. "description": "基础会员设置(获取)",
  463. "consumes": [
  464. "application/json"
  465. ],
  466. "produces": [
  467. "application/json"
  468. ],
  469. "tags": [
  470. "蛋蛋能量"
  471. ],
  472. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  473. "parameters": [
  474. {
  475. "type": "string",
  476. "description": "验证参数Bearer和token空格拼接",
  477. "name": "Authorization",
  478. "in": "header",
  479. "required": true
  480. }
  481. ],
  482. "responses": {
  483. "200": {
  484. "description": "具体数据",
  485. "schema": {
  486. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  487. }
  488. },
  489. "400": {
  490. "description": "具体错误",
  491. "schema": {
  492. "$ref": "#/definitions/md.Response"
  493. }
  494. }
  495. }
  496. }
  497. },
  498. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  499. "get": {
  500. "description": "查询所有币种(获取)",
  501. "consumes": [
  502. "application/json"
  503. ],
  504. "produces": [
  505. "application/json"
  506. ],
  507. "tags": [
  508. "蛋蛋能量"
  509. ],
  510. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  511. "parameters": [
  512. {
  513. "type": "string",
  514. "description": "验证参数Bearer和token空格拼接",
  515. "name": "Authorization",
  516. "in": "header",
  517. "required": true
  518. }
  519. ],
  520. "responses": {
  521. "200": {
  522. "description": "成功返回",
  523. "schema": {
  524. "type": "array",
  525. "items": {
  526. "$ref": "#/definitions/md.VirtualCoin"
  527. }
  528. }
  529. },
  530. "400": {
  531. "description": "具体错误",
  532. "schema": {
  533. "$ref": "#/definitions/md.Response"
  534. }
  535. }
  536. }
  537. }
  538. },
  539. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  540. "get": {
  541. "description": "数据概览(获取)",
  542. "consumes": [
  543. "application/json"
  544. ],
  545. "produces": [
  546. "application/json"
  547. ],
  548. "tags": [
  549. "蛋蛋能量"
  550. ],
  551. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  552. "parameters": [
  553. {
  554. "type": "string",
  555. "description": "验证参数Bearer和token空格拼接",
  556. "name": "Authorization",
  557. "in": "header",
  558. "required": true
  559. }
  560. ],
  561. "responses": {
  562. "200": {
  563. "description": "具体数据",
  564. "schema": {
  565. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  566. }
  567. },
  568. "400": {
  569. "description": "具体错误",
  570. "schema": {
  571. "$ref": "#/definitions/md.Response"
  572. }
  573. }
  574. }
  575. }
  576. },
  577. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  578. "post": {
  579. "description": "价值明细数据(新增)",
  580. "consumes": [
  581. "application/json"
  582. ],
  583. "produces": [
  584. "application/json"
  585. ],
  586. "tags": [
  587. "蛋蛋能量"
  588. ],
  589. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  590. "parameters": [
  591. {
  592. "type": "string",
  593. "description": "验证参数Bearer和token空格拼接",
  594. "name": "Authorization",
  595. "in": "header",
  596. "required": true
  597. },
  598. {
  599. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  600. "name": "req",
  601. "in": "body",
  602. "required": true,
  603. "schema": {
  604. "$ref": "#/definitions/md.AddFundDataReq"
  605. }
  606. }
  607. ],
  608. "responses": {
  609. "200": {
  610. "description": "插入数据 id",
  611. "schema": {
  612. "type": "int"
  613. }
  614. },
  615. "400": {
  616. "description": "具体错误",
  617. "schema": {
  618. "$ref": "#/definitions/md.Response"
  619. }
  620. }
  621. }
  622. }
  623. },
  624. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  625. "post": {
  626. "description": "新增数据列表(获取)",
  627. "consumes": [
  628. "application/json"
  629. ],
  630. "produces": [
  631. "application/json"
  632. ],
  633. "tags": [
  634. "蛋蛋能量"
  635. ],
  636. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  637. "parameters": [
  638. {
  639. "type": "string",
  640. "description": "验证参数Bearer和token空格拼接",
  641. "name": "Authorization",
  642. "in": "header",
  643. "required": true
  644. },
  645. {
  646. "description": "分页信息必填",
  647. "name": "req",
  648. "in": "body",
  649. "required": true,
  650. "schema": {
  651. "$ref": "#/definitions/md.GetFundDataListReq"
  652. }
  653. }
  654. ],
  655. "responses": {
  656. "200": {
  657. "description": "具体数据",
  658. "schema": {
  659. "$ref": "#/definitions/md.GetFundDataListResp"
  660. }
  661. },
  662. "400": {
  663. "description": "具体错误",
  664. "schema": {
  665. "$ref": "#/definitions/md.Response"
  666. }
  667. }
  668. }
  669. }
  670. },
  671. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  672. "post": {
  673. "description": "新增数据列表详情(查询)",
  674. "consumes": [
  675. "application/json"
  676. ],
  677. "produces": [
  678. "application/json"
  679. ],
  680. "tags": [
  681. "蛋蛋能量"
  682. ],
  683. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  684. "parameters": [
  685. {
  686. "type": "string",
  687. "description": "验证参数Bearer和token空格拼接",
  688. "name": "Authorization",
  689. "in": "header",
  690. "required": true
  691. },
  692. {
  693. "description": "获取到的 system_id 以及分页信息",
  694. "name": "req",
  695. "in": "body",
  696. "required": true,
  697. "schema": {
  698. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  699. }
  700. }
  701. ],
  702. "responses": {
  703. "200": {
  704. "description": "具体数据",
  705. "schema": {
  706. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  707. }
  708. },
  709. "400": {
  710. "description": "具体错误",
  711. "schema": {
  712. "$ref": "#/definitions/md.Response"
  713. }
  714. }
  715. }
  716. }
  717. },
  718. "/api/institutionalManagement/eggEnergy/globalData/platformRevenueList": {
  719. "post": {
  720. "description": "其他广告设置数据(获取)",
  721. "consumes": [
  722. "application/json"
  723. ],
  724. "produces": [
  725. "application/json"
  726. ],
  727. "tags": [
  728. "蛋蛋能量"
  729. ],
  730. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  731. "parameters": [
  732. {
  733. "type": "string",
  734. "description": "验证参数Bearer和token空格拼接",
  735. "name": "Authorization",
  736. "in": "header",
  737. "required": true
  738. },
  739. {
  740. "description": "分页信息必填",
  741. "name": "req",
  742. "in": "body",
  743. "required": true,
  744. "schema": {
  745. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  746. }
  747. }
  748. ],
  749. "responses": {
  750. "200": {
  751. "description": "具体数据",
  752. "schema": {
  753. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  754. }
  755. },
  756. "400": {
  757. "description": "具体错误",
  758. "schema": {
  759. "$ref": "#/definitions/md.Response"
  760. }
  761. }
  762. }
  763. }
  764. },
  765. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  766. "get": {
  767. "description": "价格趋势(获取)",
  768. "consumes": [
  769. "application/json"
  770. ],
  771. "produces": [
  772. "application/json"
  773. ],
  774. "tags": [
  775. "蛋蛋能量"
  776. ],
  777. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  778. "parameters": [
  779. {
  780. "type": "string",
  781. "description": "验证参数Bearer和token空格拼接",
  782. "name": "Authorization",
  783. "in": "header",
  784. "required": true
  785. },
  786. {
  787. "type": "string",
  788. "description": "1:按天 2:按小时 3:按周",
  789. "name": "kind",
  790. "in": "query"
  791. }
  792. ],
  793. "responses": {
  794. "200": {
  795. "description": "具体数据",
  796. "schema": {
  797. "$ref": "#/definitions/md.GetPriceCurveResp"
  798. }
  799. },
  800. "400": {
  801. "description": "具体错误",
  802. "schema": {
  803. "$ref": "#/definitions/md.Response"
  804. }
  805. }
  806. }
  807. }
  808. },
  809. "/api/institutionalManagement/eggEnergy/platformRevenue/PlatformRevenueAdd": {
  810. "post": {
  811. "description": "其他广告设置数据(新增)",
  812. "consumes": [
  813. "application/json"
  814. ],
  815. "produces": [
  816. "application/json"
  817. ],
  818. "tags": [
  819. "蛋蛋能量"
  820. ],
  821. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  822. "parameters": [
  823. {
  824. "type": "string",
  825. "description": "验证参数Bearer和token空格拼接",
  826. "name": "Authorization",
  827. "in": "header",
  828. "required": true
  829. },
  830. {
  831. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  832. "name": "req",
  833. "in": "body",
  834. "required": true,
  835. "schema": {
  836. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  837. }
  838. }
  839. ],
  840. "responses": {
  841. "200": {
  842. "description": "插入数据 id",
  843. "schema": {
  844. "type": "int"
  845. }
  846. },
  847. "400": {
  848. "description": "具体错误",
  849. "schema": {
  850. "$ref": "#/definitions/md.Response"
  851. }
  852. }
  853. }
  854. }
  855. },
  856. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  857. "post": {
  858. "description": "激励视频(获取)",
  859. "consumes": [
  860. "application/json"
  861. ],
  862. "produces": [
  863. "application/json"
  864. ],
  865. "tags": [
  866. "蛋蛋能量"
  867. ],
  868. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  869. "parameters": [
  870. {
  871. "type": "string",
  872. "description": "验证参数Bearer和token空格拼接",
  873. "name": "Authorization",
  874. "in": "header",
  875. "required": true
  876. },
  877. {
  878. "description": "落地页不填页大小默认20条数据",
  879. "name": "req",
  880. "in": "body",
  881. "required": true,
  882. "schema": {
  883. "$ref": "#/definitions/md.SetVideoRewardReq"
  884. }
  885. }
  886. ],
  887. "responses": {
  888. "200": {
  889. "description": "OK",
  890. "schema": {
  891. "$ref": "#/definitions/md.GetVideoRewardResp"
  892. }
  893. },
  894. "400": {
  895. "description": "具体错误",
  896. "schema": {
  897. "$ref": "#/definitions/md.Response"
  898. }
  899. }
  900. }
  901. }
  902. },
  903. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  904. "post": {
  905. "description": "激励视频(设置)",
  906. "consumes": [
  907. "application/json"
  908. ],
  909. "produces": [
  910. "application/json"
  911. ],
  912. "tags": [
  913. "蛋蛋能量"
  914. ],
  915. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  916. "parameters": [
  917. {
  918. "type": "string",
  919. "description": "验证参数Bearer和token空格拼接",
  920. "name": "Authorization",
  921. "in": "header",
  922. "required": true
  923. },
  924. {
  925. "description": "落地页不填页大小默认20条数据",
  926. "name": "req",
  927. "in": "body",
  928. "required": true,
  929. "schema": {
  930. "$ref": "#/definitions/md.SetVideoRewardReq"
  931. }
  932. }
  933. ],
  934. "responses": {
  935. "200": {
  936. "description": "success",
  937. "schema": {
  938. "type": "string"
  939. }
  940. },
  941. "400": {
  942. "description": "具体错误",
  943. "schema": {
  944. "$ref": "#/definitions/md.Response"
  945. }
  946. }
  947. }
  948. }
  949. },
  950. "/api/institutionalManagement/eggEnergy/updateBasic": {
  951. "post": {
  952. "description": "基础设置(更新)",
  953. "consumes": [
  954. "application/json"
  955. ],
  956. "produces": [
  957. "application/json"
  958. ],
  959. "tags": [
  960. "蛋蛋能量"
  961. ],
  962. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  963. "parameters": [
  964. {
  965. "type": "string",
  966. "description": "验证参数Bearer和token空格拼接",
  967. "name": "Authorization",
  968. "in": "header",
  969. "required": true
  970. },
  971. {
  972. "description": "system_id 必填",
  973. "name": "req",
  974. "in": "body",
  975. "required": true,
  976. "schema": {
  977. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  978. }
  979. }
  980. ],
  981. "responses": {
  982. "200": {
  983. "description": "修改数据条数",
  984. "schema": {
  985. "type": "int"
  986. }
  987. },
  988. "400": {
  989. "description": "具体错误",
  990. "schema": {
  991. "$ref": "#/definitions/md.Response"
  992. }
  993. }
  994. }
  995. }
  996. },
  997. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  998. "post": {
  999. "description": "会员设置(更新)",
  1000. "consumes": [
  1001. "application/json"
  1002. ],
  1003. "produces": [
  1004. "application/json"
  1005. ],
  1006. "tags": [
  1007. "蛋蛋能量"
  1008. ],
  1009. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  1010. "parameters": [
  1011. {
  1012. "type": "string",
  1013. "description": "验证参数Bearer和token空格拼接",
  1014. "name": "Authorization",
  1015. "in": "header",
  1016. "required": true
  1017. },
  1018. {
  1019. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  1020. "name": "req",
  1021. "in": "body",
  1022. "required": true,
  1023. "schema": {
  1024. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  1025. }
  1026. }
  1027. ],
  1028. "responses": {
  1029. "200": {
  1030. "description": "修改数据条数",
  1031. "schema": {
  1032. "type": "int"
  1033. }
  1034. },
  1035. "400": {
  1036. "description": "具体错误",
  1037. "schema": {
  1038. "$ref": "#/definitions/md.Response"
  1039. }
  1040. }
  1041. }
  1042. }
  1043. },
  1044. "/api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinFlowList": {
  1045. "post": {
  1046. "description": "活跃积分持有流水(查询)",
  1047. "consumes": [
  1048. "application/json"
  1049. ],
  1050. "produces": [
  1051. "application/json"
  1052. ],
  1053. "tags": [
  1054. "公排管理"
  1055. ],
  1056. "summary": "制度中心-活跃积分持有者明细-活跃积分持有流水(查询)",
  1057. "parameters": [
  1058. {
  1059. "type": "string",
  1060. "description": "验证参数Bearer和token空格拼接",
  1061. "name": "Authorization",
  1062. "in": "header",
  1063. "required": true
  1064. },
  1065. {
  1066. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  1067. "name": "req",
  1068. "in": "body",
  1069. "required": true,
  1070. "schema": {
  1071. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  1072. }
  1073. }
  1074. ],
  1075. "responses": {
  1076. "200": {
  1077. "description": "成功返回",
  1078. "schema": {
  1079. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  1080. }
  1081. },
  1082. "400": {
  1083. "description": "具体错误",
  1084. "schema": {
  1085. "$ref": "#/definitions/md.Response"
  1086. }
  1087. }
  1088. }
  1089. }
  1090. },
  1091. "/api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinList": {
  1092. "post": {
  1093. "description": "活跃积分持有(获取)",
  1094. "consumes": [
  1095. "application/json"
  1096. ],
  1097. "produces": [
  1098. "application/json"
  1099. ],
  1100. "tags": [
  1101. "公排管理"
  1102. ],
  1103. "summary": "制度中心-活跃积分持有者明细-活跃积分持有(获取)",
  1104. "parameters": [
  1105. {
  1106. "type": "string",
  1107. "description": "验证参数Bearer和token空格拼接",
  1108. "name": "Authorization",
  1109. "in": "header",
  1110. "required": true
  1111. },
  1112. {
  1113. "description": "落地页不填页大小默认20条数据",
  1114. "name": "req",
  1115. "in": "body",
  1116. "schema": {
  1117. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  1118. }
  1119. }
  1120. ],
  1121. "responses": {
  1122. "200": {
  1123. "description": "成功返回",
  1124. "schema": {
  1125. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  1126. }
  1127. },
  1128. "400": {
  1129. "description": "具体错误",
  1130. "schema": {
  1131. "$ref": "#/definitions/md.Response"
  1132. }
  1133. }
  1134. }
  1135. }
  1136. },
  1137. "/api/institutionalManagement/eggEnergy/userCoin/greenEnergyUserCoinFlowList": {
  1138. "post": {
  1139. "description": "绿色能量持有流水(查询)",
  1140. "consumes": [
  1141. "application/json"
  1142. ],
  1143. "produces": [
  1144. "application/json"
  1145. ],
  1146. "tags": [
  1147. "公排管理"
  1148. ],
  1149. "summary": "制度中心-绿色能量持有者明细-绿色能量持有流水(查询)",
  1150. "parameters": [
  1151. {
  1152. "type": "string",
  1153. "description": "验证参数Bearer和token空格拼接",
  1154. "name": "Authorization",
  1155. "in": "header",
  1156. "required": true
  1157. },
  1158. {
  1159. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  1160. "name": "req",
  1161. "in": "body",
  1162. "required": true,
  1163. "schema": {
  1164. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  1165. }
  1166. }
  1167. ],
  1168. "responses": {
  1169. "200": {
  1170. "description": "成功返回",
  1171. "schema": {
  1172. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  1173. }
  1174. },
  1175. "400": {
  1176. "description": "具体错误",
  1177. "schema": {
  1178. "$ref": "#/definitions/md.Response"
  1179. }
  1180. }
  1181. }
  1182. }
  1183. },
  1184. "/api/institutionalManagement/eggEnergy/userCoin/greenEnergyUserCoinList": {
  1185. "post": {
  1186. "description": "绿色能量(获取)",
  1187. "consumes": [
  1188. "application/json"
  1189. ],
  1190. "produces": [
  1191. "application/json"
  1192. ],
  1193. "tags": [
  1194. "公排管理"
  1195. ],
  1196. "summary": "制度中心-绿色能量持有者明细-绿色能量(获取)",
  1197. "parameters": [
  1198. {
  1199. "type": "string",
  1200. "description": "验证参数Bearer和token空格拼接",
  1201. "name": "Authorization",
  1202. "in": "header",
  1203. "required": true
  1204. },
  1205. {
  1206. "description": "落地页不填页大小默认20条数据",
  1207. "name": "req",
  1208. "in": "body",
  1209. "schema": {
  1210. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  1211. }
  1212. }
  1213. ],
  1214. "responses": {
  1215. "200": {
  1216. "description": "成功返回",
  1217. "schema": {
  1218. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  1219. }
  1220. },
  1221. "400": {
  1222. "description": "具体错误",
  1223. "schema": {
  1224. "$ref": "#/definitions/md.Response"
  1225. }
  1226. }
  1227. }
  1228. }
  1229. },
  1230. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  1231. "post": {
  1232. "description": "社区分红(新增)",
  1233. "consumes": [
  1234. "application/json"
  1235. ],
  1236. "produces": [
  1237. "application/json"
  1238. ],
  1239. "tags": [
  1240. "公排管理"
  1241. ],
  1242. "summary": "制度中心-公排管理-社区分红(新增)",
  1243. "parameters": [
  1244. {
  1245. "type": "string",
  1246. "description": "验证参数Bearer和token空格拼接",
  1247. "name": "Authorization",
  1248. "in": "header",
  1249. "required": true
  1250. },
  1251. {
  1252. "description": "分红名称、分红总量",
  1253. "name": "req",
  1254. "in": "body",
  1255. "required": true,
  1256. "schema": {
  1257. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  1258. }
  1259. }
  1260. ],
  1261. "responses": {
  1262. "200": {
  1263. "description": "成功",
  1264. "schema": {
  1265. "type": "success"
  1266. }
  1267. },
  1268. "400": {
  1269. "description": "具体错误",
  1270. "schema": {
  1271. "$ref": "#/definitions/md.Response"
  1272. }
  1273. }
  1274. }
  1275. }
  1276. },
  1277. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  1278. "post": {
  1279. "description": "社区分红(查询)",
  1280. "consumes": [
  1281. "application/json"
  1282. ],
  1283. "produces": [
  1284. "application/json"
  1285. ],
  1286. "tags": [
  1287. "公排管理"
  1288. ],
  1289. "summary": "制度中心-公排管理-社区分红(查询)",
  1290. "parameters": [
  1291. {
  1292. "type": "string",
  1293. "description": "验证参数Bearer和token空格拼接",
  1294. "name": "Authorization",
  1295. "in": "header",
  1296. "required": true
  1297. },
  1298. {
  1299. "description": "页数、每页大小必填 起止时间、起止数量选填",
  1300. "name": "req",
  1301. "in": "body",
  1302. "required": true,
  1303. "schema": {
  1304. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  1305. }
  1306. }
  1307. ],
  1308. "responses": {
  1309. "200": {
  1310. "description": "具体数据",
  1311. "schema": {
  1312. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  1313. }
  1314. },
  1315. "400": {
  1316. "description": "具体错误",
  1317. "schema": {
  1318. "$ref": "#/definitions/md.Response"
  1319. }
  1320. }
  1321. }
  1322. }
  1323. },
  1324. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  1325. "post": {
  1326. "description": "社区长列表(新增)",
  1327. "consumes": [
  1328. "application/json"
  1329. ],
  1330. "produces": [
  1331. "application/json"
  1332. ],
  1333. "tags": [
  1334. "公排管理"
  1335. ],
  1336. "summary": "制度中心-公排管理-社区长列表(新增)",
  1337. "parameters": [
  1338. {
  1339. "type": "string",
  1340. "description": "验证参数Bearer和token空格拼接",
  1341. "name": "Authorization",
  1342. "in": "header",
  1343. "required": true
  1344. },
  1345. {
  1346. "description": "新增社区长 ID、备注",
  1347. "name": "req",
  1348. "in": "body",
  1349. "required": true,
  1350. "schema": {
  1351. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  1352. }
  1353. }
  1354. ],
  1355. "responses": {
  1356. "200": {
  1357. "description": "插入数据 ID",
  1358. "schema": {
  1359. "type": "int"
  1360. }
  1361. },
  1362. "400": {
  1363. "description": "具体错误",
  1364. "schema": {
  1365. "$ref": "#/definitions/md.Response"
  1366. }
  1367. }
  1368. }
  1369. }
  1370. },
  1371. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  1372. "post": {
  1373. "description": "社区长列表(查询)",
  1374. "consumes": [
  1375. "application/json"
  1376. ],
  1377. "produces": [
  1378. "application/json"
  1379. ],
  1380. "tags": [
  1381. "公排管理"
  1382. ],
  1383. "summary": "制度中心-公排管理-社区长列表(查询)",
  1384. "parameters": [
  1385. {
  1386. "type": "string",
  1387. "description": "验证参数Bearer和token空格拼接",
  1388. "name": "Authorization",
  1389. "in": "header",
  1390. "required": true
  1391. },
  1392. {
  1393. "description": "页数、每页大小必填 手机号、用户ID选填",
  1394. "name": "req",
  1395. "in": "body",
  1396. "required": true,
  1397. "schema": {
  1398. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  1399. }
  1400. }
  1401. ],
  1402. "responses": {
  1403. "200": {
  1404. "description": "社区长列表",
  1405. "schema": {
  1406. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  1407. }
  1408. },
  1409. "400": {
  1410. "description": "具体错误",
  1411. "schema": {
  1412. "$ref": "#/definitions/md.Response"
  1413. }
  1414. }
  1415. }
  1416. }
  1417. },
  1418. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  1419. "post": {
  1420. "description": "关系分布图(位置转换)",
  1421. "consumes": [
  1422. "application/json"
  1423. ],
  1424. "produces": [
  1425. "application/json"
  1426. ],
  1427. "tags": [
  1428. "公排管理"
  1429. ],
  1430. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  1431. "parameters": [
  1432. {
  1433. "type": "string",
  1434. "description": "验证参数Bearer和token空格拼接",
  1435. "name": "Authorization",
  1436. "in": "header",
  1437. "required": true
  1438. },
  1439. {
  1440. "description": "需要交换的两个位置",
  1441. "name": "req",
  1442. "in": "body",
  1443. "required": true,
  1444. "schema": {
  1445. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  1446. }
  1447. }
  1448. ],
  1449. "responses": {
  1450. "200": {
  1451. "description": "成功返回",
  1452. "schema": {
  1453. "type": ""
  1454. }
  1455. },
  1456. "400": {
  1457. "description": "具体错误",
  1458. "schema": {
  1459. "$ref": "#/definitions/md.Response"
  1460. }
  1461. }
  1462. }
  1463. }
  1464. },
  1465. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  1466. "get": {
  1467. "description": "关系分布图(获取指定用户上级)",
  1468. "consumes": [
  1469. "application/json"
  1470. ],
  1471. "produces": [
  1472. "application/json"
  1473. ],
  1474. "tags": [
  1475. "公排管理"
  1476. ],
  1477. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  1478. "parameters": [
  1479. {
  1480. "type": "string",
  1481. "description": "验证参数Bearer和token空格拼接",
  1482. "name": "Authorization",
  1483. "in": "header",
  1484. "required": true
  1485. },
  1486. {
  1487. "type": "string",
  1488. "description": "用户ID",
  1489. "name": "uid",
  1490. "in": "query",
  1491. "required": true
  1492. }
  1493. ],
  1494. "responses": {
  1495. "200": {
  1496. "description": "具体数据",
  1497. "schema": {
  1498. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  1499. }
  1500. },
  1501. "400": {
  1502. "description": "具体错误",
  1503. "schema": {
  1504. "$ref": "#/definitions/md.Response"
  1505. }
  1506. }
  1507. }
  1508. }
  1509. },
  1510. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  1511. "get": {
  1512. "description": "关系分布图(获取指定用户下级)",
  1513. "consumes": [
  1514. "application/json"
  1515. ],
  1516. "produces": [
  1517. "application/json"
  1518. ],
  1519. "tags": [
  1520. "公排管理"
  1521. ],
  1522. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  1523. "parameters": [
  1524. {
  1525. "type": "string",
  1526. "description": "验证参数Bearer和token空格拼接",
  1527. "name": "Authorization",
  1528. "in": "header",
  1529. "required": true
  1530. },
  1531. {
  1532. "type": "string",
  1533. "description": "用户ID",
  1534. "name": "uid",
  1535. "in": "query",
  1536. "required": true
  1537. }
  1538. ],
  1539. "responses": {
  1540. "200": {
  1541. "description": "具体数据",
  1542. "schema": {
  1543. "$ref": "#/definitions/md.TreeNode"
  1544. }
  1545. },
  1546. "400": {
  1547. "description": "具体错误",
  1548. "schema": {
  1549. "$ref": "#/definitions/md.Response"
  1550. }
  1551. }
  1552. }
  1553. }
  1554. },
  1555. "/api/institutionalManagement/publicPlatoon/getBasic": {
  1556. "get": {
  1557. "description": "公排基础设置(获取)",
  1558. "consumes": [
  1559. "application/json"
  1560. ],
  1561. "produces": [
  1562. "application/json"
  1563. ],
  1564. "tags": [
  1565. "公排管理"
  1566. ],
  1567. "summary": "制度中心-公排管理-公排基础设置(获取)",
  1568. "parameters": [
  1569. {
  1570. "type": "string",
  1571. "description": "验证参数Bearer和token空格拼接",
  1572. "name": "Authorization",
  1573. "in": "header",
  1574. "required": true
  1575. }
  1576. ],
  1577. "responses": {
  1578. "200": {
  1579. "description": "具体数据",
  1580. "schema": {
  1581. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  1582. }
  1583. },
  1584. "400": {
  1585. "description": "具体错误",
  1586. "schema": {
  1587. "$ref": "#/definitions/md.Response"
  1588. }
  1589. }
  1590. }
  1591. }
  1592. },
  1593. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  1594. "post": {
  1595. "description": "免罚用户(查询)",
  1596. "consumes": [
  1597. "application/json"
  1598. ],
  1599. "produces": [
  1600. "application/json"
  1601. ],
  1602. "tags": [
  1603. "公排管理"
  1604. ],
  1605. "summary": "制度中心-公排管理-免罚用户(查询)",
  1606. "parameters": [
  1607. {
  1608. "type": "string",
  1609. "description": "验证参数Bearer和token空格拼接",
  1610. "name": "Authorization",
  1611. "in": "header",
  1612. "required": true
  1613. },
  1614. {
  1615. "description": "页数和行数必填,uid选填",
  1616. "name": "req",
  1617. "in": "body",
  1618. "required": true,
  1619. "schema": {
  1620. "$ref": "#/definitions/md.GetFreePublishUserReq"
  1621. }
  1622. }
  1623. ],
  1624. "responses": {
  1625. "200": {
  1626. "description": "成功返回",
  1627. "schema": {
  1628. "$ref": "#/definitions/md.GetFreePublishUserResp"
  1629. }
  1630. },
  1631. "400": {
  1632. "description": "具体错误",
  1633. "schema": {
  1634. "$ref": "#/definitions/md.Response"
  1635. }
  1636. }
  1637. }
  1638. }
  1639. },
  1640. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  1641. "post": {
  1642. "description": "免罚用户(新增)",
  1643. "consumes": [
  1644. "application/json"
  1645. ],
  1646. "produces": [
  1647. "application/json"
  1648. ],
  1649. "tags": [
  1650. "公排管理"
  1651. ],
  1652. "summary": "制度中心-公排管理-免罚用户(新增)",
  1653. "parameters": [
  1654. {
  1655. "type": "string",
  1656. "description": "验证参数Bearer和token空格拼接",
  1657. "name": "Authorization",
  1658. "in": "header",
  1659. "required": true
  1660. },
  1661. {
  1662. "description": "页数和行数必填,uid选填",
  1663. "name": "req",
  1664. "in": "body",
  1665. "required": true,
  1666. "schema": {
  1667. "$ref": "#/definitions/md.AddFreePublishUserReq"
  1668. }
  1669. }
  1670. ],
  1671. "responses": {
  1672. "200": {
  1673. "description": "插入数据 ID",
  1674. "schema": {
  1675. "type": "int"
  1676. }
  1677. },
  1678. "400": {
  1679. "description": "具体错误",
  1680. "schema": {
  1681. "$ref": "#/definitions/md.Response"
  1682. }
  1683. }
  1684. }
  1685. }
  1686. },
  1687. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  1688. "get": {
  1689. "description": "关系分布图(获取)",
  1690. "consumes": [
  1691. "application/json"
  1692. ],
  1693. "produces": [
  1694. "application/json"
  1695. ],
  1696. "tags": [
  1697. "公排管理"
  1698. ],
  1699. "summary": "制度中心-公排管理-关系分布图(获取)",
  1700. "parameters": [
  1701. {
  1702. "type": "string",
  1703. "description": "验证参数Bearer和token空格拼接",
  1704. "name": "Authorization",
  1705. "in": "header",
  1706. "required": true
  1707. },
  1708. {
  1709. "type": "string",
  1710. "description": "phone",
  1711. "name": "phone",
  1712. "in": "query",
  1713. "required": true
  1714. },
  1715. {
  1716. "type": "string",
  1717. "description": "uid",
  1718. "name": "uid",
  1719. "in": "query",
  1720. "required": true
  1721. }
  1722. ],
  1723. "responses": {
  1724. "200": {
  1725. "description": "具体数据",
  1726. "schema": {
  1727. "$ref": "#/definitions/md.TreeNode"
  1728. }
  1729. },
  1730. "400": {
  1731. "description": "具体错误",
  1732. "schema": {
  1733. "$ref": "#/definitions/md.Response"
  1734. }
  1735. }
  1736. }
  1737. }
  1738. },
  1739. "/api/institutionalManagement/publicPlatoon/selectMember": {
  1740. "post": {
  1741. "description": "公排基础设置选择会员(查询)",
  1742. "consumes": [
  1743. "application/json"
  1744. ],
  1745. "produces": [
  1746. "application/json"
  1747. ],
  1748. "tags": [
  1749. "公排管理"
  1750. ],
  1751. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  1752. "parameters": [
  1753. {
  1754. "type": "string",
  1755. "description": "验证参数Bearer和token空格拼接",
  1756. "name": "Authorization",
  1757. "in": "header",
  1758. "required": true
  1759. },
  1760. {
  1761. "description": "分页信息必填",
  1762. "name": "req",
  1763. "in": "body",
  1764. "required": true,
  1765. "schema": {
  1766. "$ref": "#/definitions/md.SelectMemberReq"
  1767. }
  1768. }
  1769. ],
  1770. "responses": {
  1771. "200": {
  1772. "description": "具体数据",
  1773. "schema": {
  1774. "$ref": "#/definitions/md.SelectMemberResp"
  1775. }
  1776. },
  1777. "400": {
  1778. "description": "具体错误",
  1779. "schema": {
  1780. "$ref": "#/definitions/md.Response"
  1781. }
  1782. }
  1783. }
  1784. }
  1785. },
  1786. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  1787. "put": {
  1788. "description": "公排基础设置(修改)",
  1789. "consumes": [
  1790. "application/json"
  1791. ],
  1792. "produces": [
  1793. "application/json"
  1794. ],
  1795. "tags": [
  1796. "公排管理"
  1797. ],
  1798. "summary": "制度中心-公排管理-公排基础设置(修改)",
  1799. "parameters": [
  1800. {
  1801. "type": "string",
  1802. "description": "验证参数Bearer和token空格拼接",
  1803. "name": "Authorization",
  1804. "in": "header",
  1805. "required": true
  1806. },
  1807. {
  1808. "description": "公排设置表单内容",
  1809. "name": "req",
  1810. "in": "body",
  1811. "required": true,
  1812. "schema": {
  1813. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  1814. }
  1815. }
  1816. ],
  1817. "responses": {
  1818. "200": {
  1819. "description": "success",
  1820. "schema": {
  1821. "type": "string"
  1822. }
  1823. },
  1824. "400": {
  1825. "description": "具体错误",
  1826. "schema": {
  1827. "$ref": "#/definitions/md.Response"
  1828. }
  1829. }
  1830. }
  1831. }
  1832. },
  1833. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  1834. "post": {
  1835. "description": "日活分析",
  1836. "consumes": [
  1837. "application/json"
  1838. ],
  1839. "produces": [
  1840. "application/json"
  1841. ],
  1842. "tags": [
  1843. "公排管理"
  1844. ],
  1845. "summary": "制度中心-公排管理-日活分析",
  1846. "parameters": [
  1847. {
  1848. "type": "string",
  1849. "description": "验证参数Bearer和token空格拼接",
  1850. "name": "Authorization",
  1851. "in": "header",
  1852. "required": true
  1853. },
  1854. {
  1855. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  1856. "name": "req",
  1857. "in": "body",
  1858. "required": true,
  1859. "schema": {
  1860. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  1861. }
  1862. }
  1863. ],
  1864. "responses": {
  1865. "200": {
  1866. "description": "具体数据",
  1867. "schema": {
  1868. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  1869. }
  1870. },
  1871. "400": {
  1872. "description": "具体错误",
  1873. "schema": {
  1874. "$ref": "#/definitions/md.Response"
  1875. }
  1876. }
  1877. }
  1878. }
  1879. },
  1880. "/api/login": {
  1881. "post": {
  1882. "description": "登入",
  1883. "consumes": [
  1884. "application/json"
  1885. ],
  1886. "produces": [
  1887. "application/json"
  1888. ],
  1889. "tags": [
  1890. "登录"
  1891. ],
  1892. "summary": "登陆",
  1893. "parameters": [
  1894. {
  1895. "description": "用户名密码",
  1896. "name": "req",
  1897. "in": "body",
  1898. "required": true,
  1899. "schema": {
  1900. "$ref": "#/definitions/md.LoginReq"
  1901. }
  1902. }
  1903. ],
  1904. "responses": {
  1905. "200": {
  1906. "description": "token",
  1907. "schema": {
  1908. "$ref": "#/definitions/md.LoginResponse"
  1909. }
  1910. },
  1911. "400": {
  1912. "description": "具体错误",
  1913. "schema": {
  1914. "$ref": "#/definitions/md.Response"
  1915. }
  1916. }
  1917. }
  1918. }
  1919. },
  1920. "/api/marketingApplications/newUserRedPackage/getBasic": {
  1921. "get": {
  1922. "description": "新人红包设置(获取)",
  1923. "consumes": [
  1924. "application/json"
  1925. ],
  1926. "produces": [
  1927. "application/json"
  1928. ],
  1929. "tags": [
  1930. "营销应用"
  1931. ],
  1932. "summary": "制度中心-营销应用-新人红包设置(获取)",
  1933. "parameters": [
  1934. {
  1935. "type": "string",
  1936. "description": "验证参数Bearer和token空格拼接",
  1937. "name": "Authorization",
  1938. "in": "header",
  1939. "required": true
  1940. }
  1941. ],
  1942. "responses": {
  1943. "200": {
  1944. "description": "具体数据",
  1945. "schema": {
  1946. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  1947. }
  1948. },
  1949. "400": {
  1950. "description": "具体错误",
  1951. "schema": {
  1952. "$ref": "#/definitions/md.Response"
  1953. }
  1954. }
  1955. }
  1956. }
  1957. },
  1958. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  1959. "post": {
  1960. "description": "新人红包列表明细(查询)",
  1961. "consumes": [
  1962. "application/json"
  1963. ],
  1964. "produces": [
  1965. "application/json"
  1966. ],
  1967. "tags": [
  1968. "营销应用"
  1969. ],
  1970. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  1971. "parameters": [
  1972. {
  1973. "type": "string",
  1974. "description": "验证参数Bearer和token空格拼接",
  1975. "name": "Authorization",
  1976. "in": "header",
  1977. "required": true
  1978. },
  1979. {
  1980. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  1981. "name": "req",
  1982. "in": "body",
  1983. "required": true,
  1984. "schema": {
  1985. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  1986. }
  1987. }
  1988. ],
  1989. "responses": {
  1990. "200": {
  1991. "description": "具体数据",
  1992. "schema": {
  1993. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  1994. }
  1995. },
  1996. "400": {
  1997. "description": "具体错误",
  1998. "schema": {
  1999. "$ref": "#/definitions/md.Response"
  2000. }
  2001. }
  2002. }
  2003. }
  2004. },
  2005. "/api/marketingApplications/newUserRedPackage/recordList": {
  2006. "post": {
  2007. "description": "新人红包列表(查询)",
  2008. "consumes": [
  2009. "application/json"
  2010. ],
  2011. "produces": [
  2012. "application/json"
  2013. ],
  2014. "tags": [
  2015. "营销应用"
  2016. ],
  2017. "summary": "制度中心-营销应用-新人红包列表(查询)",
  2018. "parameters": [
  2019. {
  2020. "type": "string",
  2021. "description": "验证参数Bearer和token空格拼接",
  2022. "name": "Authorization",
  2023. "in": "header",
  2024. "required": true
  2025. },
  2026. {
  2027. "description": "新人红包列表查询条件(分页信息必填)",
  2028. "name": "req",
  2029. "in": "body",
  2030. "required": true,
  2031. "schema": {
  2032. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  2033. }
  2034. }
  2035. ],
  2036. "responses": {
  2037. "200": {
  2038. "description": "具体数据",
  2039. "schema": {
  2040. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  2041. }
  2042. },
  2043. "400": {
  2044. "description": "具体错误",
  2045. "schema": {
  2046. "$ref": "#/definitions/md.Response"
  2047. }
  2048. }
  2049. }
  2050. }
  2051. },
  2052. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  2053. "put": {
  2054. "description": "新人红包设置(修改)",
  2055. "consumes": [
  2056. "application/json"
  2057. ],
  2058. "produces": [
  2059. "application/json"
  2060. ],
  2061. "tags": [
  2062. "营销应用"
  2063. ],
  2064. "summary": "制度中心-营销应用-新人红包设置(修改)",
  2065. "parameters": [
  2066. {
  2067. "type": "string",
  2068. "description": "验证参数Bearer和token空格拼接",
  2069. "name": "Authorization",
  2070. "in": "header",
  2071. "required": true
  2072. },
  2073. {
  2074. "description": "新人红包设置表单",
  2075. "name": "req",
  2076. "in": "body",
  2077. "required": true,
  2078. "schema": {
  2079. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  2080. }
  2081. }
  2082. ],
  2083. "responses": {
  2084. "200": {
  2085. "description": "success",
  2086. "schema": {
  2087. "type": "string"
  2088. }
  2089. },
  2090. "400": {
  2091. "description": "具体错误",
  2092. "schema": {
  2093. "$ref": "#/definitions/md.Response"
  2094. }
  2095. }
  2096. }
  2097. }
  2098. },
  2099. "/api/memberCenter/userManagement/getUserList": {
  2100. "post": {
  2101. "description": "用户信息管理(获取)",
  2102. "consumes": [
  2103. "application/json"
  2104. ],
  2105. "produces": [
  2106. "application/json"
  2107. ],
  2108. "tags": [
  2109. "会员中心"
  2110. ],
  2111. "summary": "制度中心-会员中心-用户信息管理(获取)",
  2112. "parameters": [
  2113. {
  2114. "type": "string",
  2115. "description": "验证参数Bearer和token空格拼接",
  2116. "name": "Authorization",
  2117. "in": "header",
  2118. "required": true
  2119. },
  2120. {
  2121. "description": "分页信息必填",
  2122. "name": "req",
  2123. "in": "body",
  2124. "required": true,
  2125. "schema": {
  2126. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  2127. }
  2128. }
  2129. ],
  2130. "responses": {
  2131. "200": {
  2132. "description": "具体数据",
  2133. "schema": {
  2134. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  2135. }
  2136. },
  2137. "400": {
  2138. "description": "具体错误",
  2139. "schema": {
  2140. "$ref": "#/definitions/md.Response"
  2141. }
  2142. }
  2143. }
  2144. }
  2145. },
  2146. "/api/memberCenter/userManagement/updateUserInfo": {
  2147. "post": {
  2148. "description": "用户信息管理(更新)",
  2149. "consumes": [
  2150. "application/json"
  2151. ],
  2152. "produces": [
  2153. "application/json"
  2154. ],
  2155. "tags": [
  2156. "会员中心"
  2157. ],
  2158. "summary": "制度中心-会员中心-用户信息管理(更新)",
  2159. "parameters": [
  2160. {
  2161. "type": "string",
  2162. "description": "验证参数Bearer和token空格拼接",
  2163. "name": "Authorization",
  2164. "in": "header",
  2165. "required": true
  2166. },
  2167. {
  2168. "description": "用户ID 必传",
  2169. "name": "req",
  2170. "in": "body",
  2171. "required": true,
  2172. "schema": {
  2173. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  2174. }
  2175. }
  2176. ],
  2177. "responses": {
  2178. "200": {
  2179. "description": "修改数据行数",
  2180. "schema": {
  2181. "type": "int"
  2182. }
  2183. },
  2184. "400": {
  2185. "description": "具体错误",
  2186. "schema": {
  2187. "$ref": "#/definitions/md.Response"
  2188. }
  2189. }
  2190. }
  2191. }
  2192. }
  2193. },
  2194. "definitions": {
  2195. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  2196. "type": "object",
  2197. "properties": {
  2198. "direct_push_reward": {
  2199. "description": "直推奖励",
  2200. "allOf": [
  2201. {
  2202. "$ref": "#/definitions/md.TeamRewardSettingStruct"
  2203. }
  2204. ]
  2205. },
  2206. "is_open": {
  2207. "description": "是否开启(1:开启 0:关闭)",
  2208. "type": "integer"
  2209. },
  2210. "person_egg_energy_coin_id": {
  2211. "description": "个人蛋蛋能量对应虚拟币 id",
  2212. "type": "integer"
  2213. },
  2214. "person_egg_points_coin_id": {
  2215. "description": "个人蛋蛋积分对应虚拟币 id",
  2216. "type": "integer"
  2217. },
  2218. "team_egg_energy_coin_id": {
  2219. "description": "团队蛋蛋能量对应虚拟币 id",
  2220. "type": "integer"
  2221. },
  2222. "team_egg_points_coin_id": {
  2223. "description": "团队蛋蛋积分对应虚拟币 id",
  2224. "type": "integer"
  2225. }
  2226. }
  2227. },
  2228. "applet_app_md_institutional_management_egg_energy.Paginate": {
  2229. "type": "object",
  2230. "properties": {
  2231. "limit": {
  2232. "description": "每页大小",
  2233. "type": "integer"
  2234. },
  2235. "page": {
  2236. "description": "页数",
  2237. "type": "integer"
  2238. },
  2239. "total": {
  2240. "description": "总数据量",
  2241. "type": "integer"
  2242. }
  2243. }
  2244. },
  2245. "applet_app_md_institutional_management_member_center.Paginate": {
  2246. "type": "object",
  2247. "properties": {
  2248. "limit": {
  2249. "description": "每页大小",
  2250. "type": "integer"
  2251. },
  2252. "page": {
  2253. "description": "页数",
  2254. "type": "integer"
  2255. },
  2256. "total": {
  2257. "description": "总数据量",
  2258. "type": "integer"
  2259. }
  2260. }
  2261. },
  2262. "applet_app_md_institutional_management_new_user_red_package.Paginate": {
  2263. "type": "object",
  2264. "properties": {
  2265. "limit": {
  2266. "type": "integer"
  2267. },
  2268. "page": {
  2269. "type": "integer"
  2270. },
  2271. "total": {
  2272. "type": "integer"
  2273. }
  2274. }
  2275. },
  2276. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  2277. "type": "object",
  2278. "properties": {
  2279. "id": {
  2280. "type": "integer"
  2281. },
  2282. "is_open": {
  2283. "description": "是否开启(1:开启 0:关闭)",
  2284. "type": "integer"
  2285. },
  2286. "is_self_active_get_team_revenue": {
  2287. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  2288. "type": "integer"
  2289. },
  2290. "originator_uid": {
  2291. "description": "创始人uid",
  2292. "type": "integer"
  2293. },
  2294. "several_rows": {
  2295. "description": "几排",
  2296. "type": "integer"
  2297. },
  2298. "several_times": {
  2299. "description": "几乘",
  2300. "type": "integer"
  2301. },
  2302. "system_punish_replace": {
  2303. "description": "是否位置滑落 被新用户替换 0否 1是",
  2304. "type": "integer"
  2305. },
  2306. "system_punish_replace_value": {
  2307. "description": "xx天未活跃,处罚滑落",
  2308. "type": "integer"
  2309. }
  2310. }
  2311. },
  2312. "applet_app_md_institutional_management_public_platoon.Paginate": {
  2313. "type": "object",
  2314. "properties": {
  2315. "limit": {
  2316. "description": "每页大小",
  2317. "type": "integer"
  2318. },
  2319. "page": {
  2320. "description": "页数",
  2321. "type": "integer"
  2322. },
  2323. "total": {
  2324. "description": "总数据量",
  2325. "type": "integer"
  2326. }
  2327. }
  2328. },
  2329. "md.ActivePointsWalletNode": {
  2330. "type": "object",
  2331. "properties": {
  2332. "amount": {
  2333. "type": "string",
  2334. "example": "账户余额"
  2335. },
  2336. "uid": {
  2337. "description": "用户 ID",
  2338. "type": "integer"
  2339. },
  2340. "user_name": {
  2341. "type": "string",
  2342. "example": "用户名"
  2343. },
  2344. "user_phone": {
  2345. "type": "string",
  2346. "example": "手机号"
  2347. }
  2348. }
  2349. },
  2350. "md.AddCommunityDividendsReq": {
  2351. "type": "object",
  2352. "properties": {
  2353. "amount": {
  2354. "description": "社区分红数量",
  2355. "type": "string"
  2356. },
  2357. "name": {
  2358. "type": "string",
  2359. "example": "社区分红名称"
  2360. }
  2361. }
  2362. },
  2363. "md.AddCommunityDividendsWithUserReq": {
  2364. "type": "object",
  2365. "properties": {
  2366. "memo": {
  2367. "type": "string",
  2368. "example": "备注"
  2369. },
  2370. "uid": {
  2371. "description": "新增社区长用户 ID",
  2372. "type": "integer"
  2373. }
  2374. }
  2375. },
  2376. "md.AddFreePublishUserReq": {
  2377. "type": "object",
  2378. "properties": {
  2379. "uid": {
  2380. "type": "integer"
  2381. }
  2382. }
  2383. },
  2384. "md.AddFundDataReq": {
  2385. "type": "object",
  2386. "properties": {
  2387. "frequency": {
  2388. "description": "频率(分钟)",
  2389. "type": "integer"
  2390. },
  2391. "hours": {
  2392. "description": "时长(小时)",
  2393. "type": "integer"
  2394. },
  2395. "kind": {
  2396. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  2397. "type": "integer"
  2398. },
  2399. "memo": {
  2400. "type": "string",
  2401. "example": "备注"
  2402. },
  2403. "total_amount": {
  2404. "description": "金额",
  2405. "type": "string"
  2406. }
  2407. }
  2408. },
  2409. "md.AddPlatformRevenueReq": {
  2410. "type": "object",
  2411. "properties": {
  2412. "frequency": {
  2413. "description": "频率(分钟)",
  2414. "type": "integer"
  2415. },
  2416. "hours": {
  2417. "description": "时长(小时)",
  2418. "type": "integer"
  2419. },
  2420. "kind": {
  2421. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  2422. "type": "integer"
  2423. },
  2424. "memo": {
  2425. "type": "string",
  2426. "example": "备注"
  2427. },
  2428. "total_amount": {
  2429. "description": "金额",
  2430. "type": "string"
  2431. }
  2432. }
  2433. },
  2434. "md.DailyActivityAnalysisTopData": {
  2435. "type": "object",
  2436. "properties": {
  2437. "activity_count": {
  2438. "description": "子节点活跃天数",
  2439. "type": "integer"
  2440. },
  2441. "team_activity_user_count": {
  2442. "description": "子节点活跃人数",
  2443. "type": "integer"
  2444. },
  2445. "team_user_count": {
  2446. "description": "团队人数",
  2447. "type": "integer"
  2448. }
  2449. }
  2450. },
  2451. "md.DataSetting": {
  2452. "type": "object",
  2453. "properties": {
  2454. "total_angel_investor": {
  2455. "description": "天使投资人",
  2456. "type": "string",
  2457. "example": "天使投资人"
  2458. },
  2459. "total_ecological_development": {
  2460. "description": "生态建设",
  2461. "type": "string",
  2462. "example": "当前价格"
  2463. },
  2464. "total_issuance_amount": {
  2465. "description": "总发行量",
  2466. "type": "string",
  2467. "example": "总发行量"
  2468. },
  2469. "total_operate_fund": {
  2470. "description": "运营资金",
  2471. "type": "string",
  2472. "example": "运营资金"
  2473. },
  2474. "total_team_dividends": {
  2475. "description": "团队分红",
  2476. "type": "string",
  2477. "example": "团队分红"
  2478. },
  2479. "total_technology_team": {
  2480. "description": "技术团队",
  2481. "type": "string",
  2482. "example": "技术团队"
  2483. },
  2484. "total_user_for_person": {
  2485. "description": "个人区域",
  2486. "type": "string",
  2487. "example": "个人区域"
  2488. },
  2489. "total_user_for_team": {
  2490. "description": "团队区域",
  2491. "type": "string",
  2492. "example": "团队区域"
  2493. }
  2494. }
  2495. },
  2496. "md.DestructionSettingStruct": {
  2497. "type": "object",
  2498. "properties": {
  2499. "community_dividends": {
  2500. "description": "社区分红百分比",
  2501. "type": "string"
  2502. },
  2503. "destruction_quantity": {
  2504. "description": "销毁百分比",
  2505. "type": "string"
  2506. },
  2507. "development_committee": {
  2508. "description": "发展委员会百分比",
  2509. "type": "string"
  2510. },
  2511. "marketplace_merchant": {
  2512. "description": "市商数量百分比",
  2513. "type": "string"
  2514. },
  2515. "public_welfare_and_charity": {
  2516. "description": "公益慈善百分比",
  2517. "type": "string"
  2518. },
  2519. "star_level_dividends": {
  2520. "description": "星级分红百分比",
  2521. "type": "string"
  2522. }
  2523. }
  2524. },
  2525. "md.DynamicDataFlowListReq": {
  2526. "type": "object",
  2527. "properties": {
  2528. "end_at": {
  2529. "description": "结束时间",
  2530. "type": "string",
  2531. "example": "结束时间"
  2532. },
  2533. "kind": {
  2534. "description": "持有类型",
  2535. "type": "integer"
  2536. },
  2537. "page": {
  2538. "description": "页数",
  2539. "type": "integer"
  2540. },
  2541. "page_size": {
  2542. "description": "每页大小",
  2543. "type": "integer"
  2544. },
  2545. "start_at": {
  2546. "description": "开始时间",
  2547. "type": "string",
  2548. "example": "开始时间"
  2549. }
  2550. }
  2551. },
  2552. "md.DynamicDataFlowListResp": {
  2553. "type": "object",
  2554. "properties": {
  2555. "kind_list": {
  2556. "type": "array",
  2557. "items": {
  2558. "type": "object",
  2559. "additionalProperties": true
  2560. }
  2561. },
  2562. "list": {
  2563. "type": "array",
  2564. "items": {
  2565. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  2566. }
  2567. },
  2568. "paginate": {
  2569. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2570. }
  2571. }
  2572. },
  2573. "md.EggEnergyAvailableEnergyFlow": {
  2574. "type": "object",
  2575. "properties": {
  2576. "after_community_dividends": {
  2577. "type": "string"
  2578. },
  2579. "after_destruction_quantity_values": {
  2580. "type": "string"
  2581. },
  2582. "after_development_committee_values": {
  2583. "type": "string"
  2584. },
  2585. "after_marketplace_merchant_fund_values": {
  2586. "type": "string"
  2587. },
  2588. "after_marketplace_merchant_values": {
  2589. "type": "string"
  2590. },
  2591. "after_now_energy_total_nums": {
  2592. "type": "string"
  2593. },
  2594. "after_planet_total_value": {
  2595. "type": "string"
  2596. },
  2597. "after_price": {
  2598. "type": "string"
  2599. },
  2600. "after_public_welfare_and_charity_values": {
  2601. "type": "string"
  2602. },
  2603. "after_star_level_dividends_values": {
  2604. "type": "string"
  2605. },
  2606. "amount": {
  2607. "type": "string"
  2608. },
  2609. "before_community_dividends": {
  2610. "type": "string"
  2611. },
  2612. "before_destruction_quantity_values": {
  2613. "type": "string"
  2614. },
  2615. "before_development_committee_values": {
  2616. "type": "string"
  2617. },
  2618. "before_marketplace_merchant_fund_values": {
  2619. "type": "string"
  2620. },
  2621. "before_marketplace_merchant_values": {
  2622. "type": "string"
  2623. },
  2624. "before_now_energy_total_nums": {
  2625. "type": "string"
  2626. },
  2627. "before_planet_total_value": {
  2628. "type": "string"
  2629. },
  2630. "before_price": {
  2631. "type": "string"
  2632. },
  2633. "before_public_welfare_and_charity_values": {
  2634. "type": "string"
  2635. },
  2636. "before_star_level_dividends_values": {
  2637. "type": "string"
  2638. },
  2639. "create_time": {
  2640. "type": "string"
  2641. },
  2642. "id": {
  2643. "type": "integer"
  2644. },
  2645. "kind": {
  2646. "type": "integer"
  2647. },
  2648. "title": {
  2649. "type": "string"
  2650. }
  2651. }
  2652. },
  2653. "md.EggEnergyCommunityDividends": {
  2654. "type": "object",
  2655. "properties": {
  2656. "amount": {
  2657. "description": "分红数量",
  2658. "type": "string"
  2659. },
  2660. "coin_id": {
  2661. "description": "虚拟币 id",
  2662. "type": "integer"
  2663. },
  2664. "create_at": {
  2665. "description": "分红时间",
  2666. "type": "string"
  2667. },
  2668. "id": {
  2669. "type": "integer"
  2670. },
  2671. "is_over": {
  2672. "description": "是否分红完毕",
  2673. "type": "integer"
  2674. },
  2675. "name": {
  2676. "type": "string",
  2677. "example": "名称"
  2678. },
  2679. "persons_num": {
  2680. "description": "分红人数",
  2681. "type": "integer"
  2682. },
  2683. "update_at": {
  2684. "type": "string"
  2685. }
  2686. }
  2687. },
  2688. "md.EggEnergyCommunityDividendsWithUser": {
  2689. "type": "object",
  2690. "properties": {
  2691. "id": {
  2692. "type": "integer"
  2693. },
  2694. "memo": {
  2695. "type": "string",
  2696. "example": "备注"
  2697. },
  2698. "nickname": {
  2699. "type": "string"
  2700. },
  2701. "phone": {
  2702. "type": "string"
  2703. },
  2704. "uid": {
  2705. "type": "integer"
  2706. }
  2707. }
  2708. },
  2709. "md.ExchangeRulesStruct": {
  2710. "type": "object",
  2711. "properties": {
  2712. "auto_exchange_nums_by_person": {
  2713. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  2714. "type": "string"
  2715. },
  2716. "auto_exchange_nums_by_team": {
  2717. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  2718. "type": "string"
  2719. },
  2720. "auto_exchange_rate_by_person": {
  2721. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  2722. "type": "string"
  2723. },
  2724. "auto_exchange_rate_by_team": {
  2725. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  2726. "type": "string"
  2727. }
  2728. }
  2729. },
  2730. "md.ExchangeUserPositionReq": {
  2731. "type": "object",
  2732. "properties": {
  2733. "position_1": {
  2734. "description": "位置1,具体值取返回数据中的 system_id",
  2735. "type": "integer"
  2736. },
  2737. "position_2": {
  2738. "description": "位置2,具体值取返回数据中的 system_id",
  2739. "type": "integer"
  2740. }
  2741. }
  2742. },
  2743. "md.FindSubUserRelationshipMapResp": {
  2744. "type": "object",
  2745. "properties": {
  2746. "basic_setting": {
  2747. "description": "公排设置",
  2748. "allOf": [
  2749. {
  2750. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  2751. }
  2752. ]
  2753. },
  2754. "search_uid": {
  2755. "description": "查找的用户 ID",
  2756. "type": "string"
  2757. },
  2758. "sub_user": {
  2759. "description": "上级用户信息",
  2760. "allOf": [
  2761. {
  2762. "$ref": "#/definitions/md.SubUser"
  2763. }
  2764. ]
  2765. }
  2766. }
  2767. },
  2768. "md.FreePublishUserNode": {
  2769. "type": "object",
  2770. "properties": {
  2771. "nickname": {
  2772. "type": "string",
  2773. "example": "昵称"
  2774. },
  2775. "phone": {
  2776. "type": "string",
  2777. "example": "手机号"
  2778. },
  2779. "uid": {
  2780. "type": "integer"
  2781. }
  2782. }
  2783. },
  2784. "md.FundDataNode": {
  2785. "type": "object",
  2786. "properties": {
  2787. "balance_amount": {
  2788. "description": "余额",
  2789. "type": "string"
  2790. },
  2791. "balance_times": {
  2792. "description": "剩余执行次数",
  2793. "type": "integer"
  2794. },
  2795. "create_at": {
  2796. "description": "创建时间",
  2797. "type": "string"
  2798. },
  2799. "hours": {
  2800. "description": "时长",
  2801. "type": "integer"
  2802. },
  2803. "kind": {
  2804. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  2805. "type": "integer"
  2806. },
  2807. "memo": {
  2808. "description": "备注",
  2809. "type": "string"
  2810. },
  2811. "system_id": {
  2812. "type": "integer"
  2813. },
  2814. "total_amount": {
  2815. "description": "金额",
  2816. "type": "string"
  2817. }
  2818. }
  2819. },
  2820. "md.FundDataRecordNode": {
  2821. "type": "object",
  2822. "properties": {
  2823. "after_planet_total_value": {
  2824. "description": "执行后-星球价值",
  2825. "type": "string"
  2826. },
  2827. "after_price": {
  2828. "description": "执行后-价格",
  2829. "type": "string"
  2830. },
  2831. "balance_amount": {
  2832. "description": "余额",
  2833. "type": "string"
  2834. },
  2835. "balance_times": {
  2836. "description": "剩余执行次数",
  2837. "type": "integer"
  2838. },
  2839. "before_planet_total_value": {
  2840. "description": "执行前-星球价值",
  2841. "type": "string"
  2842. },
  2843. "before_price": {
  2844. "description": "执行前-价格",
  2845. "type": "string"
  2846. },
  2847. "create_at": {
  2848. "type": "string"
  2849. },
  2850. "total_amount": {
  2851. "description": "金额",
  2852. "type": "string"
  2853. }
  2854. }
  2855. },
  2856. "md.GetActivePointsUserCoinFlowListReq": {
  2857. "type": "object",
  2858. "properties": {
  2859. "coin_id": {
  2860. "description": "货币类型 ID",
  2861. "type": "integer"
  2862. },
  2863. "direction": {
  2864. "description": "流水方向:1收入 2支出",
  2865. "type": "integer"
  2866. },
  2867. "end_at": {
  2868. "description": "结束时间",
  2869. "type": "string"
  2870. },
  2871. "page": {
  2872. "description": "页数",
  2873. "type": "integer"
  2874. },
  2875. "page_size": {
  2876. "description": "每页大小",
  2877. "type": "integer"
  2878. },
  2879. "start_at": {
  2880. "description": "开始时间",
  2881. "type": "string"
  2882. },
  2883. "uid": {
  2884. "description": "用户 ID",
  2885. "type": "integer"
  2886. }
  2887. }
  2888. },
  2889. "md.GetActivePointsUserCoinFlowListResp": {
  2890. "type": "object",
  2891. "properties": {
  2892. "list": {
  2893. "description": "流水信息",
  2894. "type": "array",
  2895. "items": {
  2896. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  2897. }
  2898. },
  2899. "paginate": {
  2900. "description": "分页信息",
  2901. "allOf": [
  2902. {
  2903. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2904. }
  2905. ]
  2906. },
  2907. "select_data": {
  2908. "description": "流水类型",
  2909. "allOf": [
  2910. {
  2911. "$ref": "#/definitions/md.SelectData"
  2912. }
  2913. ]
  2914. }
  2915. }
  2916. },
  2917. "md.GetActivePointsUserCoinListReq": {
  2918. "type": "object",
  2919. "properties": {
  2920. "end_coin": {
  2921. "type": "string",
  2922. "example": "最大金额"
  2923. },
  2924. "kind": {
  2925. "description": "虚拟币种类编号",
  2926. "type": "integer"
  2927. },
  2928. "page": {
  2929. "description": "页数",
  2930. "type": "integer"
  2931. },
  2932. "page_size": {
  2933. "description": "单页大小",
  2934. "type": "integer"
  2935. },
  2936. "start_coin": {
  2937. "type": "string",
  2938. "example": "最小金额"
  2939. },
  2940. "uid": {
  2941. "description": "指定查询用户 ID",
  2942. "type": "integer"
  2943. },
  2944. "user_name": {
  2945. "type": "string",
  2946. "example": "用户名称"
  2947. },
  2948. "user_phone": {
  2949. "type": "string",
  2950. "example": "手机号"
  2951. }
  2952. }
  2953. },
  2954. "md.GetActivePointsUserCoinListResp": {
  2955. "type": "object",
  2956. "properties": {
  2957. "kind_list": {
  2958. "description": "货币类型集合",
  2959. "type": "array",
  2960. "items": {
  2961. "$ref": "#/definitions/md.VirtualCoinListNode"
  2962. }
  2963. },
  2964. "list": {
  2965. "description": "余额集合",
  2966. "type": "array",
  2967. "items": {
  2968. "$ref": "#/definitions/md.ActivePointsWalletNode"
  2969. }
  2970. },
  2971. "sum_user_amount": {
  2972. "description": "用户持有总数",
  2973. "type": "number"
  2974. },
  2975. "total": {
  2976. "description": "持有该类型用户数",
  2977. "type": "integer"
  2978. }
  2979. }
  2980. },
  2981. "md.GetBasicResp": {
  2982. "type": "object",
  2983. "properties": {
  2984. "oss_access_key_id": {
  2985. "type": "string",
  2986. "example": "oss访问秘钥id"
  2987. },
  2988. "oss_access_key_secret": {
  2989. "type": "string",
  2990. "example": "oss访问秘钥"
  2991. },
  2992. "oss_bucket_name": {
  2993. "type": "string",
  2994. "example": "oss存储桶名称"
  2995. },
  2996. "oss_bucket_scheme": {
  2997. "type": "string",
  2998. "example": "oss上传方式"
  2999. },
  3000. "oss_endpoint": {
  3001. "type": "string",
  3002. "example": "oss地域节点"
  3003. },
  3004. "oss_object_domain": {
  3005. "type": "string",
  3006. "example": "oss域名"
  3007. }
  3008. }
  3009. },
  3010. "md.GetEggCoreDataListResp": {
  3011. "type": "object",
  3012. "properties": {
  3013. "now_energy_total_nums": {
  3014. "description": "现行总量",
  3015. "type": "string",
  3016. "example": "现行总量"
  3017. },
  3018. "now_price": {
  3019. "description": "当前价格",
  3020. "type": "string",
  3021. "example": "当前价格"
  3022. },
  3023. "planet_total_value": {
  3024. "description": "星球价值",
  3025. "type": "string",
  3026. "example": "星球价值"
  3027. },
  3028. "user_hold_total_nums": {
  3029. "description": "用户持有总量",
  3030. "type": "object",
  3031. "additionalProperties": {
  3032. "type": "string"
  3033. }
  3034. }
  3035. }
  3036. },
  3037. "md.GetEggEnergyBasicResp": {
  3038. "type": "object",
  3039. "properties": {
  3040. "basic_setting": {
  3041. "description": "基础设置",
  3042. "allOf": [
  3043. {
  3044. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  3045. }
  3046. ]
  3047. },
  3048. "data_setting": {
  3049. "description": "数据设置",
  3050. "allOf": [
  3051. {
  3052. "$ref": "#/definitions/md.DataSetting"
  3053. }
  3054. ]
  3055. },
  3056. "destruction_setting": {
  3057. "description": "销毁设置",
  3058. "allOf": [
  3059. {
  3060. "$ref": "#/definitions/md.DestructionSettingStruct"
  3061. }
  3062. ]
  3063. },
  3064. "exchange_rules": {
  3065. "description": "兑换规则",
  3066. "allOf": [
  3067. {
  3068. "$ref": "#/definitions/md.ExchangeRulesStruct"
  3069. }
  3070. ]
  3071. },
  3072. "new_user_incentive_rules": {
  3073. "description": "新用户奖励规则",
  3074. "allOf": [
  3075. {
  3076. "$ref": "#/definitions/md.NewUserRewardRules"
  3077. }
  3078. ]
  3079. },
  3080. "price_setting": {
  3081. "description": "价格设置",
  3082. "allOf": [
  3083. {
  3084. "$ref": "#/definitions/md.PriceSettingStruct"
  3085. }
  3086. ]
  3087. },
  3088. "reward_system": {
  3089. "description": "圈层奖励",
  3090. "type": "array",
  3091. "items": {
  3092. "$ref": "#/definitions/md.RewardSystemStruct"
  3093. }
  3094. },
  3095. "system_id": {
  3096. "description": "该设置系统 ID",
  3097. "type": "integer"
  3098. },
  3099. "video_reward_setting": {
  3100. "description": "视频奖励",
  3101. "allOf": [
  3102. {
  3103. "$ref": "#/definitions/md.VideoRewardSetting"
  3104. }
  3105. ]
  3106. }
  3107. }
  3108. },
  3109. "md.GetEggEnergyVipSettingResp": {
  3110. "type": "object",
  3111. "properties": {
  3112. "level_list": {
  3113. "description": "会员等级列表",
  3114. "type": "array",
  3115. "items": {
  3116. "type": "object",
  3117. "additionalProperties": true
  3118. }
  3119. },
  3120. "list": {
  3121. "description": "会员权益设置",
  3122. "type": "array",
  3123. "items": {
  3124. "$ref": "#/definitions/md.VipEquitySettingNode"
  3125. }
  3126. }
  3127. }
  3128. },
  3129. "md.GetFreePublishUserReq": {
  3130. "type": "object",
  3131. "properties": {
  3132. "limit": {
  3133. "description": "每页大小",
  3134. "type": "integer"
  3135. },
  3136. "page": {
  3137. "description": "当前页数",
  3138. "type": "integer"
  3139. },
  3140. "uid": {
  3141. "description": "筛选的用户 ID",
  3142. "type": "integer"
  3143. }
  3144. }
  3145. },
  3146. "md.GetFreePublishUserResp": {
  3147. "type": "object",
  3148. "properties": {
  3149. "list": {
  3150. "description": "免罚用户列表",
  3151. "type": "array",
  3152. "items": {
  3153. "$ref": "#/definitions/md.FreePublishUserNode"
  3154. }
  3155. },
  3156. "paginate": {
  3157. "description": "分页信息",
  3158. "allOf": [
  3159. {
  3160. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  3161. }
  3162. ]
  3163. }
  3164. }
  3165. },
  3166. "md.GetFundDataListReq": {
  3167. "type": "object",
  3168. "properties": {
  3169. "end_at": {
  3170. "type": "string",
  3171. "example": "结束时间"
  3172. },
  3173. "kind": {
  3174. "description": "数据类型",
  3175. "type": "integer"
  3176. },
  3177. "limit": {
  3178. "description": "每页大小",
  3179. "type": "integer"
  3180. },
  3181. "page": {
  3182. "description": "页数",
  3183. "type": "integer"
  3184. },
  3185. "start_at": {
  3186. "type": "string",
  3187. "example": "开始时间"
  3188. }
  3189. }
  3190. },
  3191. "md.GetFundDataListResp": {
  3192. "type": "object",
  3193. "properties": {
  3194. "kind_list": {
  3195. "description": "类型列表",
  3196. "type": "array",
  3197. "items": {
  3198. "type": "object",
  3199. "additionalProperties": true
  3200. }
  3201. },
  3202. "list": {
  3203. "description": "数据列表",
  3204. "type": "array",
  3205. "items": {
  3206. "$ref": "#/definitions/md.FundDataNode"
  3207. }
  3208. },
  3209. "paginate": {
  3210. "description": "分页数据",
  3211. "allOf": [
  3212. {
  3213. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3214. }
  3215. ]
  3216. }
  3217. }
  3218. },
  3219. "md.GetFundDataRecordListReq": {
  3220. "type": "object",
  3221. "properties": {
  3222. "limit": {
  3223. "description": "页面大小",
  3224. "type": "integer"
  3225. },
  3226. "page": {
  3227. "description": "页数",
  3228. "type": "integer"
  3229. },
  3230. "system_id": {
  3231. "description": "数据在系统中的 ID",
  3232. "type": "integer"
  3233. }
  3234. }
  3235. },
  3236. "md.GetFundDataRecordListResp": {
  3237. "type": "object",
  3238. "properties": {
  3239. "list": {
  3240. "type": "array",
  3241. "items": {
  3242. "$ref": "#/definitions/md.FundDataRecordNode"
  3243. }
  3244. },
  3245. "paginate": {
  3246. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3247. }
  3248. }
  3249. },
  3250. "md.GetGreenEnergyUserCoinFlowListReq": {
  3251. "type": "object",
  3252. "properties": {
  3253. "coin_id": {
  3254. "description": "货币类型 ID",
  3255. "type": "integer"
  3256. },
  3257. "direction": {
  3258. "description": "流水方向:1收入 2支出",
  3259. "type": "integer"
  3260. },
  3261. "end_at": {
  3262. "description": "结束时间",
  3263. "type": "string"
  3264. },
  3265. "page": {
  3266. "description": "页数",
  3267. "type": "integer"
  3268. },
  3269. "page_size": {
  3270. "description": "每页大小",
  3271. "type": "integer"
  3272. },
  3273. "start_at": {
  3274. "description": "开始时间",
  3275. "type": "string"
  3276. },
  3277. "uid": {
  3278. "description": "用户 ID",
  3279. "type": "integer"
  3280. }
  3281. }
  3282. },
  3283. "md.GetGreenEnergyUserCoinFlowListResp": {
  3284. "type": "object",
  3285. "properties": {
  3286. "list": {
  3287. "description": "流水信息",
  3288. "type": "array",
  3289. "items": {
  3290. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  3291. }
  3292. },
  3293. "paginate": {
  3294. "description": "分页信息",
  3295. "allOf": [
  3296. {
  3297. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3298. }
  3299. ]
  3300. },
  3301. "select_data": {
  3302. "description": "流水类型",
  3303. "allOf": [
  3304. {
  3305. "$ref": "#/definitions/md.SelectData"
  3306. }
  3307. ]
  3308. }
  3309. }
  3310. },
  3311. "md.GetGreenEnergyUserCoinListReq": {
  3312. "type": "object",
  3313. "properties": {
  3314. "end_coin": {
  3315. "type": "string",
  3316. "example": "最大金额"
  3317. },
  3318. "kind": {
  3319. "description": "虚拟币种类编号",
  3320. "type": "integer"
  3321. },
  3322. "page": {
  3323. "description": "页数",
  3324. "type": "integer"
  3325. },
  3326. "page_size": {
  3327. "description": "单页大小",
  3328. "type": "integer"
  3329. },
  3330. "start_coin": {
  3331. "type": "string",
  3332. "example": "最小金额"
  3333. },
  3334. "uid": {
  3335. "description": "指定查询用户 ID",
  3336. "type": "integer"
  3337. },
  3338. "user_name": {
  3339. "type": "string",
  3340. "example": "用户名称"
  3341. },
  3342. "user_phone": {
  3343. "type": "string",
  3344. "example": "手机号"
  3345. }
  3346. }
  3347. },
  3348. "md.GetGreenEnergyUserCoinListResp": {
  3349. "type": "object",
  3350. "properties": {
  3351. "kind_list": {
  3352. "description": "货币类型集合",
  3353. "type": "array",
  3354. "items": {
  3355. "$ref": "#/definitions/md.VirtualCoinListNode"
  3356. }
  3357. },
  3358. "list": {
  3359. "description": "余额集合",
  3360. "type": "array",
  3361. "items": {
  3362. "$ref": "#/definitions/md.ActivePointsWalletNode"
  3363. }
  3364. },
  3365. "sum_user_amount": {
  3366. "description": "用户持有总数",
  3367. "type": "number"
  3368. },
  3369. "total": {
  3370. "description": "持有该类型用户数",
  3371. "type": "integer"
  3372. }
  3373. }
  3374. },
  3375. "md.GetPriceCurveResp": {
  3376. "type": "object",
  3377. "properties": {
  3378. "x_data": {
  3379. "type": "array",
  3380. "items": {}
  3381. },
  3382. "y_data": {
  3383. "type": "array",
  3384. "items": {}
  3385. }
  3386. }
  3387. },
  3388. "md.GetPublicPlatoonBasicResp": {
  3389. "type": "object",
  3390. "properties": {
  3391. "is_open": {
  3392. "description": "是否开启(1:开启 0:关闭)",
  3393. "type": "integer"
  3394. },
  3395. "is_self_active_get_team_revenue": {
  3396. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  3397. "type": "integer"
  3398. },
  3399. "originator_name": {
  3400. "description": "创始人名称",
  3401. "type": "string"
  3402. },
  3403. "originator_uid": {
  3404. "description": "创始人uid",
  3405. "type": "integer"
  3406. },
  3407. "several_rows": {
  3408. "description": "几排",
  3409. "type": "integer"
  3410. },
  3411. "several_times": {
  3412. "description": "几乘",
  3413. "type": "integer"
  3414. },
  3415. "system_punish_replace": {
  3416. "description": "是否位置滑落 被新用户替换 0否 1是",
  3417. "type": "integer"
  3418. },
  3419. "system_punish_replace_value": {
  3420. "description": "xx天未活跃,处罚滑落",
  3421. "type": "integer"
  3422. }
  3423. }
  3424. },
  3425. "md.GetVideoRewardResp": {
  3426. "type": "object",
  3427. "properties": {
  3428. "ecmp": {
  3429. "description": "当前 Ecpm 值",
  3430. "type": "string"
  3431. },
  3432. "unit_price": {
  3433. "description": "单价",
  3434. "type": "string"
  3435. }
  3436. }
  3437. },
  3438. "md.ListCommunityDividendsReq": {
  3439. "type": "object",
  3440. "properties": {
  3441. "end_at": {
  3442. "description": "结束时间",
  3443. "type": "string"
  3444. },
  3445. "end_nums": {
  3446. "description": "分红总量上限",
  3447. "type": "integer"
  3448. },
  3449. "limit": {
  3450. "description": "每页大小",
  3451. "type": "integer"
  3452. },
  3453. "page": {
  3454. "description": "页数",
  3455. "type": "integer"
  3456. },
  3457. "start_at": {
  3458. "description": "开始时间",
  3459. "type": "string"
  3460. },
  3461. "start_nums": {
  3462. "description": "分红总量下限",
  3463. "type": "integer"
  3464. }
  3465. }
  3466. },
  3467. "md.ListCommunityDividendsResp": {
  3468. "type": "object",
  3469. "properties": {
  3470. "list": {
  3471. "type": "array",
  3472. "items": {
  3473. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  3474. }
  3475. },
  3476. "paginate": {
  3477. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  3478. }
  3479. }
  3480. },
  3481. "md.ListCommunityDividendsWithUserReq": {
  3482. "type": "object",
  3483. "properties": {
  3484. "limit": {
  3485. "type": "integer"
  3486. },
  3487. "page": {
  3488. "type": "integer"
  3489. },
  3490. "phone": {
  3491. "type": "string"
  3492. },
  3493. "uid": {
  3494. "type": "integer"
  3495. }
  3496. }
  3497. },
  3498. "md.ListCommunityDividendsWithUserResp": {
  3499. "type": "object",
  3500. "properties": {
  3501. "list": {
  3502. "type": "array",
  3503. "items": {
  3504. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  3505. }
  3506. },
  3507. "paginate": {
  3508. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  3509. }
  3510. }
  3511. },
  3512. "md.ListPlatformRevenueReq": {
  3513. "type": "object",
  3514. "properties": {
  3515. "end_at": {
  3516. "type": "string",
  3517. "example": "结束时间"
  3518. },
  3519. "kind": {
  3520. "description": "数据类型",
  3521. "type": "integer"
  3522. },
  3523. "limit": {
  3524. "description": "每页大小",
  3525. "type": "integer"
  3526. },
  3527. "page": {
  3528. "description": "页数",
  3529. "type": "integer"
  3530. },
  3531. "start_at": {
  3532. "type": "string",
  3533. "example": "开始时间"
  3534. }
  3535. }
  3536. },
  3537. "md.ListPlatformRevenueResp": {
  3538. "type": "object",
  3539. "properties": {
  3540. "kind_list": {
  3541. "description": "类型列表",
  3542. "type": "array",
  3543. "items": {
  3544. "type": "object",
  3545. "additionalProperties": true
  3546. }
  3547. },
  3548. "list": {
  3549. "description": "数据列表",
  3550. "type": "array",
  3551. "items": {
  3552. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  3553. }
  3554. },
  3555. "paginate": {
  3556. "description": "分页数据",
  3557. "allOf": [
  3558. {
  3559. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3560. }
  3561. ]
  3562. }
  3563. }
  3564. },
  3565. "md.LoginReq": {
  3566. "type": "object",
  3567. "required": [
  3568. "password",
  3569. "username"
  3570. ],
  3571. "properties": {
  3572. "code": {
  3573. "type": "string",
  3574. "example": "验证码"
  3575. },
  3576. "password": {
  3577. "type": "string",
  3578. "example": "登录密码"
  3579. },
  3580. "username": {
  3581. "type": "string",
  3582. "example": "登录账号"
  3583. }
  3584. }
  3585. },
  3586. "md.LoginResponse": {
  3587. "type": "object",
  3588. "properties": {
  3589. "token": {
  3590. "type": "string"
  3591. }
  3592. }
  3593. },
  3594. "md.ManualScoreReq": {
  3595. "type": "object",
  3596. "properties": {
  3597. "index_id": {
  3598. "description": "文档id",
  3599. "type": "string"
  3600. },
  3601. "score": {
  3602. "type": "string",
  3603. "example": "分数"
  3604. }
  3605. }
  3606. },
  3607. "md.NewUserRedPackageGetBasicResp": {
  3608. "type": "object",
  3609. "properties": {
  3610. "create_at": {
  3611. "type": "string"
  3612. },
  3613. "days": {
  3614. "description": "天数",
  3615. "type": "integer"
  3616. },
  3617. "is_double": {
  3618. "description": "是否翻倍",
  3619. "type": "integer"
  3620. },
  3621. "is_open": {
  3622. "description": "是否开启(1:开启 0:关闭)",
  3623. "type": "integer"
  3624. },
  3625. "total_amount": {
  3626. "type": "string",
  3627. "example": "总金额"
  3628. },
  3629. "update_at": {
  3630. "type": "string"
  3631. }
  3632. }
  3633. },
  3634. "md.NewUserRedPackageRecordFlowListReq": {
  3635. "type": "object",
  3636. "properties": {
  3637. "end_at": {
  3638. "description": "结束时间",
  3639. "type": "string"
  3640. },
  3641. "limit": {
  3642. "description": "每页大小",
  3643. "type": "integer"
  3644. },
  3645. "page": {
  3646. "description": "页数",
  3647. "type": "integer"
  3648. },
  3649. "start_at": {
  3650. "description": "开始时间",
  3651. "type": "string"
  3652. },
  3653. "uid": {
  3654. "description": "用户 ID",
  3655. "type": "integer"
  3656. }
  3657. }
  3658. },
  3659. "md.NewUserRedPackageRecordFlowListResp": {
  3660. "type": "object",
  3661. "properties": {
  3662. "list": {
  3663. "type": "array",
  3664. "items": {
  3665. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  3666. }
  3667. },
  3668. "paginate": {
  3669. "$ref": "#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate"
  3670. }
  3671. }
  3672. },
  3673. "md.NewUserRedPackageRecordFlowNode": {
  3674. "type": "object",
  3675. "properties": {
  3676. "balance_amount": {
  3677. "description": "剩余金额",
  3678. "type": "string"
  3679. },
  3680. "balance_days": {
  3681. "description": "剩余天数",
  3682. "type": "integer"
  3683. },
  3684. "basic_amount": {
  3685. "description": "基础金额",
  3686. "type": "string"
  3687. },
  3688. "create_at": {
  3689. "description": "创建时间",
  3690. "type": "string"
  3691. },
  3692. "day_num": {
  3693. "description": "第x天",
  3694. "type": "integer"
  3695. },
  3696. "double_rate": {
  3697. "description": "倍率",
  3698. "type": "string"
  3699. },
  3700. "id": {
  3701. "description": "流水 ID",
  3702. "type": "integer"
  3703. },
  3704. "is_double": {
  3705. "description": "是否翻倍",
  3706. "type": "integer"
  3707. },
  3708. "receive_days": {
  3709. "description": "领取天数",
  3710. "type": "integer"
  3711. },
  3712. "total_amount": {
  3713. "description": "实际金额",
  3714. "type": "string"
  3715. },
  3716. "uid": {
  3717. "description": "用户 ID",
  3718. "type": "integer"
  3719. }
  3720. }
  3721. },
  3722. "md.NewUserRedPackageRecordListReq": {
  3723. "type": "object",
  3724. "properties": {
  3725. "end_at": {
  3726. "description": "结束时间",
  3727. "type": "string"
  3728. },
  3729. "limit": {
  3730. "description": "每页大小",
  3731. "type": "integer"
  3732. },
  3733. "page": {
  3734. "description": "页数",
  3735. "type": "integer"
  3736. },
  3737. "start_at": {
  3738. "description": "开始时间",
  3739. "type": "string"
  3740. },
  3741. "uid": {
  3742. "description": "用户 ID",
  3743. "type": "integer"
  3744. }
  3745. }
  3746. },
  3747. "md.NewUserRedPackageRecordListResp": {
  3748. "type": "object",
  3749. "properties": {
  3750. "list": {
  3751. "type": "array",
  3752. "items": {
  3753. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  3754. }
  3755. },
  3756. "paginate": {
  3757. "$ref": "#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate"
  3758. }
  3759. }
  3760. },
  3761. "md.NewUserRedPackageRecordNode": {
  3762. "type": "object",
  3763. "properties": {
  3764. "balance_amount": {
  3765. "description": "剩余金额",
  3766. "type": "string"
  3767. },
  3768. "balance_days": {
  3769. "description": "剩余天数",
  3770. "type": "integer"
  3771. },
  3772. "create_at": {
  3773. "description": "创建时间",
  3774. "type": "string"
  3775. },
  3776. "days": {
  3777. "description": "天数",
  3778. "type": "integer"
  3779. },
  3780. "receive_days": {
  3781. "description": "领取天数",
  3782. "type": "integer"
  3783. },
  3784. "state": {
  3785. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  3786. "type": "integer"
  3787. },
  3788. "system_id": {
  3789. "description": "系统中记录的 ID",
  3790. "type": "integer"
  3791. },
  3792. "total_amount": {
  3793. "description": "金额",
  3794. "type": "string"
  3795. },
  3796. "uid": {
  3797. "description": "用户 ID",
  3798. "type": "integer"
  3799. },
  3800. "update_at": {
  3801. "description": "修改时间",
  3802. "type": "string"
  3803. }
  3804. }
  3805. },
  3806. "md.NewUserRedPackageUpdateBasicReq": {
  3807. "type": "object",
  3808. "properties": {
  3809. "days": {
  3810. "description": "天数",
  3811. "type": "integer"
  3812. },
  3813. "is_double": {
  3814. "description": "是否翻倍",
  3815. "type": "integer"
  3816. },
  3817. "is_open": {
  3818. "description": "是否开启(1:开启 0:关闭)",
  3819. "type": "integer"
  3820. },
  3821. "total_amount": {
  3822. "type": "string",
  3823. "example": "总金额"
  3824. }
  3825. }
  3826. },
  3827. "md.NewUserRewardRules": {
  3828. "type": "object",
  3829. "properties": {
  3830. "continue_days": {
  3831. "description": "连续x天",
  3832. "type": "integer"
  3833. },
  3834. "invite_user_reward_value": {
  3835. "description": "拉新用户奖励x个活跃积分",
  3836. "type": "integer"
  3837. },
  3838. "reward_coefficient": {
  3839. "description": "奖励系数",
  3840. "type": "number"
  3841. }
  3842. }
  3843. },
  3844. "md.PlatformRevenueDataNode": {
  3845. "type": "object",
  3846. "properties": {
  3847. "balance_amount": {
  3848. "description": "余额",
  3849. "type": "string"
  3850. },
  3851. "balance_times": {
  3852. "description": "剩余执行次数",
  3853. "type": "integer"
  3854. },
  3855. "create_at": {
  3856. "description": "创建时间",
  3857. "type": "string"
  3858. },
  3859. "hours": {
  3860. "description": "时长",
  3861. "type": "integer"
  3862. },
  3863. "kind": {
  3864. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  3865. "type": "integer"
  3866. },
  3867. "memo": {
  3868. "description": "备注",
  3869. "type": "string"
  3870. },
  3871. "system_id": {
  3872. "type": "integer"
  3873. },
  3874. "total_amount": {
  3875. "description": "金额",
  3876. "type": "string"
  3877. }
  3878. }
  3879. },
  3880. "md.PriceSettingStruct": {
  3881. "type": "object",
  3882. "properties": {
  3883. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  3884. "description": "市商资金单笔x元自动兑换",
  3885. "type": "string"
  3886. },
  3887. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  3888. "description": "市商数量单笔x数量自动兑换",
  3889. "type": "string"
  3890. },
  3891. "price_below_value": {
  3892. "description": "低于x元",
  3893. "type": "string"
  3894. },
  3895. "price_higher_than_value": {
  3896. "description": "高于x元",
  3897. "type": "string"
  3898. }
  3899. }
  3900. },
  3901. "md.Response": {
  3902. "type": "object",
  3903. "properties": {
  3904. "code": {
  3905. "type": "string",
  3906. "example": "响应码"
  3907. },
  3908. "data": {
  3909. "description": "内容"
  3910. },
  3911. "msg": {
  3912. "type": "string",
  3913. "example": "具体错误原因"
  3914. }
  3915. }
  3916. },
  3917. "md.RewardSystemStruct": {
  3918. "type": "object",
  3919. "properties": {
  3920. "level": {
  3921. "description": "圈层",
  3922. "type": "integer"
  3923. },
  3924. "reward_condition": {
  3925. "description": "奖励条件",
  3926. "type": "string"
  3927. },
  3928. "reward_value": {
  3929. "description": "奖励值",
  3930. "type": "string"
  3931. }
  3932. }
  3933. },
  3934. "md.SelectData": {
  3935. "type": "object",
  3936. "properties": {
  3937. "direction": {
  3938. "type": "array",
  3939. "items": {
  3940. "type": "object",
  3941. "additionalProperties": {
  3942. "type": "string"
  3943. }
  3944. }
  3945. }
  3946. }
  3947. },
  3948. "md.SelectMemberNode": {
  3949. "type": "object",
  3950. "properties": {
  3951. "avatar": {
  3952. "description": "会员头像",
  3953. "type": "string"
  3954. },
  3955. "level": {
  3956. "description": "会员等级",
  3957. "type": "string"
  3958. },
  3959. "nickname": {
  3960. "description": "会员昵称",
  3961. "type": "string"
  3962. },
  3963. "phone": {
  3964. "description": "会员手机号",
  3965. "type": "string"
  3966. },
  3967. "uid": {
  3968. "description": "会员 ID",
  3969. "type": "integer"
  3970. }
  3971. }
  3972. },
  3973. "md.SelectMemberReq": {
  3974. "type": "object",
  3975. "properties": {
  3976. "level": {
  3977. "description": "会员等级",
  3978. "type": "integer"
  3979. },
  3980. "limit": {
  3981. "description": "每页大小",
  3982. "type": "integer"
  3983. },
  3984. "nickname": {
  3985. "description": "会员昵称",
  3986. "type": "string"
  3987. },
  3988. "page": {
  3989. "description": "页数",
  3990. "type": "integer"
  3991. },
  3992. "phone": {
  3993. "description": "会员手机号",
  3994. "type": "string"
  3995. },
  3996. "uid": {
  3997. "description": "会员 ID",
  3998. "type": "integer"
  3999. }
  4000. }
  4001. },
  4002. "md.SelectMemberResp": {
  4003. "type": "object",
  4004. "properties": {
  4005. "level_list": {
  4006. "description": "会员等级列表",
  4007. "type": "array",
  4008. "items": {
  4009. "type": "object",
  4010. "additionalProperties": true
  4011. }
  4012. },
  4013. "list": {
  4014. "description": "会员数据",
  4015. "type": "array",
  4016. "items": {
  4017. "$ref": "#/definitions/md.SelectMemberNode"
  4018. }
  4019. },
  4020. "paginate": {
  4021. "description": "分页信息",
  4022. "allOf": [
  4023. {
  4024. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  4025. }
  4026. ]
  4027. }
  4028. }
  4029. },
  4030. "md.SetBasicReq": {
  4031. "type": "object",
  4032. "properties": {
  4033. "oss_access_key_id": {
  4034. "type": "string",
  4035. "example": "oss访问秘钥id"
  4036. },
  4037. "oss_access_key_secret": {
  4038. "type": "string",
  4039. "example": "oss访问秘钥"
  4040. },
  4041. "oss_bucket_name": {
  4042. "type": "string",
  4043. "example": "oss存储桶名称"
  4044. },
  4045. "oss_bucket_scheme": {
  4046. "type": "string",
  4047. "example": "oss上传方式"
  4048. },
  4049. "oss_endpoint": {
  4050. "type": "string",
  4051. "example": "oss地域节点"
  4052. },
  4053. "oss_object_domain": {
  4054. "type": "string",
  4055. "example": "oss域名"
  4056. }
  4057. }
  4058. },
  4059. "md.SetVideoRewardReq": {
  4060. "type": "object",
  4061. "properties": {
  4062. "ecpm": {
  4063. "description": "当前 Ecpm 值",
  4064. "type": "string"
  4065. },
  4066. "unit_price": {
  4067. "description": "单价",
  4068. "type": "string"
  4069. }
  4070. }
  4071. },
  4072. "md.SonUserDailyActivityAnalysisNode": {
  4073. "type": "object",
  4074. "properties": {
  4075. "activity_day_nums": {
  4076. "description": "活跃子节点活跃天数",
  4077. "type": "integer"
  4078. },
  4079. "nickname": {
  4080. "type": "string",
  4081. "example": "昵称"
  4082. },
  4083. "phone": {
  4084. "type": "string",
  4085. "example": "手机号"
  4086. },
  4087. "uid": {
  4088. "description": "查询用户活跃子节点 ID",
  4089. "type": "integer"
  4090. }
  4091. }
  4092. },
  4093. "md.StatisticsEggPointReq": {
  4094. "type": "object",
  4095. "properties": {
  4096. "week": {
  4097. "type": "string",
  4098. "example": "周份"
  4099. },
  4100. "year": {
  4101. "type": "string",
  4102. "example": "年份"
  4103. }
  4104. }
  4105. },
  4106. "md.StatisticsEggPointResp": {
  4107. "type": "object",
  4108. "properties": {
  4109. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  4110. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  4111. "type": "array",
  4112. "items": {
  4113. "type": "object",
  4114. "additionalProperties": {
  4115. "type": "string"
  4116. }
  4117. }
  4118. },
  4119. "statistics_user_egg_browse_interface_nums_range": {
  4120. "description": "统计用户\"浏览界面次数\"范围",
  4121. "type": "array",
  4122. "items": {
  4123. "type": "object",
  4124. "additionalProperties": {
  4125. "type": "string"
  4126. }
  4127. }
  4128. },
  4129. "statistics_user_egg_college_learning_nums_range": {
  4130. "description": "统计用户\"学院学习次数\"范围",
  4131. "type": "array",
  4132. "items": {
  4133. "type": "object",
  4134. "additionalProperties": {
  4135. "type": "string"
  4136. }
  4137. }
  4138. },
  4139. "statistics_user_egg_ecpm_range": {
  4140. "description": "统计用户\"ecpm\"范围",
  4141. "type": "array",
  4142. "items": {
  4143. "type": "object",
  4144. "additionalProperties": {
  4145. "type": "string"
  4146. }
  4147. }
  4148. },
  4149. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  4150. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  4151. "type": "array",
  4152. "items": {
  4153. "type": "object",
  4154. "additionalProperties": {
  4155. "type": "string"
  4156. }
  4157. }
  4158. },
  4159. "statistics_user_egg_forum_comments_nums_range": {
  4160. "description": "统计用户\"论坛评论次数\"范围",
  4161. "type": "array",
  4162. "items": {
  4163. "type": "object",
  4164. "additionalProperties": {
  4165. "type": "string"
  4166. }
  4167. }
  4168. },
  4169. "statistics_user_egg_invite_user_nums_range": {
  4170. "description": "统计用户\"拉新人数\"范围",
  4171. "type": "array",
  4172. "items": {
  4173. "type": "object",
  4174. "additionalProperties": {
  4175. "type": "string"
  4176. }
  4177. }
  4178. },
  4179. "statistics_user_egg_kind_proportion": {
  4180. "description": "统计用户蛋蛋分\"评比类型\"占比",
  4181. "type": "array",
  4182. "items": {
  4183. "type": "object",
  4184. "additionalProperties": true
  4185. }
  4186. },
  4187. "statistics_user_egg_person_add_activity_value_range": {
  4188. "description": "统计用户\"个人活跃积分增量值\"范围",
  4189. "type": "array",
  4190. "items": {
  4191. "type": "object",
  4192. "additionalProperties": {
  4193. "type": "string"
  4194. }
  4195. }
  4196. },
  4197. "statistics_user_egg_score_value_range": {
  4198. "description": "统计用户蛋蛋分范围",
  4199. "type": "array",
  4200. "items": {
  4201. "type": "object",
  4202. "additionalProperties": {
  4203. "type": "string"
  4204. }
  4205. }
  4206. },
  4207. "statistics_user_egg_send_circle_of_friend_nums_range": {
  4208. "description": "统计用户\"发朋友圈次数\"范围",
  4209. "type": "array",
  4210. "items": {
  4211. "type": "object",
  4212. "additionalProperties": {
  4213. "type": "string"
  4214. }
  4215. }
  4216. },
  4217. "statistics_user_egg_send_red_package_nums_range": {
  4218. "description": "统计用户\"发红包次数\"范围",
  4219. "type": "array",
  4220. "items": {
  4221. "type": "object",
  4222. "additionalProperties": {
  4223. "type": "string"
  4224. }
  4225. }
  4226. },
  4227. "statistics_user_egg_sign_in_nums_range": {
  4228. "description": "统计用户\"签到次数\"范围",
  4229. "type": "array",
  4230. "items": {
  4231. "type": "object",
  4232. "additionalProperties": {
  4233. "type": "string"
  4234. }
  4235. }
  4236. },
  4237. "statistics_user_egg_team_activity_nums_range": {
  4238. "description": "统计用户\"团队活跃次数\"范围",
  4239. "type": "array",
  4240. "items": {
  4241. "type": "object",
  4242. "additionalProperties": {
  4243. "type": "string"
  4244. }
  4245. }
  4246. },
  4247. "statistics_user_egg_violate_nums_range": {
  4248. "description": "统计用户\"违规次数\"范围",
  4249. "type": "array",
  4250. "items": {
  4251. "type": "object",
  4252. "additionalProperties": {
  4253. "type": "string"
  4254. }
  4255. }
  4256. },
  4257. "week": {
  4258. "type": "string",
  4259. "example": "周份"
  4260. },
  4261. "year": {
  4262. "type": "string",
  4263. "example": "年份"
  4264. },
  4265. "year_list": {
  4266. "description": "年份\u0026\u0026周份列表",
  4267. "type": "object",
  4268. "additionalProperties": {
  4269. "type": "array",
  4270. "items": {
  4271. "type": "string"
  4272. }
  4273. }
  4274. }
  4275. }
  4276. },
  4277. "md.SubUser": {
  4278. "type": "object",
  4279. "properties": {
  4280. "avatar_url": {
  4281. "type": "string",
  4282. "example": "头像"
  4283. },
  4284. "level": {
  4285. "description": "整个系统中的等级",
  4286. "type": "integer"
  4287. },
  4288. "nickname": {
  4289. "type": "string",
  4290. "example": "昵称"
  4291. },
  4292. "phone": {
  4293. "type": "string",
  4294. "example": "手机号"
  4295. },
  4296. "pid": {
  4297. "type": "integer"
  4298. },
  4299. "position": {
  4300. "description": "以pid1为创始人中网的位置",
  4301. "type": "integer"
  4302. },
  4303. "uid": {
  4304. "type": "integer"
  4305. }
  4306. }
  4307. },
  4308. "md.TeamRewardSettingStruct": {
  4309. "type": "object",
  4310. "properties": {
  4311. "member_self_is_open_get_team_reward": {
  4312. "description": "会员是否活跃得到团队奖励",
  4313. "type": "string"
  4314. },
  4315. "one_round_duration": {
  4316. "description": "一轮持续时间",
  4317. "type": "string"
  4318. },
  4319. "reward_decrement_value": {
  4320. "description": "递减百分比",
  4321. "type": "string"
  4322. },
  4323. "reward_end_value": {
  4324. "description": "奖励结束值",
  4325. "type": "string"
  4326. }
  4327. }
  4328. },
  4329. "md.TreeNode": {
  4330. "type": "object",
  4331. "properties": {
  4332. "avatar_url": {
  4333. "type": "string",
  4334. "example": "头像"
  4335. },
  4336. "level": {
  4337. "type": "integer"
  4338. },
  4339. "nickname": {
  4340. "type": "string",
  4341. "example": "昵称"
  4342. },
  4343. "phone": {
  4344. "type": "string",
  4345. "example": "手机号"
  4346. },
  4347. "pid": {
  4348. "type": "integer"
  4349. },
  4350. "position": {
  4351. "type": "integer"
  4352. },
  4353. "son": {
  4354. "type": "array",
  4355. "items": {
  4356. "$ref": "#/definitions/md.TreeNode"
  4357. }
  4358. },
  4359. "system_id": {
  4360. "description": "公排网中id",
  4361. "type": "integer"
  4362. },
  4363. "uid": {
  4364. "type": "integer"
  4365. }
  4366. }
  4367. },
  4368. "md.UpdateEggEnergyBasicReq": {
  4369. "type": "object",
  4370. "properties": {
  4371. "basic_setting": {
  4372. "description": "基础设置",
  4373. "allOf": [
  4374. {
  4375. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  4376. }
  4377. ]
  4378. },
  4379. "data_setting": {
  4380. "description": "数据设置",
  4381. "allOf": [
  4382. {
  4383. "$ref": "#/definitions/md.DataSetting"
  4384. }
  4385. ]
  4386. },
  4387. "destruction_setting": {
  4388. "description": "销毁设置",
  4389. "allOf": [
  4390. {
  4391. "$ref": "#/definitions/md.DestructionSettingStruct"
  4392. }
  4393. ]
  4394. },
  4395. "exchange_rules": {
  4396. "description": "兑换规则",
  4397. "allOf": [
  4398. {
  4399. "$ref": "#/definitions/md.ExchangeRulesStruct"
  4400. }
  4401. ]
  4402. },
  4403. "new_user_incentive_rules": {
  4404. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  4405. "allOf": [
  4406. {
  4407. "$ref": "#/definitions/md.NewUserRewardRules"
  4408. }
  4409. ]
  4410. },
  4411. "price_setting": {
  4412. "description": "价格设置",
  4413. "allOf": [
  4414. {
  4415. "$ref": "#/definitions/md.PriceSettingStruct"
  4416. }
  4417. ]
  4418. },
  4419. "reward_system": {
  4420. "description": "圈层奖励",
  4421. "type": "array",
  4422. "items": {
  4423. "$ref": "#/definitions/md.RewardSystemStruct"
  4424. }
  4425. },
  4426. "system_id": {
  4427. "description": "该设置系统 ID",
  4428. "type": "integer"
  4429. },
  4430. "video_reward_setting": {
  4431. "description": "视频奖励",
  4432. "allOf": [
  4433. {
  4434. "$ref": "#/definitions/md.VideoRewardSetting"
  4435. }
  4436. ]
  4437. }
  4438. }
  4439. },
  4440. "md.UpdateEggEnergyVipSettingReq": {
  4441. "type": "object",
  4442. "properties": {
  4443. "list": {
  4444. "description": "更新后数据",
  4445. "type": "array",
  4446. "items": {
  4447. "$ref": "#/definitions/md.VipEquitySettingNode"
  4448. }
  4449. }
  4450. }
  4451. },
  4452. "md.UpdatePublicPlatoonBasicReq": {
  4453. "type": "object",
  4454. "properties": {
  4455. "is_open": {
  4456. "description": "是否开启(1:开启 0:关闭)",
  4457. "type": "integer"
  4458. },
  4459. "is_self_active_get_team_revenue": {
  4460. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  4461. "type": "integer"
  4462. },
  4463. "originator_uid": {
  4464. "description": "创始人uid",
  4465. "type": "integer"
  4466. },
  4467. "several_rows": {
  4468. "description": "几排",
  4469. "type": "integer"
  4470. },
  4471. "several_times": {
  4472. "description": "几乘",
  4473. "type": "integer"
  4474. },
  4475. "system_punish_replace": {
  4476. "description": "是否位置滑落 被新用户替换 0否 1是",
  4477. "type": "integer"
  4478. },
  4479. "system_punish_replace_value": {
  4480. "description": "xx天未活跃,处罚滑落",
  4481. "type": "integer"
  4482. }
  4483. }
  4484. },
  4485. "md.UserDailyActivityAnalysisReq": {
  4486. "type": "object",
  4487. "properties": {
  4488. "end_date": {
  4489. "type": "string",
  4490. "example": "结束日期"
  4491. },
  4492. "page": {
  4493. "description": "页数",
  4494. "type": "integer"
  4495. },
  4496. "page_size": {
  4497. "description": "每页大小",
  4498. "type": "integer"
  4499. },
  4500. "start_date": {
  4501. "type": "string",
  4502. "example": "开始日期"
  4503. },
  4504. "uid": {
  4505. "description": "查询用户 ID",
  4506. "type": "integer"
  4507. }
  4508. }
  4509. },
  4510. "md.UserDailyActivityAnalysisResp": {
  4511. "type": "object",
  4512. "properties": {
  4513. "son_user_data": {
  4514. "description": "被查询用户子节点信息",
  4515. "type": "array",
  4516. "items": {
  4517. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  4518. }
  4519. },
  4520. "top_data": {
  4521. "description": "统计信息",
  4522. "allOf": [
  4523. {
  4524. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  4525. }
  4526. ]
  4527. }
  4528. }
  4529. },
  4530. "md.UserEggFlowReq": {
  4531. "type": "object",
  4532. "properties": {
  4533. "account_balance_exchange_egg_energy_nums_end": {
  4534. "type": "string",
  4535. "example": "余额兑换蛋蛋能量数量-结束值"
  4536. },
  4537. "account_balance_exchange_egg_energy_nums_start": {
  4538. "type": "string",
  4539. "example": "余额兑换蛋蛋能量数量-起始值"
  4540. },
  4541. "browse_interface_nums_end": {
  4542. "type": "string",
  4543. "example": "浏览界面次数-结束值"
  4544. },
  4545. "browse_interface_nums_start": {
  4546. "type": "string",
  4547. "example": "浏览界面次数-起始值"
  4548. },
  4549. "college_learning_nums_end": {
  4550. "type": "string",
  4551. "example": "学院学习次数-结束值"
  4552. },
  4553. "college_learning_nums_start": {
  4554. "type": "string",
  4555. "example": "学院学习次数-起始值"
  4556. },
  4557. "ecpm_end": {
  4558. "type": "string",
  4559. "example": "ecpm-结束值"
  4560. },
  4561. "ecpm_start": {
  4562. "type": "string",
  4563. "example": "ecpm-起始值"
  4564. },
  4565. "egg_energy_exchange_account_balance_end": {
  4566. "type": "string",
  4567. "example": "蛋蛋能量兑换余额数量-结束值"
  4568. },
  4569. "egg_energy_exchange_account_balance_start": {
  4570. "type": "string",
  4571. "example": "蛋蛋能量兑换余额数量-起始值"
  4572. },
  4573. "forum_comments_nums_end": {
  4574. "type": "string",
  4575. "example": "论坛评论次数-结束值"
  4576. },
  4577. "forum_comments_nums_start": {
  4578. "type": "string",
  4579. "example": "论坛评论次数-起始值"
  4580. },
  4581. "im_activity_nums_end": {
  4582. "type": "string",
  4583. "example": "im活跃次数-结束值"
  4584. },
  4585. "im_activity_nums_start": {
  4586. "type": "string",
  4587. "example": "im活跃次数-起始值"
  4588. },
  4589. "invite_user_nums_end": {
  4590. "type": "string",
  4591. "example": "拉新人数-结束值"
  4592. },
  4593. "invite_user_nums_start": {
  4594. "type": "string",
  4595. "example": "拉新人数-起始值"
  4596. },
  4597. "page": {
  4598. "description": "页数",
  4599. "type": "integer"
  4600. },
  4601. "page_size": {
  4602. "description": "每页大小",
  4603. "type": "integer"
  4604. },
  4605. "person_add_activity_value_end": {
  4606. "type": "string",
  4607. "example": "个人活跃积分-结束值"
  4608. },
  4609. "person_add_activity_value_start": {
  4610. "type": "string",
  4611. "example": "个人活跃积分-起始值"
  4612. },
  4613. "score_value_end": {
  4614. "type": "string",
  4615. "example": "蛋蛋分-结束值"
  4616. },
  4617. "score_value_kind": {
  4618. "description": "评分类型(0:未知 1:人工 2:系统)",
  4619. "type": "integer"
  4620. },
  4621. "score_value_start": {
  4622. "type": "string",
  4623. "example": "蛋蛋分-起始值"
  4624. },
  4625. "send_circle_of_friend_nums_end": {
  4626. "type": "string",
  4627. "example": "发朋友圈次数-结束值"
  4628. },
  4629. "send_circle_of_friend_nums_start": {
  4630. "type": "string",
  4631. "example": "发朋友圈次数-起始值"
  4632. },
  4633. "send_red_package_nums_end": {
  4634. "type": "string",
  4635. "example": "发红包次数-结束值"
  4636. },
  4637. "send_red_package_nums_start": {
  4638. "type": "string",
  4639. "example": "发红包次数-起始值"
  4640. },
  4641. "sign_in_nums_end": {
  4642. "type": "string",
  4643. "example": "签到次数-结束值"
  4644. },
  4645. "sign_in_nums_start": {
  4646. "type": "string",
  4647. "example": "签到次数-起始值"
  4648. },
  4649. "team-activity-nums-end": {
  4650. "type": "string",
  4651. "example": "团队活跃次数-结束值"
  4652. },
  4653. "team_activity_nums_start": {
  4654. "type": "string",
  4655. "example": "团队活跃次数-起始值"
  4656. },
  4657. "violate_nums_end": {
  4658. "type": "string",
  4659. "example": "违规次数-结束值"
  4660. },
  4661. "violate_nums_start": {
  4662. "type": "string",
  4663. "example": "违规次数-起始值"
  4664. },
  4665. "week": {
  4666. "type": "string",
  4667. "example": "周份"
  4668. },
  4669. "year": {
  4670. "type": "string",
  4671. "example": "年份"
  4672. }
  4673. }
  4674. },
  4675. "md.UserEggFlowReqResp": {
  4676. "type": "object",
  4677. "properties": {
  4678. "list": {
  4679. "type": "array",
  4680. "items": {
  4681. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  4682. }
  4683. },
  4684. "page": {
  4685. "description": "页数",
  4686. "type": "integer"
  4687. },
  4688. "page_size": {
  4689. "description": "每页大小",
  4690. "type": "integer"
  4691. },
  4692. "total": {
  4693. "description": "总数量",
  4694. "type": "integer"
  4695. },
  4696. "week": {
  4697. "type": "string",
  4698. "example": "周份"
  4699. },
  4700. "year": {
  4701. "type": "string",
  4702. "example": "年份"
  4703. }
  4704. }
  4705. },
  4706. "md.UserEggFlowReqRespList": {
  4707. "type": "object",
  4708. "properties": {
  4709. "account_balance_exchange_egg_energy_nums": {
  4710. "description": "余额兑换蛋蛋能量数量",
  4711. "type": "integer"
  4712. },
  4713. "browse_interface_nums": {
  4714. "description": "浏览界面次数",
  4715. "type": "integer"
  4716. },
  4717. "college_learning_nums": {
  4718. "description": "学院学习次数",
  4719. "type": "integer"
  4720. },
  4721. "ecpm": {
  4722. "description": "ecpm",
  4723. "type": "number"
  4724. },
  4725. "egg_energy_exchange_account_balance": {
  4726. "description": "蛋蛋能量兑换余额数量",
  4727. "type": "integer"
  4728. },
  4729. "forum_comments_nums": {
  4730. "description": "论坛评论次数",
  4731. "type": "integer"
  4732. },
  4733. "im_activity_nums": {
  4734. "description": "im活跃次数",
  4735. "type": "integer"
  4736. },
  4737. "index_id": {
  4738. "description": "文档id",
  4739. "type": "string"
  4740. },
  4741. "invite_user_nums": {
  4742. "description": "拉新人数",
  4743. "type": "integer"
  4744. },
  4745. "person_add_activity_value": {
  4746. "description": "个人活跃积分",
  4747. "type": "integer"
  4748. },
  4749. "score_value": {
  4750. "description": "蛋蛋分-起始值",
  4751. "type": "number"
  4752. },
  4753. "score_value_kind": {
  4754. "description": "评分类型(0:未知 1:人工 2:系统)",
  4755. "type": "integer"
  4756. },
  4757. "send_circle_of_friend_nums": {
  4758. "description": "发朋友圈次数",
  4759. "type": "integer"
  4760. },
  4761. "send_red_package_nums": {
  4762. "description": "发红包次数",
  4763. "type": "integer"
  4764. },
  4765. "sign_in_nums": {
  4766. "description": "签到次数",
  4767. "type": "integer"
  4768. },
  4769. "team_activity_nums": {
  4770. "description": "团队活跃次数",
  4771. "type": "integer"
  4772. },
  4773. "violate_nums": {
  4774. "description": "违规次数",
  4775. "type": "integer"
  4776. }
  4777. }
  4778. },
  4779. "md.UserEggIndexReq": {
  4780. "type": "object",
  4781. "properties": {
  4782. "week": {
  4783. "type": "string",
  4784. "example": "周份"
  4785. },
  4786. "year": {
  4787. "type": "string",
  4788. "example": "年份"
  4789. }
  4790. }
  4791. },
  4792. "md.UserEggIndexResp": {
  4793. "type": "object",
  4794. "properties": {
  4795. "egg_energy_user_egg_index_weight": {
  4796. "description": "蛋蛋分系数权重",
  4797. "allOf": [
  4798. {
  4799. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  4800. }
  4801. ]
  4802. },
  4803. "statistics_user_egg_kind_proportion": {
  4804. "description": "统计用户蛋蛋分\"评比类型\"占比",
  4805. "type": "array",
  4806. "items": {
  4807. "type": "object",
  4808. "additionalProperties": true
  4809. }
  4810. },
  4811. "statistics_user_egg_score_value_range": {
  4812. "description": "统计用户蛋蛋分范围",
  4813. "type": "array",
  4814. "items": {
  4815. "type": "object",
  4816. "additionalProperties": {
  4817. "type": "string"
  4818. }
  4819. }
  4820. },
  4821. "week": {
  4822. "type": "string",
  4823. "example": "周份"
  4824. },
  4825. "year": {
  4826. "type": "string",
  4827. "example": "年份"
  4828. },
  4829. "year_list": {
  4830. "description": "年份\u0026\u0026周份列表",
  4831. "type": "object",
  4832. "additionalProperties": {
  4833. "type": "array",
  4834. "items": {
  4835. "type": "string"
  4836. }
  4837. }
  4838. }
  4839. }
  4840. },
  4841. "md.UserManagementGetUserListNode": {
  4842. "type": "object",
  4843. "properties": {
  4844. "avatar": {
  4845. "type": "string"
  4846. },
  4847. "create_at": {
  4848. "type": "string"
  4849. },
  4850. "custom_invite_code": {
  4851. "type": "string"
  4852. },
  4853. "id": {
  4854. "type": "integer"
  4855. },
  4856. "invite_code": {
  4857. "type": "string",
  4858. "example": "会员邀请码"
  4859. },
  4860. "invite_total": {
  4861. "type": "integer"
  4862. },
  4863. "is_real_name": {
  4864. "type": "integer"
  4865. },
  4866. "last_login_ip": {
  4867. "type": "string"
  4868. },
  4869. "level": {
  4870. "type": "integer"
  4871. },
  4872. "level_name": {
  4873. "description": "会员等级",
  4874. "type": "string"
  4875. },
  4876. "memo": {
  4877. "type": "string"
  4878. },
  4879. "nickname": {
  4880. "type": "string"
  4881. },
  4882. "open_id": {
  4883. "type": "string"
  4884. },
  4885. "parent_id": {
  4886. "description": "推荐人 ID",
  4887. "type": "integer"
  4888. },
  4889. "parent_invite_code": {
  4890. "type": "string",
  4891. "example": "推荐人邀请码"
  4892. },
  4893. "parent_phone": {
  4894. "type": "string",
  4895. "example": "推荐人手机号"
  4896. },
  4897. "parent_uid": {
  4898. "type": "integer"
  4899. },
  4900. "passcode": {
  4901. "type": "string"
  4902. },
  4903. "password": {
  4904. "type": "string"
  4905. },
  4906. "phone": {
  4907. "type": "string"
  4908. },
  4909. "register_time": {
  4910. "description": "注册时间",
  4911. "type": "string"
  4912. },
  4913. "register_type": {
  4914. "type": "integer"
  4915. },
  4916. "sex": {
  4917. "type": "integer"
  4918. },
  4919. "state": {
  4920. "type": "integer"
  4921. },
  4922. "system_invite_code": {
  4923. "type": "string"
  4924. },
  4925. "tag_name": {
  4926. "description": "会员标签",
  4927. "type": "string"
  4928. },
  4929. "union_id": {
  4930. "type": "string"
  4931. },
  4932. "update_at": {
  4933. "type": "string"
  4934. }
  4935. }
  4936. },
  4937. "md.UserManagementGetUserListReq": {
  4938. "type": "object",
  4939. "properties": {
  4940. "effective": {
  4941. "description": "有效会员",
  4942. "type": "integer"
  4943. },
  4944. "id": {
  4945. "description": "会员 ID",
  4946. "type": "integer"
  4947. },
  4948. "invite_code": {
  4949. "type": "string",
  4950. "example": "会员邀请码"
  4951. },
  4952. "is_real_name": {
  4953. "description": "是否实名 0.未实名,1.已实名",
  4954. "type": "integer"
  4955. },
  4956. "level": {
  4957. "description": "会员等级",
  4958. "type": "integer"
  4959. },
  4960. "limit": {
  4961. "type": "integer"
  4962. },
  4963. "login_after": {
  4964. "description": "最近登录结束时间",
  4965. "type": "string"
  4966. },
  4967. "login_before": {
  4968. "description": "最近登录开始时间",
  4969. "type": "string"
  4970. },
  4971. "memo": {
  4972. "description": "备注",
  4973. "type": "string"
  4974. },
  4975. "nickname": {
  4976. "type": "string",
  4977. "example": "会员昵称"
  4978. },
  4979. "page": {
  4980. "type": "integer"
  4981. },
  4982. "parent_invite_code": {
  4983. "type": "string",
  4984. "example": "上级邀请码"
  4985. },
  4986. "parent_phone": {
  4987. "type": "string",
  4988. "example": "上级手机号"
  4989. },
  4990. "phone": {
  4991. "type": "string",
  4992. "example": "会员手机号"
  4993. },
  4994. "recommend_id": {
  4995. "description": "推荐人 ID",
  4996. "type": "integer"
  4997. },
  4998. "register_after": {
  4999. "description": "注册时间终点",
  5000. "type": "string"
  5001. },
  5002. "register_before": {
  5003. "description": "注册时间起点",
  5004. "type": "string"
  5005. },
  5006. "register_type": {
  5007. "description": "注册类型(1:APP注册、2:H5注册)",
  5008. "type": "integer"
  5009. },
  5010. "sex": {
  5011. "description": "性别",
  5012. "type": "integer"
  5013. },
  5014. "state": {
  5015. "description": "状态",
  5016. "type": "integer"
  5017. },
  5018. "tag": {
  5019. "description": "标签 id",
  5020. "type": "integer"
  5021. },
  5022. "union_id": {
  5023. "type": "string",
  5024. "example": "微信号"
  5025. }
  5026. }
  5027. },
  5028. "md.UserManagementGetUserListResp": {
  5029. "type": "object",
  5030. "properties": {
  5031. "levels_list": {
  5032. "description": "等级列表",
  5033. "type": "array",
  5034. "items": {
  5035. "type": "object",
  5036. "additionalProperties": true
  5037. }
  5038. },
  5039. "list": {
  5040. "type": "array",
  5041. "items": {
  5042. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  5043. }
  5044. },
  5045. "paginate": {
  5046. "description": "分页信息",
  5047. "allOf": [
  5048. {
  5049. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  5050. }
  5051. ]
  5052. },
  5053. "tags_list": {
  5054. "description": "标签列表",
  5055. "type": "array",
  5056. "items": {
  5057. "type": "object",
  5058. "additionalProperties": true
  5059. }
  5060. }
  5061. }
  5062. },
  5063. "md.UserManagementUpdateUserInfoReq": {
  5064. "type": "object",
  5065. "properties": {
  5066. "avatar": {
  5067. "description": "头像",
  5068. "type": "string"
  5069. },
  5070. "disable": {
  5071. "description": "是否禁用用户",
  5072. "type": "boolean"
  5073. },
  5074. "last_login_ip": {
  5075. "description": "用户最后登录 IP",
  5076. "type": "string"
  5077. },
  5078. "memo": {
  5079. "type": "string",
  5080. "example": "备注"
  5081. },
  5082. "tag": {
  5083. "description": "用户标签 ID",
  5084. "type": "integer"
  5085. },
  5086. "uid": {
  5087. "type": "integer"
  5088. }
  5089. }
  5090. },
  5091. "md.UserVirtualCoinFlow": {
  5092. "type": "object",
  5093. "properties": {
  5094. "after_amount": {
  5095. "type": "string",
  5096. "example": "变更后数量"
  5097. },
  5098. "amount": {
  5099. "type": "string",
  5100. "example": "变更数量"
  5101. },
  5102. "before_amount": {
  5103. "type": "string",
  5104. "example": "变更前数量"
  5105. },
  5106. "coin_id": {
  5107. "description": "虚拟币 ID",
  5108. "type": "integer"
  5109. },
  5110. "create_at": {
  5111. "type": "string",
  5112. "example": "创建时间"
  5113. },
  5114. "direction": {
  5115. "description": "方向:1收入 2支出",
  5116. "type": "integer"
  5117. },
  5118. "id": {
  5119. "type": "integer"
  5120. },
  5121. "sys_fee": {
  5122. "type": "string",
  5123. "example": "手续费"
  5124. },
  5125. "title": {
  5126. "type": "string",
  5127. "example": "标题"
  5128. },
  5129. "transfer_type": {
  5130. "description": "转账类型",
  5131. "type": "integer"
  5132. },
  5133. "uid": {
  5134. "description": "用户 ID",
  5135. "type": "integer"
  5136. },
  5137. "update_at": {
  5138. "type": "string",
  5139. "example": "更新时间"
  5140. }
  5141. }
  5142. },
  5143. "md.VideoRewardSetting": {
  5144. "type": "object",
  5145. "properties": {
  5146. "video_reward_is_open": {
  5147. "description": "视频奖励是否开启(1:开启 0:关闭)",
  5148. "type": "integer"
  5149. },
  5150. "video_reward_system": {
  5151. "description": "视频奖励机制",
  5152. "allOf": [
  5153. {
  5154. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  5155. }
  5156. ]
  5157. }
  5158. }
  5159. },
  5160. "md.VideoRewardSystemStruct": {
  5161. "type": "object",
  5162. "properties": {
  5163. "each_round_hour": {
  5164. "description": "每一轮X个小时",
  5165. "type": "string"
  5166. },
  5167. "interval_minutes": {
  5168. "description": "间隔X秒",
  5169. "type": "string"
  5170. },
  5171. "reward_total_num": {
  5172. "description": "一共X个奖励视屏",
  5173. "type": "string"
  5174. },
  5175. "reward_value": {
  5176. "description": "奖励X个活跃积分",
  5177. "type": "string"
  5178. }
  5179. }
  5180. },
  5181. "md.VipEquitySettingNode": {
  5182. "type": "object",
  5183. "properties": {
  5184. "dividend_ratio": {
  5185. "description": "分红比例",
  5186. "type": "string"
  5187. },
  5188. "exchange_account_balance_fee": {
  5189. "description": "兑换余额手续费",
  5190. "type": "string"
  5191. },
  5192. "vip_level_name": {
  5193. "description": "会员等级名称",
  5194. "type": "string"
  5195. }
  5196. }
  5197. },
  5198. "md.VirtualCoin": {
  5199. "type": "object",
  5200. "properties": {
  5201. "create_at": {
  5202. "type": "string"
  5203. },
  5204. "exchange_ratio": {
  5205. "description": "兑换比例(与金额)",
  5206. "type": "string",
  5207. "example": "兑换比例(与金额)"
  5208. },
  5209. "id": {
  5210. "type": "integer"
  5211. },
  5212. "is_use": {
  5213. "description": "是否开启: 0否 1是",
  5214. "type": "integer"
  5215. },
  5216. "name": {
  5217. "description": "名称",
  5218. "type": "string"
  5219. },
  5220. "update_at": {
  5221. "type": "string"
  5222. }
  5223. }
  5224. },
  5225. "md.VirtualCoinListNode": {
  5226. "type": "object",
  5227. "properties": {
  5228. "coin_id": {
  5229. "description": "货币类型 ID",
  5230. "type": "integer"
  5231. },
  5232. "kind": {
  5233. "description": "货币序号",
  5234. "type": "integer"
  5235. },
  5236. "name": {
  5237. "type": "string",
  5238. "example": "货币类型名称"
  5239. }
  5240. }
  5241. },
  5242. "model.EggEnergyUserEggIndexWeight": {
  5243. "type": "object",
  5244. "properties": {
  5245. "account_balance_exchange_egg_energy_nums": {
  5246. "type": "string"
  5247. },
  5248. "browse_interface_nums": {
  5249. "type": "string"
  5250. },
  5251. "college_learning_nums": {
  5252. "type": "string"
  5253. },
  5254. "create_at": {
  5255. "type": "string"
  5256. },
  5257. "ecpm": {
  5258. "type": "string"
  5259. },
  5260. "egg_energy_exchange_account_balance": {
  5261. "type": "string"
  5262. },
  5263. "forum_comments_nums": {
  5264. "type": "string"
  5265. },
  5266. "id": {
  5267. "type": "integer"
  5268. },
  5269. "im_activity_nums": {
  5270. "type": "string"
  5271. },
  5272. "invite_user_nums": {
  5273. "type": "string"
  5274. },
  5275. "person_add_activity_value": {
  5276. "type": "string"
  5277. },
  5278. "send_circle_of_friend_nums": {
  5279. "type": "string"
  5280. },
  5281. "send_red_package_nums": {
  5282. "type": "string"
  5283. },
  5284. "sign_in_nums": {
  5285. "type": "string"
  5286. },
  5287. "team_activity_nums": {
  5288. "type": "string"
  5289. },
  5290. "update_at": {
  5291. "type": "string"
  5292. },
  5293. "violate_nums": {
  5294. "type": "string"
  5295. }
  5296. }
  5297. }
  5298. },
  5299. "securityDefinitions": {
  5300. "MasterID": {
  5301. "type": "apiKey",
  5302. "name": "MasterID",
  5303. "in": "header"
  5304. }
  5305. }
  5306. }`
  5307. // SwaggerInfo holds exported Swagger Info so clients can modify it
  5308. var SwaggerInfo = &swag.Spec{
  5309. Version: "1.0",
  5310. Host: "localhost:4001",
  5311. BasePath: "",
  5312. Schemes: []string{},
  5313. Title: "蛋蛋星球-管理后台",
  5314. Description: "管理后台接口文档",
  5315. InfoInstanceName: "swagger",
  5316. SwaggerTemplate: docTemplate,
  5317. LeftDelim: "{{",
  5318. RightDelim: "}}",
  5319. }
  5320. func init() {
  5321. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  5322. }