瀏覽代碼

通知回调接口地址配置

qng 3 年之前
父節點
當前提交
2351d4fe9f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      kmall-admin/src/main/resources/spring/spring-shiro.xml

+ 1 - 0
kmall-admin/src/main/resources/spring/spring-shiro.xml

@@ -66,6 +66,7 @@
         <!-- authc:该过滤器下的页面必须验证后才能访问,它是Shiro内置的一个拦截器org.apache.shiro.web.filter.authc.FormAuthenticationFilter -->
         <property name="filterChainDefinitions">
             <value>
+                /orderProRecordExternal/**=anon
                 /statics/**=anon
                 /api/**=anon
                 /js/**=anon