java110 hace 4 años
padre
commit
cddcf22a61

+ 2 - 0
service-front/src/main/java/com/java110/front/configuration/ServiceConfiguration.java

@@ -25,8 +25,10 @@ public class ServiceConfiguration {
         exclusions.append("/callComponent/download/getFile/fileByObjId,");//放开 下载图片也不需要登录
         exclusions.append("/callComponent/upload/uploadVedio/upload,");
         exclusions.append("/app/payment/notify,");//微信支付通知
+        exclusions.append("/app/payment/notifyChinaUms,");//银联支付回调
         exclusions.append("/app/payment/rentingNotify,");//微信支付通知
         exclusions.append("/app/payment/oweFeeNotify,");//欠费微信支付通知
+        exclusions.append("/app/payment/oweFeeNotifyChinaUms,");//欠费银联支付回调
         exclusions.append("/goods/notify,");//商品购买通知
         exclusions.append("/app/loginWx,");// 登录跳过
         exclusions.append("/app/getWxPhoto,");// 登录跳过