add 联联平台推送充电订单信息 接口

This commit is contained in:
Lemon
2023-05-20 15:26:28 +08:00
parent 28783dbc65
commit d325f641b0
3 changed files with 45 additions and 1 deletions

View File

@@ -191,8 +191,11 @@ public class SpringBootTestController {
// 推送充电状态
// lianLianService.pushChargeStatus("C27680791529");
lianLianService.pushStopChargeResult("C27680791529");
// 推送停止充电结果
// lianLianService.pushStopChargeResult("C27680791529");
// 推送充电订单信息
lianLianService.pushChargeOrderInfo("C27680791529");
}