Ver código fonte

专家转账接口

liangpeile 1 ano atrás
pai
commit
283c6f0d52

+ 1 - 0
medical_history/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java

@@ -103,6 +103,7 @@ public class ShiroConfig {
         filterChainDefinitionMap.put("/sys/checkAuth", "anon"); //授权接口排除
 
         filterChainDefinitionMap.put("/adminDoctorUser/adminUser/notifyUrl", "anon"); //支付接口回调
+//        filterChainDefinitionMap.put("/adminDoctorUser/adminUser/yzhAddBatch", "anon"); //支付接口回调
 
         filterChainDefinitionMap.put("/", "anon");
         filterChainDefinitionMap.put("/doc.html", "anon");