This commit is contained in:
YAS\29473
2025-05-28 11:26:18 +08:00
parent 26f0599557
commit 9077df2fce

View File

@@ -136,8 +136,7 @@ public class HuZhouPlatformServiceImpl implements ThirdPartyPlatformService {
vo.setFailReason(failReason); vo.setFailReason(failReason);
vo.setSuccStat(succStat); vo.setSuccStat(succStat);
return ThirdPartyPlatformUtils.generateResultMapV2(vo, thirdPartySecretInfoVO.getTheirDataSecret(), return ThirdPartyPlatformUtils.generateResultMap(vo, thirdPartySecretInfoVO);
thirdPartySecretInfoVO.getTheirDataSecretIv(), thirdPartySecretInfoVO.getTheirSigSecret());
} }