|
|
@@ -51,7 +51,7 @@ public class ChargerController {
|
|
|
|
|
|
@SysLog("充电站状态")
|
|
|
@GetMapping("/stationStatus")
|
|
|
- R stationStatus(@RequestParam("ids") String ids) {
|
|
|
+ R stationStatus(@RequestParam("stationIds") String ids) {
|
|
|
// 请求en+接口
|
|
|
var response = stationService.stationStatus(ids.split(","));
|
|
|
return R.success(response);
|