新增图片上传接口

This commit is contained in:
none
2023-02-28 17:15:13 +08:00
parent aca847c06e
commit f46f319428
7 changed files with 149 additions and 0 deletions

View File

@@ -12,4 +12,6 @@ public class BackendConstant {
public final static String[] COURSE_HOUR_TYPE_WHITELIST = {"VIDEO"};
public final static String[] COURSE_HOUR_TYPE_WHITELIST_TEXT = {"视频"};
public final static String UPLOAD_IMAGE_DIR = "images/";
}