|
|
@@ -238,7 +238,7 @@ public class ChargeController {
|
|
|
* @param json
|
|
|
* @return 0:接收 1:丢弃/忽略,不需要重试
|
|
|
*/
|
|
|
- @ApiLog("推送场站设备状态变化")
|
|
|
+// @ApiLog("推送场站设备状态变化")
|
|
|
@PostMapping("/{platformName}/notification_stationStatus")
|
|
|
PlatformResponse notificationStationStatus(@PathVariable(value = "platformName", required = false) String platformName, @RequestBody JSONObject json) {
|
|
|
return new PlatformResponse(enNotifyService.handleNotificationStationStatus(platformName, json));
|
|
|
@@ -262,7 +262,7 @@ public class ChargeController {
|
|
|
* @param json
|
|
|
* @return
|
|
|
*/
|
|
|
- @ApiLog("推送充电状态")
|
|
|
+// @ApiLog("推送充电状态")
|
|
|
@PostMapping("/{platformName}/notification_equip_charge_status")
|
|
|
PlatformResponse notificationEquipChargeStatus(@PathVariable(value = "platformName", required = false) String platformName, @RequestBody JSONObject json) {
|
|
|
return new PlatformResponse(enNotifyService.handleNotificationEquipChargeStatus(platformName, json));
|