mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-07 11:29:58 +08:00
update启动充电支付金额设置
This commit is contained in:
@@ -18,6 +18,7 @@ public enum ThirdPartyOperatorIdEnum {
|
||||
HAI_NAN_1("7", "578725200"),
|
||||
HAI_NAN_2("8", "MAA9A0PP1"),
|
||||
HUA_WEI("9", "MA5GTQ528"),
|
||||
CHANG_ZHOU("25", "0585PCW57")
|
||||
;
|
||||
private String type;
|
||||
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user