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