【修复】oss桶重复判断,感谢码云L-Y-Q通过PR指出

pull/198/head
xiaonuobase 2024-03-11 12:09:18 +08:00
parent 8c413dbd53
commit 02c616d024
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class DevFileAliyunUtil {
/* endpoint */
String endpoint = devConfigApi.getValueByKey(SNOWY_FILE_ALIYUN_END_POINT_KEY);
if(ObjectUtil.isEmpty(accessKeySecret)) {
if(ObjectUtil.isEmpty(endpoint)) {
throw new CommonException("阿里云文件操作客户端未正确配置endpoint为空");
}