This commit is contained in:
YAS\29473
2025-08-12 16:11:37 +08:00
parent de895a437a
commit bebbc07363

View File

@@ -150,6 +150,7 @@ public class YunWeiPlatformServiceImpl implements ThirdPartyPlatformService {
vo.setPlatformId(operatorId);
vo.setFailReason(failReason);
vo.setSuccStat(succStat);
vo.setOperatorID(dto.getOperatorID());
Map<String, String> resultMap = ThirdPartyPlatformUtils.generateResultMap(vo, thirdPartySecretInfoVO);
return resultMap;