update启动充电支付金额设置

This commit is contained in:
YAS\29473
2025-06-19 14:05:39 +08:00
parent 7bcb6872d4
commit 2047c24cf7
2 changed files with 4 additions and 0 deletions

View File

@@ -410,8 +410,11 @@ public class ChangZhouPlatformServiceImpl implements ThirdPartyPlatformService {
return null;
}
ThirdPartySecretInfoVO thirdPartySecretInfoVO = getChangZhouSecretInfo();
// 设置最大充电金额
dto.setAccountBalance(Constants.LIAN_LIAN_MAX_AMOUNT);
// 生成订单
Map<String, Object> map = orderBasicInfoService.generateOrderForThirdParty(dto);
String orderCode = (String) map.get("orderCode");
String transactionCode = (String) map.get("transactionCode");
OrderBasicInfo orderBasicInfo = (OrderBasicInfo) map.get("orderBasicInfo");