update lianlian启动金额

This commit is contained in:
2024-05-09 10:15:44 +08:00
parent 4c4c98d0c0
commit 66ccbb2ff1
8 changed files with 19 additions and 14 deletions

View File

@@ -1239,6 +1239,7 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService {
.chargeAmount(orderBasicInfo.getPayAmount())
.logicCardNum(null)
.physicsCardNum(null)
.chargeAmount(Constants.LIAN_LIAN_MAX_AMOUNT)
.build();
ykcPushCommandService.pushStartChargingCommand(command);