From c575288b6582a191dd8a32c1268529d52bd774f5 Mon Sep 17 00:00:00 2001 From: zz Date: Tue, 2 Nov 2021 16:55:42 +0800 Subject: [PATCH] query_equip_auth not queryEquipAuth --- .../main/java/com/xhpc/evcs/api/QueryEquipAuthController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/api/QueryEquipAuthController.java b/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/api/QueryEquipAuthController.java index b678984b..e7b74c9a 100644 --- a/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/api/QueryEquipAuthController.java +++ b/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/api/QueryEquipAuthController.java @@ -28,7 +28,7 @@ public class QueryEquipAuthController { @Autowired private XhpcStationInternetBlacklistRepository xhpcStationInternetBlacklistRepo; - @PostMapping(value = "/v1/queryEquipAuth") + @PostMapping(value = "/v1/query_equip_auth") public CommonResponse queryEquipAuth(@RequestBody CommonRequest commonRequest) throws Exception { CommonResponse resp = new CommonResponse();