mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-15 07:18:31 +08:00
update
This commit is contained in:
@@ -299,12 +299,12 @@ public class XDTController extends ThirdPartyBaseController {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/* *//**
|
||||||
* 新电途平台查询统计信息
|
* 新电途平台查询统计信息
|
||||||
* http://localhost:8080/xindiantu/v1/query_stations_stats
|
* http://localhost:8080/xindiantu/v1/query_stations_stats
|
||||||
* @param dto
|
* @param dto
|
||||||
* @return
|
* @return
|
||||||
*/
|
*//*
|
||||||
@PostMapping("/v1/query_station_status")
|
@PostMapping("/v1/query_station_status")
|
||||||
public CommonResult<?> queryStationStatus(HttpServletRequest request, @RequestBody CommonParamsDTO dto) {
|
public CommonResult<?> queryStationStatus(HttpServletRequest request, @RequestBody CommonParamsDTO dto) {
|
||||||
logger.info("{}-查询充电站状态信息 params:{}", platformName, JSON.toJSONString(dto));
|
logger.info("{}-查询充电站状态信息 params:{}", platformName, JSON.toJSONString(dto));
|
||||||
@@ -333,7 +333,7 @@ public class XDTController extends ThirdPartyBaseController {
|
|||||||
logger.error("{}-查询充电站状态信息 error:", platformName, e);
|
logger.error("{}-查询充电站状态信息 error:", platformName, e);
|
||||||
}
|
}
|
||||||
return CommonResult.failed("查询充电站状态信息发生异常");
|
return CommonResult.failed("查询充电站状态信息发生异常");
|
||||||
}
|
}*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user