feat:小程序版本过低

This commit is contained in:
苏竹红
2025-12-09 18:43:53 +08:00
parent c6310e7a96
commit f87b1ca866
2 changed files with 4 additions and 0 deletions

View File

@@ -560,6 +560,9 @@ public class WalletServiceImpl implements WalletService {
@Override
public Boolean openOnlineBankAccount(CoolOpenBasicInfoRequest request) {
if (StringUtils.isBlank(request.getLegalSignerRelation())) {
throw new ServiceException(ErrorCodeEnum.MINI_PROGRAM_VERSION_TOO_LOW);
}
//首先存储提交的信息
OpenBankInfoDO openBankInfoDO = new OpenBankInfoDO();
BeanUtil.copyProperties(request, openBankInfoDO);