update 第三方平台接口

This commit is contained in:
Lemon
2023-10-31 14:31:42 +08:00
parent babcc5cedd
commit f250ff3ca1
8 changed files with 304 additions and 13 deletions

View File

@@ -605,7 +605,7 @@ public class LianLianServiceImpl implements LianLianService {
// 平台已存在订单
return null;
}
ThirdPartyPlatformConfig configInfo = thirdPartyPlatformConfigService.getInfoByOperatorId(dto.getOperatorID());
ThirdPartyPlatformConfig configInfo = thirdPartyPlatformConfigService.getInfoByOperatorId(dto.getOperatorId());
if (configInfo == null) {
return null;
}
@@ -737,7 +737,7 @@ public class LianLianServiceImpl implements LianLianService {
if (orderInfo == null) {
return null;
}
ThirdPartyPlatformConfig configInfo = thirdPartyPlatformConfigService.getInfoByOperatorId(dto.getOperatorID());
ThirdPartyPlatformConfig configInfo = thirdPartyPlatformConfigService.getInfoByOperatorId(dto.getOperatorId());
if (configInfo == null) {
return null;
}
@@ -752,6 +752,8 @@ public class LianLianServiceImpl implements LianLianService {
vo.setStartChargeSeq(orderCode);
vo.setStartChargeSeqStat(3); // 3-停止中
}
vo.setSuccStat(0);
vo.setFailReason(0);
// 加密
Map<String, String> resultMap = Maps.newLinkedHashMap();
// 加密数据