This commit is contained in:
Guoqs
2024-05-15 15:35:50 +08:00
parent 0c0ef65a3e
commit 5c2daff575

View File

@@ -34,6 +34,7 @@ public class AliAppletRemoteService {
if (StringUtils.isBlank(code)) {
throw new BusinessException(ReturnCodeEnum.CODE_PARAM_NOT_NULL_ERROR);
}
return null;
}
}