935090232@qq.com
2022-01-24 f3f5481dba09ddf9e7a83ba83abb5a3250914a2a
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");
   }