mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 甘肃省平台Service
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user