Commit d5bed5ab0367830f920162f149f1864911cfcf22
1 parent
0642d7f7
test
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/zteits/irain/portal/web/govclouds/RealTimeInfoController.java
@@ -96,7 +96,7 @@ public class RealTimeInfoController { | @@ -96,7 +96,7 @@ public class RealTimeInfoController { | ||
96 | 96 | ||
97 | @ApiOperation("停车预警") | 97 | @ApiOperation("停车预警") |
98 | @PostMapping("/warninginfo") | 98 | @PostMapping("/warninginfo") |
99 | - public BizResultVO<List<WarningInfoDTO>> getPreWarningInfo(@RequestParam String sysCode) { | 99 | + public BizResultVO<List<WarningInfoDTO>> getPreWarningInfo(@RequestBody String sysCode) { |
100 | logger.debug("getPreWarningInfo:" + sysCode); | 100 | logger.debug("getPreWarningInfo:" + sysCode); |
101 | 101 | ||
102 | WarningInfoRequest request = new WarningInfoRequest(); | 102 | WarningInfoRequest request = new WarningInfoRequest(); |