This commit is contained in:
YAS\29473
2025-05-21 17:12:42 +08:00
parent 669ec6a68e
commit 80342da5f8
3 changed files with 48 additions and 2 deletions

View File

@@ -113,7 +113,8 @@ public class RemoteStartChargingRequestHandler extends AbstractYkcHandler {
}
try {
// 启动结果回复
commonService.commonPushStartChargeResult(orderInfo);
// commonService.commonPushStartChargeResult(orderInfo);
commonService.commonPushStartChargeResultV2(orderInfo);
} catch (Exception e) {
e.printStackTrace();
}
@@ -121,7 +122,7 @@ public class RemoteStartChargingRequestHandler extends AbstractYkcHandler {
if (StringUtils.equals(startResult, Constants.DOUBLE_ZERO)) {
try {
Thread.sleep(500);
commonService.commonPushOrderInfo(orderInfo);
commonService.commonPushOrderInfoV2(orderInfo);
} catch (Exception e) {
log.error("统一推送第三方平台订单信息error, ", e);
}