fixed: 线上课学员权限 && 上传文件大小限制为5mb

This commit is contained in:
none
2023-04-07 16:58:12 +08:00
parent 056cb84cc9
commit 1bbe8f1ad7
4 changed files with 26 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ public class BPermissionConstant {
public static final String COURSE = "course";
public static final String COURSE_USER = "course-user";
public static final String COURSE_USER_DESTROY = "course-user-destroy";
public static final String RESOURCE_DESTROY = "resource-destroy";