mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-23 11:09:29 +08:00
新增资源分类管理
This commit is contained in:
@@ -21,4 +21,6 @@ public class BPermissionConstant {
|
||||
public final static String DEPARTMENT_UPDATE = "department-update";
|
||||
public final static String DEPARTMENT_DESTROY = "department-destroy";
|
||||
|
||||
public final static String RESOURCE_CATEGORY = "resource-category";
|
||||
|
||||
}
|
||||
|
||||
@@ -2,4 +2,7 @@ package xyz.playedu.api.constant;
|
||||
|
||||
public class BackendConstant {
|
||||
public final static String[] UN_AUTH_URI_WHITELIST = {"/backend/v1/system/image-captcha", "/backend/v1/auth/login",};
|
||||
|
||||
public final static String[] RESOURCE_TYPE_WHITELIST = {"IMAGE", "PDF", "VIDEO", "WORD", "PPT"};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user