wuxw
2022-10-05 84cacadcd982a2bb4fa43e610a3dc73f54a272b3
service-api/src/main/java/com/java110/api/configuration/ServiceConfiguration.java
@@ -25,6 +25,7 @@
        exclusions.append("/callComponent/download/getFile/fileByObjId,");//放开 下载图片也不需要登录
        exclusions.append("/callComponent/upload/uploadVedio/upload,");
        exclusions.append("/app/payment/notify,");//微信支付通知
        exclusions.append("/app/payment/notify/*,");// 通用通知放开
        exclusions.append("/app/payment/notifyChinaUms,");//银联支付回调
        exclusions.append("/app/payment/rentingNotify,");//微信支付通知
        exclusions.append("/app/payment/oweFeeNotify,");//欠费微信支付通知
@@ -72,6 +73,11 @@
        exclusions.append("/app/couponUser.listCouponUser,");
        exclusions.append("/app/machine.customCarInOutCmd,");
        exclusions.append("/callComponent/propertyRightRegistration.savePropertyRightRegistration,");
        exclusions.append("/app/propertyRightRegistration.savePropertyRightRegistration,");
        exclusions.append("/app/system.listSystemInfo,");
        exclusions.append("/app/car.queryWaitPayFeeTempCar,");
        exclusions.append("/app/alipay.payTempCarFee,");
        exclusions.append("/app/alipay/notify/receive,");
        exclusions.append("/app/reportInfoAnswer/queryReportInfoAnswerByOpenId");