蛋蛋星球 后台端
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

5230 lignes
181 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/platformRevenueList": {
  714. "post": {
  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. "description": "分页信息必填",
  736. "name": "req",
  737. "in": "body",
  738. "required": true,
  739. "schema": {
  740. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  741. }
  742. }
  743. ],
  744. "responses": {
  745. "200": {
  746. "description": "具体数据",
  747. "schema": {
  748. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  749. }
  750. },
  751. "400": {
  752. "description": "具体错误",
  753. "schema": {
  754. "$ref": "#/definitions/md.Response"
  755. }
  756. }
  757. }
  758. }
  759. },
  760. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  761. "get": {
  762. "description": "价格趋势(获取)",
  763. "consumes": [
  764. "application/json"
  765. ],
  766. "produces": [
  767. "application/json"
  768. ],
  769. "tags": [
  770. "蛋蛋能量"
  771. ],
  772. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  773. "parameters": [
  774. {
  775. "type": "string",
  776. "description": "验证参数Bearer和token空格拼接",
  777. "name": "Authorization",
  778. "in": "header",
  779. "required": true
  780. },
  781. {
  782. "type": "string",
  783. "description": "1:按天 2:按小时 3:按周",
  784. "name": "kind",
  785. "in": "query"
  786. }
  787. ],
  788. "responses": {
  789. "200": {
  790. "description": "具体数据",
  791. "schema": {
  792. "$ref": "#/definitions/md.GetPriceCurveResp"
  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/SetVideoReward": {
  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": "落地页不填页大小默认20条数据",
  874. "name": "req",
  875. "in": "body",
  876. "required": true,
  877. "schema": {
  878. "$ref": "#/definitions/md.SetVideoRewardReq"
  879. }
  880. }
  881. ],
  882. "responses": {
  883. "200": {
  884. "description": "success",
  885. "schema": {
  886. "type": "string"
  887. }
  888. },
  889. "400": {
  890. "description": "具体错误",
  891. "schema": {
  892. "$ref": "#/definitions/md.Response"
  893. }
  894. }
  895. }
  896. }
  897. },
  898. "/api/institutionalManagement/eggEnergy/updateBasic": {
  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": "system_id 必填",
  921. "name": "req",
  922. "in": "body",
  923. "required": true,
  924. "schema": {
  925. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  926. }
  927. }
  928. ],
  929. "responses": {
  930. "200": {
  931. "description": "修改数据条数",
  932. "schema": {
  933. "type": "int"
  934. }
  935. },
  936. "400": {
  937. "description": "具体错误",
  938. "schema": {
  939. "$ref": "#/definitions/md.Response"
  940. }
  941. }
  942. }
  943. }
  944. },
  945. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  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": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  968. "name": "req",
  969. "in": "body",
  970. "required": true,
  971. "schema": {
  972. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  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/userCoin/activePointsUserCoinFlowList": {
  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": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  1015. "name": "req",
  1016. "in": "body",
  1017. "required": true,
  1018. "schema": {
  1019. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  1020. }
  1021. }
  1022. ],
  1023. "responses": {
  1024. "200": {
  1025. "description": "成功返回",
  1026. "schema": {
  1027. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  1028. }
  1029. },
  1030. "400": {
  1031. "description": "具体错误",
  1032. "schema": {
  1033. "$ref": "#/definitions/md.Response"
  1034. }
  1035. }
  1036. }
  1037. }
  1038. },
  1039. "/api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinList": {
  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": "落地页不填页大小默认20条数据",
  1062. "name": "req",
  1063. "in": "body",
  1064. "schema": {
  1065. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  1066. }
  1067. }
  1068. ],
  1069. "responses": {
  1070. "200": {
  1071. "description": "成功返回",
  1072. "schema": {
  1073. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  1074. }
  1075. },
  1076. "400": {
  1077. "description": "具体错误",
  1078. "schema": {
  1079. "$ref": "#/definitions/md.Response"
  1080. }
  1081. }
  1082. }
  1083. }
  1084. },
  1085. "/api/institutionalManagement/eggEnergy/userCoin/greenEnergyUserCoinFlowList": {
  1086. "post": {
  1087. "description": "绿色能量持有流水(查询)",
  1088. "consumes": [
  1089. "application/json"
  1090. ],
  1091. "produces": [
  1092. "application/json"
  1093. ],
  1094. "tags": [
  1095. "公排管理"
  1096. ],
  1097. "summary": "制度中心-绿色能量持有者明细-绿色能量持有流水(查询)",
  1098. "parameters": [
  1099. {
  1100. "type": "string",
  1101. "description": "验证参数Bearer和token空格拼接",
  1102. "name": "Authorization",
  1103. "in": "header",
  1104. "required": true
  1105. },
  1106. {
  1107. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  1108. "name": "req",
  1109. "in": "body",
  1110. "required": true,
  1111. "schema": {
  1112. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  1113. }
  1114. }
  1115. ],
  1116. "responses": {
  1117. "200": {
  1118. "description": "成功返回",
  1119. "schema": {
  1120. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  1121. }
  1122. },
  1123. "400": {
  1124. "description": "具体错误",
  1125. "schema": {
  1126. "$ref": "#/definitions/md.Response"
  1127. }
  1128. }
  1129. }
  1130. }
  1131. },
  1132. "/api/institutionalManagement/eggEnergy/userCoin/greenEnergyUserCoinList": {
  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/publicPlatoon/communityDividends/communityDividendsAdd": {
  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": "分红名称、分红总量",
  1201. "name": "req",
  1202. "in": "body",
  1203. "required": true,
  1204. "schema": {
  1205. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  1206. }
  1207. }
  1208. ],
  1209. "responses": {
  1210. "200": {
  1211. "description": "成功",
  1212. "schema": {
  1213. "type": "success"
  1214. }
  1215. },
  1216. "400": {
  1217. "description": "具体错误",
  1218. "schema": {
  1219. "$ref": "#/definitions/md.Response"
  1220. }
  1221. }
  1222. }
  1223. }
  1224. },
  1225. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  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.ListCommunityDividendsReq"
  1253. }
  1254. }
  1255. ],
  1256. "responses": {
  1257. "200": {
  1258. "description": "具体数据",
  1259. "schema": {
  1260. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  1261. }
  1262. },
  1263. "400": {
  1264. "description": "具体错误",
  1265. "schema": {
  1266. "$ref": "#/definitions/md.Response"
  1267. }
  1268. }
  1269. }
  1270. }
  1271. },
  1272. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  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": "新增社区长 ID、备注",
  1295. "name": "req",
  1296. "in": "body",
  1297. "required": true,
  1298. "schema": {
  1299. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  1300. }
  1301. }
  1302. ],
  1303. "responses": {
  1304. "200": {
  1305. "description": "插入数据 ID",
  1306. "schema": {
  1307. "type": "int"
  1308. }
  1309. },
  1310. "400": {
  1311. "description": "具体错误",
  1312. "schema": {
  1313. "$ref": "#/definitions/md.Response"
  1314. }
  1315. }
  1316. }
  1317. }
  1318. },
  1319. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  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.ListCommunityDividendsWithUserReq"
  1347. }
  1348. }
  1349. ],
  1350. "responses": {
  1351. "200": {
  1352. "description": "社区长列表",
  1353. "schema": {
  1354. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  1355. }
  1356. },
  1357. "400": {
  1358. "description": "具体错误",
  1359. "schema": {
  1360. "$ref": "#/definitions/md.Response"
  1361. }
  1362. }
  1363. }
  1364. }
  1365. },
  1366. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  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": "需要交换的两个位置",
  1389. "name": "req",
  1390. "in": "body",
  1391. "required": true,
  1392. "schema": {
  1393. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  1394. }
  1395. }
  1396. ],
  1397. "responses": {
  1398. "200": {
  1399. "description": "成功返回",
  1400. "schema": {
  1401. "type": ""
  1402. }
  1403. },
  1404. "400": {
  1405. "description": "具体错误",
  1406. "schema": {
  1407. "$ref": "#/definitions/md.Response"
  1408. }
  1409. }
  1410. }
  1411. }
  1412. },
  1413. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  1414. "get": {
  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. "type": "string",
  1436. "description": "用户ID",
  1437. "name": "uid",
  1438. "in": "query",
  1439. "required": true
  1440. }
  1441. ],
  1442. "responses": {
  1443. "200": {
  1444. "description": "具体数据",
  1445. "schema": {
  1446. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  1447. }
  1448. },
  1449. "400": {
  1450. "description": "具体错误",
  1451. "schema": {
  1452. "$ref": "#/definitions/md.Response"
  1453. }
  1454. }
  1455. }
  1456. }
  1457. },
  1458. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  1459. "get": {
  1460. "description": "关系分布图(获取指定用户下级)",
  1461. "consumes": [
  1462. "application/json"
  1463. ],
  1464. "produces": [
  1465. "application/json"
  1466. ],
  1467. "tags": [
  1468. "公排管理"
  1469. ],
  1470. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  1471. "parameters": [
  1472. {
  1473. "type": "string",
  1474. "description": "验证参数Bearer和token空格拼接",
  1475. "name": "Authorization",
  1476. "in": "header",
  1477. "required": true
  1478. },
  1479. {
  1480. "type": "string",
  1481. "description": "用户ID",
  1482. "name": "uid",
  1483. "in": "query",
  1484. "required": true
  1485. }
  1486. ],
  1487. "responses": {
  1488. "200": {
  1489. "description": "具体数据",
  1490. "schema": {
  1491. "$ref": "#/definitions/md.TreeNode"
  1492. }
  1493. },
  1494. "400": {
  1495. "description": "具体错误",
  1496. "schema": {
  1497. "$ref": "#/definitions/md.Response"
  1498. }
  1499. }
  1500. }
  1501. }
  1502. },
  1503. "/api/institutionalManagement/publicPlatoon/getBasic": {
  1504. "get": {
  1505. "description": "公排基础设置(获取)",
  1506. "consumes": [
  1507. "application/json"
  1508. ],
  1509. "produces": [
  1510. "application/json"
  1511. ],
  1512. "tags": [
  1513. "公排管理"
  1514. ],
  1515. "summary": "制度中心-公排管理-公排基础设置(获取)",
  1516. "parameters": [
  1517. {
  1518. "type": "string",
  1519. "description": "验证参数Bearer和token空格拼接",
  1520. "name": "Authorization",
  1521. "in": "header",
  1522. "required": true
  1523. }
  1524. ],
  1525. "responses": {
  1526. "200": {
  1527. "description": "具体数据",
  1528. "schema": {
  1529. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  1530. }
  1531. },
  1532. "400": {
  1533. "description": "具体错误",
  1534. "schema": {
  1535. "$ref": "#/definitions/md.Response"
  1536. }
  1537. }
  1538. }
  1539. }
  1540. },
  1541. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  1542. "post": {
  1543. "description": "免罚用户(查询)",
  1544. "consumes": [
  1545. "application/json"
  1546. ],
  1547. "produces": [
  1548. "application/json"
  1549. ],
  1550. "tags": [
  1551. "公排管理"
  1552. ],
  1553. "summary": "制度中心-公排管理-免罚用户(查询)",
  1554. "parameters": [
  1555. {
  1556. "type": "string",
  1557. "description": "验证参数Bearer和token空格拼接",
  1558. "name": "Authorization",
  1559. "in": "header",
  1560. "required": true
  1561. },
  1562. {
  1563. "description": "页数和行数必填,uid选填",
  1564. "name": "req",
  1565. "in": "body",
  1566. "required": true,
  1567. "schema": {
  1568. "$ref": "#/definitions/md.GetFreePublishUserReq"
  1569. }
  1570. }
  1571. ],
  1572. "responses": {
  1573. "200": {
  1574. "description": "成功返回",
  1575. "schema": {
  1576. "$ref": "#/definitions/md.GetFreePublishUserResp"
  1577. }
  1578. },
  1579. "400": {
  1580. "description": "具体错误",
  1581. "schema": {
  1582. "$ref": "#/definitions/md.Response"
  1583. }
  1584. }
  1585. }
  1586. }
  1587. },
  1588. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  1589. "post": {
  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": "页数和行数必填,uid选填",
  1611. "name": "req",
  1612. "in": "body",
  1613. "required": true,
  1614. "schema": {
  1615. "$ref": "#/definitions/md.AddFreePublishUserReq"
  1616. }
  1617. }
  1618. ],
  1619. "responses": {
  1620. "200": {
  1621. "description": "插入数据 ID",
  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/relationshipMap": {
  1636. "get": {
  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. "type": "string",
  1658. "description": "phone",
  1659. "name": "phone",
  1660. "in": "query",
  1661. "required": true
  1662. },
  1663. {
  1664. "type": "string",
  1665. "description": "uid",
  1666. "name": "uid",
  1667. "in": "query",
  1668. "required": true
  1669. }
  1670. ],
  1671. "responses": {
  1672. "200": {
  1673. "description": "具体数据",
  1674. "schema": {
  1675. "$ref": "#/definitions/md.TreeNode"
  1676. }
  1677. },
  1678. "400": {
  1679. "description": "具体错误",
  1680. "schema": {
  1681. "$ref": "#/definitions/md.Response"
  1682. }
  1683. }
  1684. }
  1685. }
  1686. },
  1687. "/api/institutionalManagement/publicPlatoon/selectMember": {
  1688. "post": {
  1689. "description": "公排基础设置选择会员(查询)",
  1690. "consumes": [
  1691. "application/json"
  1692. ],
  1693. "produces": [
  1694. "application/json"
  1695. ],
  1696. "tags": [
  1697. "公排管理"
  1698. ],
  1699. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  1700. "parameters": [
  1701. {
  1702. "type": "string",
  1703. "description": "验证参数Bearer和token空格拼接",
  1704. "name": "Authorization",
  1705. "in": "header",
  1706. "required": true
  1707. },
  1708. {
  1709. "description": "分页信息必填",
  1710. "name": "req",
  1711. "in": "body",
  1712. "required": true,
  1713. "schema": {
  1714. "$ref": "#/definitions/md.SelectMemberReq"
  1715. }
  1716. }
  1717. ],
  1718. "responses": {
  1719. "200": {
  1720. "description": "具体数据",
  1721. "schema": {
  1722. "$ref": "#/definitions/md.SelectMemberResp"
  1723. }
  1724. },
  1725. "400": {
  1726. "description": "具体错误",
  1727. "schema": {
  1728. "$ref": "#/definitions/md.Response"
  1729. }
  1730. }
  1731. }
  1732. }
  1733. },
  1734. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  1735. "put": {
  1736. "description": "公排基础设置(修改)",
  1737. "consumes": [
  1738. "application/json"
  1739. ],
  1740. "produces": [
  1741. "application/json"
  1742. ],
  1743. "tags": [
  1744. "公排管理"
  1745. ],
  1746. "summary": "制度中心-公排管理-公排基础设置(修改)",
  1747. "parameters": [
  1748. {
  1749. "type": "string",
  1750. "description": "验证参数Bearer和token空格拼接",
  1751. "name": "Authorization",
  1752. "in": "header",
  1753. "required": true
  1754. },
  1755. {
  1756. "description": "公排设置表单内容",
  1757. "name": "req",
  1758. "in": "body",
  1759. "required": true,
  1760. "schema": {
  1761. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  1762. }
  1763. }
  1764. ],
  1765. "responses": {
  1766. "200": {
  1767. "description": "success",
  1768. "schema": {
  1769. "type": "string"
  1770. }
  1771. },
  1772. "400": {
  1773. "description": "具体错误",
  1774. "schema": {
  1775. "$ref": "#/definitions/md.Response"
  1776. }
  1777. }
  1778. }
  1779. }
  1780. },
  1781. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  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": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  1804. "name": "req",
  1805. "in": "body",
  1806. "required": true,
  1807. "schema": {
  1808. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  1809. }
  1810. }
  1811. ],
  1812. "responses": {
  1813. "200": {
  1814. "description": "具体数据",
  1815. "schema": {
  1816. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  1817. }
  1818. },
  1819. "400": {
  1820. "description": "具体错误",
  1821. "schema": {
  1822. "$ref": "#/definitions/md.Response"
  1823. }
  1824. }
  1825. }
  1826. }
  1827. },
  1828. "/api/login": {
  1829. "post": {
  1830. "description": "登入",
  1831. "consumes": [
  1832. "application/json"
  1833. ],
  1834. "produces": [
  1835. "application/json"
  1836. ],
  1837. "tags": [
  1838. "登录"
  1839. ],
  1840. "summary": "登陆",
  1841. "parameters": [
  1842. {
  1843. "description": "用户名密码",
  1844. "name": "req",
  1845. "in": "body",
  1846. "required": true,
  1847. "schema": {
  1848. "$ref": "#/definitions/md.LoginReq"
  1849. }
  1850. }
  1851. ],
  1852. "responses": {
  1853. "200": {
  1854. "description": "token",
  1855. "schema": {
  1856. "$ref": "#/definitions/md.LoginResponse"
  1857. }
  1858. },
  1859. "400": {
  1860. "description": "具体错误",
  1861. "schema": {
  1862. "$ref": "#/definitions/md.Response"
  1863. }
  1864. }
  1865. }
  1866. }
  1867. },
  1868. "/api/marketingApplications/newUserRedPackage/getBasic": {
  1869. "get": {
  1870. "description": "新人红包设置(获取)",
  1871. "consumes": [
  1872. "application/json"
  1873. ],
  1874. "produces": [
  1875. "application/json"
  1876. ],
  1877. "tags": [
  1878. "营销应用"
  1879. ],
  1880. "summary": "制度中心-营销应用-新人红包设置(获取)",
  1881. "parameters": [
  1882. {
  1883. "type": "string",
  1884. "description": "验证参数Bearer和token空格拼接",
  1885. "name": "Authorization",
  1886. "in": "header",
  1887. "required": true
  1888. }
  1889. ],
  1890. "responses": {
  1891. "200": {
  1892. "description": "具体数据",
  1893. "schema": {
  1894. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  1895. }
  1896. },
  1897. "400": {
  1898. "description": "具体错误",
  1899. "schema": {
  1900. "$ref": "#/definitions/md.Response"
  1901. }
  1902. }
  1903. }
  1904. }
  1905. },
  1906. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  1907. "post": {
  1908. "description": "新人红包列表明细(查询)",
  1909. "consumes": [
  1910. "application/json"
  1911. ],
  1912. "produces": [
  1913. "application/json"
  1914. ],
  1915. "tags": [
  1916. "营销应用"
  1917. ],
  1918. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  1919. "parameters": [
  1920. {
  1921. "type": "string",
  1922. "description": "验证参数Bearer和token空格拼接",
  1923. "name": "Authorization",
  1924. "in": "header",
  1925. "required": true
  1926. },
  1927. {
  1928. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  1929. "name": "req",
  1930. "in": "body",
  1931. "required": true,
  1932. "schema": {
  1933. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  1934. }
  1935. }
  1936. ],
  1937. "responses": {
  1938. "200": {
  1939. "description": "具体数据",
  1940. "schema": {
  1941. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  1942. }
  1943. },
  1944. "400": {
  1945. "description": "具体错误",
  1946. "schema": {
  1947. "$ref": "#/definitions/md.Response"
  1948. }
  1949. }
  1950. }
  1951. }
  1952. },
  1953. "/api/marketingApplications/newUserRedPackage/recordList": {
  1954. "post": {
  1955. "description": "新人红包列表(查询)",
  1956. "consumes": [
  1957. "application/json"
  1958. ],
  1959. "produces": [
  1960. "application/json"
  1961. ],
  1962. "tags": [
  1963. "营销应用"
  1964. ],
  1965. "summary": "制度中心-营销应用-新人红包列表(查询)",
  1966. "parameters": [
  1967. {
  1968. "type": "string",
  1969. "description": "验证参数Bearer和token空格拼接",
  1970. "name": "Authorization",
  1971. "in": "header",
  1972. "required": true
  1973. },
  1974. {
  1975. "description": "新人红包列表查询条件(分页信息必填)",
  1976. "name": "req",
  1977. "in": "body",
  1978. "required": true,
  1979. "schema": {
  1980. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  1981. }
  1982. }
  1983. ],
  1984. "responses": {
  1985. "200": {
  1986. "description": "具体数据",
  1987. "schema": {
  1988. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  1989. }
  1990. },
  1991. "400": {
  1992. "description": "具体错误",
  1993. "schema": {
  1994. "$ref": "#/definitions/md.Response"
  1995. }
  1996. }
  1997. }
  1998. }
  1999. },
  2000. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  2001. "put": {
  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": "新人红包设置表单",
  2023. "name": "req",
  2024. "in": "body",
  2025. "required": true,
  2026. "schema": {
  2027. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  2028. }
  2029. }
  2030. ],
  2031. "responses": {
  2032. "200": {
  2033. "description": "success",
  2034. "schema": {
  2035. "type": "string"
  2036. }
  2037. },
  2038. "400": {
  2039. "description": "具体错误",
  2040. "schema": {
  2041. "$ref": "#/definitions/md.Response"
  2042. }
  2043. }
  2044. }
  2045. }
  2046. },
  2047. "/api/memberCenter/userManagement/getUserList": {
  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.UserManagementGetUserListReq"
  2075. }
  2076. }
  2077. ],
  2078. "responses": {
  2079. "200": {
  2080. "description": "具体数据",
  2081. "schema": {
  2082. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  2083. }
  2084. },
  2085. "400": {
  2086. "description": "具体错误",
  2087. "schema": {
  2088. "$ref": "#/definitions/md.Response"
  2089. }
  2090. }
  2091. }
  2092. }
  2093. },
  2094. "/api/memberCenter/userManagement/updateUserInfo": {
  2095. "post": {
  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": "用户ID 必传",
  2117. "name": "req",
  2118. "in": "body",
  2119. "required": true,
  2120. "schema": {
  2121. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  2122. }
  2123. }
  2124. ],
  2125. "responses": {
  2126. "200": {
  2127. "description": "修改数据行数",
  2128. "schema": {
  2129. "type": "int"
  2130. }
  2131. },
  2132. "400": {
  2133. "description": "具体错误",
  2134. "schema": {
  2135. "$ref": "#/definitions/md.Response"
  2136. }
  2137. }
  2138. }
  2139. }
  2140. }
  2141. },
  2142. "definitions": {
  2143. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  2144. "type": "object",
  2145. "properties": {
  2146. "direct_push_reward": {
  2147. "description": "直推奖励",
  2148. "allOf": [
  2149. {
  2150. "$ref": "#/definitions/md.TeamRewardSettingStruct"
  2151. }
  2152. ]
  2153. },
  2154. "is_open": {
  2155. "description": "是否开启(1:开启 0:关闭)",
  2156. "type": "integer"
  2157. },
  2158. "person_egg_energy_coin_id": {
  2159. "description": "个人蛋蛋能量对应虚拟币 id",
  2160. "type": "integer"
  2161. },
  2162. "person_egg_points_coin_id": {
  2163. "description": "个人蛋蛋积分对应虚拟币 id",
  2164. "type": "integer"
  2165. },
  2166. "team_egg_energy_coin_id": {
  2167. "description": "团队蛋蛋能量对应虚拟币 id",
  2168. "type": "integer"
  2169. },
  2170. "team_egg_points_coin_id": {
  2171. "description": "团队蛋蛋积分对应虚拟币 id",
  2172. "type": "integer"
  2173. }
  2174. }
  2175. },
  2176. "applet_app_md_institutional_management_egg_energy.Paginate": {
  2177. "type": "object",
  2178. "properties": {
  2179. "limit": {
  2180. "description": "每页大小",
  2181. "type": "integer"
  2182. },
  2183. "page": {
  2184. "description": "页数",
  2185. "type": "integer"
  2186. },
  2187. "total": {
  2188. "description": "总数据量",
  2189. "type": "integer"
  2190. }
  2191. }
  2192. },
  2193. "applet_app_md_institutional_management_member_center.Paginate": {
  2194. "type": "object",
  2195. "properties": {
  2196. "limit": {
  2197. "description": "每页大小",
  2198. "type": "integer"
  2199. },
  2200. "page": {
  2201. "description": "页数",
  2202. "type": "integer"
  2203. },
  2204. "total": {
  2205. "description": "总数据量",
  2206. "type": "integer"
  2207. }
  2208. }
  2209. },
  2210. "applet_app_md_institutional_management_new_user_red_package.Paginate": {
  2211. "type": "object",
  2212. "properties": {
  2213. "limit": {
  2214. "type": "integer"
  2215. },
  2216. "page": {
  2217. "type": "integer"
  2218. },
  2219. "total": {
  2220. "type": "integer"
  2221. }
  2222. }
  2223. },
  2224. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  2225. "type": "object",
  2226. "properties": {
  2227. "id": {
  2228. "type": "integer"
  2229. },
  2230. "is_open": {
  2231. "description": "是否开启(1:开启 0:关闭)",
  2232. "type": "integer"
  2233. },
  2234. "is_self_active_get_team_revenue": {
  2235. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  2236. "type": "integer"
  2237. },
  2238. "originator_uid": {
  2239. "description": "创始人uid",
  2240. "type": "integer"
  2241. },
  2242. "several_rows": {
  2243. "description": "几排",
  2244. "type": "integer"
  2245. },
  2246. "several_times": {
  2247. "description": "几乘",
  2248. "type": "integer"
  2249. },
  2250. "system_punish_replace": {
  2251. "description": "是否位置滑落 被新用户替换 0否 1是",
  2252. "type": "integer"
  2253. },
  2254. "system_punish_replace_value": {
  2255. "description": "xx天未活跃,处罚滑落",
  2256. "type": "integer"
  2257. }
  2258. }
  2259. },
  2260. "applet_app_md_institutional_management_public_platoon.Paginate": {
  2261. "type": "object",
  2262. "properties": {
  2263. "limit": {
  2264. "description": "每页大小",
  2265. "type": "integer"
  2266. },
  2267. "page": {
  2268. "description": "页数",
  2269. "type": "integer"
  2270. },
  2271. "total": {
  2272. "description": "总数据量",
  2273. "type": "integer"
  2274. }
  2275. }
  2276. },
  2277. "md.ActivePointsWalletNode": {
  2278. "type": "object",
  2279. "properties": {
  2280. "amount": {
  2281. "type": "string",
  2282. "example": "账户余额"
  2283. },
  2284. "uid": {
  2285. "description": "用户 ID",
  2286. "type": "integer"
  2287. },
  2288. "user_name": {
  2289. "type": "string",
  2290. "example": "用户名"
  2291. },
  2292. "user_phone": {
  2293. "type": "string",
  2294. "example": "手机号"
  2295. }
  2296. }
  2297. },
  2298. "md.AddCommunityDividendsReq": {
  2299. "type": "object",
  2300. "properties": {
  2301. "amount": {
  2302. "description": "社区分红数量",
  2303. "type": "string"
  2304. },
  2305. "name": {
  2306. "type": "string",
  2307. "example": "社区分红名称"
  2308. }
  2309. }
  2310. },
  2311. "md.AddCommunityDividendsWithUserReq": {
  2312. "type": "object",
  2313. "properties": {
  2314. "memo": {
  2315. "type": "string",
  2316. "example": "备注"
  2317. },
  2318. "uid": {
  2319. "description": "新增社区长用户 ID",
  2320. "type": "integer"
  2321. }
  2322. }
  2323. },
  2324. "md.AddFreePublishUserReq": {
  2325. "type": "object",
  2326. "properties": {
  2327. "uid": {
  2328. "type": "integer"
  2329. }
  2330. }
  2331. },
  2332. "md.AddFundDataReq": {
  2333. "type": "object",
  2334. "properties": {
  2335. "frequency": {
  2336. "description": "频率(分钟)",
  2337. "type": "integer"
  2338. },
  2339. "hours": {
  2340. "description": "时长(小时)",
  2341. "type": "integer"
  2342. },
  2343. "kind": {
  2344. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  2345. "type": "integer"
  2346. },
  2347. "memo": {
  2348. "type": "string",
  2349. "example": "备注"
  2350. },
  2351. "total_amount": {
  2352. "description": "金额",
  2353. "type": "string"
  2354. }
  2355. }
  2356. },
  2357. "md.AddPlatformRevenueReq": {
  2358. "type": "object",
  2359. "properties": {
  2360. "frequency": {
  2361. "description": "频率(分钟)",
  2362. "type": "integer"
  2363. },
  2364. "hours": {
  2365. "description": "时长(小时)",
  2366. "type": "integer"
  2367. },
  2368. "kind": {
  2369. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  2370. "type": "integer"
  2371. },
  2372. "memo": {
  2373. "type": "string",
  2374. "example": "备注"
  2375. },
  2376. "total_amount": {
  2377. "description": "金额",
  2378. "type": "string"
  2379. }
  2380. }
  2381. },
  2382. "md.DailyActivityAnalysisTopData": {
  2383. "type": "object",
  2384. "properties": {
  2385. "activity_count": {
  2386. "description": "子节点活跃天数",
  2387. "type": "integer"
  2388. },
  2389. "team_activity_user_count": {
  2390. "description": "子节点活跃人数",
  2391. "type": "integer"
  2392. },
  2393. "team_user_count": {
  2394. "description": "团队人数",
  2395. "type": "integer"
  2396. }
  2397. }
  2398. },
  2399. "md.DataSetting": {
  2400. "type": "object",
  2401. "properties": {
  2402. "total_angel_investor": {
  2403. "description": "天使投资人",
  2404. "type": "string",
  2405. "example": "天使投资人"
  2406. },
  2407. "total_ecological_development": {
  2408. "description": "生态建设",
  2409. "type": "string",
  2410. "example": "当前价格"
  2411. },
  2412. "total_issuance_amount": {
  2413. "description": "总发行量",
  2414. "type": "string",
  2415. "example": "总发行量"
  2416. },
  2417. "total_operate_fund": {
  2418. "description": "运营资金",
  2419. "type": "string",
  2420. "example": "运营资金"
  2421. },
  2422. "total_team_dividends": {
  2423. "description": "团队分红",
  2424. "type": "string",
  2425. "example": "团队分红"
  2426. },
  2427. "total_technology_team": {
  2428. "description": "技术团队",
  2429. "type": "string",
  2430. "example": "技术团队"
  2431. },
  2432. "total_user_for_person": {
  2433. "description": "个人区域",
  2434. "type": "string",
  2435. "example": "个人区域"
  2436. },
  2437. "total_user_for_team": {
  2438. "description": "团队区域",
  2439. "type": "string",
  2440. "example": "团队区域"
  2441. }
  2442. }
  2443. },
  2444. "md.DestructionSettingStruct": {
  2445. "type": "object",
  2446. "properties": {
  2447. "community_dividends": {
  2448. "description": "社区分红百分比",
  2449. "type": "string"
  2450. },
  2451. "destruction_quantity": {
  2452. "description": "销毁百分比",
  2453. "type": "string"
  2454. },
  2455. "development_committee": {
  2456. "description": "发展委员会百分比",
  2457. "type": "string"
  2458. },
  2459. "marketplace_merchant": {
  2460. "description": "市商数量百分比",
  2461. "type": "string"
  2462. },
  2463. "public_welfare_and_charity": {
  2464. "description": "公益慈善百分比",
  2465. "type": "string"
  2466. },
  2467. "star_level_dividends": {
  2468. "description": "星级分红百分比",
  2469. "type": "string"
  2470. }
  2471. }
  2472. },
  2473. "md.DynamicDataFlowListReq": {
  2474. "type": "object",
  2475. "properties": {
  2476. "end_at": {
  2477. "description": "结束时间",
  2478. "type": "string",
  2479. "example": "结束时间"
  2480. },
  2481. "kind": {
  2482. "description": "持有类型",
  2483. "type": "integer"
  2484. },
  2485. "page": {
  2486. "description": "页数",
  2487. "type": "integer"
  2488. },
  2489. "page_size": {
  2490. "description": "每页大小",
  2491. "type": "integer"
  2492. },
  2493. "start_at": {
  2494. "description": "开始时间",
  2495. "type": "string",
  2496. "example": "开始时间"
  2497. }
  2498. }
  2499. },
  2500. "md.DynamicDataFlowListResp": {
  2501. "type": "object",
  2502. "properties": {
  2503. "kind_list": {
  2504. "type": "array",
  2505. "items": {
  2506. "type": "object",
  2507. "additionalProperties": true
  2508. }
  2509. },
  2510. "list": {
  2511. "type": "array",
  2512. "items": {
  2513. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  2514. }
  2515. },
  2516. "paginate": {
  2517. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2518. }
  2519. }
  2520. },
  2521. "md.EggEnergyAvailableEnergyFlow": {
  2522. "type": "object",
  2523. "properties": {
  2524. "after_community_dividends": {
  2525. "type": "string"
  2526. },
  2527. "after_destruction_quantity_values": {
  2528. "type": "string"
  2529. },
  2530. "after_development_committee_values": {
  2531. "type": "string"
  2532. },
  2533. "after_marketplace_merchant_fund_values": {
  2534. "type": "string"
  2535. },
  2536. "after_marketplace_merchant_values": {
  2537. "type": "string"
  2538. },
  2539. "after_now_energy_total_nums": {
  2540. "type": "string"
  2541. },
  2542. "after_planet_total_value": {
  2543. "type": "string"
  2544. },
  2545. "after_price": {
  2546. "type": "string"
  2547. },
  2548. "after_public_welfare_and_charity_values": {
  2549. "type": "string"
  2550. },
  2551. "after_star_level_dividends_values": {
  2552. "type": "string"
  2553. },
  2554. "amount": {
  2555. "type": "string"
  2556. },
  2557. "before_community_dividends": {
  2558. "type": "string"
  2559. },
  2560. "before_destruction_quantity_values": {
  2561. "type": "string"
  2562. },
  2563. "before_development_committee_values": {
  2564. "type": "string"
  2565. },
  2566. "before_marketplace_merchant_fund_values": {
  2567. "type": "string"
  2568. },
  2569. "before_marketplace_merchant_values": {
  2570. "type": "string"
  2571. },
  2572. "before_now_energy_total_nums": {
  2573. "type": "string"
  2574. },
  2575. "before_planet_total_value": {
  2576. "type": "string"
  2577. },
  2578. "before_price": {
  2579. "type": "string"
  2580. },
  2581. "before_public_welfare_and_charity_values": {
  2582. "type": "string"
  2583. },
  2584. "before_star_level_dividends_values": {
  2585. "type": "string"
  2586. },
  2587. "create_time": {
  2588. "type": "string"
  2589. },
  2590. "id": {
  2591. "type": "integer"
  2592. },
  2593. "kind": {
  2594. "type": "integer"
  2595. },
  2596. "title": {
  2597. "type": "string"
  2598. }
  2599. }
  2600. },
  2601. "md.EggEnergyCommunityDividends": {
  2602. "type": "object",
  2603. "properties": {
  2604. "amount": {
  2605. "description": "分红数量",
  2606. "type": "string"
  2607. },
  2608. "coin_id": {
  2609. "description": "虚拟币 id",
  2610. "type": "integer"
  2611. },
  2612. "create_at": {
  2613. "description": "分红时间",
  2614. "type": "string"
  2615. },
  2616. "id": {
  2617. "type": "integer"
  2618. },
  2619. "is_over": {
  2620. "description": "是否分红完毕",
  2621. "type": "integer"
  2622. },
  2623. "name": {
  2624. "type": "string",
  2625. "example": "名称"
  2626. },
  2627. "persons_num": {
  2628. "description": "分红人数",
  2629. "type": "integer"
  2630. },
  2631. "update_at": {
  2632. "type": "string"
  2633. }
  2634. }
  2635. },
  2636. "md.EggEnergyCommunityDividendsWithUser": {
  2637. "type": "object",
  2638. "properties": {
  2639. "id": {
  2640. "type": "integer"
  2641. },
  2642. "memo": {
  2643. "type": "string",
  2644. "example": "备注"
  2645. },
  2646. "nickname": {
  2647. "type": "string"
  2648. },
  2649. "phone": {
  2650. "type": "string"
  2651. },
  2652. "uid": {
  2653. "type": "integer"
  2654. }
  2655. }
  2656. },
  2657. "md.ExchangeRulesStruct": {
  2658. "type": "object",
  2659. "properties": {
  2660. "auto_exchange_nums_by_person": {
  2661. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  2662. "type": "string"
  2663. },
  2664. "auto_exchange_nums_by_team": {
  2665. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  2666. "type": "string"
  2667. },
  2668. "auto_exchange_rate_by_person": {
  2669. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  2670. "type": "string"
  2671. },
  2672. "auto_exchange_rate_by_team": {
  2673. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  2674. "type": "string"
  2675. }
  2676. }
  2677. },
  2678. "md.ExchangeUserPositionReq": {
  2679. "type": "object",
  2680. "properties": {
  2681. "position_1": {
  2682. "description": "位置1,具体值取返回数据中的 system_id",
  2683. "type": "integer"
  2684. },
  2685. "position_2": {
  2686. "description": "位置2,具体值取返回数据中的 system_id",
  2687. "type": "integer"
  2688. }
  2689. }
  2690. },
  2691. "md.FindSubUserRelationshipMapResp": {
  2692. "type": "object",
  2693. "properties": {
  2694. "basic_setting": {
  2695. "description": "公排设置",
  2696. "allOf": [
  2697. {
  2698. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  2699. }
  2700. ]
  2701. },
  2702. "search_uid": {
  2703. "description": "查找的用户 ID",
  2704. "type": "string"
  2705. },
  2706. "sub_user": {
  2707. "description": "上级用户信息",
  2708. "allOf": [
  2709. {
  2710. "$ref": "#/definitions/md.SubUser"
  2711. }
  2712. ]
  2713. }
  2714. }
  2715. },
  2716. "md.FreePublishUserNode": {
  2717. "type": "object",
  2718. "properties": {
  2719. "nickname": {
  2720. "type": "string",
  2721. "example": "昵称"
  2722. },
  2723. "phone": {
  2724. "type": "string",
  2725. "example": "手机号"
  2726. },
  2727. "uid": {
  2728. "type": "integer"
  2729. }
  2730. }
  2731. },
  2732. "md.FundDataNode": {
  2733. "type": "object",
  2734. "properties": {
  2735. "balance_amount": {
  2736. "description": "余额",
  2737. "type": "string"
  2738. },
  2739. "balance_times": {
  2740. "description": "剩余执行次数",
  2741. "type": "integer"
  2742. },
  2743. "create_at": {
  2744. "description": "创建时间",
  2745. "type": "string"
  2746. },
  2747. "hours": {
  2748. "description": "时长",
  2749. "type": "integer"
  2750. },
  2751. "kind": {
  2752. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  2753. "type": "integer"
  2754. },
  2755. "memo": {
  2756. "description": "备注",
  2757. "type": "string"
  2758. },
  2759. "system_id": {
  2760. "type": "integer"
  2761. },
  2762. "total_amount": {
  2763. "description": "金额",
  2764. "type": "string"
  2765. }
  2766. }
  2767. },
  2768. "md.FundDataRecordNode": {
  2769. "type": "object",
  2770. "properties": {
  2771. "after_planet_total_value": {
  2772. "description": "执行后-星球价值",
  2773. "type": "string"
  2774. },
  2775. "after_price": {
  2776. "description": "执行后-价格",
  2777. "type": "string"
  2778. },
  2779. "balance_amount": {
  2780. "description": "余额",
  2781. "type": "string"
  2782. },
  2783. "balance_times": {
  2784. "description": "剩余执行次数",
  2785. "type": "integer"
  2786. },
  2787. "before_planet_total_value": {
  2788. "description": "执行前-星球价值",
  2789. "type": "string"
  2790. },
  2791. "before_price": {
  2792. "description": "执行前-价格",
  2793. "type": "string"
  2794. },
  2795. "create_at": {
  2796. "type": "string"
  2797. },
  2798. "total_amount": {
  2799. "description": "金额",
  2800. "type": "string"
  2801. }
  2802. }
  2803. },
  2804. "md.GetActivePointsUserCoinFlowListReq": {
  2805. "type": "object",
  2806. "properties": {
  2807. "coin_id": {
  2808. "description": "货币类型 ID",
  2809. "type": "integer"
  2810. },
  2811. "direction": {
  2812. "description": "流水方向:1收入 2支出",
  2813. "type": "integer"
  2814. },
  2815. "end_at": {
  2816. "description": "结束时间",
  2817. "type": "string"
  2818. },
  2819. "page": {
  2820. "description": "页数",
  2821. "type": "integer"
  2822. },
  2823. "page_size": {
  2824. "description": "每页大小",
  2825. "type": "integer"
  2826. },
  2827. "start_at": {
  2828. "description": "开始时间",
  2829. "type": "string"
  2830. },
  2831. "uid": {
  2832. "description": "用户 ID",
  2833. "type": "integer"
  2834. }
  2835. }
  2836. },
  2837. "md.GetActivePointsUserCoinFlowListResp": {
  2838. "type": "object",
  2839. "properties": {
  2840. "list": {
  2841. "description": "流水信息",
  2842. "type": "array",
  2843. "items": {
  2844. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  2845. }
  2846. },
  2847. "paginate": {
  2848. "description": "分页信息",
  2849. "allOf": [
  2850. {
  2851. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  2852. }
  2853. ]
  2854. },
  2855. "select_data": {
  2856. "description": "流水类型",
  2857. "allOf": [
  2858. {
  2859. "$ref": "#/definitions/md.SelectData"
  2860. }
  2861. ]
  2862. }
  2863. }
  2864. },
  2865. "md.GetActivePointsUserCoinListReq": {
  2866. "type": "object",
  2867. "properties": {
  2868. "end_coin": {
  2869. "type": "string",
  2870. "example": "最大金额"
  2871. },
  2872. "kind": {
  2873. "description": "虚拟币种类编号",
  2874. "type": "integer"
  2875. },
  2876. "page": {
  2877. "description": "页数",
  2878. "type": "integer"
  2879. },
  2880. "page_size": {
  2881. "description": "单页大小",
  2882. "type": "integer"
  2883. },
  2884. "start_coin": {
  2885. "type": "string",
  2886. "example": "最小金额"
  2887. },
  2888. "uid": {
  2889. "description": "指定查询用户 ID",
  2890. "type": "integer"
  2891. },
  2892. "user_name": {
  2893. "type": "string",
  2894. "example": "用户名称"
  2895. },
  2896. "user_phone": {
  2897. "type": "string",
  2898. "example": "手机号"
  2899. }
  2900. }
  2901. },
  2902. "md.GetActivePointsUserCoinListResp": {
  2903. "type": "object",
  2904. "properties": {
  2905. "kind_list": {
  2906. "description": "货币类型集合",
  2907. "type": "array",
  2908. "items": {
  2909. "$ref": "#/definitions/md.VirtualCoinListNode"
  2910. }
  2911. },
  2912. "list": {
  2913. "description": "余额集合",
  2914. "type": "array",
  2915. "items": {
  2916. "$ref": "#/definitions/md.ActivePointsWalletNode"
  2917. }
  2918. },
  2919. "sum_user_amount": {
  2920. "description": "用户持有总数",
  2921. "type": "number"
  2922. },
  2923. "total": {
  2924. "description": "持有该类型用户数",
  2925. "type": "integer"
  2926. }
  2927. }
  2928. },
  2929. "md.GetBasicResp": {
  2930. "type": "object",
  2931. "properties": {
  2932. "oss_access_key_id": {
  2933. "type": "string",
  2934. "example": "oss访问秘钥id"
  2935. },
  2936. "oss_access_key_secret": {
  2937. "type": "string",
  2938. "example": "oss访问秘钥"
  2939. },
  2940. "oss_bucket_name": {
  2941. "type": "string",
  2942. "example": "oss存储桶名称"
  2943. },
  2944. "oss_bucket_scheme": {
  2945. "type": "string",
  2946. "example": "oss上传方式"
  2947. },
  2948. "oss_endpoint": {
  2949. "type": "string",
  2950. "example": "oss地域节点"
  2951. },
  2952. "oss_object_domain": {
  2953. "type": "string",
  2954. "example": "oss域名"
  2955. }
  2956. }
  2957. },
  2958. "md.GetEggCoreDataListResp": {
  2959. "type": "object",
  2960. "properties": {
  2961. "now_energy_total_nums": {
  2962. "description": "现行总量",
  2963. "type": "string",
  2964. "example": "现行总量"
  2965. },
  2966. "now_price": {
  2967. "description": "当前价格",
  2968. "type": "string",
  2969. "example": "当前价格"
  2970. },
  2971. "planet_total_value": {
  2972. "description": "星球价值",
  2973. "type": "string",
  2974. "example": "星球价值"
  2975. },
  2976. "user_hold_total_nums": {
  2977. "description": "用户持有总量",
  2978. "type": "object",
  2979. "additionalProperties": {
  2980. "type": "string"
  2981. }
  2982. }
  2983. }
  2984. },
  2985. "md.GetEggEnergyBasicResp": {
  2986. "type": "object",
  2987. "properties": {
  2988. "basic_setting": {
  2989. "description": "基础设置",
  2990. "allOf": [
  2991. {
  2992. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  2993. }
  2994. ]
  2995. },
  2996. "data_setting": {
  2997. "description": "数据设置",
  2998. "allOf": [
  2999. {
  3000. "$ref": "#/definitions/md.DataSetting"
  3001. }
  3002. ]
  3003. },
  3004. "destruction_setting": {
  3005. "description": "销毁设置",
  3006. "allOf": [
  3007. {
  3008. "$ref": "#/definitions/md.DestructionSettingStruct"
  3009. }
  3010. ]
  3011. },
  3012. "exchange_rules": {
  3013. "description": "兑换规则",
  3014. "allOf": [
  3015. {
  3016. "$ref": "#/definitions/md.ExchangeRulesStruct"
  3017. }
  3018. ]
  3019. },
  3020. "new_user_incentive_rules": {
  3021. "description": "新用户奖励规则",
  3022. "allOf": [
  3023. {
  3024. "$ref": "#/definitions/md.NewUserRewardRules"
  3025. }
  3026. ]
  3027. },
  3028. "price_setting": {
  3029. "description": "价格设置",
  3030. "allOf": [
  3031. {
  3032. "$ref": "#/definitions/md.PriceSettingStruct"
  3033. }
  3034. ]
  3035. },
  3036. "reward_system": {
  3037. "description": "圈层奖励",
  3038. "type": "array",
  3039. "items": {
  3040. "$ref": "#/definitions/md.RewardSystemStruct"
  3041. }
  3042. },
  3043. "system_id": {
  3044. "description": "该设置系统 ID",
  3045. "type": "integer"
  3046. },
  3047. "video_reward_setting": {
  3048. "description": "视频奖励",
  3049. "allOf": [
  3050. {
  3051. "$ref": "#/definitions/md.VideoRewardSetting"
  3052. }
  3053. ]
  3054. }
  3055. }
  3056. },
  3057. "md.GetEggEnergyVipSettingResp": {
  3058. "type": "object",
  3059. "properties": {
  3060. "level_list": {
  3061. "description": "会员等级列表",
  3062. "type": "array",
  3063. "items": {
  3064. "type": "object",
  3065. "additionalProperties": true
  3066. }
  3067. },
  3068. "list": {
  3069. "description": "会员权益设置",
  3070. "type": "array",
  3071. "items": {
  3072. "$ref": "#/definitions/md.VipEquitySettingNode"
  3073. }
  3074. }
  3075. }
  3076. },
  3077. "md.GetFreePublishUserReq": {
  3078. "type": "object",
  3079. "properties": {
  3080. "limit": {
  3081. "description": "每页大小",
  3082. "type": "integer"
  3083. },
  3084. "page": {
  3085. "description": "当前页数",
  3086. "type": "integer"
  3087. },
  3088. "uid": {
  3089. "description": "筛选的用户 ID",
  3090. "type": "integer"
  3091. }
  3092. }
  3093. },
  3094. "md.GetFreePublishUserResp": {
  3095. "type": "object",
  3096. "properties": {
  3097. "list": {
  3098. "description": "免罚用户列表",
  3099. "type": "array",
  3100. "items": {
  3101. "$ref": "#/definitions/md.FreePublishUserNode"
  3102. }
  3103. },
  3104. "paginate": {
  3105. "description": "分页信息",
  3106. "allOf": [
  3107. {
  3108. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  3109. }
  3110. ]
  3111. }
  3112. }
  3113. },
  3114. "md.GetFundDataListReq": {
  3115. "type": "object",
  3116. "properties": {
  3117. "end_at": {
  3118. "type": "string",
  3119. "example": "结束时间"
  3120. },
  3121. "kind": {
  3122. "description": "数据类型",
  3123. "type": "integer"
  3124. },
  3125. "limit": {
  3126. "description": "每页大小",
  3127. "type": "integer"
  3128. },
  3129. "page": {
  3130. "description": "页数",
  3131. "type": "integer"
  3132. },
  3133. "start_at": {
  3134. "type": "string",
  3135. "example": "开始时间"
  3136. }
  3137. }
  3138. },
  3139. "md.GetFundDataListResp": {
  3140. "type": "object",
  3141. "properties": {
  3142. "kind_list": {
  3143. "description": "类型列表",
  3144. "type": "array",
  3145. "items": {
  3146. "type": "object",
  3147. "additionalProperties": true
  3148. }
  3149. },
  3150. "list": {
  3151. "description": "数据列表",
  3152. "type": "array",
  3153. "items": {
  3154. "$ref": "#/definitions/md.FundDataNode"
  3155. }
  3156. },
  3157. "paginate": {
  3158. "description": "分页数据",
  3159. "allOf": [
  3160. {
  3161. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3162. }
  3163. ]
  3164. }
  3165. }
  3166. },
  3167. "md.GetFundDataRecordListReq": {
  3168. "type": "object",
  3169. "properties": {
  3170. "limit": {
  3171. "description": "页面大小",
  3172. "type": "integer"
  3173. },
  3174. "page": {
  3175. "description": "页数",
  3176. "type": "integer"
  3177. },
  3178. "system_id": {
  3179. "description": "数据在系统中的 ID",
  3180. "type": "integer"
  3181. }
  3182. }
  3183. },
  3184. "md.GetFundDataRecordListResp": {
  3185. "type": "object",
  3186. "properties": {
  3187. "list": {
  3188. "type": "array",
  3189. "items": {
  3190. "$ref": "#/definitions/md.FundDataRecordNode"
  3191. }
  3192. },
  3193. "paginate": {
  3194. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3195. }
  3196. }
  3197. },
  3198. "md.GetGreenEnergyUserCoinFlowListReq": {
  3199. "type": "object",
  3200. "properties": {
  3201. "coin_id": {
  3202. "description": "货币类型 ID",
  3203. "type": "integer"
  3204. },
  3205. "direction": {
  3206. "description": "流水方向:1收入 2支出",
  3207. "type": "integer"
  3208. },
  3209. "end_at": {
  3210. "description": "结束时间",
  3211. "type": "string"
  3212. },
  3213. "page": {
  3214. "description": "页数",
  3215. "type": "integer"
  3216. },
  3217. "page_size": {
  3218. "description": "每页大小",
  3219. "type": "integer"
  3220. },
  3221. "start_at": {
  3222. "description": "开始时间",
  3223. "type": "string"
  3224. },
  3225. "uid": {
  3226. "description": "用户 ID",
  3227. "type": "integer"
  3228. }
  3229. }
  3230. },
  3231. "md.GetGreenEnergyUserCoinFlowListResp": {
  3232. "type": "object",
  3233. "properties": {
  3234. "list": {
  3235. "description": "流水信息",
  3236. "type": "array",
  3237. "items": {
  3238. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  3239. }
  3240. },
  3241. "paginate": {
  3242. "description": "分页信息",
  3243. "allOf": [
  3244. {
  3245. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3246. }
  3247. ]
  3248. },
  3249. "select_data": {
  3250. "description": "流水类型",
  3251. "allOf": [
  3252. {
  3253. "$ref": "#/definitions/md.SelectData"
  3254. }
  3255. ]
  3256. }
  3257. }
  3258. },
  3259. "md.GetGreenEnergyUserCoinListReq": {
  3260. "type": "object",
  3261. "properties": {
  3262. "end_coin": {
  3263. "type": "string",
  3264. "example": "最大金额"
  3265. },
  3266. "kind": {
  3267. "description": "虚拟币种类编号",
  3268. "type": "integer"
  3269. },
  3270. "page": {
  3271. "description": "页数",
  3272. "type": "integer"
  3273. },
  3274. "page_size": {
  3275. "description": "单页大小",
  3276. "type": "integer"
  3277. },
  3278. "start_coin": {
  3279. "type": "string",
  3280. "example": "最小金额"
  3281. },
  3282. "uid": {
  3283. "description": "指定查询用户 ID",
  3284. "type": "integer"
  3285. },
  3286. "user_name": {
  3287. "type": "string",
  3288. "example": "用户名称"
  3289. },
  3290. "user_phone": {
  3291. "type": "string",
  3292. "example": "手机号"
  3293. }
  3294. }
  3295. },
  3296. "md.GetGreenEnergyUserCoinListResp": {
  3297. "type": "object",
  3298. "properties": {
  3299. "kind_list": {
  3300. "description": "货币类型集合",
  3301. "type": "array",
  3302. "items": {
  3303. "$ref": "#/definitions/md.VirtualCoinListNode"
  3304. }
  3305. },
  3306. "list": {
  3307. "description": "余额集合",
  3308. "type": "array",
  3309. "items": {
  3310. "$ref": "#/definitions/md.ActivePointsWalletNode"
  3311. }
  3312. },
  3313. "sum_user_amount": {
  3314. "description": "用户持有总数",
  3315. "type": "number"
  3316. },
  3317. "total": {
  3318. "description": "持有该类型用户数",
  3319. "type": "integer"
  3320. }
  3321. }
  3322. },
  3323. "md.GetPriceCurveResp": {
  3324. "type": "object",
  3325. "properties": {
  3326. "x_data": {
  3327. "type": "array",
  3328. "items": {}
  3329. },
  3330. "y_data": {
  3331. "type": "array",
  3332. "items": {}
  3333. }
  3334. }
  3335. },
  3336. "md.GetPublicPlatoonBasicResp": {
  3337. "type": "object",
  3338. "properties": {
  3339. "is_open": {
  3340. "description": "是否开启(1:开启 0:关闭)",
  3341. "type": "integer"
  3342. },
  3343. "is_self_active_get_team_revenue": {
  3344. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  3345. "type": "integer"
  3346. },
  3347. "originator_uid": {
  3348. "description": "创始人uid",
  3349. "type": "integer"
  3350. },
  3351. "several_rows": {
  3352. "description": "几排",
  3353. "type": "integer"
  3354. },
  3355. "several_times": {
  3356. "description": "几乘",
  3357. "type": "integer"
  3358. },
  3359. "system_punish_replace": {
  3360. "description": "是否位置滑落 被新用户替换 0否 1是",
  3361. "type": "integer"
  3362. },
  3363. "system_punish_replace_value": {
  3364. "description": "xx天未活跃,处罚滑落",
  3365. "type": "integer"
  3366. }
  3367. }
  3368. },
  3369. "md.ListCommunityDividendsReq": {
  3370. "type": "object",
  3371. "properties": {
  3372. "end_at": {
  3373. "description": "结束时间",
  3374. "type": "string"
  3375. },
  3376. "end_nums": {
  3377. "description": "分红总量上限",
  3378. "type": "integer"
  3379. },
  3380. "limit": {
  3381. "description": "每页大小",
  3382. "type": "integer"
  3383. },
  3384. "page": {
  3385. "description": "页数",
  3386. "type": "integer"
  3387. },
  3388. "start_at": {
  3389. "description": "开始时间",
  3390. "type": "string"
  3391. },
  3392. "start_nums": {
  3393. "description": "分红总量下限",
  3394. "type": "integer"
  3395. }
  3396. }
  3397. },
  3398. "md.ListCommunityDividendsResp": {
  3399. "type": "object",
  3400. "properties": {
  3401. "list": {
  3402. "type": "array",
  3403. "items": {
  3404. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  3405. }
  3406. },
  3407. "paginate": {
  3408. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  3409. }
  3410. }
  3411. },
  3412. "md.ListCommunityDividendsWithUserReq": {
  3413. "type": "object",
  3414. "properties": {
  3415. "limit": {
  3416. "type": "integer"
  3417. },
  3418. "page": {
  3419. "type": "integer"
  3420. },
  3421. "phone": {
  3422. "type": "string"
  3423. },
  3424. "uid": {
  3425. "type": "integer"
  3426. }
  3427. }
  3428. },
  3429. "md.ListCommunityDividendsWithUserResp": {
  3430. "type": "object",
  3431. "properties": {
  3432. "list": {
  3433. "type": "array",
  3434. "items": {
  3435. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  3436. }
  3437. },
  3438. "paginate": {
  3439. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  3440. }
  3441. }
  3442. },
  3443. "md.ListPlatformRevenueReq": {
  3444. "type": "object",
  3445. "properties": {
  3446. "end_at": {
  3447. "type": "string",
  3448. "example": "结束时间"
  3449. },
  3450. "kind": {
  3451. "description": "数据类型",
  3452. "type": "integer"
  3453. },
  3454. "limit": {
  3455. "description": "每页大小",
  3456. "type": "integer"
  3457. },
  3458. "page": {
  3459. "description": "页数",
  3460. "type": "integer"
  3461. },
  3462. "start_at": {
  3463. "type": "string",
  3464. "example": "开始时间"
  3465. }
  3466. }
  3467. },
  3468. "md.ListPlatformRevenueResp": {
  3469. "type": "object",
  3470. "properties": {
  3471. "kind_list": {
  3472. "description": "类型列表",
  3473. "type": "array",
  3474. "items": {
  3475. "type": "object",
  3476. "additionalProperties": true
  3477. }
  3478. },
  3479. "list": {
  3480. "description": "数据列表",
  3481. "type": "array",
  3482. "items": {
  3483. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  3484. }
  3485. },
  3486. "paginate": {
  3487. "description": "分页数据",
  3488. "allOf": [
  3489. {
  3490. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  3491. }
  3492. ]
  3493. }
  3494. }
  3495. },
  3496. "md.LoginReq": {
  3497. "type": "object",
  3498. "required": [
  3499. "password",
  3500. "username"
  3501. ],
  3502. "properties": {
  3503. "code": {
  3504. "type": "string",
  3505. "example": "验证码"
  3506. },
  3507. "password": {
  3508. "type": "string",
  3509. "example": "登录密码"
  3510. },
  3511. "username": {
  3512. "type": "string",
  3513. "example": "登录账号"
  3514. }
  3515. }
  3516. },
  3517. "md.LoginResponse": {
  3518. "type": "object",
  3519. "properties": {
  3520. "token": {
  3521. "type": "string"
  3522. }
  3523. }
  3524. },
  3525. "md.ManualScoreReq": {
  3526. "type": "object",
  3527. "properties": {
  3528. "index_id": {
  3529. "description": "文档id",
  3530. "type": "string"
  3531. },
  3532. "score": {
  3533. "type": "string",
  3534. "example": "分数"
  3535. }
  3536. }
  3537. },
  3538. "md.NewUserRedPackageGetBasicResp": {
  3539. "type": "object",
  3540. "properties": {
  3541. "create_at": {
  3542. "type": "string"
  3543. },
  3544. "days": {
  3545. "description": "天数",
  3546. "type": "integer"
  3547. },
  3548. "is_double": {
  3549. "description": "是否翻倍",
  3550. "type": "integer"
  3551. },
  3552. "is_open": {
  3553. "description": "是否开启(1:开启 0:关闭)",
  3554. "type": "integer"
  3555. },
  3556. "total_amount": {
  3557. "type": "string",
  3558. "example": "总金额"
  3559. },
  3560. "update_at": {
  3561. "type": "string"
  3562. }
  3563. }
  3564. },
  3565. "md.NewUserRedPackageRecordFlowListReq": {
  3566. "type": "object",
  3567. "properties": {
  3568. "end_at": {
  3569. "description": "结束时间",
  3570. "type": "string"
  3571. },
  3572. "limit": {
  3573. "description": "每页大小",
  3574. "type": "integer"
  3575. },
  3576. "page": {
  3577. "description": "页数",
  3578. "type": "integer"
  3579. },
  3580. "start_at": {
  3581. "description": "开始时间",
  3582. "type": "string"
  3583. },
  3584. "uid": {
  3585. "description": "用户 ID",
  3586. "type": "integer"
  3587. }
  3588. }
  3589. },
  3590. "md.NewUserRedPackageRecordFlowListResp": {
  3591. "type": "object",
  3592. "properties": {
  3593. "list": {
  3594. "type": "array",
  3595. "items": {
  3596. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  3597. }
  3598. },
  3599. "paginate": {
  3600. "$ref": "#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate"
  3601. }
  3602. }
  3603. },
  3604. "md.NewUserRedPackageRecordFlowNode": {
  3605. "type": "object",
  3606. "properties": {
  3607. "balance_amount": {
  3608. "description": "剩余金额",
  3609. "type": "string"
  3610. },
  3611. "balance_days": {
  3612. "description": "剩余天数",
  3613. "type": "integer"
  3614. },
  3615. "basic_amount": {
  3616. "description": "基础金额",
  3617. "type": "string"
  3618. },
  3619. "create_at": {
  3620. "description": "创建时间",
  3621. "type": "string"
  3622. },
  3623. "day_num": {
  3624. "description": "第x天",
  3625. "type": "integer"
  3626. },
  3627. "double_rate": {
  3628. "description": "倍率",
  3629. "type": "string"
  3630. },
  3631. "id": {
  3632. "description": "流水 ID",
  3633. "type": "integer"
  3634. },
  3635. "is_double": {
  3636. "description": "是否翻倍",
  3637. "type": "integer"
  3638. },
  3639. "receive_days": {
  3640. "description": "领取天数",
  3641. "type": "integer"
  3642. },
  3643. "total_amount": {
  3644. "description": "实际金额",
  3645. "type": "string"
  3646. },
  3647. "uid": {
  3648. "description": "用户 ID",
  3649. "type": "integer"
  3650. }
  3651. }
  3652. },
  3653. "md.NewUserRedPackageRecordListReq": {
  3654. "type": "object",
  3655. "properties": {
  3656. "end_at": {
  3657. "description": "结束时间",
  3658. "type": "string"
  3659. },
  3660. "limit": {
  3661. "description": "每页大小",
  3662. "type": "integer"
  3663. },
  3664. "page": {
  3665. "description": "页数",
  3666. "type": "integer"
  3667. },
  3668. "start_at": {
  3669. "description": "开始时间",
  3670. "type": "string"
  3671. },
  3672. "uid": {
  3673. "description": "用户 ID",
  3674. "type": "integer"
  3675. }
  3676. }
  3677. },
  3678. "md.NewUserRedPackageRecordListResp": {
  3679. "type": "object",
  3680. "properties": {
  3681. "list": {
  3682. "type": "array",
  3683. "items": {
  3684. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  3685. }
  3686. },
  3687. "paginate": {
  3688. "$ref": "#/definitions/applet_app_md_institutional_management_new_user_red_package.Paginate"
  3689. }
  3690. }
  3691. },
  3692. "md.NewUserRedPackageRecordNode": {
  3693. "type": "object",
  3694. "properties": {
  3695. "balance_amount": {
  3696. "description": "剩余金额",
  3697. "type": "string"
  3698. },
  3699. "balance_days": {
  3700. "description": "剩余天数",
  3701. "type": "integer"
  3702. },
  3703. "create_at": {
  3704. "description": "创建时间",
  3705. "type": "string"
  3706. },
  3707. "days": {
  3708. "description": "天数",
  3709. "type": "integer"
  3710. },
  3711. "receive_days": {
  3712. "description": "领取天数",
  3713. "type": "integer"
  3714. },
  3715. "state": {
  3716. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  3717. "type": "integer"
  3718. },
  3719. "system_id": {
  3720. "description": "系统中记录的 ID",
  3721. "type": "integer"
  3722. },
  3723. "total_amount": {
  3724. "description": "金额",
  3725. "type": "string"
  3726. },
  3727. "uid": {
  3728. "description": "用户 ID",
  3729. "type": "integer"
  3730. },
  3731. "update_at": {
  3732. "description": "修改时间",
  3733. "type": "string"
  3734. }
  3735. }
  3736. },
  3737. "md.NewUserRedPackageUpdateBasicReq": {
  3738. "type": "object",
  3739. "properties": {
  3740. "days": {
  3741. "description": "天数",
  3742. "type": "integer"
  3743. },
  3744. "is_double": {
  3745. "description": "是否翻倍",
  3746. "type": "integer"
  3747. },
  3748. "is_open": {
  3749. "description": "是否开启(1:开启 0:关闭)",
  3750. "type": "integer"
  3751. },
  3752. "total_amount": {
  3753. "type": "string",
  3754. "example": "总金额"
  3755. }
  3756. }
  3757. },
  3758. "md.NewUserRewardRules": {
  3759. "type": "object",
  3760. "properties": {
  3761. "continue_days": {
  3762. "description": "连续x天",
  3763. "type": "integer"
  3764. },
  3765. "invite_user_reward_value": {
  3766. "description": "拉新用户奖励x个活跃积分",
  3767. "type": "integer"
  3768. },
  3769. "reward_coefficient": {
  3770. "description": "奖励系数",
  3771. "type": "number"
  3772. }
  3773. }
  3774. },
  3775. "md.PlatformRevenueDataNode": {
  3776. "type": "object",
  3777. "properties": {
  3778. "balance_amount": {
  3779. "description": "余额",
  3780. "type": "string"
  3781. },
  3782. "balance_times": {
  3783. "description": "剩余执行次数",
  3784. "type": "integer"
  3785. },
  3786. "create_at": {
  3787. "description": "创建时间",
  3788. "type": "string"
  3789. },
  3790. "hours": {
  3791. "description": "时长",
  3792. "type": "integer"
  3793. },
  3794. "kind": {
  3795. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  3796. "type": "integer"
  3797. },
  3798. "memo": {
  3799. "description": "备注",
  3800. "type": "string"
  3801. },
  3802. "system_id": {
  3803. "type": "integer"
  3804. },
  3805. "total_amount": {
  3806. "description": "金额",
  3807. "type": "string"
  3808. }
  3809. }
  3810. },
  3811. "md.PriceSettingStruct": {
  3812. "type": "object",
  3813. "properties": {
  3814. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  3815. "description": "市商资金单笔x元自动兑换",
  3816. "type": "string"
  3817. },
  3818. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  3819. "description": "市商数量单笔x数量自动兑换",
  3820. "type": "string"
  3821. },
  3822. "price_below_value": {
  3823. "description": "低于x元",
  3824. "type": "string"
  3825. },
  3826. "price_higher_than_value": {
  3827. "description": "高于x元",
  3828. "type": "string"
  3829. }
  3830. }
  3831. },
  3832. "md.Response": {
  3833. "type": "object",
  3834. "properties": {
  3835. "code": {
  3836. "type": "string",
  3837. "example": "响应码"
  3838. },
  3839. "data": {
  3840. "description": "内容"
  3841. },
  3842. "msg": {
  3843. "type": "string",
  3844. "example": "具体错误原因"
  3845. }
  3846. }
  3847. },
  3848. "md.RewardSystemStruct": {
  3849. "type": "object",
  3850. "properties": {
  3851. "level": {
  3852. "description": "圈层",
  3853. "type": "integer"
  3854. },
  3855. "reward_condition": {
  3856. "description": "奖励条件",
  3857. "type": "string"
  3858. },
  3859. "reward_value": {
  3860. "description": "奖励值",
  3861. "type": "string"
  3862. }
  3863. }
  3864. },
  3865. "md.SelectData": {
  3866. "type": "object",
  3867. "properties": {
  3868. "direction": {
  3869. "type": "array",
  3870. "items": {
  3871. "type": "object",
  3872. "additionalProperties": {
  3873. "type": "string"
  3874. }
  3875. }
  3876. }
  3877. }
  3878. },
  3879. "md.SelectMemberNode": {
  3880. "type": "object",
  3881. "properties": {
  3882. "avatar": {
  3883. "description": "会员头像",
  3884. "type": "string"
  3885. },
  3886. "level": {
  3887. "description": "会员等级",
  3888. "type": "string"
  3889. },
  3890. "nickname": {
  3891. "description": "会员昵称",
  3892. "type": "string"
  3893. },
  3894. "phone": {
  3895. "description": "会员手机号",
  3896. "type": "string"
  3897. },
  3898. "uid": {
  3899. "description": "会员 ID",
  3900. "type": "integer"
  3901. }
  3902. }
  3903. },
  3904. "md.SelectMemberReq": {
  3905. "type": "object",
  3906. "properties": {
  3907. "level": {
  3908. "description": "会员等级",
  3909. "type": "integer"
  3910. },
  3911. "limit": {
  3912. "description": "每页大小",
  3913. "type": "integer"
  3914. },
  3915. "nickname": {
  3916. "description": "会员昵称",
  3917. "type": "string"
  3918. },
  3919. "page": {
  3920. "description": "页数",
  3921. "type": "integer"
  3922. },
  3923. "phone": {
  3924. "description": "会员手机号",
  3925. "type": "string"
  3926. },
  3927. "uid": {
  3928. "description": "会员 ID",
  3929. "type": "integer"
  3930. }
  3931. }
  3932. },
  3933. "md.SelectMemberResp": {
  3934. "type": "object",
  3935. "properties": {
  3936. "list": {
  3937. "description": "会员数据",
  3938. "type": "array",
  3939. "items": {
  3940. "$ref": "#/definitions/md.SelectMemberNode"
  3941. }
  3942. },
  3943. "paginate": {
  3944. "description": "分页信息",
  3945. "allOf": [
  3946. {
  3947. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  3948. }
  3949. ]
  3950. }
  3951. }
  3952. },
  3953. "md.SetBasicReq": {
  3954. "type": "object",
  3955. "properties": {
  3956. "oss_access_key_id": {
  3957. "type": "string",
  3958. "example": "oss访问秘钥id"
  3959. },
  3960. "oss_access_key_secret": {
  3961. "type": "string",
  3962. "example": "oss访问秘钥"
  3963. },
  3964. "oss_bucket_name": {
  3965. "type": "string",
  3966. "example": "oss存储桶名称"
  3967. },
  3968. "oss_bucket_scheme": {
  3969. "type": "string",
  3970. "example": "oss上传方式"
  3971. },
  3972. "oss_endpoint": {
  3973. "type": "string",
  3974. "example": "oss地域节点"
  3975. },
  3976. "oss_object_domain": {
  3977. "type": "string",
  3978. "example": "oss域名"
  3979. }
  3980. }
  3981. },
  3982. "md.SetVideoRewardReq": {
  3983. "type": "object",
  3984. "properties": {
  3985. "ecmp": {
  3986. "description": "当前 Ecmp 值",
  3987. "type": "string"
  3988. },
  3989. "unit_price": {
  3990. "description": "单价",
  3991. "type": "string"
  3992. }
  3993. }
  3994. },
  3995. "md.SonUserDailyActivityAnalysisNode": {
  3996. "type": "object",
  3997. "properties": {
  3998. "activity_day_nums": {
  3999. "description": "活跃子节点活跃天数",
  4000. "type": "integer"
  4001. },
  4002. "nickname": {
  4003. "type": "string",
  4004. "example": "昵称"
  4005. },
  4006. "phone": {
  4007. "type": "string",
  4008. "example": "手机号"
  4009. },
  4010. "uid": {
  4011. "description": "查询用户活跃子节点 ID",
  4012. "type": "integer"
  4013. }
  4014. }
  4015. },
  4016. "md.StatisticsEggPointReq": {
  4017. "type": "object",
  4018. "properties": {
  4019. "week": {
  4020. "type": "string",
  4021. "example": "周份"
  4022. },
  4023. "year": {
  4024. "type": "string",
  4025. "example": "年份"
  4026. }
  4027. }
  4028. },
  4029. "md.StatisticsEggPointResp": {
  4030. "type": "object",
  4031. "properties": {
  4032. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  4033. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  4034. "type": "array",
  4035. "items": {
  4036. "type": "object",
  4037. "additionalProperties": {
  4038. "type": "string"
  4039. }
  4040. }
  4041. },
  4042. "statistics_user_egg_browse_interface_nums_range": {
  4043. "description": "统计用户\"浏览界面次数\"范围",
  4044. "type": "array",
  4045. "items": {
  4046. "type": "object",
  4047. "additionalProperties": {
  4048. "type": "string"
  4049. }
  4050. }
  4051. },
  4052. "statistics_user_egg_college_learning_nums_range": {
  4053. "description": "统计用户\"学院学习次数\"范围",
  4054. "type": "array",
  4055. "items": {
  4056. "type": "object",
  4057. "additionalProperties": {
  4058. "type": "string"
  4059. }
  4060. }
  4061. },
  4062. "statistics_user_egg_ecpm_range": {
  4063. "description": "统计用户\"ecpm\"范围",
  4064. "type": "array",
  4065. "items": {
  4066. "type": "object",
  4067. "additionalProperties": {
  4068. "type": "string"
  4069. }
  4070. }
  4071. },
  4072. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  4073. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  4074. "type": "array",
  4075. "items": {
  4076. "type": "object",
  4077. "additionalProperties": {
  4078. "type": "string"
  4079. }
  4080. }
  4081. },
  4082. "statistics_user_egg_forum_comments_nums_range": {
  4083. "description": "统计用户\"论坛评论次数\"范围",
  4084. "type": "array",
  4085. "items": {
  4086. "type": "object",
  4087. "additionalProperties": {
  4088. "type": "string"
  4089. }
  4090. }
  4091. },
  4092. "statistics_user_egg_invite_user_nums_range": {
  4093. "description": "统计用户\"拉新人数\"范围",
  4094. "type": "array",
  4095. "items": {
  4096. "type": "object",
  4097. "additionalProperties": {
  4098. "type": "string"
  4099. }
  4100. }
  4101. },
  4102. "statistics_user_egg_kind_proportion": {
  4103. "description": "统计用户蛋蛋分\"评比类型\"占比",
  4104. "type": "array",
  4105. "items": {
  4106. "type": "object",
  4107. "additionalProperties": true
  4108. }
  4109. },
  4110. "statistics_user_egg_person_add_activity_value_range": {
  4111. "description": "统计用户\"个人活跃积分增量值\"范围",
  4112. "type": "array",
  4113. "items": {
  4114. "type": "object",
  4115. "additionalProperties": {
  4116. "type": "string"
  4117. }
  4118. }
  4119. },
  4120. "statistics_user_egg_score_value_range": {
  4121. "description": "统计用户蛋蛋分范围",
  4122. "type": "array",
  4123. "items": {
  4124. "type": "object",
  4125. "additionalProperties": {
  4126. "type": "string"
  4127. }
  4128. }
  4129. },
  4130. "statistics_user_egg_send_circle_of_friend_nums_range": {
  4131. "description": "统计用户\"发朋友圈次数\"范围",
  4132. "type": "array",
  4133. "items": {
  4134. "type": "object",
  4135. "additionalProperties": {
  4136. "type": "string"
  4137. }
  4138. }
  4139. },
  4140. "statistics_user_egg_send_red_package_nums_range": {
  4141. "description": "统计用户\"发红包次数\"范围",
  4142. "type": "array",
  4143. "items": {
  4144. "type": "object",
  4145. "additionalProperties": {
  4146. "type": "string"
  4147. }
  4148. }
  4149. },
  4150. "statistics_user_egg_sign_in_nums_range": {
  4151. "description": "统计用户\"签到次数\"范围",
  4152. "type": "array",
  4153. "items": {
  4154. "type": "object",
  4155. "additionalProperties": {
  4156. "type": "string"
  4157. }
  4158. }
  4159. },
  4160. "statistics_user_egg_team_activity_nums_range": {
  4161. "description": "统计用户\"团队活跃次数\"范围",
  4162. "type": "array",
  4163. "items": {
  4164. "type": "object",
  4165. "additionalProperties": {
  4166. "type": "string"
  4167. }
  4168. }
  4169. },
  4170. "statistics_user_egg_violate_nums_range": {
  4171. "description": "统计用户\"违规次数\"范围",
  4172. "type": "array",
  4173. "items": {
  4174. "type": "object",
  4175. "additionalProperties": {
  4176. "type": "string"
  4177. }
  4178. }
  4179. },
  4180. "week": {
  4181. "type": "string",
  4182. "example": "周份"
  4183. },
  4184. "year": {
  4185. "type": "string",
  4186. "example": "年份"
  4187. },
  4188. "year_list": {
  4189. "description": "年份\u0026\u0026周份列表",
  4190. "type": "object",
  4191. "additionalProperties": {
  4192. "type": "array",
  4193. "items": {
  4194. "type": "string"
  4195. }
  4196. }
  4197. }
  4198. }
  4199. },
  4200. "md.SubUser": {
  4201. "type": "object",
  4202. "properties": {
  4203. "avatar_url": {
  4204. "type": "string",
  4205. "example": "头像"
  4206. },
  4207. "level": {
  4208. "description": "整个系统中的等级",
  4209. "type": "integer"
  4210. },
  4211. "nickname": {
  4212. "type": "string",
  4213. "example": "昵称"
  4214. },
  4215. "phone": {
  4216. "type": "string",
  4217. "example": "手机号"
  4218. },
  4219. "pid": {
  4220. "type": "integer"
  4221. },
  4222. "position": {
  4223. "description": "以pid1为创始人中网的位置",
  4224. "type": "integer"
  4225. },
  4226. "uid": {
  4227. "type": "integer"
  4228. }
  4229. }
  4230. },
  4231. "md.TeamRewardSettingStruct": {
  4232. "type": "object",
  4233. "properties": {
  4234. "member_self_is_open_get_team_reward": {
  4235. "description": "会员是否活跃得到团队奖励",
  4236. "type": "string"
  4237. },
  4238. "one_round_duration": {
  4239. "description": "一轮持续时间",
  4240. "type": "string"
  4241. },
  4242. "reward_decrement_value": {
  4243. "description": "递减百分比",
  4244. "type": "string"
  4245. },
  4246. "reward_end_value": {
  4247. "description": "奖励结束值",
  4248. "type": "string"
  4249. }
  4250. }
  4251. },
  4252. "md.TreeNode": {
  4253. "type": "object",
  4254. "properties": {
  4255. "avatar_url": {
  4256. "type": "string",
  4257. "example": "头像"
  4258. },
  4259. "level": {
  4260. "type": "integer"
  4261. },
  4262. "nickname": {
  4263. "type": "string",
  4264. "example": "昵称"
  4265. },
  4266. "phone": {
  4267. "type": "string",
  4268. "example": "手机号"
  4269. },
  4270. "pid": {
  4271. "type": "integer"
  4272. },
  4273. "position": {
  4274. "type": "integer"
  4275. },
  4276. "son": {
  4277. "type": "array",
  4278. "items": {
  4279. "$ref": "#/definitions/md.TreeNode"
  4280. }
  4281. },
  4282. "system_id": {
  4283. "description": "公排网中id",
  4284. "type": "integer"
  4285. },
  4286. "uid": {
  4287. "type": "integer"
  4288. }
  4289. }
  4290. },
  4291. "md.UpdateEggEnergyBasicReq": {
  4292. "type": "object",
  4293. "properties": {
  4294. "basic_setting": {
  4295. "description": "基础设置",
  4296. "allOf": [
  4297. {
  4298. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  4299. }
  4300. ]
  4301. },
  4302. "data_setting": {
  4303. "description": "数据设置",
  4304. "allOf": [
  4305. {
  4306. "$ref": "#/definitions/md.DataSetting"
  4307. }
  4308. ]
  4309. },
  4310. "destruction_setting": {
  4311. "description": "销毁设置",
  4312. "allOf": [
  4313. {
  4314. "$ref": "#/definitions/md.DestructionSettingStruct"
  4315. }
  4316. ]
  4317. },
  4318. "exchange_rules": {
  4319. "description": "兑换规则",
  4320. "allOf": [
  4321. {
  4322. "$ref": "#/definitions/md.ExchangeRulesStruct"
  4323. }
  4324. ]
  4325. },
  4326. "new_user_incentive_rules": {
  4327. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  4328. "allOf": [
  4329. {
  4330. "$ref": "#/definitions/md.NewUserRewardRules"
  4331. }
  4332. ]
  4333. },
  4334. "price_setting": {
  4335. "description": "价格设置",
  4336. "allOf": [
  4337. {
  4338. "$ref": "#/definitions/md.PriceSettingStruct"
  4339. }
  4340. ]
  4341. },
  4342. "reward_system": {
  4343. "description": "圈层奖励",
  4344. "allOf": [
  4345. {
  4346. "$ref": "#/definitions/md.RewardSystemStruct"
  4347. }
  4348. ]
  4349. },
  4350. "system_id": {
  4351. "description": "该设置系统 ID",
  4352. "type": "integer"
  4353. },
  4354. "video_reward_setting": {
  4355. "description": "视频奖励",
  4356. "allOf": [
  4357. {
  4358. "$ref": "#/definitions/md.VideoRewardSetting"
  4359. }
  4360. ]
  4361. }
  4362. }
  4363. },
  4364. "md.UpdateEggEnergyVipSettingReq": {
  4365. "type": "object",
  4366. "properties": {
  4367. "list": {
  4368. "description": "更新后数据",
  4369. "type": "array",
  4370. "items": {
  4371. "$ref": "#/definitions/md.VipEquitySettingNode"
  4372. }
  4373. }
  4374. }
  4375. },
  4376. "md.UpdatePublicPlatoonBasicReq": {
  4377. "type": "object",
  4378. "properties": {
  4379. "is_open": {
  4380. "description": "是否开启(1:开启 0:关闭)",
  4381. "type": "integer"
  4382. },
  4383. "is_self_active_get_team_revenue": {
  4384. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  4385. "type": "integer"
  4386. },
  4387. "originator_uid": {
  4388. "description": "创始人uid",
  4389. "type": "integer"
  4390. },
  4391. "several_rows": {
  4392. "description": "几排",
  4393. "type": "integer"
  4394. },
  4395. "several_times": {
  4396. "description": "几乘",
  4397. "type": "integer"
  4398. },
  4399. "system_punish_replace": {
  4400. "description": "是否位置滑落 被新用户替换 0否 1是",
  4401. "type": "integer"
  4402. },
  4403. "system_punish_replace_value": {
  4404. "description": "xx天未活跃,处罚滑落",
  4405. "type": "integer"
  4406. }
  4407. }
  4408. },
  4409. "md.UserDailyActivityAnalysisReq": {
  4410. "type": "object",
  4411. "properties": {
  4412. "end_date": {
  4413. "type": "string",
  4414. "example": "结束日期"
  4415. },
  4416. "page": {
  4417. "description": "页数",
  4418. "type": "integer"
  4419. },
  4420. "page_size": {
  4421. "description": "每页大小",
  4422. "type": "integer"
  4423. },
  4424. "start_date": {
  4425. "type": "string",
  4426. "example": "开始日期"
  4427. },
  4428. "uid": {
  4429. "description": "查询用户 ID",
  4430. "type": "integer"
  4431. }
  4432. }
  4433. },
  4434. "md.UserDailyActivityAnalysisResp": {
  4435. "type": "object",
  4436. "properties": {
  4437. "son_user_data": {
  4438. "description": "被查询用户子节点信息",
  4439. "type": "array",
  4440. "items": {
  4441. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  4442. }
  4443. },
  4444. "top_data": {
  4445. "description": "统计信息",
  4446. "allOf": [
  4447. {
  4448. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  4449. }
  4450. ]
  4451. }
  4452. }
  4453. },
  4454. "md.UserEggFlowReq": {
  4455. "type": "object",
  4456. "properties": {
  4457. "account_balance_exchange_egg_energy_nums_end": {
  4458. "type": "string",
  4459. "example": "余额兑换蛋蛋能量数量-结束值"
  4460. },
  4461. "account_balance_exchange_egg_energy_nums_start": {
  4462. "type": "string",
  4463. "example": "余额兑换蛋蛋能量数量-起始值"
  4464. },
  4465. "browse_interface_nums_end": {
  4466. "type": "string",
  4467. "example": "浏览界面次数-结束值"
  4468. },
  4469. "browse_interface_nums_start": {
  4470. "type": "string",
  4471. "example": "浏览界面次数-起始值"
  4472. },
  4473. "college_learning_nums_end": {
  4474. "type": "string",
  4475. "example": "学院学习次数-结束值"
  4476. },
  4477. "college_learning_nums_start": {
  4478. "type": "string",
  4479. "example": "学院学习次数-起始值"
  4480. },
  4481. "ecpm_end": {
  4482. "type": "string",
  4483. "example": "ecpm-结束值"
  4484. },
  4485. "ecpm_start": {
  4486. "type": "string",
  4487. "example": "ecpm-起始值"
  4488. },
  4489. "egg_energy_exchange_account_balance_end": {
  4490. "type": "string",
  4491. "example": "蛋蛋能量兑换余额数量-结束值"
  4492. },
  4493. "egg_energy_exchange_account_balance_start": {
  4494. "type": "string",
  4495. "example": "蛋蛋能量兑换余额数量-起始值"
  4496. },
  4497. "forum_comments_nums_end": {
  4498. "type": "string",
  4499. "example": "论坛评论次数-结束值"
  4500. },
  4501. "forum_comments_nums_start": {
  4502. "type": "string",
  4503. "example": "论坛评论次数-起始值"
  4504. },
  4505. "im_activity_nums_end": {
  4506. "type": "string",
  4507. "example": "im活跃次数-结束值"
  4508. },
  4509. "im_activity_nums_start": {
  4510. "type": "string",
  4511. "example": "im活跃次数-起始值"
  4512. },
  4513. "invite_user_nums_end": {
  4514. "type": "string",
  4515. "example": "拉新人数-结束值"
  4516. },
  4517. "invite_user_nums_start": {
  4518. "type": "string",
  4519. "example": "拉新人数-起始值"
  4520. },
  4521. "page": {
  4522. "description": "页数",
  4523. "type": "integer"
  4524. },
  4525. "page_size": {
  4526. "description": "每页大小",
  4527. "type": "integer"
  4528. },
  4529. "person_add_activity_value_end": {
  4530. "type": "string",
  4531. "example": "个人活跃积分-结束值"
  4532. },
  4533. "person_add_activity_value_start": {
  4534. "type": "string",
  4535. "example": "个人活跃积分-起始值"
  4536. },
  4537. "score_value_end": {
  4538. "type": "string",
  4539. "example": "蛋蛋分-结束值"
  4540. },
  4541. "score_value_kind": {
  4542. "description": "评分类型(0:未知 1:人工 2:系统)",
  4543. "type": "integer"
  4544. },
  4545. "score_value_start": {
  4546. "type": "string",
  4547. "example": "蛋蛋分-起始值"
  4548. },
  4549. "send_circle_of_friend_nums_end": {
  4550. "type": "string",
  4551. "example": "发朋友圈次数-结束值"
  4552. },
  4553. "send_circle_of_friend_nums_start": {
  4554. "type": "string",
  4555. "example": "发朋友圈次数-起始值"
  4556. },
  4557. "send_red_package_nums_end": {
  4558. "type": "string",
  4559. "example": "发红包次数-结束值"
  4560. },
  4561. "send_red_package_nums_start": {
  4562. "type": "string",
  4563. "example": "发红包次数-起始值"
  4564. },
  4565. "sign_in_nums_end": {
  4566. "type": "string",
  4567. "example": "签到次数-结束值"
  4568. },
  4569. "sign_in_nums_start": {
  4570. "type": "string",
  4571. "example": "签到次数-起始值"
  4572. },
  4573. "team-activity-nums-end": {
  4574. "type": "string",
  4575. "example": "团队活跃次数-结束值"
  4576. },
  4577. "team_activity_nums_start": {
  4578. "type": "string",
  4579. "example": "团队活跃次数-起始值"
  4580. },
  4581. "violate_nums_end": {
  4582. "type": "string",
  4583. "example": "违规次数-结束值"
  4584. },
  4585. "violate_nums_start": {
  4586. "type": "string",
  4587. "example": "违规次数-起始值"
  4588. },
  4589. "week": {
  4590. "type": "string",
  4591. "example": "周份"
  4592. },
  4593. "year": {
  4594. "type": "string",
  4595. "example": "年份"
  4596. }
  4597. }
  4598. },
  4599. "md.UserEggFlowReqResp": {
  4600. "type": "object",
  4601. "properties": {
  4602. "list": {
  4603. "type": "array",
  4604. "items": {
  4605. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  4606. }
  4607. },
  4608. "page": {
  4609. "description": "页数",
  4610. "type": "integer"
  4611. },
  4612. "page_size": {
  4613. "description": "每页大小",
  4614. "type": "integer"
  4615. },
  4616. "total": {
  4617. "description": "总数量",
  4618. "type": "integer"
  4619. },
  4620. "week": {
  4621. "type": "string",
  4622. "example": "周份"
  4623. },
  4624. "year": {
  4625. "type": "string",
  4626. "example": "年份"
  4627. }
  4628. }
  4629. },
  4630. "md.UserEggFlowReqRespList": {
  4631. "type": "object",
  4632. "properties": {
  4633. "account_balance_exchange_egg_energy_nums": {
  4634. "description": "余额兑换蛋蛋能量数量",
  4635. "type": "integer"
  4636. },
  4637. "browse_interface_nums": {
  4638. "description": "浏览界面次数",
  4639. "type": "integer"
  4640. },
  4641. "college_learning_nums": {
  4642. "description": "学院学习次数",
  4643. "type": "integer"
  4644. },
  4645. "ecpm": {
  4646. "description": "ecpm",
  4647. "type": "number"
  4648. },
  4649. "egg_energy_exchange_account_balance": {
  4650. "description": "蛋蛋能量兑换余额数量",
  4651. "type": "integer"
  4652. },
  4653. "forum_comments_nums": {
  4654. "description": "论坛评论次数",
  4655. "type": "integer"
  4656. },
  4657. "im_activity_nums": {
  4658. "description": "im活跃次数",
  4659. "type": "integer"
  4660. },
  4661. "index_id": {
  4662. "description": "文档id",
  4663. "type": "string"
  4664. },
  4665. "invite_user_nums": {
  4666. "description": "拉新人数",
  4667. "type": "integer"
  4668. },
  4669. "person_add_activity_value": {
  4670. "description": "个人活跃积分",
  4671. "type": "integer"
  4672. },
  4673. "score_value": {
  4674. "description": "蛋蛋分-起始值",
  4675. "type": "number"
  4676. },
  4677. "score_value_kind": {
  4678. "description": "评分类型(0:未知 1:人工 2:系统)",
  4679. "type": "integer"
  4680. },
  4681. "send_circle_of_friend_nums": {
  4682. "description": "发朋友圈次数",
  4683. "type": "integer"
  4684. },
  4685. "send_red_package_nums": {
  4686. "description": "发红包次数",
  4687. "type": "integer"
  4688. },
  4689. "sign_in_nums": {
  4690. "description": "签到次数",
  4691. "type": "integer"
  4692. },
  4693. "team_activity_nums": {
  4694. "description": "团队活跃次数",
  4695. "type": "integer"
  4696. },
  4697. "violate_nums": {
  4698. "description": "违规次数",
  4699. "type": "integer"
  4700. }
  4701. }
  4702. },
  4703. "md.UserEggIndexReq": {
  4704. "type": "object",
  4705. "properties": {
  4706. "week": {
  4707. "type": "string",
  4708. "example": "周份"
  4709. },
  4710. "year": {
  4711. "type": "string",
  4712. "example": "年份"
  4713. }
  4714. }
  4715. },
  4716. "md.UserEggIndexResp": {
  4717. "type": "object",
  4718. "properties": {
  4719. "egg_energy_user_egg_index_weight": {
  4720. "description": "蛋蛋分系数权重",
  4721. "allOf": [
  4722. {
  4723. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  4724. }
  4725. ]
  4726. },
  4727. "statistics_user_egg_kind_proportion": {
  4728. "description": "统计用户蛋蛋分\"评比类型\"占比",
  4729. "type": "array",
  4730. "items": {
  4731. "type": "object",
  4732. "additionalProperties": true
  4733. }
  4734. },
  4735. "statistics_user_egg_score_value_range": {
  4736. "description": "统计用户蛋蛋分范围",
  4737. "type": "array",
  4738. "items": {
  4739. "type": "object",
  4740. "additionalProperties": {
  4741. "type": "string"
  4742. }
  4743. }
  4744. },
  4745. "week": {
  4746. "type": "string",
  4747. "example": "周份"
  4748. },
  4749. "year": {
  4750. "type": "string",
  4751. "example": "年份"
  4752. },
  4753. "year_list": {
  4754. "description": "年份\u0026\u0026周份列表",
  4755. "type": "object",
  4756. "additionalProperties": {
  4757. "type": "array",
  4758. "items": {
  4759. "type": "string"
  4760. }
  4761. }
  4762. }
  4763. }
  4764. },
  4765. "md.UserManagementGetUserListNode": {
  4766. "type": "object",
  4767. "properties": {
  4768. "avatar": {
  4769. "type": "string"
  4770. },
  4771. "create_at": {
  4772. "type": "string"
  4773. },
  4774. "custom_invite_code": {
  4775. "type": "string"
  4776. },
  4777. "id": {
  4778. "type": "integer"
  4779. },
  4780. "invite_code": {
  4781. "type": "string",
  4782. "example": "会员邀请码"
  4783. },
  4784. "invite_total": {
  4785. "type": "integer"
  4786. },
  4787. "is_real_name": {
  4788. "type": "integer"
  4789. },
  4790. "last_login_ip": {
  4791. "type": "string"
  4792. },
  4793. "level": {
  4794. "type": "integer"
  4795. },
  4796. "level_name": {
  4797. "description": "会员等级",
  4798. "type": "string"
  4799. },
  4800. "memo": {
  4801. "type": "string"
  4802. },
  4803. "nickname": {
  4804. "type": "string"
  4805. },
  4806. "open_id": {
  4807. "type": "string"
  4808. },
  4809. "parent_id": {
  4810. "description": "推荐人 ID",
  4811. "type": "integer"
  4812. },
  4813. "parent_invite_code": {
  4814. "type": "string",
  4815. "example": "推荐人邀请码"
  4816. },
  4817. "parent_phone": {
  4818. "type": "string",
  4819. "example": "推荐人手机号"
  4820. },
  4821. "parent_uid": {
  4822. "type": "integer"
  4823. },
  4824. "passcode": {
  4825. "type": "string"
  4826. },
  4827. "password": {
  4828. "type": "string"
  4829. },
  4830. "phone": {
  4831. "type": "string"
  4832. },
  4833. "register_time": {
  4834. "description": "注册时间",
  4835. "type": "string"
  4836. },
  4837. "register_type": {
  4838. "type": "integer"
  4839. },
  4840. "sex": {
  4841. "type": "integer"
  4842. },
  4843. "state": {
  4844. "type": "integer"
  4845. },
  4846. "system_invite_code": {
  4847. "type": "string"
  4848. },
  4849. "tag_name": {
  4850. "description": "会员标签",
  4851. "type": "string"
  4852. },
  4853. "union_id": {
  4854. "type": "string"
  4855. },
  4856. "update_at": {
  4857. "type": "string"
  4858. }
  4859. }
  4860. },
  4861. "md.UserManagementGetUserListReq": {
  4862. "type": "object",
  4863. "properties": {
  4864. "effective": {
  4865. "description": "有效会员",
  4866. "type": "integer"
  4867. },
  4868. "id": {
  4869. "description": "会员 ID",
  4870. "type": "integer"
  4871. },
  4872. "invite_code": {
  4873. "type": "string",
  4874. "example": "会员邀请码"
  4875. },
  4876. "is_real_name": {
  4877. "description": "是否实名 0.未实名,1.已实名",
  4878. "type": "integer"
  4879. },
  4880. "level": {
  4881. "description": "会员等级",
  4882. "type": "integer"
  4883. },
  4884. "limit": {
  4885. "type": "integer"
  4886. },
  4887. "login_after": {
  4888. "description": "最近登录结束时间",
  4889. "type": "string"
  4890. },
  4891. "login_before": {
  4892. "description": "最近登录开始时间",
  4893. "type": "string"
  4894. },
  4895. "memo": {
  4896. "description": "备注",
  4897. "type": "string"
  4898. },
  4899. "nickname": {
  4900. "type": "string",
  4901. "example": "会员昵称"
  4902. },
  4903. "page": {
  4904. "type": "integer"
  4905. },
  4906. "parent_invite_code": {
  4907. "type": "string",
  4908. "example": "上级邀请码"
  4909. },
  4910. "parent_phone": {
  4911. "type": "string",
  4912. "example": "上级手机号"
  4913. },
  4914. "phone": {
  4915. "type": "string",
  4916. "example": "会员手机号"
  4917. },
  4918. "recommend_id": {
  4919. "description": "推荐人 ID",
  4920. "type": "integer"
  4921. },
  4922. "register_after": {
  4923. "description": "注册时间终点",
  4924. "type": "string"
  4925. },
  4926. "register_before": {
  4927. "description": "注册时间起点",
  4928. "type": "string"
  4929. },
  4930. "register_type": {
  4931. "description": "注册类型(0.未知, 1.免验证码手机号注册,2.微信授权)",
  4932. "type": "integer"
  4933. },
  4934. "sex": {
  4935. "description": "性别",
  4936. "type": "integer"
  4937. },
  4938. "state": {
  4939. "description": "状态",
  4940. "type": "integer"
  4941. },
  4942. "tag": {
  4943. "description": "标签 id",
  4944. "type": "integer"
  4945. },
  4946. "union_id": {
  4947. "type": "string",
  4948. "example": "微信号"
  4949. }
  4950. }
  4951. },
  4952. "md.UserManagementGetUserListResp": {
  4953. "type": "object",
  4954. "properties": {
  4955. "levels_list": {
  4956. "description": "等级列表",
  4957. "type": "array",
  4958. "items": {
  4959. "type": "object",
  4960. "additionalProperties": true
  4961. }
  4962. },
  4963. "list": {
  4964. "type": "array",
  4965. "items": {
  4966. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  4967. }
  4968. },
  4969. "paginate": {
  4970. "description": "分页信息",
  4971. "allOf": [
  4972. {
  4973. "$ref": "#/definitions/applet_app_md_institutional_management_member_center.Paginate"
  4974. }
  4975. ]
  4976. },
  4977. "tags_list": {
  4978. "description": "标签列表",
  4979. "type": "array",
  4980. "items": {
  4981. "type": "object",
  4982. "additionalProperties": true
  4983. }
  4984. }
  4985. }
  4986. },
  4987. "md.UserManagementUpdateUserInfoReq": {
  4988. "type": "object",
  4989. "properties": {
  4990. "avatar": {
  4991. "description": "头像",
  4992. "type": "string"
  4993. },
  4994. "disable": {
  4995. "description": "是否禁用用户",
  4996. "type": "boolean"
  4997. },
  4998. "last_login_ip": {
  4999. "description": "用户最后登录 IP",
  5000. "type": "string"
  5001. },
  5002. "memo": {
  5003. "type": "string",
  5004. "example": "备注"
  5005. },
  5006. "tag": {
  5007. "description": "用户标签 ID",
  5008. "type": "integer"
  5009. },
  5010. "uid": {
  5011. "type": "integer"
  5012. }
  5013. }
  5014. },
  5015. "md.UserVirtualCoinFlow": {
  5016. "type": "object",
  5017. "properties": {
  5018. "after_amount": {
  5019. "type": "string",
  5020. "example": "变更后数量"
  5021. },
  5022. "amount": {
  5023. "type": "string",
  5024. "example": "变更数量"
  5025. },
  5026. "before_amount": {
  5027. "type": "string",
  5028. "example": "变更前数量"
  5029. },
  5030. "coin_id": {
  5031. "description": "虚拟币 ID",
  5032. "type": "integer"
  5033. },
  5034. "create_at": {
  5035. "type": "string",
  5036. "example": "创建时间"
  5037. },
  5038. "direction": {
  5039. "description": "方向:1收入 2支出",
  5040. "type": "integer"
  5041. },
  5042. "id": {
  5043. "type": "integer"
  5044. },
  5045. "sys_fee": {
  5046. "type": "string",
  5047. "example": "手续费"
  5048. },
  5049. "title": {
  5050. "type": "string",
  5051. "example": "标题"
  5052. },
  5053. "transfer_type": {
  5054. "description": "转账类型",
  5055. "type": "integer"
  5056. },
  5057. "uid": {
  5058. "description": "用户 ID",
  5059. "type": "integer"
  5060. },
  5061. "update_at": {
  5062. "type": "string",
  5063. "example": "更新时间"
  5064. }
  5065. }
  5066. },
  5067. "md.VideoRewardSetting": {
  5068. "type": "object",
  5069. "properties": {
  5070. "video_reward_is_open": {
  5071. "description": "视频奖励是否开启(1:开启 0:关闭)",
  5072. "type": "integer"
  5073. },
  5074. "video_reward_system": {
  5075. "description": "视频奖励机制",
  5076. "allOf": [
  5077. {
  5078. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  5079. }
  5080. ]
  5081. }
  5082. }
  5083. },
  5084. "md.VideoRewardSystemStruct": {
  5085. "type": "object",
  5086. "properties": {
  5087. "each_round_hour": {
  5088. "description": "每一轮X个小时",
  5089. "type": "string"
  5090. },
  5091. "interval_minutes": {
  5092. "description": "间隔X秒",
  5093. "type": "string"
  5094. },
  5095. "reward_total_num": {
  5096. "description": "一共X个奖励视屏",
  5097. "type": "string"
  5098. },
  5099. "reward_value": {
  5100. "description": "奖励X个活跃积分",
  5101. "type": "string"
  5102. }
  5103. }
  5104. },
  5105. "md.VipEquitySettingNode": {
  5106. "type": "object",
  5107. "properties": {
  5108. "dividend_ratio": {
  5109. "description": "分红比例",
  5110. "type": "string"
  5111. },
  5112. "exchange_account_balance_fee": {
  5113. "description": "兑换余额手续费",
  5114. "type": "string"
  5115. },
  5116. "vip_level_name": {
  5117. "description": "会员等级名称",
  5118. "type": "string"
  5119. }
  5120. }
  5121. },
  5122. "md.VirtualCoin": {
  5123. "type": "object",
  5124. "properties": {
  5125. "create_at": {
  5126. "type": "string"
  5127. },
  5128. "exchange_ratio": {
  5129. "description": "兑换比例(与金额)",
  5130. "type": "string",
  5131. "example": "兑换比例(与金额)"
  5132. },
  5133. "id": {
  5134. "type": "integer"
  5135. },
  5136. "is_use": {
  5137. "description": "是否开启: 0否 1是",
  5138. "type": "integer"
  5139. },
  5140. "name": {
  5141. "description": "名称",
  5142. "type": "string"
  5143. },
  5144. "update_at": {
  5145. "type": "string"
  5146. }
  5147. }
  5148. },
  5149. "md.VirtualCoinListNode": {
  5150. "type": "object",
  5151. "properties": {
  5152. "coin_id": {
  5153. "description": "货币类型 ID",
  5154. "type": "integer"
  5155. },
  5156. "kind": {
  5157. "description": "货币序号",
  5158. "type": "integer"
  5159. },
  5160. "name": {
  5161. "type": "string",
  5162. "example": "货币类型名称"
  5163. }
  5164. }
  5165. },
  5166. "model.EggEnergyUserEggIndexWeight": {
  5167. "type": "object",
  5168. "properties": {
  5169. "account_balance_exchange_egg_energy_nums": {
  5170. "type": "string"
  5171. },
  5172. "browse_interface_nums": {
  5173. "type": "string"
  5174. },
  5175. "college_learning_nums": {
  5176. "type": "string"
  5177. },
  5178. "create_at": {
  5179. "type": "string"
  5180. },
  5181. "ecpm": {
  5182. "type": "string"
  5183. },
  5184. "egg_energy_exchange_account_balance": {
  5185. "type": "string"
  5186. },
  5187. "forum_comments_nums": {
  5188. "type": "string"
  5189. },
  5190. "id": {
  5191. "type": "integer"
  5192. },
  5193. "im_activity_nums": {
  5194. "type": "string"
  5195. },
  5196. "invite_user_nums": {
  5197. "type": "string"
  5198. },
  5199. "person_add_activity_value": {
  5200. "type": "string"
  5201. },
  5202. "send_circle_of_friend_nums": {
  5203. "type": "string"
  5204. },
  5205. "send_red_package_nums": {
  5206. "type": "string"
  5207. },
  5208. "sign_in_nums": {
  5209. "type": "string"
  5210. },
  5211. "team_activity_nums": {
  5212. "type": "string"
  5213. },
  5214. "update_at": {
  5215. "type": "string"
  5216. },
  5217. "violate_nums": {
  5218. "type": "string"
  5219. }
  5220. }
  5221. }
  5222. },
  5223. "securityDefinitions": {
  5224. "MasterID": {
  5225. "type": "apiKey",
  5226. "name": "MasterID",
  5227. "in": "header"
  5228. }
  5229. }
  5230. }