From 828f3e08b94b2330da2c7028b19a3c06e147791d Mon Sep 17 00:00:00 2001 From: xxx Date: Sun, 27 Aug 2023 13:55:38 +0800 Subject: [PATCH] =?UTF-8?q?ppt=E6=96=87=E4=BB=B6=E5=AD=98=E5=82=A8?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/xyz/playedu/common/constant/BackendConstant.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playedu-common/src/main/java/xyz/playedu/common/constant/BackendConstant.java b/playedu-common/src/main/java/xyz/playedu/common/constant/BackendConstant.java index c69ad25..8b3878f 100644 --- a/playedu-common/src/main/java/xyz/playedu/common/constant/BackendConstant.java +++ b/playedu-common/src/main/java/xyz/playedu/common/constant/BackendConstant.java @@ -132,7 +132,7 @@ public class BackendConstant { public static final String UPLOAD_VIDEO_DIR = "videos/"; public static final String UPLOAD_PDF_DIR = "pdf/"; public static final String UPLOAD_WORD_DIR = "word/"; - public static final String UPLOAD_PPT_DIR = "word/"; + public static final String UPLOAD_PPT_DIR = "ppt/"; public static final String UPLOAD_EXCEL_DIR = "excel/"; public static final String UPLOAD_TXT_DIR = "txt/"; public static final String UPLOAD_ZIP_DIR = "zip/";