shane
2021-08-17 b015028be149074acd39e46238cd7aec7d123355
service-front/src/main/java/com/java110/front/configuration/ServiceConfiguration.java
old mode 100644 new mode 100755
@@ -23,9 +23,11 @@
        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,");//欠费微信支付通知
        exclusions.append("/goods/notify,");//商品购买通知
        exclusions.append("/app/loginWx,");// 登录跳过
        exclusions.append("/app/getWxPhoto,");// 登录跳过
        exclusions.append("/app/loginProperty,");// 物业APP登录跳过
@@ -44,7 +46,13 @@
        exclusions.append("/app/refreshToken,");//微信公众号对接接口
        exclusions.append("/app/renting/queryRentingPool,");//微信公众号对接接口
        exclusions.append("/app/activitiesType/queryActivitiesType,");//查询大类
        exclusions.append("/app/product/queryProductLabel");//查询大类
        exclusions.append("/app/product/queryProductLabel,");//查询大类
        exclusions.append("/app/loginStaffWechatAuth,");//查询大类
        exclusions.append("/app/staffAuth");//查询大类
        exclusions.append("/app/reportInfoBackCity/saveReportInfoBackCity");//返省人员信息上报
        exclusions.append("/app/reportInfoSettingTitle/querySettingTitle");//查询疫情问卷
        exclusions.append("/app/reportInfoAnswerValue/saveReportInfoAnswerValue");//保存疫情问卷
        final FilterRegistrationBean registrationBean = new FilterRegistrationBean();
        registrationBean.setFilter(new JwtFilter());