update 甘肃省平台Service

This commit is contained in:
Lemon
2024-12-11 15:29:03 +08:00
parent c833d8c182
commit e0f040ec8b
7 changed files with 112 additions and 147 deletions

View File

@@ -154,7 +154,7 @@ public class GuiZhouPlatformController extends ThirdPartyBaseController {
/**
* 历史充电订单信息推送
*/
@GetMapping("/v1/supervise_notification_charge_order_info_history/{orderCode}")
@GetMapping("/v1/notificationChargeOrderInfoHistory/{orderCode}")
public RestApiResponse<?> notificationChargeOrderInfoHistory(@PathVariable("orderCode") String orderCode) {
RestApiResponse<?> response = null;
String result = null;
@@ -174,7 +174,7 @@ public class GuiZhouPlatformController extends ThirdPartyBaseController {
* @param stationId
* @return
*/
@GetMapping("/v1/supervise_notification_operation_stats_info/{stationId}")
@GetMapping("/v1/notificationOperationStatsInfo/{stationId}")
public RestApiResponse<?> notificationOperationStatsInfo(@PathVariable("stationId") String stationId) {
RestApiResponse<?> response = null;
String result = null;
@@ -194,7 +194,7 @@ public class GuiZhouPlatformController extends ThirdPartyBaseController {
* @param stationIds
* @return
*/
@GetMapping("/v1/supervise_notification_realtime_power_info/{stationIds}")
@GetMapping("/v1/notificationPowerInfo/{stationIds}")
public RestApiResponse<?> notificationPowerInfo(@PathVariable("stationIds") List<String> stationIds) {
RestApiResponse<?> response = null;
String result = null;