yumeng %!s(int64=5) %!d(string=hai) anos
pai
achega
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");

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 152 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/ImageDownloadController.java