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

6792 lines
235 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/pointsCenterPriceCurve": {
  719. "get": {
  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. "type": "string",
  741. "description": "1:按天 2:按小时 3:按周",
  742. "name": "kind",
  743. "in": "query"
  744. }
  745. ],
  746. "responses": {
  747. "200": {
  748. "description": "具体数据",
  749. "schema": {
  750. "$ref": "#/definitions/md.GetPriceCurveResp"
  751. }
  752. },
  753. "400": {
  754. "description": "具体错误",
  755. "schema": {
  756. "$ref": "#/definitions/md.Response"
  757. }
  758. }
  759. }
  760. }
  761. },
  762. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  763. "post": {
  764. "description": "激励视频(获取)",
  765. "consumes": [
  766. "application/json"
  767. ],
  768. "produces": [
  769. "application/json"
  770. ],
  771. "tags": [
  772. "蛋蛋能量"
  773. ],
  774. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  775. "parameters": [
  776. {
  777. "type": "string",
  778. "description": "验证参数Bearer和token空格拼接",
  779. "name": "Authorization",
  780. "in": "header",
  781. "required": true
  782. },
  783. {
  784. "description": "落地页不填页大小默认20条数据",
  785. "name": "req",
  786. "in": "body",
  787. "required": true,
  788. "schema": {
  789. "$ref": "#/definitions/md.SetVideoRewardReq"
  790. }
  791. }
  792. ],
  793. "responses": {
  794. "200": {
  795. "description": "OK",
  796. "schema": {
  797. "$ref": "#/definitions/md.GetVideoRewardResp"
  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/platformRevenueList": {
  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": "分页信息必填",
  879. "name": "req",
  880. "in": "body",
  881. "required": true,
  882. "schema": {
  883. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  884. }
  885. }
  886. ],
  887. "responses": {
  888. "200": {
  889. "description": "具体数据",
  890. "schema": {
  891. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  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/eggEnergyUserCoinFlowList": {
  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/eggEnergyUserCoinList": {
  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/eggPointsUserCoinList": {
  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": "落地页不填页大小默认20条数据",
  1160. "name": "req",
  1161. "in": "body",
  1162. "schema": {
  1163. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  1164. }
  1165. }
  1166. ],
  1167. "responses": {
  1168. "200": {
  1169. "description": "成功返回",
  1170. "schema": {
  1171. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  1172. }
  1173. },
  1174. "400": {
  1175. "description": "具体错误",
  1176. "schema": {
  1177. "$ref": "#/definitions/md.Response"
  1178. }
  1179. }
  1180. }
  1181. }
  1182. },
  1183. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  1184. "post": {
  1185. "description": "蛋蛋积分流水明细(查询)",
  1186. "consumes": [
  1187. "application/json"
  1188. ],
  1189. "produces": [
  1190. "application/json"
  1191. ],
  1192. "tags": [
  1193. "公排管理"
  1194. ],
  1195. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  1196. "parameters": [
  1197. {
  1198. "type": "string",
  1199. "description": "验证参数Bearer和token空格拼接",
  1200. "name": "Authorization",
  1201. "in": "header",
  1202. "required": true
  1203. },
  1204. {
  1205. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  1206. "name": "req",
  1207. "in": "body",
  1208. "required": true,
  1209. "schema": {
  1210. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  1211. }
  1212. }
  1213. ],
  1214. "responses": {
  1215. "200": {
  1216. "description": "成功返回",
  1217. "schema": {
  1218. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  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/delete": {
  1594. "delete": {
  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": "免罚用户ID",
  1616. "name": "req",
  1617. "in": "body",
  1618. "required": true,
  1619. "schema": {
  1620. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  1621. }
  1622. }
  1623. ],
  1624. "responses": {
  1625. "200": {
  1626. "description": "删除数据数量",
  1627. "schema": {
  1628. "type": "int"
  1629. }
  1630. },
  1631. "400": {
  1632. "description": "具体错误",
  1633. "schema": {
  1634. "$ref": "#/definitions/md.Response"
  1635. }
  1636. }
  1637. }
  1638. }
  1639. },
  1640. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  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.GetFreePublishUserReq"
  1668. }
  1669. }
  1670. ],
  1671. "responses": {
  1672. "200": {
  1673. "description": "成功返回",
  1674. "schema": {
  1675. "$ref": "#/definitions/md.GetFreePublishUserResp"
  1676. }
  1677. },
  1678. "400": {
  1679. "description": "具体错误",
  1680. "schema": {
  1681. "$ref": "#/definitions/md.Response"
  1682. }
  1683. }
  1684. }
  1685. }
  1686. },
  1687. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  1688. "post": {
  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. "description": "免罚用户ID",
  1710. "name": "req",
  1711. "in": "body",
  1712. "required": true,
  1713. "schema": {
  1714. "$ref": "#/definitions/md.AddFreePublishUserReq"
  1715. }
  1716. }
  1717. ],
  1718. "responses": {
  1719. "200": {
  1720. "description": "插入数据 ID",
  1721. "schema": {
  1722. "type": "int"
  1723. }
  1724. },
  1725. "400": {
  1726. "description": "具体错误",
  1727. "schema": {
  1728. "$ref": "#/definitions/md.Response"
  1729. }
  1730. }
  1731. }
  1732. }
  1733. },
  1734. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  1735. "get": {
  1736. "description": "关系分布图(获取)",
  1737. "consumes": [
  1738. "application/json"
  1739. ],
  1740. "produces": [
  1741. "application/json"
  1742. ],
  1743. "tags": [
  1744. "公排管理"
  1745. ],
  1746. "summary": "制度中心-公排管理-关系分布图(获取)",
  1747. "parameters": [
  1748. {
  1749. "type": "string",
  1750. "description": "验证参数Bearer和token空格拼接",
  1751. "name": "Authorization",
  1752. "in": "header",
  1753. "required": true
  1754. },
  1755. {
  1756. "type": "string",
  1757. "description": "phone",
  1758. "name": "phone",
  1759. "in": "query",
  1760. "required": true
  1761. },
  1762. {
  1763. "type": "string",
  1764. "description": "uid",
  1765. "name": "uid",
  1766. "in": "query",
  1767. "required": true
  1768. }
  1769. ],
  1770. "responses": {
  1771. "200": {
  1772. "description": "具体数据",
  1773. "schema": {
  1774. "$ref": "#/definitions/md.TreeNode"
  1775. }
  1776. },
  1777. "400": {
  1778. "description": "具体错误",
  1779. "schema": {
  1780. "$ref": "#/definitions/md.Response"
  1781. }
  1782. }
  1783. }
  1784. }
  1785. },
  1786. "/api/institutionalManagement/publicPlatoon/selectMember": {
  1787. "post": {
  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.SelectMemberReq"
  1814. }
  1815. }
  1816. ],
  1817. "responses": {
  1818. "200": {
  1819. "description": "具体数据",
  1820. "schema": {
  1821. "$ref": "#/definitions/md.SelectMemberResp"
  1822. }
  1823. },
  1824. "400": {
  1825. "description": "具体错误",
  1826. "schema": {
  1827. "$ref": "#/definitions/md.Response"
  1828. }
  1829. }
  1830. }
  1831. }
  1832. },
  1833. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  1834. "put": {
  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": "公排设置表单内容",
  1856. "name": "req",
  1857. "in": "body",
  1858. "required": true,
  1859. "schema": {
  1860. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  1861. }
  1862. }
  1863. ],
  1864. "responses": {
  1865. "200": {
  1866. "description": "success",
  1867. "schema": {
  1868. "type": "string"
  1869. }
  1870. },
  1871. "400": {
  1872. "description": "具体错误",
  1873. "schema": {
  1874. "$ref": "#/definitions/md.Response"
  1875. }
  1876. }
  1877. }
  1878. }
  1879. },
  1880. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  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. "type": "string",
  1896. "description": "验证参数Bearer和token空格拼接",
  1897. "name": "Authorization",
  1898. "in": "header",
  1899. "required": true
  1900. },
  1901. {
  1902. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  1903. "name": "req",
  1904. "in": "body",
  1905. "required": true,
  1906. "schema": {
  1907. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  1908. }
  1909. }
  1910. ],
  1911. "responses": {
  1912. "200": {
  1913. "description": "具体数据",
  1914. "schema": {
  1915. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  1916. }
  1917. },
  1918. "400": {
  1919. "description": "具体错误",
  1920. "schema": {
  1921. "$ref": "#/definitions/md.Response"
  1922. }
  1923. }
  1924. }
  1925. }
  1926. },
  1927. "/api/login": {
  1928. "post": {
  1929. "description": "登入",
  1930. "consumes": [
  1931. "application/json"
  1932. ],
  1933. "produces": [
  1934. "application/json"
  1935. ],
  1936. "tags": [
  1937. "登录"
  1938. ],
  1939. "summary": "登陆",
  1940. "parameters": [
  1941. {
  1942. "description": "用户名密码",
  1943. "name": "req",
  1944. "in": "body",
  1945. "required": true,
  1946. "schema": {
  1947. "$ref": "#/definitions/md.LoginReq"
  1948. }
  1949. }
  1950. ],
  1951. "responses": {
  1952. "200": {
  1953. "description": "token",
  1954. "schema": {
  1955. "$ref": "#/definitions/md.LoginResponse"
  1956. }
  1957. },
  1958. "400": {
  1959. "description": "具体错误",
  1960. "schema": {
  1961. "$ref": "#/definitions/md.Response"
  1962. }
  1963. }
  1964. }
  1965. }
  1966. },
  1967. "/api/marketingApplications/newUserRedPackage/getBasic": {
  1968. "get": {
  1969. "description": "新人红包设置(获取)",
  1970. "consumes": [
  1971. "application/json"
  1972. ],
  1973. "produces": [
  1974. "application/json"
  1975. ],
  1976. "tags": [
  1977. "营销应用"
  1978. ],
  1979. "summary": "制度中心-营销应用-新人红包设置(获取)",
  1980. "parameters": [
  1981. {
  1982. "type": "string",
  1983. "description": "验证参数Bearer和token空格拼接",
  1984. "name": "Authorization",
  1985. "in": "header",
  1986. "required": true
  1987. }
  1988. ],
  1989. "responses": {
  1990. "200": {
  1991. "description": "具体数据",
  1992. "schema": {
  1993. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  1994. }
  1995. },
  1996. "400": {
  1997. "description": "具体错误",
  1998. "schema": {
  1999. "$ref": "#/definitions/md.Response"
  2000. }
  2001. }
  2002. }
  2003. }
  2004. },
  2005. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  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": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  2028. "name": "req",
  2029. "in": "body",
  2030. "required": true,
  2031. "schema": {
  2032. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  2033. }
  2034. }
  2035. ],
  2036. "responses": {
  2037. "200": {
  2038. "description": "具体数据",
  2039. "schema": {
  2040. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  2041. }
  2042. },
  2043. "400": {
  2044. "description": "具体错误",
  2045. "schema": {
  2046. "$ref": "#/definitions/md.Response"
  2047. }
  2048. }
  2049. }
  2050. }
  2051. },
  2052. "/api/marketingApplications/newUserRedPackage/recordList": {
  2053. "post": {
  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.NewUserRedPackageRecordListReq"
  2080. }
  2081. }
  2082. ],
  2083. "responses": {
  2084. "200": {
  2085. "description": "具体数据",
  2086. "schema": {
  2087. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  2088. }
  2089. },
  2090. "400": {
  2091. "description": "具体错误",
  2092. "schema": {
  2093. "$ref": "#/definitions/md.Response"
  2094. }
  2095. }
  2096. }
  2097. }
  2098. },
  2099. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  2100. "put": {
  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.NewUserRedPackageUpdateBasicReq"
  2127. }
  2128. }
  2129. ],
  2130. "responses": {
  2131. "200": {
  2132. "description": "success",
  2133. "schema": {
  2134. "type": "string"
  2135. }
  2136. },
  2137. "400": {
  2138. "description": "具体错误",
  2139. "schema": {
  2140. "$ref": "#/definitions/md.Response"
  2141. }
  2142. }
  2143. }
  2144. }
  2145. },
  2146. "/api/memberCenter/levelManagement/addLevel": {
  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": "需要新增的等级信息",
  2169. "name": "req",
  2170. "in": "body",
  2171. "required": true,
  2172. "schema": {
  2173. "$ref": "#/definitions/md.AddLevelReq"
  2174. }
  2175. }
  2176. ],
  2177. "responses": {
  2178. "200": {
  2179. "description": "新增等级ID",
  2180. "schema": {
  2181. "type": "int"
  2182. }
  2183. },
  2184. "400": {
  2185. "description": "具体错误",
  2186. "schema": {
  2187. "$ref": "#/definitions/md.Response"
  2188. }
  2189. }
  2190. }
  2191. }
  2192. },
  2193. "/api/memberCenter/levelManagement/addLevelTask": {
  2194. "post": {
  2195. "description": "等级任务(新增)",
  2196. "consumes": [
  2197. "application/json"
  2198. ],
  2199. "produces": [
  2200. "application/json"
  2201. ],
  2202. "tags": [
  2203. "会员中心"
  2204. ],
  2205. "summary": "制度中心-会员中心-等级明细-等级任务(新增)",
  2206. "parameters": [
  2207. {
  2208. "type": "string",
  2209. "description": "验证参数Bearer和token空格拼接",
  2210. "name": "Authorization",
  2211. "in": "header",
  2212. "required": true
  2213. },
  2214. {
  2215. "description": "需要新增的任务信息",
  2216. "name": "req",
  2217. "in": "body",
  2218. "required": true,
  2219. "schema": {
  2220. "$ref": "#/definitions/md.AddLevelTaskReq"
  2221. }
  2222. }
  2223. ],
  2224. "responses": {
  2225. "200": {
  2226. "description": "新增的任务ID",
  2227. "schema": {
  2228. "type": "int"
  2229. }
  2230. },
  2231. "400": {
  2232. "description": "具体错误",
  2233. "schema": {
  2234. "$ref": "#/definitions/md.Response"
  2235. }
  2236. }
  2237. }
  2238. }
  2239. },
  2240. "/api/memberCenter/levelManagement/deleteLevel": {
  2241. "delete": {
  2242. "description": "等级管理(删除)",
  2243. "consumes": [
  2244. "application/json"
  2245. ],
  2246. "produces": [
  2247. "application/json"
  2248. ],
  2249. "tags": [
  2250. "会员中心"
  2251. ],
  2252. "summary": "制度中心-会员中心-等级管理(删除)",
  2253. "parameters": [
  2254. {
  2255. "type": "string",
  2256. "description": "验证参数Bearer和token空格拼接",
  2257. "name": "Authorization",
  2258. "in": "header",
  2259. "required": true
  2260. },
  2261. {
  2262. "description": "需要删除的等级 ID",
  2263. "name": "req",
  2264. "in": "body",
  2265. "required": true,
  2266. "schema": {
  2267. "$ref": "#/definitions/md.DeleteLevelReq"
  2268. }
  2269. }
  2270. ],
  2271. "responses": {
  2272. "200": {
  2273. "description": "成功删除数据数量",
  2274. "schema": {
  2275. "type": "int"
  2276. }
  2277. },
  2278. "400": {
  2279. "description": "具体错误",
  2280. "schema": {
  2281. "$ref": "#/definitions/md.Response"
  2282. }
  2283. }
  2284. }
  2285. }
  2286. },
  2287. "/api/memberCenter/levelManagement/deleteLevelTask": {
  2288. "delete": {
  2289. "description": "等级任务(删除)",
  2290. "consumes": [
  2291. "application/json"
  2292. ],
  2293. "produces": [
  2294. "application/json"
  2295. ],
  2296. "tags": [
  2297. "会员中心"
  2298. ],
  2299. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  2300. "parameters": [
  2301. {
  2302. "type": "string",
  2303. "description": "验证参数Bearer和token空格拼接",
  2304. "name": "Authorization",
  2305. "in": "header",
  2306. "required": true
  2307. },
  2308. {
  2309. "description": "需要删除的等级任务ID",
  2310. "name": "req",
  2311. "in": "body",
  2312. "required": true,
  2313. "schema": {
  2314. "$ref": "#/definitions/md.DeleteTaskReq"
  2315. }
  2316. }
  2317. ],
  2318. "responses": {
  2319. "200": {
  2320. "description": "成功删除数据数量",
  2321. "schema": {
  2322. "type": "int"
  2323. }
  2324. },
  2325. "400": {
  2326. "description": "具体错误",
  2327. "schema": {
  2328. "$ref": "#/definitions/md.Response"
  2329. }
  2330. }
  2331. }
  2332. }
  2333. },
  2334. "/api/memberCenter/levelManagement/getLevelList": {
  2335. "get": {
  2336. "description": "标签管理(获取)",
  2337. "consumes": [
  2338. "application/json"
  2339. ],
  2340. "produces": [
  2341. "application/json"
  2342. ],
  2343. "tags": [
  2344. "会员中心"
  2345. ],
  2346. "summary": "制度中心-会员中心-等级管理(获取)",
  2347. "parameters": [
  2348. {
  2349. "type": "string",
  2350. "description": "验证参数Bearer和token空格拼接",
  2351. "name": "Authorization",
  2352. "in": "header",
  2353. "required": true
  2354. },
  2355. {
  2356. "type": "integer",
  2357. "description": "每页大小",
  2358. "name": "limit",
  2359. "in": "query",
  2360. "required": true
  2361. },
  2362. {
  2363. "type": "integer",
  2364. "description": "页数",
  2365. "name": "page",
  2366. "in": "query",
  2367. "required": true
  2368. }
  2369. ],
  2370. "responses": {
  2371. "200": {
  2372. "description": "具体数据",
  2373. "schema": {
  2374. "$ref": "#/definitions/md.GetLevelListResp"
  2375. }
  2376. },
  2377. "400": {
  2378. "description": "具体错误",
  2379. "schema": {
  2380. "$ref": "#/definitions/md.Response"
  2381. }
  2382. }
  2383. }
  2384. }
  2385. },
  2386. "/api/memberCenter/levelManagement/getOneLevel": {
  2387. "get": {
  2388. "description": "等级明细(获取)",
  2389. "consumes": [
  2390. "application/json"
  2391. ],
  2392. "produces": [
  2393. "application/json"
  2394. ],
  2395. "tags": [
  2396. "会员中心"
  2397. ],
  2398. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  2399. "parameters": [
  2400. {
  2401. "type": "string",
  2402. "description": "验证参数Bearer和token空格拼接",
  2403. "name": "Authorization",
  2404. "in": "header",
  2405. "required": true
  2406. },
  2407. {
  2408. "type": "integer",
  2409. "description": "等级 ID",
  2410. "name": "level_id",
  2411. "in": "query",
  2412. "required": true
  2413. }
  2414. ],
  2415. "responses": {
  2416. "200": {
  2417. "description": "具体数据",
  2418. "schema": {
  2419. "$ref": "#/definitions/md.GetOneLevelResp"
  2420. }
  2421. },
  2422. "400": {
  2423. "description": "具体错误",
  2424. "schema": {
  2425. "$ref": "#/definitions/md.Response"
  2426. }
  2427. }
  2428. }
  2429. }
  2430. },
  2431. "/api/memberCenter/levelManagement/updateLevel": {
  2432. "post": {
  2433. "description": "等级管理(更新)",
  2434. "consumes": [
  2435. "application/json"
  2436. ],
  2437. "produces": [
  2438. "application/json"
  2439. ],
  2440. "tags": [
  2441. "会员中心"
  2442. ],
  2443. "summary": "制度中心-会员中心-等级管理(更新)",
  2444. "parameters": [
  2445. {
  2446. "type": "string",
  2447. "description": "验证参数Bearer和token空格拼接",
  2448. "name": "Authorization",
  2449. "in": "header",
  2450. "required": true
  2451. },
  2452. {
  2453. "description": "需要修改的等级信息",
  2454. "name": "req",
  2455. "in": "body",
  2456. "required": true,
  2457. "schema": {
  2458. "$ref": "#/definitions/md.UpdateLevelReq"
  2459. }
  2460. }
  2461. ],
  2462. "responses": {
  2463. "200": {
  2464. "description": "成功修改数据条数",
  2465. "schema": {
  2466. "type": "int"
  2467. }
  2468. },
  2469. "400": {
  2470. "description": "具体错误",
  2471. "schema": {
  2472. "$ref": "#/definitions/md.Response"
  2473. }
  2474. }
  2475. }
  2476. }
  2477. },
  2478. "/api/memberCenter/levelManagement/updateLevelTask": {
  2479. "post": {
  2480. "description": "等级任务(更新)",
  2481. "consumes": [
  2482. "application/json"
  2483. ],
  2484. "produces": [
  2485. "application/json"
  2486. ],
  2487. "tags": [
  2488. "会员中心"
  2489. ],
  2490. "summary": "制度中心-会员中心-等级明细-等级任务(更新)",
  2491. "parameters": [
  2492. {
  2493. "type": "string",
  2494. "description": "验证参数Bearer和token空格拼接",
  2495. "name": "Authorization",
  2496. "in": "header",
  2497. "required": true
  2498. },
  2499. {
  2500. "description": "需要修改的等级任务信息",
  2501. "name": "req",
  2502. "in": "body",
  2503. "required": true,
  2504. "schema": {
  2505. "$ref": "#/definitions/md.UpdateLevelTaskReq"
  2506. }
  2507. }
  2508. ],
  2509. "responses": {
  2510. "200": {
  2511. "description": "成功修改数据条数",
  2512. "schema": {
  2513. "type": "int"
  2514. }
  2515. },
  2516. "400": {
  2517. "description": "具体错误",
  2518. "schema": {
  2519. "$ref": "#/definitions/md.Response"
  2520. }
  2521. }
  2522. }
  2523. }
  2524. },
  2525. "/api/memberCenter/tagManagement/addTag": {
  2526. "post": {
  2527. "description": "标签管理(新增)",
  2528. "consumes": [
  2529. "application/json"
  2530. ],
  2531. "produces": [
  2532. "application/json"
  2533. ],
  2534. "tags": [
  2535. "会员中心"
  2536. ],
  2537. "summary": "制度中心-会员中心-标签管理(新增)",
  2538. "parameters": [
  2539. {
  2540. "type": "string",
  2541. "description": "验证参数Bearer和token空格拼接",
  2542. "name": "Authorization",
  2543. "in": "header",
  2544. "required": true
  2545. },
  2546. {
  2547. "description": "新增的标签信息",
  2548. "name": "req",
  2549. "in": "body",
  2550. "required": true,
  2551. "schema": {
  2552. "$ref": "#/definitions/md.AddTagReq"
  2553. }
  2554. }
  2555. ],
  2556. "responses": {
  2557. "200": {
  2558. "description": "新增的标签 ID",
  2559. "schema": {
  2560. "type": "int"
  2561. }
  2562. },
  2563. "400": {
  2564. "description": "具体错误",
  2565. "schema": {
  2566. "$ref": "#/definitions/md.Response"
  2567. }
  2568. }
  2569. }
  2570. }
  2571. },
  2572. "/api/memberCenter/tagManagement/deleteTag": {
  2573. "delete": {
  2574. "description": "标签管理(删除)",
  2575. "consumes": [
  2576. "application/json"
  2577. ],
  2578. "produces": [
  2579. "application/json"
  2580. ],
  2581. "tags": [
  2582. "会员中心"
  2583. ],
  2584. "summary": "制度中心-会员中心-标签管理(删除)",
  2585. "parameters": [
  2586. {
  2587. "type": "string",
  2588. "description": "验证参数Bearer和token空格拼接",
  2589. "name": "Authorization",
  2590. "in": "header",
  2591. "required": true
  2592. },
  2593. {
  2594. "description": "需要删除的标签 ID",
  2595. "name": "req",
  2596. "in": "body",
  2597. "required": true,
  2598. "schema": {
  2599. "$ref": "#/definitions/md.DeleteTagReq"
  2600. }
  2601. }
  2602. ],
  2603. "responses": {
  2604. "200": {
  2605. "description": "成功删除标签用户数",
  2606. "schema": {
  2607. "type": "int"
  2608. }
  2609. },
  2610. "400": {
  2611. "description": "具体错误",
  2612. "schema": {
  2613. "$ref": "#/definitions/md.Response"
  2614. }
  2615. }
  2616. }
  2617. }
  2618. },
  2619. "/api/memberCenter/tagManagement/getTagList": {
  2620. "get": {
  2621. "description": "标签管理(获取)",
  2622. "consumes": [
  2623. "application/json"
  2624. ],
  2625. "produces": [
  2626. "application/json"
  2627. ],
  2628. "tags": [
  2629. "会员中心"
  2630. ],
  2631. "summary": "制度中心-会员中心-标签管理(获取)",
  2632. "parameters": [
  2633. {
  2634. "type": "string",
  2635. "description": "验证参数Bearer和token空格拼接",
  2636. "name": "Authorization",
  2637. "in": "header",
  2638. "required": true
  2639. },
  2640. {
  2641. "type": "integer",
  2642. "description": "每页大小",
  2643. "name": "limit",
  2644. "in": "query",
  2645. "required": true
  2646. },
  2647. {
  2648. "type": "integer",
  2649. "description": "页数",
  2650. "name": "page",
  2651. "in": "query",
  2652. "required": true
  2653. }
  2654. ],
  2655. "responses": {
  2656. "200": {
  2657. "description": "具体数据",
  2658. "schema": {
  2659. "$ref": "#/definitions/md.GetTagListResp"
  2660. }
  2661. },
  2662. "400": {
  2663. "description": "具体错误",
  2664. "schema": {
  2665. "$ref": "#/definitions/md.Response"
  2666. }
  2667. }
  2668. }
  2669. }
  2670. },
  2671. "/api/memberCenter/tagManagement/updateTag": {
  2672. "post": {
  2673. "description": "标签管理(更新)",
  2674. "consumes": [
  2675. "application/json"
  2676. ],
  2677. "produces": [
  2678. "application/json"
  2679. ],
  2680. "tags": [
  2681. "会员中心"
  2682. ],
  2683. "summary": "制度中心-会员中心-标签管理(更新)",
  2684. "parameters": [
  2685. {
  2686. "type": "string",
  2687. "description": "验证参数Bearer和token空格拼接",
  2688. "name": "Authorization",
  2689. "in": "header",
  2690. "required": true
  2691. },
  2692. {
  2693. "description": "需要修改的标签信息",
  2694. "name": "req",
  2695. "in": "body",
  2696. "required": true,
  2697. "schema": {
  2698. "$ref": "#/definitions/md.UpdateTagReq"
  2699. }
  2700. }
  2701. ],
  2702. "responses": {
  2703. "200": {
  2704. "description": "成功修改数据条数",
  2705. "schema": {
  2706. "type": "int"
  2707. }
  2708. },
  2709. "400": {
  2710. "description": "具体错误",
  2711. "schema": {
  2712. "$ref": "#/definitions/md.Response"
  2713. }
  2714. }
  2715. }
  2716. }
  2717. },
  2718. "/api/memberCenter/userManagement/balanceDetail": {
  2719. "get": {
  2720. "description": "会员明细(余额获取)",
  2721. "consumes": [
  2722. "application/json"
  2723. ],
  2724. "produces": [
  2725. "application/json"
  2726. ],
  2727. "tags": [
  2728. "会员中心"
  2729. ],
  2730. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  2731. "parameters": [
  2732. {
  2733. "type": "string",
  2734. "description": "验证参数Bearer和token空格拼接",
  2735. "name": "Authorization",
  2736. "in": "header",
  2737. "required": true
  2738. },
  2739. {
  2740. "type": "string",
  2741. "description": "用户 ID",
  2742. "name": "uid",
  2743. "in": "query",
  2744. "required": true
  2745. },
  2746. {
  2747. "type": "string",
  2748. "description": "每页大小",
  2749. "name": "limit",
  2750. "in": "query",
  2751. "required": true
  2752. },
  2753. {
  2754. "type": "string",
  2755. "description": "页数",
  2756. "name": "page",
  2757. "in": "query",
  2758. "required": true
  2759. }
  2760. ],
  2761. "responses": {
  2762. "200": {
  2763. "description": "具体数据",
  2764. "schema": {
  2765. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  2766. }
  2767. },
  2768. "400": {
  2769. "description": "具体错误",
  2770. "schema": {
  2771. "$ref": "#/definitions/md.Response"
  2772. }
  2773. }
  2774. }
  2775. }
  2776. },
  2777. "/api/memberCenter/userManagement/getFans": {
  2778. "get": {
  2779. "description": "会员明细粉丝情况(获取)",
  2780. "consumes": [
  2781. "application/json"
  2782. ],
  2783. "produces": [
  2784. "application/json"
  2785. ],
  2786. "tags": [
  2787. "会员中心"
  2788. ],
  2789. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  2790. "parameters": [
  2791. {
  2792. "type": "string",
  2793. "description": "验证参数Bearer和token空格拼接",
  2794. "name": "Authorization",
  2795. "in": "header",
  2796. "required": true
  2797. },
  2798. {
  2799. "type": "string",
  2800. "description": "用户 ID",
  2801. "name": "uid",
  2802. "in": "query",
  2803. "required": true
  2804. },
  2805. {
  2806. "type": "string",
  2807. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  2808. "name": "type",
  2809. "in": "query",
  2810. "required": true
  2811. },
  2812. {
  2813. "type": "string",
  2814. "description": "每页大小",
  2815. "name": "limit",
  2816. "in": "query",
  2817. "required": true
  2818. },
  2819. {
  2820. "type": "string",
  2821. "description": "页数",
  2822. "name": "page",
  2823. "in": "query",
  2824. "required": true
  2825. }
  2826. ],
  2827. "responses": {
  2828. "200": {
  2829. "description": "具体数据",
  2830. "schema": {
  2831. "$ref": "#/definitions/md.UserManagementGetFansResp"
  2832. }
  2833. },
  2834. "400": {
  2835. "description": "具体错误",
  2836. "schema": {
  2837. "$ref": "#/definitions/md.Response"
  2838. }
  2839. }
  2840. }
  2841. }
  2842. },
  2843. "/api/memberCenter/userManagement/getUserList": {
  2844. "post": {
  2845. "description": "用户信息管理(获取)",
  2846. "consumes": [
  2847. "application/json"
  2848. ],
  2849. "produces": [
  2850. "application/json"
  2851. ],
  2852. "tags": [
  2853. "会员中心"
  2854. ],
  2855. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  2856. "parameters": [
  2857. {
  2858. "type": "string",
  2859. "description": "验证参数Bearer和token空格拼接",
  2860. "name": "Authorization",
  2861. "in": "header",
  2862. "required": true
  2863. },
  2864. {
  2865. "description": "分页信息必填",
  2866. "name": "req",
  2867. "in": "body",
  2868. "required": true,
  2869. "schema": {
  2870. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  2871. }
  2872. }
  2873. ],
  2874. "responses": {
  2875. "200": {
  2876. "description": "具体数据",
  2877. "schema": {
  2878. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  2879. }
  2880. },
  2881. "400": {
  2882. "description": "具体错误",
  2883. "schema": {
  2884. "$ref": "#/definitions/md.Response"
  2885. }
  2886. }
  2887. }
  2888. }
  2889. },
  2890. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  2891. "get": {
  2892. "description": "会员明细(积分明细获取)",
  2893. "consumes": [
  2894. "application/json"
  2895. ],
  2896. "produces": [
  2897. "application/json"
  2898. ],
  2899. "tags": [
  2900. "会员中心"
  2901. ],
  2902. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  2903. "parameters": [
  2904. {
  2905. "type": "string",
  2906. "description": "验证参数Bearer和token空格拼接",
  2907. "name": "Authorization",
  2908. "in": "header",
  2909. "required": true
  2910. },
  2911. {
  2912. "type": "string",
  2913. "description": "用户 ID",
  2914. "name": "uid",
  2915. "in": "query",
  2916. "required": true
  2917. },
  2918. {
  2919. "type": "string",
  2920. "description": "货币 ID",
  2921. "name": "coinId",
  2922. "in": "query",
  2923. "required": true
  2924. },
  2925. {
  2926. "type": "string",
  2927. "description": "每页大小",
  2928. "name": "limit",
  2929. "in": "query",
  2930. "required": true
  2931. },
  2932. {
  2933. "type": "string",
  2934. "description": "页数",
  2935. "name": "page",
  2936. "in": "query",
  2937. "required": true
  2938. }
  2939. ],
  2940. "responses": {
  2941. "200": {
  2942. "description": "具体数据",
  2943. "schema": {
  2944. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  2945. }
  2946. },
  2947. "400": {
  2948. "description": "具体错误",
  2949. "schema": {
  2950. "$ref": "#/definitions/md.Response"
  2951. }
  2952. }
  2953. }
  2954. }
  2955. },
  2956. "/api/memberCenter/userManagement/updateUserInfo": {
  2957. "post": {
  2958. "description": "用户信息管理(更新)",
  2959. "consumes": [
  2960. "application/json"
  2961. ],
  2962. "produces": [
  2963. "application/json"
  2964. ],
  2965. "tags": [
  2966. "会员中心"
  2967. ],
  2968. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  2969. "parameters": [
  2970. {
  2971. "type": "string",
  2972. "description": "验证参数Bearer和token空格拼接",
  2973. "name": "Authorization",
  2974. "in": "header",
  2975. "required": true
  2976. },
  2977. {
  2978. "description": "用户ID 必传",
  2979. "name": "req",
  2980. "in": "body",
  2981. "required": true,
  2982. "schema": {
  2983. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  2984. }
  2985. }
  2986. ],
  2987. "responses": {
  2988. "200": {
  2989. "description": "修改数据行数",
  2990. "schema": {
  2991. "type": "int"
  2992. }
  2993. },
  2994. "400": {
  2995. "description": "具体错误",
  2996. "schema": {
  2997. "$ref": "#/definitions/md.Response"
  2998. }
  2999. }
  3000. }
  3001. }
  3002. },
  3003. "/api/memberCenter/userManagement/userData": {
  3004. "get": {
  3005. "description": "会员明细概况(获取)",
  3006. "consumes": [
  3007. "application/json"
  3008. ],
  3009. "produces": [
  3010. "application/json"
  3011. ],
  3012. "tags": [
  3013. "会员中心"
  3014. ],
  3015. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  3016. "parameters": [
  3017. {
  3018. "type": "string",
  3019. "description": "验证参数Bearer和token空格拼接",
  3020. "name": "Authorization",
  3021. "in": "header",
  3022. "required": true
  3023. },
  3024. {
  3025. "type": "string",
  3026. "description": "用户 ID",
  3027. "name": "uid",
  3028. "in": "query",
  3029. "required": true
  3030. }
  3031. ],
  3032. "responses": {
  3033. "200": {
  3034. "description": "会员明细概况具体数据",
  3035. "schema": {
  3036. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  3037. }
  3038. },
  3039. "400": {
  3040. "description": "具体错误",
  3041. "schema": {
  3042. "$ref": "#/definitions/md.Response"
  3043. }
  3044. }
  3045. }
  3046. }
  3047. }
  3048. },
  3049. "definitions": {
  3050. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  3051. "type": "object",
  3052. "properties": {
  3053. "direct_push_reward": {
  3054. "description": "直推奖励",
  3055. "allOf": [
  3056. {
  3057. "$ref": "#/definitions/md.TeamRewardSettingStruct"
  3058. }
  3059. ]
  3060. },
  3061. "is_open": {
  3062. "description": "是否开启(1:开启 0:关闭)",
  3063. "type": "integer"
  3064. },
  3065. "person_egg_energy_coin_id": {
  3066. "description": "个人蛋蛋能量对应虚拟币 id",
  3067. "type": "integer"
  3068. },
  3069. "person_egg_points_coin_id": {
  3070. "description": "个人蛋蛋积分对应虚拟币 id",
  3071. "type": "integer"
  3072. },
  3073. "team_egg_energy_coin_id": {
  3074. "description": "团队蛋蛋能量对应虚拟币 id",
  3075. "type": "integer"
  3076. },
  3077. "team_egg_points_coin_id": {
  3078. "description": "团队蛋蛋积分对应虚拟币 id",
  3079. "type": "integer"
  3080. }
  3081. }
  3082. },
  3083. "applet_app_md_institutional_management_egg_energy.Paginate": {
  3084. "type": "object",
  3085. "properties": {
  3086. "limit": {
  3087. "description": "每页大小",
  3088. "type": "integer"
  3089. },
  3090. "page": {
  3091. "description": "页数",
  3092. "type": "integer"
  3093. },
  3094. "total": {
  3095. "description": "总数据量",
  3096. "type": "integer"
  3097. }
  3098. }
  3099. },
  3100. "applet_app_md_institutional_management_member_center.Paginate": {
  3101. "type": "object",
  3102. "properties": {
  3103. "limit": {
  3104. "description": "每页大小",
  3105. "type": "integer"
  3106. },
  3107. "page": {
  3108. "description": "页数",
  3109. "type": "integer"
  3110. },
  3111. "total": {
  3112. "description": "总数据量",
  3113. "type": "integer"
  3114. }
  3115. }
  3116. },
  3117. "applet_app_md_institutional_management_new_user_red_package.Paginate": {
  3118. "type": "object",
  3119. "properties": {
  3120. "limit": {
  3121. "type": "integer"
  3122. },
  3123. "page": {
  3124. "type": "integer"
  3125. },
  3126. "total": {
  3127. "type": "integer"
  3128. }
  3129. }
  3130. },
  3131. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  3132. "type": "object",
  3133. "properties": {
  3134. "id": {
  3135. "type": "integer"
  3136. },
  3137. "is_open": {
  3138. "description": "是否开启(1:开启 0:关闭)",
  3139. "type": "integer"
  3140. },
  3141. "is_self_active_get_team_revenue": {
  3142. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  3143. "type": "integer"
  3144. },
  3145. "originator_uid": {
  3146. "description": "创始人uid",
  3147. "type": "integer"
  3148. },
  3149. "several_rows": {
  3150. "description": "几排",
  3151. "type": "integer"
  3152. },
  3153. "several_times": {
  3154. "description": "几乘",
  3155. "type": "integer"
  3156. },
  3157. "system_punish_replace": {
  3158. "description": "是否位置滑落 被新用户替换 0否 1是",
  3159. "type": "integer"
  3160. },
  3161. "system_punish_replace_value": {
  3162. "description": "xx天未活跃,处罚滑落",
  3163. "type": "integer"
  3164. }
  3165. }
  3166. },
  3167. "applet_app_md_institutional_management_public_platoon.Paginate": {
  3168. "type": "object",
  3169. "properties": {
  3170. "limit": {
  3171. "description": "每页大小",
  3172. "type": "integer"
  3173. },
  3174. "page": {
  3175. "description": "页数",
  3176. "type": "integer"
  3177. },
  3178. "total": {
  3179. "description": "总数据量",
  3180. "type": "integer"
  3181. }
  3182. }
  3183. },
  3184. "md.ActivePointsWalletNode": {
  3185. "type": "object",
  3186. "properties": {
  3187. "amount": {
  3188. "type": "string",
  3189. "example": "账户余额"
  3190. },
  3191. "uid": {
  3192. "description": "用户 ID",
  3193. "type": "integer"
  3194. },
  3195. "user_name": {
  3196. "type": "string",
  3197. "example": "用户名"
  3198. },
  3199. "user_phone": {
  3200. "type": "string",
  3201. "example": "手机号"
  3202. }
  3203. }
  3204. },
  3205. "md.AddCommunityDividendsReq": {
  3206. "type": "object",
  3207. "properties": {
  3208. "amount": {
  3209. "description": "社区分红数量",
  3210. "type": "string"
  3211. },
  3212. "name": {
  3213. "type": "string",
  3214. "example": "社区分红名称"
  3215. }
  3216. }
  3217. },
  3218. "md.AddCommunityDividendsWithUserReq": {
  3219. "type": "object",
  3220. "properties": {
  3221. "memo": {
  3222. "type": "string",
  3223. "example": "备注"
  3224. },
  3225. "uid": {
  3226. "description": "新增社区长用户 ID",
  3227. "type": "integer"
  3228. }
  3229. }
  3230. },
  3231. "md.AddFreePublishUserReq": {
  3232. "type": "object",
  3233. "properties": {
  3234. "uid": {
  3235. "type": "integer"
  3236. }
  3237. }
  3238. },
  3239. "md.AddFundDataReq": {
  3240. "type": "object",
  3241. "properties": {
  3242. "frequency": {
  3243. "description": "频率(分钟)",
  3244. "type": "integer"
  3245. },
  3246. "hours": {
  3247. "description": "时长(小时)",
  3248. "type": "integer"
  3249. },
  3250. "kind": {
  3251. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  3252. "type": "integer"
  3253. },
  3254. "memo": {
  3255. "type": "string",
  3256. "example": "备注"
  3257. },
  3258. "total_amount": {
  3259. "description": "金额",
  3260. "type": "string"
  3261. }
  3262. }
  3263. },
  3264. "md.AddLevelReq": {
  3265. "type": "object",
  3266. "properties": {
  3267. "auto_update": {
  3268. "description": "自动升级 0关闭 1开启",
  3269. "type": "string"
  3270. },
  3271. "choosable_num": {
  3272. "description": "可选任务数量",
  3273. "type": "string"
  3274. },
  3275. "is_use": {
  3276. "description": "是否开启(0.否, 1.是)",
  3277. "type": "string"
  3278. },
  3279. "level_name": {
  3280. "description": "等级名称",
  3281. "type": "string"
  3282. },
  3283. "level_weight": {
  3284. "description": "等级权重",
  3285. "type": "string"
  3286. },
  3287. "memo": {
  3288. "description": "备注",
  3289. "type": "string"
  3290. }
  3291. }
  3292. },
  3293. "md.AddLevelTaskReq": {
  3294. "type": "object",
  3295. "properties": {
  3296. "finish_count": {
  3297. "description": "多少天内完成的指标",
  3298. "type": "string"
  3299. },
  3300. "is_must_task": {
  3301. "description": "是否必做(0,1)",
  3302. "type": "string"
  3303. },
  3304. "level_id": {
  3305. "description": "等级 ID",
  3306. "type": "string"
  3307. },
  3308. "task_type": {
  3309. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  3310. "type": "string"
  3311. },
  3312. "task_type_level_id": {
  3313. "description": "会员等级 ID (task_type=3时生效)",
  3314. "type": "string"
  3315. },
  3316. "within_days": {
  3317. "description": "多少天内完成",
  3318. "type": "string"
  3319. }
  3320. }
  3321. },
  3322. "md.AddPlatformRevenueReq": {
  3323. "type": "object",
  3324. "properties": {
  3325. "frequency": {
  3326. "description": "频率(分钟)",
  3327. "type": "integer"
  3328. },
  3329. "hours": {
  3330. "description": "时长(小时)",
  3331. "type": "integer"
  3332. },
  3333. "kind": {
  3334. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  3335. "type": "integer"
  3336. },
  3337. "memo": {
  3338. "type": "string",
  3339. "example": "备注"
  3340. },
  3341. "total_amount": {
  3342. "description": "金额",
  3343. "type": "string"
  3344. }
  3345. }
  3346. },
  3347. "md.AddTagReq": {
  3348. "type": "object",
  3349. "properties": {
  3350. "is_punish": {
  3351. "description": "是否为处罚标签(0:否 1:是)",
  3352. "type": "string"
  3353. },
  3354. "memo": {
  3355. "description": "备注",
  3356. "type": "string"
  3357. },
  3358. "name": {
  3359. "description": "标签名称",
  3360. "type": "string"
  3361. }
  3362. }
  3363. },
  3364. "md.BalanceDetailNode": {
  3365. "type": "object",
  3366. "properties": {
  3367. "after_amount": {
  3368. "description": "变更后余额",
  3369. "type": "string"
  3370. },
  3371. "amount": {
  3372. "description": "变更数量",
  3373. "type": "string"
  3374. },
  3375. "before_amount": {
  3376. "description": "变更前余额",
  3377. "type": "string"
  3378. },
  3379. "create_at": {
  3380. "description": "创建时间",
  3381. "type": "string"
  3382. },
  3383. "id": {
  3384. "description": "记录ID",
  3385. "type": "integer"
  3386. },
  3387. "kind": {
  3388. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  3389. "type": "string"
  3390. }
  3391. }
  3392. },
  3393. "md.BasicInfoNode": {
  3394. "type": "object",
  3395. "properties": {
  3396. "avatar": {
  3397. "description": "头像",
  3398. "type": "string"
  3399. },
  3400. "level_name": {
  3401. "description": "会员等级名称",
  3402. "type": "string"
  3403. },
  3404. "memo": {
  3405. "description": "备注",
  3406. "type": "string"
  3407. },
  3408. "nickname": {
  3409. "description": "用户名称",
  3410. "type": "string"
  3411. },
  3412. "parent_name": {
  3413. "description": "推荐人名称",
  3414. "type": "string"
  3415. },
  3416. "parent_phone": {
  3417. "description": "推荐人手机号",
  3418. "type": "string"
  3419. },
  3420. "parent_uid": {
  3421. "description": "推荐人",
  3422. "type": "integer"
  3423. },
  3424. "password": {
  3425. "description": "登录密码",
  3426. "type": "string"
  3427. },
  3428. "phone": {
  3429. "description": "手机号",
  3430. "type": "string"
  3431. },
  3432. "sex": {
  3433. "description": "性别",
  3434. "type": "integer"
  3435. },
  3436. "state": {
  3437. "description": "账号状态 1正常,2冻结",
  3438. "type": "integer"
  3439. },
  3440. "tag_name": {
  3441. "description": "标签名称",
  3442. "type": "string"
  3443. },
  3444. "union_id": {
  3445. "description": "微信号",
  3446. "type": "string"
  3447. }
  3448. }
  3449. },
  3450. "md.DailyActivityAnalysisTopData": {
  3451. "type": "object",
  3452. "properties": {
  3453. "activity_count": {
  3454. "description": "子节点活跃天数",
  3455. "type": "integer"
  3456. },
  3457. "team_activity_user_count": {
  3458. "description": "子节点活跃人数",
  3459. "type": "integer"
  3460. },
  3461. "team_user_count": {
  3462. "description": "团队人数",
  3463. "type": "integer"
  3464. }
  3465. }
  3466. },
  3467. "md.DataSetting": {
  3468. "type": "object",
  3469. "properties": {
  3470. "total_angel_investor": {
  3471. "description": "天使投资人",
  3472. "type": "string",
  3473. "example": "天使投资人"
  3474. },
  3475. "total_ecological_development": {
  3476. "description": "生态建设",
  3477. "type": "string",
  3478. "example": "当前价格"
  3479. },
  3480. "total_issuance_amount": {
  3481. "description": "总发行量",
  3482. "type": "string",
  3483. "example": "总发行量"
  3484. },
  3485. "total_operate_fund": {
  3486. "description": "运营资金",
  3487. "type": "string",
  3488. "example": "运营资金"
  3489. },
  3490. "total_team_dividends": {
  3491. "description": "团队分红",
  3492. "type": "string",
  3493. "example": "团队分红"
  3494. },
  3495. "total_technology_team": {
  3496. "description": "技术团队",
  3497. "type": "string",
  3498. "example": "技术团队"
  3499. },
  3500. "total_user_for_person": {
  3501. "description": "个人区域",
  3502. "type": "string",
  3503. "example": "个人区域"
  3504. },
  3505. "total_user_for_team": {
  3506. "description": "团队区域",
  3507. "type": "string",
  3508. "example": "团队区域"
  3509. }
  3510. }
  3511. },
  3512. "md.DeleteFreePublishUserReq": {
  3513. "type": "object",
  3514. "properties": {
  3515. "uid": {
  3516. "type": "string"
  3517. }
  3518. }
  3519. },
  3520. "md.DeleteLevelReq": {
  3521. "type": "object",
  3522. "properties": {
  3523. "level_id": {
  3524. "type": "string"
  3525. }
  3526. }
  3527. },
  3528. "md.DeleteTagReq": {
  3529. "type": "object",
  3530. "properties": {
  3531. "tag_id": {
  3532. "description": "标签 ID",
  3533. "type": "string"
  3534. }
  3535. }
  3536. },
  3537. "md.DeleteTaskReq": {
  3538. "type": "object",
  3539. "properties": {
  3540. "task_id": {
  3541. "type": "string"
  3542. }
  3543. }
  3544. },
  3545. "md.DestructionSettingStruct": {
  3546. "type": "object",
  3547. "properties": {
  3548. "community_dividends": {
  3549. "description": "社区分红百分比",
  3550. "type": "string"
  3551. },
  3552. "destruction_quantity": {
  3553. "description": "销毁百分比",
  3554. "type": "string"
  3555. },
  3556. "development_committee": {
  3557. "description": "发展委员会百分比",
  3558. "type": "string"
  3559. },
  3560. "marketplace_merchant": {
  3561. "description": "市商数量百分比",
  3562. "type": "string"
  3563. },
  3564. "public_welfare_and_charity": {
  3565. "description": "公益慈善百分比",
  3566. "type": "string"
  3567. },
  3568. "star_level_dividends": {
  3569. "description": "星级分红百分比",
  3570. "type": "string"
  3571. }
  3572. }
  3573. },
  3574. "md.DynamicDataFlowListReq": {
  3575. "type": "object",
  3576. "properties": {
  3577. "end_at": {
  3578. "description": "结束时间",
  3579. "type": "string",
  3580. "example": "结束时间"
  3581. },
  3582. "kind": {
  3583. "description": "持有类型",
  3584. "type": "integer"
  3585. },
  3586. "page": {
  3587. "description": "页数",
  3588. "type": "integer"
  3589. },
  3590. "page_size": {
  3591. "description": "每页大小",
  3592. "type": "integer"
  3593. },
  3594. "start_at": {
  3595. "description": "开始时间",
  3596. "type": "string",
  3597. "example": "开始时间"
  3598. }
  3599. }
  3600. },
  3601. "md.DynamicDataFlowListResp": {
  3602. "type": "object",
  3603. "properties": {
  3604. "kind_list": {
  3605. "type": "array",
  3606. "items": {
  3607. "type": "object",
  3608. "additionalProperties": true
  3609. }
  3610. },
  3611. "list": {
  3612. "type": "array",
  3613. "items": {
  3614. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  3615. }
  3616. },
  3617. "paginate": {
  3618. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3619. }
  3620. }
  3621. },
  3622. "md.EggEnergyAvailableEnergyFlow": {
  3623. "type": "object",
  3624. "properties": {
  3625. "after_community_dividends": {
  3626. "type": "string"
  3627. },
  3628. "after_destruction_quantity_values": {
  3629. "type": "string"
  3630. },
  3631. "after_development_committee_values": {
  3632. "type": "string"
  3633. },
  3634. "after_marketplace_merchant_fund_values": {
  3635. "type": "string"
  3636. },
  3637. "after_marketplace_merchant_values": {
  3638. "type": "string"
  3639. },
  3640. "after_now_energy_total_nums": {
  3641. "type": "string"
  3642. },
  3643. "after_planet_total_value": {
  3644. "type": "string"
  3645. },
  3646. "after_price": {
  3647. "type": "string"
  3648. },
  3649. "after_public_welfare_and_charity_values": {
  3650. "type": "string"
  3651. },
  3652. "after_star_level_dividends_values": {
  3653. "type": "string"
  3654. },
  3655. "amount": {
  3656. "type": "string"
  3657. },
  3658. "before_community_dividends": {
  3659. "type": "string"
  3660. },
  3661. "before_destruction_quantity_values": {
  3662. "type": "string"
  3663. },
  3664. "before_development_committee_values": {
  3665. "type": "string"
  3666. },
  3667. "before_marketplace_merchant_fund_values": {
  3668. "type": "string"
  3669. },
  3670. "before_marketplace_merchant_values": {
  3671. "type": "string"
  3672. },
  3673. "before_now_energy_total_nums": {
  3674. "type": "string"
  3675. },
  3676. "before_planet_total_value": {
  3677. "type": "string"
  3678. },
  3679. "before_price": {
  3680. "type": "string"
  3681. },
  3682. "before_public_welfare_and_charity_values": {
  3683. "type": "string"
  3684. },
  3685. "before_star_level_dividends_values": {
  3686. "type": "string"
  3687. },
  3688. "create_time": {
  3689. "type": "string"
  3690. },
  3691. "id": {
  3692. "type": "integer"
  3693. },
  3694. "kind": {
  3695. "type": "integer"
  3696. },
  3697. "title": {
  3698. "type": "string"
  3699. }
  3700. }
  3701. },
  3702. "md.EggEnergyCommunityDividends": {
  3703. "type": "object",
  3704. "properties": {
  3705. "amount": {
  3706. "description": "分红数量",
  3707. "type": "string"
  3708. },
  3709. "coin_id": {
  3710. "description": "虚拟币 id",
  3711. "type": "integer"
  3712. },
  3713. "create_at": {
  3714. "description": "分红时间",
  3715. "type": "string"
  3716. },
  3717. "id": {
  3718. "type": "integer"
  3719. },
  3720. "is_over": {
  3721. "description": "是否分红完毕",
  3722. "type": "integer"
  3723. },
  3724. "name": {
  3725. "type": "string",
  3726. "example": "名称"
  3727. },
  3728. "persons_num": {
  3729. "description": "分红人数",
  3730. "type": "integer"
  3731. },
  3732. "update_at": {
  3733. "type": "string"
  3734. }
  3735. }
  3736. },
  3737. "md.EggEnergyCommunityDividendsWithUser": {
  3738. "type": "object",
  3739. "properties": {
  3740. "id": {
  3741. "type": "integer"
  3742. },
  3743. "memo": {
  3744. "type": "string",
  3745. "example": "备注"
  3746. },
  3747. "nickname": {
  3748. "type": "string"
  3749. },
  3750. "phone": {
  3751. "type": "string"
  3752. },
  3753. "uid": {
  3754. "type": "integer"
  3755. }
  3756. }
  3757. },
  3758. "md.ExchangeRulesStruct": {
  3759. "type": "object",
  3760. "properties": {
  3761. "auto_exchange_nums_by_person": {
  3762. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  3763. "type": "string"
  3764. },
  3765. "auto_exchange_nums_by_team": {
  3766. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  3767. "type": "string"
  3768. },
  3769. "auto_exchange_rate_by_person": {
  3770. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  3771. "type": "string"
  3772. },
  3773. "auto_exchange_rate_by_team": {
  3774. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  3775. "type": "string"
  3776. }
  3777. }
  3778. },
  3779. "md.ExchangeUserPositionReq": {
  3780. "type": "object",
  3781. "properties": {
  3782. "position_1": {
  3783. "description": "位置1,具体值取返回数据中的 system_id",
  3784. "type": "integer"
  3785. },
  3786. "position_2": {
  3787. "description": "位置2,具体值取返回数据中的 system_id",
  3788. "type": "integer"
  3789. }
  3790. }
  3791. },
  3792. "md.FansNode": {
  3793. "type": "object",
  3794. "properties": {
  3795. "amount": {
  3796. "description": "可提现余额",
  3797. "type": "string"
  3798. },
  3799. "id": {
  3800. "description": "用户ID",
  3801. "type": "integer"
  3802. },
  3803. "level_total": {
  3804. "description": "所属代数",
  3805. "type": "integer"
  3806. },
  3807. "nickname": {
  3808. "type": "string",
  3809. "example": "用户昵称"
  3810. },
  3811. "phone": {
  3812. "type": "string",
  3813. "example": "手机号"
  3814. },
  3815. "register_at": {
  3816. "description": "注册时间",
  3817. "type": "string"
  3818. },
  3819. "total_income": {
  3820. "description": "累计收益",
  3821. "type": "string"
  3822. }
  3823. }
  3824. },
  3825. "md.FindSubUserRelationshipMapResp": {
  3826. "type": "object",
  3827. "properties": {
  3828. "basic_setting": {
  3829. "description": "公排设置",
  3830. "allOf": [
  3831. {
  3832. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  3833. }
  3834. ]
  3835. },
  3836. "search_uid": {
  3837. "description": "查找的用户 ID",
  3838. "type": "string"
  3839. },
  3840. "sub_user": {
  3841. "description": "上级用户信息",
  3842. "allOf": [
  3843. {
  3844. "$ref": "#/definitions/md.SubUser"
  3845. }
  3846. ]
  3847. }
  3848. }
  3849. },
  3850. "md.FreePublishUserNode": {
  3851. "type": "object",
  3852. "properties": {
  3853. "nickname": {
  3854. "type": "string",
  3855. "example": "昵称"
  3856. },
  3857. "phone": {
  3858. "type": "string",
  3859. "example": "手机号"
  3860. },
  3861. "uid": {
  3862. "type": "integer"
  3863. }
  3864. }
  3865. },
  3866. "md.FundDataNode": {
  3867. "type": "object",
  3868. "properties": {
  3869. "balance_amount": {
  3870. "description": "余额",
  3871. "type": "string"
  3872. },
  3873. "balance_times": {
  3874. "description": "剩余执行次数",
  3875. "type": "integer"
  3876. },
  3877. "create_at": {
  3878. "description": "创建时间",
  3879. "type": "string"
  3880. },
  3881. "hours": {
  3882. "description": "时长",
  3883. "type": "integer"
  3884. },
  3885. "kind": {
  3886. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  3887. "type": "integer"
  3888. },
  3889. "memo": {
  3890. "description": "备注",
  3891. "type": "string"
  3892. },
  3893. "system_id": {
  3894. "type": "integer"
  3895. },
  3896. "total_amount": {
  3897. "description": "金额",
  3898. "type": "string"
  3899. }
  3900. }
  3901. },
  3902. "md.FundDataRecordNode": {
  3903. "type": "object",
  3904. "properties": {
  3905. "after_planet_total_value": {
  3906. "description": "执行后-星球价值",
  3907. "type": "string"
  3908. },
  3909. "after_price": {
  3910. "description": "执行后-价格",
  3911. "type": "string"
  3912. },
  3913. "balance_amount": {
  3914. "description": "余额",
  3915. "type": "string"
  3916. },
  3917. "balance_times": {
  3918. "description": "剩余执行次数",
  3919. "type": "integer"
  3920. },
  3921. "before_planet_total_value": {
  3922. "description": "执行前-星球价值",
  3923. "type": "string"
  3924. },
  3925. "before_price": {
  3926. "description": "执行前-价格",
  3927. "type": "string"
  3928. },
  3929. "create_at": {
  3930. "type": "string"
  3931. },
  3932. "total_amount": {
  3933. "description": "金额",
  3934. "type": "string"
  3935. }
  3936. }
  3937. },
  3938. "md.GetActivePointsUserCoinFlowListReq": {
  3939. "type": "object",
  3940. "properties": {
  3941. "coin_id": {
  3942. "description": "货币类型 ID",
  3943. "type": "integer"
  3944. },
  3945. "direction": {
  3946. "description": "流水方向:1收入 2支出",
  3947. "type": "integer"
  3948. },
  3949. "end_at": {
  3950. "description": "结束时间",
  3951. "type": "string"
  3952. },
  3953. "page": {
  3954. "description": "页数",
  3955. "type": "integer"
  3956. },
  3957. "page_size": {
  3958. "description": "每页大小",
  3959. "type": "integer"
  3960. },
  3961. "start_at": {
  3962. "description": "开始时间",
  3963. "type": "string"
  3964. },
  3965. "uid": {
  3966. "description": "用户 ID",
  3967. "type": "integer"
  3968. }
  3969. }
  3970. },
  3971. "md.GetActivePointsUserCoinFlowListResp": {
  3972. "type": "object",
  3973. "properties": {
  3974. "list": {
  3975. "description": "流水信息",
  3976. "type": "array",
  3977. "items": {
  3978. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  3979. }
  3980. },
  3981. "paginate": {
  3982. "description": "分页信息",
  3983. "allOf": [
  3984. {
  3985. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3986. }
  3987. ]
  3988. },
  3989. "select_data": {
  3990. "description": "流水类型",
  3991. "allOf": [
  3992. {
  3993. "$ref": "#/definitions/md.SelectData"
  3994. }
  3995. ]
  3996. }
  3997. }
  3998. },
  3999. "md.GetActivePointsUserCoinListReq": {
  4000. "type": "object",
  4001. "properties": {
  4002. "end_coin": {
  4003. "type": "string",
  4004. "example": "最大金额"
  4005. },
  4006. "kind": {
  4007. "description": "虚拟币种类编号",
  4008. "type": "integer"
  4009. },
  4010. "page": {
  4011. "description": "页数",
  4012. "type": "integer"
  4013. },
  4014. "page_size": {
  4015. "description": "单页大小",
  4016. "type": "integer"
  4017. },
  4018. "start_coin": {
  4019. "type": "string",
  4020. "example": "最小金额"
  4021. },
  4022. "uid": {
  4023. "description": "指定查询用户 ID",
  4024. "type": "integer"
  4025. },
  4026. "user_name": {
  4027. "type": "string",
  4028. "example": "用户名称"
  4029. },
  4030. "user_phone": {
  4031. "type": "string",
  4032. "example": "手机号"
  4033. }
  4034. }
  4035. },
  4036. "md.GetActivePointsUserCoinListResp": {
  4037. "type": "object",
  4038. "properties": {
  4039. "kind_list": {
  4040. "description": "货币类型集合",
  4041. "type": "array",
  4042. "items": {
  4043. "$ref": "#/definitions/md.VirtualCoinListNode"
  4044. }
  4045. },
  4046. "list": {
  4047. "description": "余额集合",
  4048. "type": "array",
  4049. "items": {
  4050. "$ref": "#/definitions/md.ActivePointsWalletNode"
  4051. }
  4052. },
  4053. "sum_user_amount": {
  4054. "description": "用户持有总数",
  4055. "type": "number"
  4056. },
  4057. "total": {
  4058. "description": "持有该类型用户数",
  4059. "type": "integer"
  4060. }
  4061. }
  4062. },
  4063. "md.GetBasicResp": {
  4064. "type": "object",
  4065. "properties": {
  4066. "oss_access_key_id": {
  4067. "type": "string",
  4068. "example": "oss访问秘钥id"
  4069. },
  4070. "oss_access_key_secret": {
  4071. "type": "string",
  4072. "example": "oss访问秘钥"
  4073. },
  4074. "oss_bucket_name": {
  4075. "type": "string",
  4076. "example": "oss存储桶名称"
  4077. },
  4078. "oss_bucket_scheme": {
  4079. "type": "string",
  4080. "example": "oss上传方式"
  4081. },
  4082. "oss_endpoint": {
  4083. "type": "string",
  4084. "example": "oss地域节点"
  4085. },
  4086. "oss_object_domain": {
  4087. "type": "string",
  4088. "example": "oss域名"
  4089. }
  4090. }
  4091. },
  4092. "md.GetEggCoreDataListResp": {
  4093. "type": "object",
  4094. "properties": {
  4095. "now_energy_total_nums": {
  4096. "description": "现行总量",
  4097. "type": "string",
  4098. "example": "现行总量"
  4099. },
  4100. "now_price": {
  4101. "description": "当前价格",
  4102. "type": "string",
  4103. "example": "当前价格"
  4104. },
  4105. "planet_total_value": {
  4106. "description": "星球价值",
  4107. "type": "string",
  4108. "example": "星球价值"
  4109. },
  4110. "user_hold_total_nums": {
  4111. "description": "用户持有总量",
  4112. "type": "object",
  4113. "additionalProperties": {
  4114. "type": "string"
  4115. }
  4116. }
  4117. }
  4118. },
  4119. "md.GetEggEnergyBasicResp": {
  4120. "type": "object",
  4121. "properties": {
  4122. "basic_setting": {
  4123. "description": "基础设置",
  4124. "allOf": [
  4125. {
  4126. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  4127. }
  4128. ]
  4129. },
  4130. "data_setting": {
  4131. "description": "数据设置",
  4132. "allOf": [
  4133. {
  4134. "$ref": "#/definitions/md.DataSetting"
  4135. }
  4136. ]
  4137. },
  4138. "destruction_setting": {
  4139. "description": "销毁设置",
  4140. "allOf": [
  4141. {
  4142. "$ref": "#/definitions/md.DestructionSettingStruct"
  4143. }
  4144. ]
  4145. },
  4146. "exchange_rules": {
  4147. "description": "兑换规则",
  4148. "allOf": [
  4149. {
  4150. "$ref": "#/definitions/md.ExchangeRulesStruct"
  4151. }
  4152. ]
  4153. },
  4154. "new_user_incentive_rules": {
  4155. "description": "新用户奖励规则",
  4156. "allOf": [
  4157. {
  4158. "$ref": "#/definitions/md.NewUserRewardRules"
  4159. }
  4160. ]
  4161. },
  4162. "price_setting": {
  4163. "description": "价格设置",
  4164. "allOf": [
  4165. {
  4166. "$ref": "#/definitions/md.PriceSettingStruct"
  4167. }
  4168. ]
  4169. },
  4170. "reward_system": {
  4171. "description": "圈层奖励",
  4172. "type": "array",
  4173. "items": {
  4174. "$ref": "#/definitions/md.RewardSystemStruct"
  4175. }
  4176. },
  4177. "system_id": {
  4178. "description": "该设置系统 ID",
  4179. "type": "integer"
  4180. },
  4181. "video_reward_setting": {
  4182. "description": "视频奖励",
  4183. "allOf": [
  4184. {
  4185. "$ref": "#/definitions/md.VideoRewardSetting"
  4186. }
  4187. ]
  4188. }
  4189. }
  4190. },
  4191. "md.GetEggEnergyVipSettingResp": {
  4192. "type": "object",
  4193. "properties": {
  4194. "level_list": {
  4195. "description": "会员等级列表",
  4196. "type": "array",
  4197. "items": {
  4198. "type": "object",
  4199. "additionalProperties": true
  4200. }
  4201. },
  4202. "list": {
  4203. "description": "会员权益设置",
  4204. "type": "array",
  4205. "items": {
  4206. "$ref": "#/definitions/md.VipEquitySettingNode"
  4207. }
  4208. }
  4209. }
  4210. },
  4211. "md.GetFreePublishUserReq": {
  4212. "type": "object",
  4213. "properties": {
  4214. "limit": {
  4215. "description": "每页大小",
  4216. "type": "integer"
  4217. },
  4218. "page": {
  4219. "description": "当前页数",
  4220. "type": "integer"
  4221. },
  4222. "uid": {
  4223. "description": "筛选的用户 ID",
  4224. "type": "integer"
  4225. }
  4226. }
  4227. },
  4228. "md.GetFreePublishUserResp": {
  4229. "type": "object",
  4230. "properties": {
  4231. "list": {
  4232. "description": "免罚用户列表",
  4233. "type": "array",
  4234. "items": {
  4235. "$ref": "#/definitions/md.FreePublishUserNode"
  4236. }
  4237. },
  4238. "paginate": {
  4239. "description": "分页信息",
  4240. "allOf": [
  4241. {
  4242. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  4243. }
  4244. ]
  4245. }
  4246. }
  4247. },
  4248. "md.GetFundDataListReq": {
  4249. "type": "object",
  4250. "properties": {
  4251. "end_at": {
  4252. "type": "string",
  4253. "example": "结束时间"
  4254. },
  4255. "kind": {
  4256. "description": "数据类型",
  4257. "type": "integer"
  4258. },
  4259. "limit": {
  4260. "description": "每页大小",
  4261. "type": "integer"
  4262. },
  4263. "page": {
  4264. "description": "页数",
  4265. "type": "integer"
  4266. },
  4267. "start_at": {
  4268. "type": "string",
  4269. "example": "开始时间"
  4270. }
  4271. }
  4272. },
  4273. "md.GetFundDataListResp": {
  4274. "type": "object",
  4275. "properties": {
  4276. "kind_list": {
  4277. "description": "类型列表",
  4278. "type": "array",
  4279. "items": {
  4280. "type": "object",
  4281. "additionalProperties": true
  4282. }
  4283. },
  4284. "list": {
  4285. "description": "数据列表",
  4286. "type": "array",
  4287. "items": {
  4288. "$ref": "#/definitions/md.FundDataNode"
  4289. }
  4290. },
  4291. "paginate": {
  4292. "description": "分页数据",
  4293. "allOf": [
  4294. {
  4295. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  4296. }
  4297. ]
  4298. }
  4299. }
  4300. },
  4301. "md.GetFundDataRecordListReq": {
  4302. "type": "object",
  4303. "properties": {
  4304. "limit": {
  4305. "description": "页面大小",
  4306. "type": "integer"
  4307. },
  4308. "page": {
  4309. "description": "页数",
  4310. "type": "integer"
  4311. },
  4312. "system_id": {
  4313. "description": "数据在系统中的 ID",
  4314. "type": "integer"
  4315. }
  4316. }
  4317. },
  4318. "md.GetFundDataRecordListResp": {
  4319. "type": "object",
  4320. "properties": {
  4321. "list": {
  4322. "type": "array",
  4323. "items": {
  4324. "$ref": "#/definitions/md.FundDataRecordNode"
  4325. }
  4326. },
  4327. "paginate": {
  4328. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  4329. }
  4330. }
  4331. },
  4332. "md.GetGreenEnergyUserCoinFlowListReq": {
  4333. "type": "object",
  4334. "properties": {
  4335. "coin_id": {
  4336. "description": "货币类型 ID",
  4337. "type": "integer"
  4338. },
  4339. "direction": {
  4340. "description": "流水方向:1收入 2支出",
  4341. "type": "integer"
  4342. },
  4343. "end_at": {
  4344. "description": "结束时间",
  4345. "type": "string"
  4346. },
  4347. "page": {
  4348. "description": "页数",
  4349. "type": "integer"
  4350. },
  4351. "page_size": {
  4352. "description": "每页大小",
  4353. "type": "integer"
  4354. },
  4355. "start_at": {
  4356. "description": "开始时间",
  4357. "type": "string"
  4358. },
  4359. "uid": {
  4360. "description": "用户 ID",
  4361. "type": "integer"
  4362. }
  4363. }
  4364. },
  4365. "md.GetGreenEnergyUserCoinFlowListResp": {
  4366. "type": "object",
  4367. "properties": {
  4368. "list": {
  4369. "description": "流水信息",
  4370. "type": "array",
  4371. "items": {
  4372. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  4373. }
  4374. },
  4375. "paginate": {
  4376. "description": "分页信息",
  4377. "allOf": [
  4378. {
  4379. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  4380. }
  4381. ]
  4382. },
  4383. "select_data": {
  4384. "description": "流水类型",
  4385. "allOf": [
  4386. {
  4387. "$ref": "#/definitions/md.SelectData"
  4388. }
  4389. ]
  4390. }
  4391. }
  4392. },
  4393. "md.GetGreenEnergyUserCoinListReq": {
  4394. "type": "object",
  4395. "properties": {
  4396. "end_coin": {
  4397. "type": "string",
  4398. "example": "最大金额"
  4399. },
  4400. "kind": {
  4401. "description": "虚拟币种类编号",
  4402. "type": "integer"
  4403. },
  4404. "page": {
  4405. "description": "页数",
  4406. "type": "integer"
  4407. },
  4408. "page_size": {
  4409. "description": "单页大小",
  4410. "type": "integer"
  4411. },
  4412. "start_coin": {
  4413. "type": "string",
  4414. "example": "最小金额"
  4415. },
  4416. "uid": {
  4417. "description": "指定查询用户 ID",
  4418. "type": "integer"
  4419. },
  4420. "user_name": {
  4421. "type": "string",
  4422. "example": "用户名称"
  4423. },
  4424. "user_phone": {
  4425. "type": "string",
  4426. "example": "手机号"
  4427. }
  4428. }
  4429. },
  4430. "md.GetGreenEnergyUserCoinListResp": {
  4431. "type": "object",
  4432. "properties": {
  4433. "kind_list": {
  4434. "description": "货币类型集合",
  4435. "type": "array",
  4436. "items": {
  4437. "$ref": "#/definitions/md.VirtualCoinListNode"
  4438. }
  4439. },
  4440. "list": {
  4441. "description": "余额集合",
  4442. "type": "array",
  4443. "items": {
  4444. "$ref": "#/definitions/md.ActivePointsWalletNode"
  4445. }
  4446. },
  4447. "sum_user_amount": {
  4448. "description": "用户持有总数",
  4449. "type": "number"
  4450. },
  4451. "total": {
  4452. "description": "持有该类型用户数",
  4453. "type": "integer"
  4454. }
  4455. }
  4456. },
  4457. "md.GetLevelListResp": {
  4458. "type": "object",
  4459. "properties": {
  4460. "list": {
  4461. "type": "array",
  4462. "items": {
  4463. "$ref": "#/definitions/md.LevelListNode"
  4464. }
  4465. },
  4466. "paginate": {
  4467. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  4468. }
  4469. }
  4470. },
  4471. "md.GetOneLevelResp": {
  4472. "type": "object",
  4473. "properties": {
  4474. "auto_update": {
  4475. "description": "自动升级 0关闭,1开启",
  4476. "type": "integer"
  4477. },
  4478. "choosable_num": {
  4479. "description": "可选任务数量",
  4480. "type": "integer"
  4481. },
  4482. "is_use": {
  4483. "description": "是否开启(0.否, 1.是)",
  4484. "type": "integer"
  4485. },
  4486. "level_id": {
  4487. "description": "等级 ID",
  4488. "type": "integer"
  4489. },
  4490. "level_name": {
  4491. "description": "等级名称",
  4492. "type": "string"
  4493. },
  4494. "level_weight": {
  4495. "description": "等级权重",
  4496. "type": "integer"
  4497. },
  4498. "memo": {
  4499. "description": "备注",
  4500. "type": "string"
  4501. },
  4502. "task_type": {
  4503. "description": "任务类型关系",
  4504. "type": "array",
  4505. "items": {
  4506. "type": "object",
  4507. "additionalProperties": true
  4508. }
  4509. },
  4510. "user_level_tasks": {
  4511. "type": "array",
  4512. "items": {
  4513. "$ref": "#/definitions/model.UserLevelTask"
  4514. }
  4515. }
  4516. }
  4517. },
  4518. "md.GetPriceCurveResp": {
  4519. "type": "object",
  4520. "properties": {
  4521. "x_data": {
  4522. "type": "array",
  4523. "items": {}
  4524. },
  4525. "y_data": {
  4526. "type": "array",
  4527. "items": {}
  4528. }
  4529. }
  4530. },
  4531. "md.GetPublicPlatoonBasicResp": {
  4532. "type": "object",
  4533. "properties": {
  4534. "is_open": {
  4535. "description": "是否开启(1:开启 0:关闭)",
  4536. "type": "integer"
  4537. },
  4538. "is_self_active_get_team_revenue": {
  4539. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  4540. "type": "integer"
  4541. },
  4542. "originator_name": {
  4543. "description": "创始人名称",
  4544. "type": "string"
  4545. },
  4546. "originator_uid": {
  4547. "description": "创始人uid",
  4548. "type": "integer"
  4549. },
  4550. "several_rows": {
  4551. "description": "几排",
  4552. "type": "integer"
  4553. },
  4554. "several_times": {
  4555. "description": "几乘",
  4556. "type": "integer"
  4557. },
  4558. "system_punish_replace": {
  4559. "description": "是否位置滑落 被新用户替换 0否 1是",
  4560. "type": "integer"
  4561. },
  4562. "system_punish_replace_value": {
  4563. "description": "xx天未活跃,处罚滑落",
  4564. "type": "integer"
  4565. }
  4566. }
  4567. },
  4568. "md.GetTagListResp": {
  4569. "type": "object",
  4570. "properties": {
  4571. "list": {
  4572. "type": "array",
  4573. "items": {
  4574. "$ref": "#/definitions/md.TagListNode"
  4575. }
  4576. },
  4577. "paginate": {
  4578. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  4579. }
  4580. }
  4581. },
  4582. "md.GetVideoRewardResp": {
  4583. "type": "object",
  4584. "properties": {
  4585. "ecmp": {
  4586. "description": "当前 Ecpm 值",
  4587. "type": "string"
  4588. },
  4589. "unit_price": {
  4590. "description": "单价",
  4591. "type": "string"
  4592. }
  4593. }
  4594. },
  4595. "md.LevelListNode": {
  4596. "type": "object",
  4597. "properties": {
  4598. "count": {
  4599. "description": "等级人数",
  4600. "type": "string"
  4601. },
  4602. "create_at": {
  4603. "description": "创建时间",
  4604. "type": "string"
  4605. },
  4606. "is_use": {
  4607. "description": "是否开启(0.否, 1.是)",
  4608. "type": "integer"
  4609. },
  4610. "level_id": {
  4611. "description": "等级 ID",
  4612. "type": "integer"
  4613. },
  4614. "level_name": {
  4615. "description": "等级名称",
  4616. "type": "string"
  4617. },
  4618. "level_weight": {
  4619. "description": "等级权重",
  4620. "type": "integer"
  4621. },
  4622. "memo": {
  4623. "description": "备注",
  4624. "type": "string"
  4625. }
  4626. }
  4627. },
  4628. "md.ListCommunityDividendsReq": {
  4629. "type": "object",
  4630. "properties": {
  4631. "end_at": {
  4632. "description": "结束时间",
  4633. "type": "string"
  4634. },
  4635. "end_nums": {
  4636. "description": "分红总量上限",
  4637. "type": "integer"
  4638. },
  4639. "limit": {
  4640. "description": "每页大小",
  4641. "type": "integer"
  4642. },
  4643. "page": {
  4644. "description": "页数",
  4645. "type": "integer"
  4646. },
  4647. "start_at": {
  4648. "description": "开始时间",
  4649. "type": "string"
  4650. },
  4651. "start_nums": {
  4652. "description": "分红总量下限",
  4653. "type": "integer"
  4654. }
  4655. }
  4656. },
  4657. "md.ListCommunityDividendsResp": {
  4658. "type": "object",
  4659. "properties": {
  4660. "list": {
  4661. "type": "array",
  4662. "items": {
  4663. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  4664. }
  4665. },
  4666. "paginate": {
  4667. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  4668. }
  4669. }
  4670. },
  4671. "md.ListCommunityDividendsWithUserReq": {
  4672. "type": "object",
  4673. "properties": {
  4674. "limit": {
  4675. "type": "integer"
  4676. },
  4677. "page": {
  4678. "type": "integer"
  4679. },
  4680. "phone": {
  4681. "type": "string"
  4682. },
  4683. "uid": {
  4684. "type": "integer"
  4685. }
  4686. }
  4687. },
  4688. "md.ListCommunityDividendsWithUserResp": {
  4689. "type": "object",
  4690. "properties": {
  4691. "list": {
  4692. "type": "array",
  4693. "items": {
  4694. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  4695. }
  4696. },
  4697. "paginate": {
  4698. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  4699. }
  4700. }
  4701. },
  4702. "md.ListPlatformRevenueReq": {
  4703. "type": "object",
  4704. "properties": {
  4705. "end_at": {
  4706. "type": "string",
  4707. "example": "结束时间"
  4708. },
  4709. "kind": {
  4710. "description": "数据类型",
  4711. "type": "integer"
  4712. },
  4713. "limit": {
  4714. "description": "每页大小",
  4715. "type": "integer"
  4716. },
  4717. "page": {
  4718. "description": "页数",
  4719. "type": "integer"
  4720. },
  4721. "start_at": {
  4722. "type": "string",
  4723. "example": "开始时间"
  4724. }
  4725. }
  4726. },
  4727. "md.ListPlatformRevenueResp": {
  4728. "type": "object",
  4729. "properties": {
  4730. "kind_list": {
  4731. "description": "类型列表",
  4732. "type": "array",
  4733. "items": {
  4734. "type": "object",
  4735. "additionalProperties": true
  4736. }
  4737. },
  4738. "list": {
  4739. "description": "数据列表",
  4740. "type": "array",
  4741. "items": {
  4742. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  4743. }
  4744. },
  4745. "paginate": {
  4746. "description": "分页数据",
  4747. "allOf": [
  4748. {
  4749. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  4750. }
  4751. ]
  4752. }
  4753. }
  4754. },
  4755. "md.LoginReq": {
  4756. "type": "object",
  4757. "required": [
  4758. "password",
  4759. "username"
  4760. ],
  4761. "properties": {
  4762. "code": {
  4763. "type": "string",
  4764. "example": "验证码"
  4765. },
  4766. "password": {
  4767. "type": "string",
  4768. "example": "登录密码"
  4769. },
  4770. "username": {
  4771. "type": "string",
  4772. "example": "登录账号"
  4773. }
  4774. }
  4775. },
  4776. "md.LoginResponse": {
  4777. "type": "object",
  4778. "properties": {
  4779. "token": {
  4780. "type": "string"
  4781. }
  4782. }
  4783. },
  4784. "md.ManualScoreReq": {
  4785. "type": "object",
  4786. "properties": {
  4787. "index_id": {
  4788. "description": "文档id",
  4789. "type": "string"
  4790. },
  4791. "score": {
  4792. "type": "string",
  4793. "example": "分数"
  4794. }
  4795. }
  4796. },
  4797. "md.NewUserRedPackageGetBasicResp": {
  4798. "type": "object",
  4799. "properties": {
  4800. "create_at": {
  4801. "type": "string"
  4802. },
  4803. "days": {
  4804. "description": "天数",
  4805. "type": "integer"
  4806. },
  4807. "is_double": {
  4808. "description": "是否翻倍",
  4809. "type": "integer"
  4810. },
  4811. "is_open": {
  4812. "description": "是否开启(1:开启 0:关闭)",
  4813. "type": "integer"
  4814. },
  4815. "total_amount": {
  4816. "type": "string",
  4817. "example": "总金额"
  4818. },
  4819. "update_at": {
  4820. "type": "string"
  4821. }
  4822. }
  4823. },
  4824. "md.NewUserRedPackageRecordFlowListReq": {
  4825. "type": "object",
  4826. "properties": {
  4827. "end_at": {
  4828. "description": "结束时间",
  4829. "type": "string"
  4830. },
  4831. "limit": {
  4832. "description": "每页大小",
  4833. "type": "integer"
  4834. },
  4835. "page": {
  4836. "description": "页数",
  4837. "type": "integer"
  4838. },
  4839. "start_at": {
  4840. "description": "开始时间",
  4841. "type": "string"
  4842. },
  4843. "uid": {
  4844. "description": "用户 ID",
  4845. "type": "integer"
  4846. }
  4847. }
  4848. },
  4849. "md.NewUserRedPackageRecordFlowListResp": {
  4850. "type": "object",
  4851. "properties": {
  4852. "list": {
  4853. "type": "array",
  4854. "items": {
  4855. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  4856. }
  4857. },
  4858. "paginate": {
  4859. "$ref": "#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate"
  4860. }
  4861. }
  4862. },
  4863. "md.NewUserRedPackageRecordFlowNode": {
  4864. "type": "object",
  4865. "properties": {
  4866. "balance_amount": {
  4867. "description": "剩余金额",
  4868. "type": "string"
  4869. },
  4870. "balance_days": {
  4871. "description": "剩余天数",
  4872. "type": "integer"
  4873. },
  4874. "basic_amount": {
  4875. "description": "基础金额",
  4876. "type": "string"
  4877. },
  4878. "create_at": {
  4879. "description": "创建时间",
  4880. "type": "string"
  4881. },
  4882. "day_num": {
  4883. "description": "第x天",
  4884. "type": "integer"
  4885. },
  4886. "double_rate": {
  4887. "description": "倍率",
  4888. "type": "string"
  4889. },
  4890. "id": {
  4891. "description": "流水 ID",
  4892. "type": "integer"
  4893. },
  4894. "is_double": {
  4895. "description": "是否翻倍",
  4896. "type": "integer"
  4897. },
  4898. "receive_days": {
  4899. "description": "领取天数",
  4900. "type": "integer"
  4901. },
  4902. "total_amount": {
  4903. "description": "实际金额",
  4904. "type": "string"
  4905. },
  4906. "uid": {
  4907. "description": "用户 ID",
  4908. "type": "integer"
  4909. }
  4910. }
  4911. },
  4912. "md.NewUserRedPackageRecordListReq": {
  4913. "type": "object",
  4914. "properties": {
  4915. "end_at": {
  4916. "description": "结束时间",
  4917. "type": "string"
  4918. },
  4919. "limit": {
  4920. "description": "每页大小",
  4921. "type": "integer"
  4922. },
  4923. "page": {
  4924. "description": "页数",
  4925. "type": "integer"
  4926. },
  4927. "start_at": {
  4928. "description": "开始时间",
  4929. "type": "string"
  4930. },
  4931. "uid": {
  4932. "description": "用户 ID",
  4933. "type": "integer"
  4934. }
  4935. }
  4936. },
  4937. "md.NewUserRedPackageRecordListResp": {
  4938. "type": "object",
  4939. "properties": {
  4940. "list": {
  4941. "type": "array",
  4942. "items": {
  4943. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  4944. }
  4945. },
  4946. "paginate": {
  4947. "$ref": "#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate"
  4948. }
  4949. }
  4950. },
  4951. "md.NewUserRedPackageRecordNode": {
  4952. "type": "object",
  4953. "properties": {
  4954. "balance_amount": {
  4955. "description": "剩余金额",
  4956. "type": "string"
  4957. },
  4958. "balance_days": {
  4959. "description": "剩余天数",
  4960. "type": "integer"
  4961. },
  4962. "create_at": {
  4963. "description": "创建时间",
  4964. "type": "string"
  4965. },
  4966. "days": {
  4967. "description": "天数",
  4968. "type": "integer"
  4969. },
  4970. "receive_days": {
  4971. "description": "领取天数",
  4972. "type": "integer"
  4973. },
  4974. "state": {
  4975. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  4976. "type": "integer"
  4977. },
  4978. "system_id": {
  4979. "description": "系统中记录的 ID",
  4980. "type": "integer"
  4981. },
  4982. "total_amount": {
  4983. "description": "金额",
  4984. "type": "string"
  4985. },
  4986. "uid": {
  4987. "description": "用户 ID",
  4988. "type": "integer"
  4989. },
  4990. "update_at": {
  4991. "description": "修改时间",
  4992. "type": "string"
  4993. }
  4994. }
  4995. },
  4996. "md.NewUserRedPackageUpdateBasicReq": {
  4997. "type": "object",
  4998. "properties": {
  4999. "days": {
  5000. "description": "天数",
  5001. "type": "integer"
  5002. },
  5003. "is_double": {
  5004. "description": "是否翻倍",
  5005. "type": "integer"
  5006. },
  5007. "is_open": {
  5008. "description": "是否开启(1:开启 0:关闭)",
  5009. "type": "integer"
  5010. },
  5011. "total_amount": {
  5012. "type": "string",
  5013. "example": "总金额"
  5014. }
  5015. }
  5016. },
  5017. "md.NewUserRewardRules": {
  5018. "type": "object",
  5019. "properties": {
  5020. "continue_days": {
  5021. "description": "连续x天",
  5022. "type": "integer"
  5023. },
  5024. "invite_user_reward_value": {
  5025. "description": "拉新用户奖励x个活跃积分",
  5026. "type": "integer"
  5027. },
  5028. "reward_coefficient": {
  5029. "description": "奖励系数",
  5030. "type": "number"
  5031. }
  5032. }
  5033. },
  5034. "md.OtherNode": {
  5035. "type": "object",
  5036. "properties": {
  5037. "create_at": {
  5038. "description": "注册时间",
  5039. "type": "string"
  5040. },
  5041. "last_login_at": {
  5042. "description": "最近登录时间",
  5043. "type": "string"
  5044. },
  5045. "last_login_ip": {
  5046. "description": "最后登录 IP",
  5047. "type": "string"
  5048. }
  5049. }
  5050. },
  5051. "md.PlatformRevenueDataNode": {
  5052. "type": "object",
  5053. "properties": {
  5054. "balance_amount": {
  5055. "description": "余额",
  5056. "type": "string"
  5057. },
  5058. "balance_times": {
  5059. "description": "剩余执行次数",
  5060. "type": "integer"
  5061. },
  5062. "create_at": {
  5063. "description": "创建时间",
  5064. "type": "string"
  5065. },
  5066. "hours": {
  5067. "description": "时长",
  5068. "type": "integer"
  5069. },
  5070. "kind": {
  5071. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  5072. "type": "integer"
  5073. },
  5074. "memo": {
  5075. "description": "备注",
  5076. "type": "string"
  5077. },
  5078. "system_id": {
  5079. "type": "integer"
  5080. },
  5081. "total_amount": {
  5082. "description": "金额",
  5083. "type": "string"
  5084. }
  5085. }
  5086. },
  5087. "md.PriceSettingStruct": {
  5088. "type": "object",
  5089. "properties": {
  5090. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  5091. "description": "市商资金单笔x元自动兑换",
  5092. "type": "string"
  5093. },
  5094. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  5095. "description": "市商数量单笔x数量自动兑换",
  5096. "type": "string"
  5097. },
  5098. "price_below_value": {
  5099. "description": "低于x元",
  5100. "type": "string"
  5101. },
  5102. "price_higher_than_value": {
  5103. "description": "高于x元",
  5104. "type": "string"
  5105. }
  5106. }
  5107. },
  5108. "md.Response": {
  5109. "type": "object",
  5110. "properties": {
  5111. "code": {
  5112. "type": "string",
  5113. "example": "响应码"
  5114. },
  5115. "data": {
  5116. "description": "内容"
  5117. },
  5118. "msg": {
  5119. "type": "string",
  5120. "example": "具体错误原因"
  5121. }
  5122. }
  5123. },
  5124. "md.RewardSystemStruct": {
  5125. "type": "object",
  5126. "properties": {
  5127. "level": {
  5128. "description": "圈层",
  5129. "type": "integer"
  5130. },
  5131. "reward_condition": {
  5132. "description": "奖励条件",
  5133. "type": "string"
  5134. },
  5135. "reward_value": {
  5136. "description": "奖励值",
  5137. "type": "string"
  5138. }
  5139. }
  5140. },
  5141. "md.SelectData": {
  5142. "type": "object",
  5143. "properties": {
  5144. "direction": {
  5145. "type": "array",
  5146. "items": {
  5147. "type": "object",
  5148. "additionalProperties": {
  5149. "type": "string"
  5150. }
  5151. }
  5152. }
  5153. }
  5154. },
  5155. "md.SelectMemberNode": {
  5156. "type": "object",
  5157. "properties": {
  5158. "avatar": {
  5159. "description": "会员头像",
  5160. "type": "string"
  5161. },
  5162. "level": {
  5163. "description": "会员等级",
  5164. "type": "string"
  5165. },
  5166. "nickname": {
  5167. "description": "会员昵称",
  5168. "type": "string"
  5169. },
  5170. "phone": {
  5171. "description": "会员手机号",
  5172. "type": "string"
  5173. },
  5174. "uid": {
  5175. "description": "会员 ID",
  5176. "type": "integer"
  5177. }
  5178. }
  5179. },
  5180. "md.SelectMemberReq": {
  5181. "type": "object",
  5182. "properties": {
  5183. "level": {
  5184. "description": "会员等级",
  5185. "type": "integer"
  5186. },
  5187. "limit": {
  5188. "description": "每页大小",
  5189. "type": "integer"
  5190. },
  5191. "nickname": {
  5192. "description": "会员昵称",
  5193. "type": "string"
  5194. },
  5195. "page": {
  5196. "description": "页数",
  5197. "type": "integer"
  5198. },
  5199. "phone": {
  5200. "description": "会员手机号",
  5201. "type": "string"
  5202. },
  5203. "uid": {
  5204. "description": "会员 ID",
  5205. "type": "integer"
  5206. }
  5207. }
  5208. },
  5209. "md.SelectMemberResp": {
  5210. "type": "object",
  5211. "properties": {
  5212. "level_list": {
  5213. "description": "会员等级列表",
  5214. "type": "array",
  5215. "items": {
  5216. "type": "object",
  5217. "additionalProperties": true
  5218. }
  5219. },
  5220. "list": {
  5221. "description": "会员数据",
  5222. "type": "array",
  5223. "items": {
  5224. "$ref": "#/definitions/md.SelectMemberNode"
  5225. }
  5226. },
  5227. "paginate": {
  5228. "description": "分页信息",
  5229. "allOf": [
  5230. {
  5231. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  5232. }
  5233. ]
  5234. }
  5235. }
  5236. },
  5237. "md.SetBasicReq": {
  5238. "type": "object",
  5239. "properties": {
  5240. "oss_access_key_id": {
  5241. "type": "string",
  5242. "example": "oss访问秘钥id"
  5243. },
  5244. "oss_access_key_secret": {
  5245. "type": "string",
  5246. "example": "oss访问秘钥"
  5247. },
  5248. "oss_bucket_name": {
  5249. "type": "string",
  5250. "example": "oss存储桶名称"
  5251. },
  5252. "oss_bucket_scheme": {
  5253. "type": "string",
  5254. "example": "oss上传方式"
  5255. },
  5256. "oss_endpoint": {
  5257. "type": "string",
  5258. "example": "oss地域节点"
  5259. },
  5260. "oss_object_domain": {
  5261. "type": "string",
  5262. "example": "oss域名"
  5263. }
  5264. }
  5265. },
  5266. "md.SetVideoRewardReq": {
  5267. "type": "object",
  5268. "properties": {
  5269. "ecpm": {
  5270. "description": "当前 Ecpm 值",
  5271. "type": "string"
  5272. },
  5273. "unit_price": {
  5274. "description": "单价",
  5275. "type": "string"
  5276. }
  5277. }
  5278. },
  5279. "md.SonUserDailyActivityAnalysisNode": {
  5280. "type": "object",
  5281. "properties": {
  5282. "activity_day_nums": {
  5283. "description": "活跃子节点活跃天数",
  5284. "type": "integer"
  5285. },
  5286. "nickname": {
  5287. "type": "string",
  5288. "example": "昵称"
  5289. },
  5290. "phone": {
  5291. "type": "string",
  5292. "example": "手机号"
  5293. },
  5294. "uid": {
  5295. "description": "查询用户活跃子节点 ID",
  5296. "type": "integer"
  5297. }
  5298. }
  5299. },
  5300. "md.StatisticsEggPointReq": {
  5301. "type": "object",
  5302. "properties": {
  5303. "week": {
  5304. "type": "string",
  5305. "example": "周份"
  5306. },
  5307. "year": {
  5308. "type": "string",
  5309. "example": "年份"
  5310. }
  5311. }
  5312. },
  5313. "md.StatisticsEggPointResp": {
  5314. "type": "object",
  5315. "properties": {
  5316. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  5317. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  5318. "type": "array",
  5319. "items": {
  5320. "type": "object",
  5321. "additionalProperties": {
  5322. "type": "string"
  5323. }
  5324. }
  5325. },
  5326. "statistics_user_egg_browse_interface_nums_range": {
  5327. "description": "统计用户\"浏览界面次数\"范围",
  5328. "type": "array",
  5329. "items": {
  5330. "type": "object",
  5331. "additionalProperties": {
  5332. "type": "string"
  5333. }
  5334. }
  5335. },
  5336. "statistics_user_egg_college_learning_nums_range": {
  5337. "description": "统计用户\"学院学习次数\"范围",
  5338. "type": "array",
  5339. "items": {
  5340. "type": "object",
  5341. "additionalProperties": {
  5342. "type": "string"
  5343. }
  5344. }
  5345. },
  5346. "statistics_user_egg_ecpm_range": {
  5347. "description": "统计用户\"ecpm\"范围",
  5348. "type": "array",
  5349. "items": {
  5350. "type": "object",
  5351. "additionalProperties": {
  5352. "type": "string"
  5353. }
  5354. }
  5355. },
  5356. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  5357. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  5358. "type": "array",
  5359. "items": {
  5360. "type": "object",
  5361. "additionalProperties": {
  5362. "type": "string"
  5363. }
  5364. }
  5365. },
  5366. "statistics_user_egg_forum_comments_nums_range": {
  5367. "description": "统计用户\"论坛评论次数\"范围",
  5368. "type": "array",
  5369. "items": {
  5370. "type": "object",
  5371. "additionalProperties": {
  5372. "type": "string"
  5373. }
  5374. }
  5375. },
  5376. "statistics_user_egg_invite_user_nums_range": {
  5377. "description": "统计用户\"拉新人数\"范围",
  5378. "type": "array",
  5379. "items": {
  5380. "type": "object",
  5381. "additionalProperties": {
  5382. "type": "string"
  5383. }
  5384. }
  5385. },
  5386. "statistics_user_egg_kind_proportion": {
  5387. "description": "统计用户蛋蛋分\"评比类型\"占比",
  5388. "type": "array",
  5389. "items": {
  5390. "type": "object",
  5391. "additionalProperties": true
  5392. }
  5393. },
  5394. "statistics_user_egg_person_add_activity_value_range": {
  5395. "description": "统计用户\"个人活跃积分增量值\"范围",
  5396. "type": "array",
  5397. "items": {
  5398. "type": "object",
  5399. "additionalProperties": {
  5400. "type": "string"
  5401. }
  5402. }
  5403. },
  5404. "statistics_user_egg_score_value_range": {
  5405. "description": "统计用户蛋蛋分范围",
  5406. "type": "array",
  5407. "items": {
  5408. "type": "object",
  5409. "additionalProperties": {
  5410. "type": "string"
  5411. }
  5412. }
  5413. },
  5414. "statistics_user_egg_send_circle_of_friend_nums_range": {
  5415. "description": "统计用户\"发朋友圈次数\"范围",
  5416. "type": "array",
  5417. "items": {
  5418. "type": "object",
  5419. "additionalProperties": {
  5420. "type": "string"
  5421. }
  5422. }
  5423. },
  5424. "statistics_user_egg_send_red_package_nums_range": {
  5425. "description": "统计用户\"发红包次数\"范围",
  5426. "type": "array",
  5427. "items": {
  5428. "type": "object",
  5429. "additionalProperties": {
  5430. "type": "string"
  5431. }
  5432. }
  5433. },
  5434. "statistics_user_egg_sign_in_nums_range": {
  5435. "description": "统计用户\"签到次数\"范围",
  5436. "type": "array",
  5437. "items": {
  5438. "type": "object",
  5439. "additionalProperties": {
  5440. "type": "string"
  5441. }
  5442. }
  5443. },
  5444. "statistics_user_egg_team_activity_nums_range": {
  5445. "description": "统计用户\"团队活跃次数\"范围",
  5446. "type": "array",
  5447. "items": {
  5448. "type": "object",
  5449. "additionalProperties": {
  5450. "type": "string"
  5451. }
  5452. }
  5453. },
  5454. "statistics_user_egg_violate_nums_range": {
  5455. "description": "统计用户\"违规次数\"范围",
  5456. "type": "array",
  5457. "items": {
  5458. "type": "object",
  5459. "additionalProperties": {
  5460. "type": "string"
  5461. }
  5462. }
  5463. },
  5464. "week": {
  5465. "type": "string",
  5466. "example": "周份"
  5467. },
  5468. "year": {
  5469. "type": "string",
  5470. "example": "年份"
  5471. },
  5472. "year_list": {
  5473. "description": "年份\u0026\u0026周份列表",
  5474. "type": "object",
  5475. "additionalProperties": {
  5476. "type": "array",
  5477. "items": {
  5478. "type": "string"
  5479. }
  5480. }
  5481. }
  5482. }
  5483. },
  5484. "md.SubUser": {
  5485. "type": "object",
  5486. "properties": {
  5487. "avatar_url": {
  5488. "type": "string",
  5489. "example": "头像"
  5490. },
  5491. "level": {
  5492. "description": "整个系统中的等级",
  5493. "type": "integer"
  5494. },
  5495. "nickname": {
  5496. "type": "string",
  5497. "example": "昵称"
  5498. },
  5499. "phone": {
  5500. "type": "string",
  5501. "example": "手机号"
  5502. },
  5503. "pid": {
  5504. "type": "integer"
  5505. },
  5506. "position": {
  5507. "description": "以pid1为创始人中网的位置",
  5508. "type": "integer"
  5509. },
  5510. "uid": {
  5511. "type": "integer"
  5512. }
  5513. }
  5514. },
  5515. "md.TagListNode": {
  5516. "type": "object",
  5517. "properties": {
  5518. "count": {
  5519. "description": "标签人数",
  5520. "type": "string"
  5521. },
  5522. "create_at": {
  5523. "description": "创建时间",
  5524. "type": "string"
  5525. },
  5526. "memo": {
  5527. "description": "备注",
  5528. "type": "string"
  5529. },
  5530. "name": {
  5531. "description": "名称",
  5532. "type": "string"
  5533. },
  5534. "tag_id": {
  5535. "description": "标签 ID",
  5536. "type": "string"
  5537. }
  5538. }
  5539. },
  5540. "md.TeamRewardSettingStruct": {
  5541. "type": "object",
  5542. "properties": {
  5543. "member_self_is_open_get_team_reward": {
  5544. "description": "会员是否活跃得到团队奖励",
  5545. "type": "string"
  5546. },
  5547. "one_round_duration": {
  5548. "description": "一轮持续时间",
  5549. "type": "string"
  5550. },
  5551. "reward_decrement_value": {
  5552. "description": "递减百分比",
  5553. "type": "string"
  5554. },
  5555. "reward_end_value": {
  5556. "description": "奖励结束值",
  5557. "type": "string"
  5558. }
  5559. }
  5560. },
  5561. "md.TreeNode": {
  5562. "type": "object",
  5563. "properties": {
  5564. "avatar_url": {
  5565. "type": "string",
  5566. "example": "头像"
  5567. },
  5568. "level": {
  5569. "type": "integer"
  5570. },
  5571. "nickname": {
  5572. "type": "string",
  5573. "example": "昵称"
  5574. },
  5575. "phone": {
  5576. "type": "string",
  5577. "example": "手机号"
  5578. },
  5579. "pid": {
  5580. "type": "integer"
  5581. },
  5582. "position": {
  5583. "type": "integer"
  5584. },
  5585. "son": {
  5586. "type": "array",
  5587. "items": {
  5588. "$ref": "#/definitions/md.TreeNode"
  5589. }
  5590. },
  5591. "system_id": {
  5592. "description": "公排网中id",
  5593. "type": "integer"
  5594. },
  5595. "uid": {
  5596. "type": "integer"
  5597. }
  5598. }
  5599. },
  5600. "md.UpdateEggEnergyBasicReq": {
  5601. "type": "object",
  5602. "properties": {
  5603. "basic_setting": {
  5604. "description": "基础设置",
  5605. "allOf": [
  5606. {
  5607. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  5608. }
  5609. ]
  5610. },
  5611. "data_setting": {
  5612. "description": "数据设置",
  5613. "allOf": [
  5614. {
  5615. "$ref": "#/definitions/md.DataSetting"
  5616. }
  5617. ]
  5618. },
  5619. "destruction_setting": {
  5620. "description": "销毁设置",
  5621. "allOf": [
  5622. {
  5623. "$ref": "#/definitions/md.DestructionSettingStruct"
  5624. }
  5625. ]
  5626. },
  5627. "exchange_rules": {
  5628. "description": "兑换规则",
  5629. "allOf": [
  5630. {
  5631. "$ref": "#/definitions/md.ExchangeRulesStruct"
  5632. }
  5633. ]
  5634. },
  5635. "new_user_incentive_rules": {
  5636. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  5637. "allOf": [
  5638. {
  5639. "$ref": "#/definitions/md.NewUserRewardRules"
  5640. }
  5641. ]
  5642. },
  5643. "price_setting": {
  5644. "description": "价格设置",
  5645. "allOf": [
  5646. {
  5647. "$ref": "#/definitions/md.PriceSettingStruct"
  5648. }
  5649. ]
  5650. },
  5651. "reward_system": {
  5652. "description": "圈层奖励",
  5653. "type": "array",
  5654. "items": {
  5655. "$ref": "#/definitions/md.RewardSystemStruct"
  5656. }
  5657. },
  5658. "system_id": {
  5659. "description": "该设置系统 ID",
  5660. "type": "integer"
  5661. },
  5662. "video_reward_setting": {
  5663. "description": "视频奖励",
  5664. "allOf": [
  5665. {
  5666. "$ref": "#/definitions/md.VideoRewardSetting"
  5667. }
  5668. ]
  5669. }
  5670. }
  5671. },
  5672. "md.UpdateEggEnergyVipSettingReq": {
  5673. "type": "object",
  5674. "properties": {
  5675. "list": {
  5676. "description": "更新后数据",
  5677. "type": "array",
  5678. "items": {
  5679. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  5680. }
  5681. }
  5682. }
  5683. },
  5684. "md.UpdateLevelReq": {
  5685. "type": "object",
  5686. "properties": {
  5687. "auto_update": {
  5688. "description": "自动升级 0关闭 1开启",
  5689. "type": "string"
  5690. },
  5691. "choosable_num": {
  5692. "description": "可选任务数量",
  5693. "type": "string"
  5694. },
  5695. "is_use": {
  5696. "description": "是否开启(0.否, 1.是)",
  5697. "type": "string"
  5698. },
  5699. "level_id": {
  5700. "type": "string"
  5701. },
  5702. "level_name": {
  5703. "description": "等级名称",
  5704. "type": "string"
  5705. },
  5706. "level_weight": {
  5707. "description": "等级权重",
  5708. "type": "string"
  5709. },
  5710. "memo": {
  5711. "description": "备注",
  5712. "type": "string"
  5713. }
  5714. }
  5715. },
  5716. "md.UpdateLevelTaskReq": {
  5717. "type": "object",
  5718. "properties": {
  5719. "finish_count": {
  5720. "description": "多少天内完成的指标",
  5721. "type": "string"
  5722. },
  5723. "is_must_task": {
  5724. "description": "是否必做(0,1)",
  5725. "type": "string"
  5726. },
  5727. "task_id": {
  5728. "description": "等级 ID",
  5729. "type": "string"
  5730. },
  5731. "task_type": {
  5732. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  5733. "type": "string"
  5734. },
  5735. "task_type_level_id": {
  5736. "description": "会员等级 ID (task_type=3时生效)",
  5737. "type": "string"
  5738. },
  5739. "within_days": {
  5740. "description": "多少天内完成",
  5741. "type": "string"
  5742. }
  5743. }
  5744. },
  5745. "md.UpdatePublicPlatoonBasicReq": {
  5746. "type": "object",
  5747. "properties": {
  5748. "is_open": {
  5749. "description": "是否开启(1:开启 0:关闭)",
  5750. "type": "integer"
  5751. },
  5752. "is_self_active_get_team_revenue": {
  5753. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  5754. "type": "integer"
  5755. },
  5756. "originator_uid": {
  5757. "description": "创始人uid",
  5758. "type": "integer"
  5759. },
  5760. "several_rows": {
  5761. "description": "几排",
  5762. "type": "integer"
  5763. },
  5764. "several_times": {
  5765. "description": "几乘",
  5766. "type": "integer"
  5767. },
  5768. "system_punish_replace": {
  5769. "description": "是否位置滑落 被新用户替换 0否 1是",
  5770. "type": "integer"
  5771. },
  5772. "system_punish_replace_value": {
  5773. "description": "xx天未活跃,处罚滑落",
  5774. "type": "integer"
  5775. }
  5776. }
  5777. },
  5778. "md.UpdateTagReq": {
  5779. "type": "object",
  5780. "properties": {
  5781. "memo": {
  5782. "description": "备注",
  5783. "type": "string"
  5784. },
  5785. "name": {
  5786. "description": "标签名称",
  5787. "type": "string"
  5788. },
  5789. "tag_id": {
  5790. "description": "标签 ID",
  5791. "type": "string"
  5792. }
  5793. }
  5794. },
  5795. "md.UpdateVipEquitySettingNode": {
  5796. "type": "object",
  5797. "properties": {
  5798. "dividend_ratio": {
  5799. "description": "分红比例",
  5800. "type": "string"
  5801. },
  5802. "exchange_account_balance_fee": {
  5803. "description": "兑换余额手续费",
  5804. "type": "string"
  5805. },
  5806. "vip_level_id": {
  5807. "description": "会员等级ID",
  5808. "type": "string"
  5809. }
  5810. }
  5811. },
  5812. "md.UserDailyActivityAnalysisReq": {
  5813. "type": "object",
  5814. "properties": {
  5815. "end_date": {
  5816. "type": "string",
  5817. "example": "结束日期"
  5818. },
  5819. "page": {
  5820. "description": "页数",
  5821. "type": "integer"
  5822. },
  5823. "page_size": {
  5824. "description": "每页大小",
  5825. "type": "integer"
  5826. },
  5827. "start_date": {
  5828. "type": "string",
  5829. "example": "开始日期"
  5830. },
  5831. "uid": {
  5832. "description": "查询用户 ID",
  5833. "type": "integer"
  5834. }
  5835. }
  5836. },
  5837. "md.UserDailyActivityAnalysisResp": {
  5838. "type": "object",
  5839. "properties": {
  5840. "son_user_data": {
  5841. "description": "被查询用户子节点信息",
  5842. "type": "array",
  5843. "items": {
  5844. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  5845. }
  5846. },
  5847. "top_data": {
  5848. "description": "统计信息",
  5849. "allOf": [
  5850. {
  5851. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  5852. }
  5853. ]
  5854. }
  5855. }
  5856. },
  5857. "md.UserEggFlowReq": {
  5858. "type": "object",
  5859. "properties": {
  5860. "account_balance_exchange_egg_energy_nums_end": {
  5861. "type": "string",
  5862. "example": "余额兑换蛋蛋能量数量-结束值"
  5863. },
  5864. "account_balance_exchange_egg_energy_nums_start": {
  5865. "type": "string",
  5866. "example": "余额兑换蛋蛋能量数量-起始值"
  5867. },
  5868. "browse_interface_nums_end": {
  5869. "type": "string",
  5870. "example": "浏览界面次数-结束值"
  5871. },
  5872. "browse_interface_nums_start": {
  5873. "type": "string",
  5874. "example": "浏览界面次数-起始值"
  5875. },
  5876. "college_learning_nums_end": {
  5877. "type": "string",
  5878. "example": "学院学习次数-结束值"
  5879. },
  5880. "college_learning_nums_start": {
  5881. "type": "string",
  5882. "example": "学院学习次数-起始值"
  5883. },
  5884. "ecpm_end": {
  5885. "type": "string",
  5886. "example": "ecpm-结束值"
  5887. },
  5888. "ecpm_start": {
  5889. "type": "string",
  5890. "example": "ecpm-起始值"
  5891. },
  5892. "egg_energy_exchange_account_balance_end": {
  5893. "type": "string",
  5894. "example": "蛋蛋能量兑换余额数量-结束值"
  5895. },
  5896. "egg_energy_exchange_account_balance_start": {
  5897. "type": "string",
  5898. "example": "蛋蛋能量兑换余额数量-起始值"
  5899. },
  5900. "forum_comments_nums_end": {
  5901. "type": "string",
  5902. "example": "论坛评论次数-结束值"
  5903. },
  5904. "forum_comments_nums_start": {
  5905. "type": "string",
  5906. "example": "论坛评论次数-起始值"
  5907. },
  5908. "im_activity_nums_end": {
  5909. "type": "string",
  5910. "example": "im活跃次数-结束值"
  5911. },
  5912. "im_activity_nums_start": {
  5913. "type": "string",
  5914. "example": "im活跃次数-起始值"
  5915. },
  5916. "invite_user_nums_end": {
  5917. "type": "string",
  5918. "example": "拉新人数-结束值"
  5919. },
  5920. "invite_user_nums_start": {
  5921. "type": "string",
  5922. "example": "拉新人数-起始值"
  5923. },
  5924. "page": {
  5925. "description": "页数",
  5926. "type": "integer"
  5927. },
  5928. "page_size": {
  5929. "description": "每页大小",
  5930. "type": "integer"
  5931. },
  5932. "person_add_activity_value_end": {
  5933. "type": "string",
  5934. "example": "个人活跃积分-结束值"
  5935. },
  5936. "person_add_activity_value_start": {
  5937. "type": "string",
  5938. "example": "个人活跃积分-起始值"
  5939. },
  5940. "score_value_end": {
  5941. "type": "string",
  5942. "example": "蛋蛋分-结束值"
  5943. },
  5944. "score_value_kind": {
  5945. "description": "评分类型(0:未知 1:人工 2:系统)",
  5946. "type": "integer"
  5947. },
  5948. "score_value_start": {
  5949. "type": "string",
  5950. "example": "蛋蛋分-起始值"
  5951. },
  5952. "send_circle_of_friend_nums_end": {
  5953. "type": "string",
  5954. "example": "发朋友圈次数-结束值"
  5955. },
  5956. "send_circle_of_friend_nums_start": {
  5957. "type": "string",
  5958. "example": "发朋友圈次数-起始值"
  5959. },
  5960. "send_red_package_nums_end": {
  5961. "type": "string",
  5962. "example": "发红包次数-结束值"
  5963. },
  5964. "send_red_package_nums_start": {
  5965. "type": "string",
  5966. "example": "发红包次数-起始值"
  5967. },
  5968. "sign_in_nums_end": {
  5969. "type": "string",
  5970. "example": "签到次数-结束值"
  5971. },
  5972. "sign_in_nums_start": {
  5973. "type": "string",
  5974. "example": "签到次数-起始值"
  5975. },
  5976. "team-activity-nums-end": {
  5977. "type": "string",
  5978. "example": "团队活跃次数-结束值"
  5979. },
  5980. "team_activity_nums_start": {
  5981. "type": "string",
  5982. "example": "团队活跃次数-起始值"
  5983. },
  5984. "violate_nums_end": {
  5985. "type": "string",
  5986. "example": "违规次数-结束值"
  5987. },
  5988. "violate_nums_start": {
  5989. "type": "string",
  5990. "example": "违规次数-起始值"
  5991. },
  5992. "week": {
  5993. "type": "string",
  5994. "example": "周份"
  5995. },
  5996. "year": {
  5997. "type": "string",
  5998. "example": "年份"
  5999. }
  6000. }
  6001. },
  6002. "md.UserEggFlowReqResp": {
  6003. "type": "object",
  6004. "properties": {
  6005. "list": {
  6006. "type": "array",
  6007. "items": {
  6008. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  6009. }
  6010. },
  6011. "page": {
  6012. "description": "页数",
  6013. "type": "integer"
  6014. },
  6015. "page_size": {
  6016. "description": "每页大小",
  6017. "type": "integer"
  6018. },
  6019. "total": {
  6020. "description": "总数量",
  6021. "type": "integer"
  6022. },
  6023. "week": {
  6024. "type": "string",
  6025. "example": "周份"
  6026. },
  6027. "year": {
  6028. "type": "string",
  6029. "example": "年份"
  6030. }
  6031. }
  6032. },
  6033. "md.UserEggFlowReqRespList": {
  6034. "type": "object",
  6035. "properties": {
  6036. "account_balance_exchange_egg_energy_nums": {
  6037. "description": "余额兑换蛋蛋能量数量",
  6038. "type": "integer"
  6039. },
  6040. "browse_interface_nums": {
  6041. "description": "浏览界面次数",
  6042. "type": "integer"
  6043. },
  6044. "college_learning_nums": {
  6045. "description": "学院学习次数",
  6046. "type": "integer"
  6047. },
  6048. "ecpm": {
  6049. "description": "ecpm",
  6050. "type": "number"
  6051. },
  6052. "egg_energy_exchange_account_balance": {
  6053. "description": "蛋蛋能量兑换余额数量",
  6054. "type": "integer"
  6055. },
  6056. "forum_comments_nums": {
  6057. "description": "论坛评论次数",
  6058. "type": "integer"
  6059. },
  6060. "im_activity_nums": {
  6061. "description": "im活跃次数",
  6062. "type": "integer"
  6063. },
  6064. "index_id": {
  6065. "description": "文档id",
  6066. "type": "string"
  6067. },
  6068. "invite_user_nums": {
  6069. "description": "拉新人数",
  6070. "type": "integer"
  6071. },
  6072. "person_add_activity_value": {
  6073. "description": "个人活跃积分",
  6074. "type": "integer"
  6075. },
  6076. "score_value": {
  6077. "description": "蛋蛋分-起始值",
  6078. "type": "number"
  6079. },
  6080. "score_value_kind": {
  6081. "description": "评分类型(0:未知 1:人工 2:系统)",
  6082. "type": "integer"
  6083. },
  6084. "send_circle_of_friend_nums": {
  6085. "description": "发朋友圈次数",
  6086. "type": "integer"
  6087. },
  6088. "send_red_package_nums": {
  6089. "description": "发红包次数",
  6090. "type": "integer"
  6091. },
  6092. "sign_in_nums": {
  6093. "description": "签到次数",
  6094. "type": "integer"
  6095. },
  6096. "team_activity_nums": {
  6097. "description": "团队活跃次数",
  6098. "type": "integer"
  6099. },
  6100. "violate_nums": {
  6101. "description": "违规次数",
  6102. "type": "integer"
  6103. }
  6104. }
  6105. },
  6106. "md.UserEggIndexReq": {
  6107. "type": "object",
  6108. "properties": {
  6109. "week": {
  6110. "type": "string",
  6111. "example": "周份"
  6112. },
  6113. "year": {
  6114. "type": "string",
  6115. "example": "年份"
  6116. }
  6117. }
  6118. },
  6119. "md.UserEggIndexResp": {
  6120. "type": "object",
  6121. "properties": {
  6122. "egg_energy_user_egg_index_weight": {
  6123. "description": "蛋蛋分系数权重",
  6124. "allOf": [
  6125. {
  6126. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  6127. }
  6128. ]
  6129. },
  6130. "statistics_user_egg_kind_proportion": {
  6131. "description": "统计用户蛋蛋分\"评比类型\"占比",
  6132. "type": "array",
  6133. "items": {
  6134. "type": "object",
  6135. "additionalProperties": true
  6136. }
  6137. },
  6138. "statistics_user_egg_score_value_range": {
  6139. "description": "统计用户蛋蛋分范围",
  6140. "type": "array",
  6141. "items": {
  6142. "type": "object",
  6143. "additionalProperties": {
  6144. "type": "string"
  6145. }
  6146. }
  6147. },
  6148. "week": {
  6149. "type": "string",
  6150. "example": "周份"
  6151. },
  6152. "year": {
  6153. "type": "string",
  6154. "example": "年份"
  6155. },
  6156. "year_list": {
  6157. "description": "年份\u0026\u0026周份列表",
  6158. "type": "object",
  6159. "additionalProperties": {
  6160. "type": "array",
  6161. "items": {
  6162. "type": "string"
  6163. }
  6164. }
  6165. }
  6166. }
  6167. },
  6168. "md.UserManagementGetBalanceDetailResp": {
  6169. "type": "object",
  6170. "properties": {
  6171. "list": {
  6172. "type": "array",
  6173. "items": {
  6174. "$ref": "#/definitions/md.BalanceDetailNode"
  6175. }
  6176. },
  6177. "paginate": {
  6178. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  6179. }
  6180. }
  6181. },
  6182. "md.UserManagementGetFansResp": {
  6183. "type": "object",
  6184. "properties": {
  6185. "list": {
  6186. "description": "用户数据",
  6187. "type": "array",
  6188. "items": {
  6189. "$ref": "#/definitions/md.FansNode"
  6190. }
  6191. },
  6192. "paginate": {
  6193. "description": "分页信息",
  6194. "allOf": [
  6195. {
  6196. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  6197. }
  6198. ]
  6199. }
  6200. }
  6201. },
  6202. "md.UserManagementGetOneBasicResp": {
  6203. "type": "object",
  6204. "properties": {
  6205. "basic_info": {
  6206. "description": "基本信息",
  6207. "allOf": [
  6208. {
  6209. "$ref": "#/definitions/md.BasicInfoNode"
  6210. }
  6211. ]
  6212. },
  6213. "levels_list": {
  6214. "description": "等级列表",
  6215. "type": "array",
  6216. "items": {
  6217. "type": "object",
  6218. "additionalProperties": true
  6219. }
  6220. },
  6221. "other_info": {
  6222. "description": "其他信息",
  6223. "allOf": [
  6224. {
  6225. "$ref": "#/definitions/md.OtherNode"
  6226. }
  6227. ]
  6228. },
  6229. "tags_list": {
  6230. "description": "标签列表",
  6231. "type": "array",
  6232. "items": {
  6233. "type": "object",
  6234. "additionalProperties": true
  6235. }
  6236. }
  6237. }
  6238. },
  6239. "md.UserManagementGetUserListNode": {
  6240. "type": "object",
  6241. "properties": {
  6242. "avatar": {
  6243. "description": "头像",
  6244. "type": "string"
  6245. },
  6246. "id": {
  6247. "description": "会员 ID",
  6248. "type": "integer"
  6249. },
  6250. "invite_code": {
  6251. "type": "string",
  6252. "example": "会员邀请码"
  6253. },
  6254. "is_real_name": {
  6255. "description": "是否实名 0.未实名,1.已实名",
  6256. "type": "integer"
  6257. },
  6258. "level_name": {
  6259. "description": "会员等级",
  6260. "type": "string"
  6261. },
  6262. "memo": {
  6263. "description": "备注",
  6264. "type": "string"
  6265. },
  6266. "nickname": {
  6267. "description": "昵称",
  6268. "type": "string"
  6269. },
  6270. "parent_id": {
  6271. "description": "推荐人 ID",
  6272. "type": "integer"
  6273. },
  6274. "parent_invite_code": {
  6275. "type": "string",
  6276. "example": "推荐人邀请码"
  6277. },
  6278. "parent_phone": {
  6279. "type": "string",
  6280. "example": "推荐人手机号"
  6281. },
  6282. "phone": {
  6283. "description": "手机号",
  6284. "type": "string"
  6285. },
  6286. "register_time": {
  6287. "description": "注册时间",
  6288. "type": "string"
  6289. },
  6290. "tag_name": {
  6291. "description": "会员标签",
  6292. "type": "string"
  6293. }
  6294. }
  6295. },
  6296. "md.UserManagementGetUserListReq": {
  6297. "type": "object",
  6298. "properties": {
  6299. "effective": {
  6300. "description": "有效会员",
  6301. "type": "integer"
  6302. },
  6303. "id": {
  6304. "description": "会员 ID",
  6305. "type": "integer"
  6306. },
  6307. "invite_code": {
  6308. "type": "string",
  6309. "example": "会员邀请码"
  6310. },
  6311. "is_real_name": {
  6312. "description": "是否实名 0.未实名,1.已实名",
  6313. "type": "integer"
  6314. },
  6315. "level": {
  6316. "description": "会员等级",
  6317. "type": "integer"
  6318. },
  6319. "limit": {
  6320. "type": "integer"
  6321. },
  6322. "login_after": {
  6323. "description": "最近登录结束时间",
  6324. "type": "string"
  6325. },
  6326. "login_before": {
  6327. "description": "最近登录开始时间",
  6328. "type": "string"
  6329. },
  6330. "memo": {
  6331. "description": "备注",
  6332. "type": "string"
  6333. },
  6334. "nickname": {
  6335. "type": "string",
  6336. "example": "会员昵称"
  6337. },
  6338. "page": {
  6339. "type": "integer"
  6340. },
  6341. "parent_invite_code": {
  6342. "type": "string",
  6343. "example": "上级邀请码"
  6344. },
  6345. "parent_phone": {
  6346. "type": "string",
  6347. "example": "上级手机号"
  6348. },
  6349. "phone": {
  6350. "type": "string",
  6351. "example": "会员手机号"
  6352. },
  6353. "recommend_id": {
  6354. "description": "推荐人 ID",
  6355. "type": "integer"
  6356. },
  6357. "register_after": {
  6358. "description": "注册时间终点",
  6359. "type": "string"
  6360. },
  6361. "register_before": {
  6362. "description": "注册时间起点",
  6363. "type": "string"
  6364. },
  6365. "register_type": {
  6366. "description": "注册类型(1:APP注册、2:H5注册)",
  6367. "type": "integer"
  6368. },
  6369. "sex": {
  6370. "description": "性别",
  6371. "type": "integer"
  6372. },
  6373. "state": {
  6374. "description": "状态",
  6375. "type": "integer"
  6376. },
  6377. "tag": {
  6378. "description": "标签 id",
  6379. "type": "integer"
  6380. },
  6381. "union_id": {
  6382. "type": "string",
  6383. "example": "微信号"
  6384. }
  6385. }
  6386. },
  6387. "md.UserManagementGetUserListResp": {
  6388. "type": "object",
  6389. "properties": {
  6390. "levels_list": {
  6391. "description": "等级列表",
  6392. "type": "array",
  6393. "items": {
  6394. "type": "object",
  6395. "additionalProperties": true
  6396. }
  6397. },
  6398. "list": {
  6399. "type": "array",
  6400. "items": {
  6401. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  6402. }
  6403. },
  6404. "paginate": {
  6405. "description": "分页信息",
  6406. "allOf": [
  6407. {
  6408. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  6409. }
  6410. ]
  6411. },
  6412. "tags_list": {
  6413. "description": "标签列表",
  6414. "type": "array",
  6415. "items": {
  6416. "type": "object",
  6417. "additionalProperties": true
  6418. }
  6419. }
  6420. }
  6421. },
  6422. "md.UserManagementGetVirtualCoinDetailResp": {
  6423. "type": "object",
  6424. "properties": {
  6425. "coin_list": {
  6426. "type": "array",
  6427. "items": {
  6428. "type": "object",
  6429. "additionalProperties": true
  6430. }
  6431. },
  6432. "list": {
  6433. "type": "array",
  6434. "items": {
  6435. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  6436. }
  6437. },
  6438. "paginate": {
  6439. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  6440. }
  6441. }
  6442. },
  6443. "md.UserManagementUpdateUserInfoReq": {
  6444. "type": "object",
  6445. "properties": {
  6446. "avatar": {
  6447. "description": "头像",
  6448. "type": "string"
  6449. },
  6450. "last_login_ip": {
  6451. "description": "用户最后登录 IP",
  6452. "type": "string"
  6453. },
  6454. "level": {
  6455. "description": "会员等级 ID",
  6456. "type": "string"
  6457. },
  6458. "memo": {
  6459. "type": "string",
  6460. "example": "备注"
  6461. },
  6462. "nickname": {
  6463. "description": "用户名",
  6464. "type": "string"
  6465. },
  6466. "parent_uid": {
  6467. "description": "邀请人 ID",
  6468. "type": "string"
  6469. },
  6470. "phone": {
  6471. "description": "手机号",
  6472. "type": "string"
  6473. },
  6474. "sex": {
  6475. "description": "性别(0:未知 1:男 2:女)",
  6476. "type": "string"
  6477. },
  6478. "state": {
  6479. "description": "账号状态 1正常,2冻结",
  6480. "type": "string"
  6481. },
  6482. "tag": {
  6483. "description": "用户标签 ID",
  6484. "type": "string"
  6485. },
  6486. "uid": {
  6487. "type": "integer"
  6488. },
  6489. "union_id": {
  6490. "description": "微信号",
  6491. "type": "string"
  6492. }
  6493. }
  6494. },
  6495. "md.UserVirtualCoinFlow": {
  6496. "type": "object",
  6497. "properties": {
  6498. "after_amount": {
  6499. "type": "string",
  6500. "example": "变更后数量"
  6501. },
  6502. "amount": {
  6503. "type": "string",
  6504. "example": "变更数量"
  6505. },
  6506. "before_amount": {
  6507. "type": "string",
  6508. "example": "变更前数量"
  6509. },
  6510. "coin_id": {
  6511. "description": "虚拟币 ID",
  6512. "type": "integer"
  6513. },
  6514. "create_at": {
  6515. "type": "string",
  6516. "example": "创建时间"
  6517. },
  6518. "direction": {
  6519. "description": "方向:1收入 2支出",
  6520. "type": "integer"
  6521. },
  6522. "id": {
  6523. "type": "integer"
  6524. },
  6525. "sys_fee": {
  6526. "type": "string",
  6527. "example": "手续费"
  6528. },
  6529. "title": {
  6530. "type": "string",
  6531. "example": "标题"
  6532. },
  6533. "transfer_type": {
  6534. "description": "转账类型",
  6535. "type": "integer"
  6536. },
  6537. "uid": {
  6538. "description": "用户 ID",
  6539. "type": "integer"
  6540. },
  6541. "update_at": {
  6542. "type": "string",
  6543. "example": "更新时间"
  6544. }
  6545. }
  6546. },
  6547. "md.VideoRewardSetting": {
  6548. "type": "object",
  6549. "properties": {
  6550. "video_reward_is_open": {
  6551. "description": "视频奖励是否开启(1:开启 0:关闭)",
  6552. "type": "integer"
  6553. },
  6554. "video_reward_system": {
  6555. "description": "视频奖励机制",
  6556. "allOf": [
  6557. {
  6558. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  6559. }
  6560. ]
  6561. }
  6562. }
  6563. },
  6564. "md.VideoRewardSystemStruct": {
  6565. "type": "object",
  6566. "properties": {
  6567. "each_round_hour": {
  6568. "description": "每一轮X个小时",
  6569. "type": "string"
  6570. },
  6571. "interval_minutes": {
  6572. "description": "间隔X秒",
  6573. "type": "string"
  6574. },
  6575. "reward_total_num": {
  6576. "description": "一共X个奖励视屏",
  6577. "type": "string"
  6578. },
  6579. "reward_value": {
  6580. "description": "奖励X个活跃积分",
  6581. "type": "string"
  6582. }
  6583. }
  6584. },
  6585. "md.VipEquitySettingNode": {
  6586. "type": "object",
  6587. "properties": {
  6588. "dividend_ratio": {
  6589. "description": "分红比例",
  6590. "type": "string"
  6591. },
  6592. "exchange_account_balance_fee": {
  6593. "description": "兑换余额手续费",
  6594. "type": "string"
  6595. },
  6596. "vip_level_id": {
  6597. "description": "会员等级ID",
  6598. "type": "string"
  6599. },
  6600. "vip_level_name": {
  6601. "description": "会员等级名称",
  6602. "type": "string"
  6603. }
  6604. }
  6605. },
  6606. "md.VirtualCoin": {
  6607. "type": "object",
  6608. "properties": {
  6609. "create_at": {
  6610. "type": "string"
  6611. },
  6612. "exchange_ratio": {
  6613. "description": "兑换比例(与金额)",
  6614. "type": "string",
  6615. "example": "兑换比例(与金额)"
  6616. },
  6617. "id": {
  6618. "type": "integer"
  6619. },
  6620. "is_use": {
  6621. "description": "是否开启: 0否 1是",
  6622. "type": "integer"
  6623. },
  6624. "name": {
  6625. "description": "名称",
  6626. "type": "string"
  6627. },
  6628. "update_at": {
  6629. "type": "string"
  6630. }
  6631. }
  6632. },
  6633. "md.VirtualCoinDetailNode": {
  6634. "type": "object",
  6635. "properties": {
  6636. "after_amount": {
  6637. "description": "变更后积分余额",
  6638. "type": "string"
  6639. },
  6640. "amount": {
  6641. "description": "变更数量",
  6642. "type": "string"
  6643. },
  6644. "create_at": {
  6645. "description": "创建时间",
  6646. "type": "string"
  6647. },
  6648. "direction": {
  6649. "description": "类型 1.收入 2.支出",
  6650. "type": "integer"
  6651. },
  6652. "uid": {
  6653. "description": "用户 ID",
  6654. "type": "integer"
  6655. }
  6656. }
  6657. },
  6658. "md.VirtualCoinListNode": {
  6659. "type": "object",
  6660. "properties": {
  6661. "coin_id": {
  6662. "description": "货币类型 ID",
  6663. "type": "integer"
  6664. },
  6665. "kind": {
  6666. "description": "货币序号",
  6667. "type": "integer"
  6668. },
  6669. "name": {
  6670. "type": "string",
  6671. "example": "货币类型名称"
  6672. }
  6673. }
  6674. },
  6675. "model.EggEnergyUserEggIndexWeight": {
  6676. "type": "object",
  6677. "properties": {
  6678. "account_balance_exchange_egg_energy_nums": {
  6679. "type": "string"
  6680. },
  6681. "browse_interface_nums": {
  6682. "type": "string"
  6683. },
  6684. "college_learning_nums": {
  6685. "type": "string"
  6686. },
  6687. "create_at": {
  6688. "type": "string"
  6689. },
  6690. "ecpm": {
  6691. "type": "string"
  6692. },
  6693. "egg_energy_exchange_account_balance": {
  6694. "type": "string"
  6695. },
  6696. "forum_comments_nums": {
  6697. "type": "string"
  6698. },
  6699. "id": {
  6700. "type": "integer"
  6701. },
  6702. "im_activity_nums": {
  6703. "type": "string"
  6704. },
  6705. "invite_user_nums": {
  6706. "type": "string"
  6707. },
  6708. "person_add_activity_value": {
  6709. "type": "string"
  6710. },
  6711. "send_circle_of_friend_nums": {
  6712. "type": "string"
  6713. },
  6714. "send_red_package_nums": {
  6715. "type": "string"
  6716. },
  6717. "sign_in_nums": {
  6718. "type": "string"
  6719. },
  6720. "team_activity_nums": {
  6721. "type": "string"
  6722. },
  6723. "update_at": {
  6724. "type": "string"
  6725. },
  6726. "violate_nums": {
  6727. "type": "string"
  6728. }
  6729. }
  6730. },
  6731. "model.UserLevelTask": {
  6732. "type": "object",
  6733. "properties": {
  6734. "create_at": {
  6735. "type": "string"
  6736. },
  6737. "finish_count": {
  6738. "type": "integer"
  6739. },
  6740. "id": {
  6741. "type": "integer"
  6742. },
  6743. "is_must_task": {
  6744. "type": "integer"
  6745. },
  6746. "level_id": {
  6747. "type": "integer"
  6748. },
  6749. "task_type": {
  6750. "type": "integer"
  6751. },
  6752. "task_type_level_id": {
  6753. "type": "integer"
  6754. },
  6755. "update_at": {
  6756. "type": "string"
  6757. },
  6758. "within_days": {
  6759. "type": "integer"
  6760. }
  6761. }
  6762. }
  6763. },
  6764. "securityDefinitions": {
  6765. "MasterID": {
  6766. "type": "apiKey",
  6767. "name": "MasterID",
  6768. "in": "header"
  6769. }
  6770. }
  6771. }`
  6772. // SwaggerInfo holds exported Swagger Info so clients can modify it
  6773. var SwaggerInfo = &swag.Spec{
  6774. Version: "1.0",
  6775. Host: "localhost:4001",
  6776. BasePath: "",
  6777. Schemes: []string{},
  6778. Title: "蛋蛋星球-管理后台",
  6779. Description: "管理后台接口文档",
  6780. InfoInstanceName: "swagger",
  6781. SwaggerTemplate: docTemplate,
  6782. LeftDelim: "{{",
  6783. RightDelim: "}}",
  6784. }
  6785. func init() {
  6786. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  6787. }