fix
Helius
2021-11-09 897ba457e4dc1fa19472ae9a7f9f6a1488169ec7
zq-erp/src/main/java/com/matrix/config/MvcCoreConfig.java
@@ -72,6 +72,8 @@
      //小程序公司与域名对应关系拦截
      registry.addInterceptor(hostInterceptor).addPathPatterns("/**/wxapi/**")
            .addPathPatterns("/api/common/wxLogin/**")
            .addPathPatterns("/api/common/bindUser")
            .excludePathPatterns("/wxCommon/wxapi/wxpayCallback")
            .excludePathPatterns("/wxCommon/wxapi/rechargeCallBack");
   }