From 3f68c6a5a9968cbfd955e958742d38e5ded682c5 Mon Sep 17 00:00:00 2001 From: whyczh <hzjl@qq.com> Date: 星期三, 08 十二月 2021 13:48:38 +0800 Subject: [PATCH] 电池、电源信息管理接口更新 --- src/main/java/com/whyc/controller/PowerInfController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/whyc/controller/PowerInfController.java b/src/main/java/com/whyc/controller/PowerInfController.java index 8205007..77529aa 100644 --- a/src/main/java/com/whyc/controller/PowerInfController.java +++ b/src/main/java/com/whyc/controller/PowerInfController.java @@ -81,7 +81,7 @@ @GetMapping("/getExistStations") @ApiOperation(value = "鑾峰彇鏈烘埧") - public Response getExistStations( @RequestParam String stationName1,@RequestParam String stationName2,@RequestParam String stationName5){ + public Response getExistStations( @RequestParam(required = false) String stationName1,@RequestParam(required = false) String stationName2,@RequestParam(required = false) String stationName5){ return service.getExistStations(stationName1,stationName2,stationName5); } -- Gitblit v1.9.1