add 联联平台推送充电状态接口

This commit is contained in:
Lemon
2023-05-19 15:24:53 +08:00
parent 26983a58c5
commit 5004a3fb31
4 changed files with 49 additions and 6 deletions

View File

@@ -186,7 +186,13 @@ public class SpringBootTestController {
// lianLianService.pushOrderInfo("C27680791529");
// 推送启动充电结果
lianLianService.pushStartChargeResult("C27680791529");
// lianLianService.pushStartChargeResult("C27680791529");
// 推送充电状态
lianLianService.pushChargeStatus("C27680791529");
}