fix
Helius
2021-11-08 945a1dc97c8172e179a7b2d2e1964dcc3fedb73d
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");
   }