|
@@ -95,6 +95,7 @@ public class ShiroConfig {
|
|
|
filterChainDefinitionMap.put("/toutiao/industry/list", "anon");
|
|
|
filterChainDefinitionMap.put("/template/bytedance/industry/list", "anon");
|
|
|
filterChainDefinitionMap.put("/template/convert/list", "anon");
|
|
|
+ filterChainDefinitionMap.put("/template/convert/list/url", "anon");
|
|
|
//文件上传接口
|
|
|
filterChainDefinitionMap.put("/upload/**", "anon");
|
|
|
|