add 联联平台 推送订单结算信息、查询订单结算信息 接口

This commit is contained in:
Lemon
2023-05-22 13:50:19 +08:00
parent a8cc05b588
commit 7ff3db1141
7 changed files with 144 additions and 12 deletions

View File

@@ -195,7 +195,13 @@ public class SpringBootTestController {
// lianLianService.pushStopChargeResult("C27680791529");
// 推送充电订单信息
lianLianService.pushChargeOrderInfo("C27680791529");
// lianLianService.pushChargeOrderInfo("C27680791529");
// 推送订单结算信息
// lianLianService.pushOrderSettlementInfo("C27680791529");
// 查询订单结算信息
lianLianService.queryOrderSettlementInfo("C27680791529");
}