瀏覽代碼

批量下载

yumeng 5 年之前
父節點
當前提交
f6fdebc15f

+ 1 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/config/ShiroConfig.java

@@ -137,6 +137,7 @@ public class ShiroConfig {
 		filterChainDefinitionMap.put("/report/kuaishouReportDailyAgent/get","anon");
 
 		filterChainDefinitionMap.put("/appium/appiumTask/run/login", "anon");
+		filterChainDefinitionMap.put("/zip/download", "anon");
 		//爬虫接口
 		filterChainDefinitionMap.put("/graphql/video", "anon");
 		filterChainDefinitionMap.put("/ks/web/test", "anon");

文件差異過大導致無法顯示
+ 152 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/ImageDownloadController.java