Przeglądaj źródła

新增功能:添加更新缓存方法&forceUpdatedCache=true 可合并
新增功能:添加更新缓存方法&forceUpdatedCache=true 可合并

Signed-off-by: 高雄 <admin@cxcp.com>

高雄 1 rok temu
rodzic
commit
832420f469

+ 1 - 1
server/src/main/java/cn/keking/service/FileHandlerService.java

@@ -313,7 +313,7 @@ public class FileHandlerService {
         attribute.setUrl(url);
         if (req != null) {
             String officePreviewType = req.getParameter("officePreviewType");
-            String forceUpdatedCache = req.getParameter("force_updated_cache");
+            String forceUpdatedCache = req.getParameter("forceUpdatedCache");
             String fileKey = WebUtils.getUrlParameterReg(url,"fileKey");
             if (StringUtils.hasText(officePreviewType)) {
                 attribute.setOfficePreviewType(officePreviewType);