Prechádzať zdrojové kódy

添加内广需求接口

syh 5 rokov pred
rodič
commit
9a6fda6a2f

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

@@ -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");