jyy
2021-03-17 a6e7be2c2273b0569f57965c5fbd3ffb1c4fb8a4
zq-erp/src/main/java/com/matrix/config/MvcCoreConfig.java
@@ -76,7 +76,8 @@
      // url权限拦截
      registry.addInterceptor(suAuthorityInterceptor).addPathPatterns("/**/su/**");
      //小程序公司与域名对应关系拦截
      registry.addInterceptor(hostInterceptor).addPathPatterns("/**/wxapi/**");
      registry.addInterceptor(hostInterceptor).addPathPatterns("/**/wxapi/**")
            .excludePathPatterns("/wxCommon/wxapi/wxpayCallback");
   }