|
@@ -155,9 +155,9 @@ public class ShiroConfig {
|
|
|
filterChainDefinitionMap.put("/test/getGroupData/**", "anon");
|
|
|
filterChainDefinitionMap.put("/test/getVideoAndImage/**", "anon");
|
|
|
filterChainDefinitionMap.put("/test/gerCreative/**", "anon");
|
|
|
- filterChainDefinitionMap.put("/test/testdouyinmusic","anon");
|
|
|
- filterChainDefinitionMap.put("/test/syncDouyinMusic","anon");
|
|
|
- filterChainDefinitionMap.put("/test/parseDouyinMusic","anon");
|
|
|
+ filterChainDefinitionMap.put("/test/testdouyinmusic", "anon");
|
|
|
+ filterChainDefinitionMap.put("/test/syncDouyinMusic", "anon");
|
|
|
+ filterChainDefinitionMap.put("/test/parseDouyinMusic", "anon");
|
|
|
filterChainDefinitionMap.put("/report/kuaishouReportDailyAgent/get", "anon");
|
|
|
|
|
|
filterChainDefinitionMap.put("/appium/appiumTask/run/login", "anon");
|
|
@@ -174,6 +174,7 @@ public class ShiroConfig {
|
|
|
filterChainDefinitionMap.put("/rest/script/*", "anon");
|
|
|
filterChainDefinitionMap.put("/ctop/checkTaskList/*", "anon");
|
|
|
filterChainDefinitionMap.put("/ctop/report/bytedance/*", "anon");
|
|
|
+ filterChainDefinitionMap.put("/shiwan/shiwanFileUpload/*", "anon");
|
|
|
|
|
|
// 添加自己的过滤器并且取名为jwt
|
|
|
Map<String, Filter> filterMap = new HashMap<>(1);
|