935090232@qq.com
2021-03-21 afa3a318dad2934722ff9c197be7b03eb3ebcf6a
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");
   }