token管理相关接口,关联相关接口参数修改

This commit is contained in:
liuzhaotian
2025-03-04 16:16:07 +08:00
parent 2d9db3f370
commit c694e40812
23 changed files with 1111 additions and 41 deletions
@@ -52,4 +52,11 @@ public class AssertUtils {
}
}
public static void notEmpty(List<?> array, ErrorCode errorCode,Object object) {
if (ObjectUtils.isEmpty(array)) {
throw exception(errorCode,object);
}
}
}