update 联联平台Service

This commit is contained in:
Lemon
2025-03-07 09:08:30 +08:00
parent da99250515
commit 50bc20e01b

View File

@@ -1376,7 +1376,7 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService {
if (thirdPartySecretInfoVO == null) { if (thirdPartySecretInfoVO == null) {
throw new BusinessException(ReturnCodeEnum.CODE_SELECT_INFO_IS_NULL); throw new BusinessException(ReturnCodeEnum.CODE_SELECT_INFO_IS_NULL);
} }
thirdPartySecretInfoVO.setOurOperatorId(Constants.OPERATORID_JIANG_SU); thirdPartySecretInfoVO.setOurOperatorId(Constants.OPERATORID_LIANLIAN);
return thirdPartySecretInfoVO; return thirdPartySecretInfoVO;
} }
} }