yumeng 5 vuotta sitten
vanhempi
commit
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");

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 152 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/ImageDownloadController.java