蛋蛋星球 后台端
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

6766 řádky
234 KiB

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