java110
2021-08-05 bd199ec0fa775f8ec6fbbad0c8ad082394d595db
service-front/src/main/java/com/java110/front/configuration/ServiceConfiguration.java
old mode 100644 new mode 100755
@@ -23,6 +23,7 @@
        exclusions.append("/callComponent/advertVedioView/*,");//放开 广告页面是不需要登录的
        exclusions.append("/callComponent/download/getFile/file,");//放开 下载图片也不需要登录
        exclusions.append("/callComponent/download/getFile/fileByObjId,");//放开 下载图片也不需要登录
        exclusions.append("/callComponent/upload/uploadVedio/upload,");
        exclusions.append("/app/payment/notify,");//微信支付通知
        exclusions.append("/app/payment/rentingNotify,");//微信支付通知
        exclusions.append("/app/payment/oweFeeNotify,");//欠费微信支付通知
@@ -49,6 +50,7 @@
        exclusions.append("/app/loginStaffWechatAuth,");//查询大类
        exclusions.append("/app/staffAuth");//查询大类
        final FilterRegistrationBean registrationBean = new FilterRegistrationBean();
        registrationBean.setFilter(new JwtFilter());
        registrationBean.addUrlPatterns("/");