|
@@ -112,6 +112,8 @@ public class SimpleCORSFilter implements Filter {
|
|
|
"/customer/findCustomerRecTimeList",
|
|
|
"/customer/findCustomerMoney",
|
|
|
"/customer/customeRecQueryListByPage",
|
|
|
+
|
|
|
+
|
|
|
"/noCar/findCarRec",
|
|
|
"/noCar/findBillWay",
|
|
|
"/noCar/updateStatus",
|
|
@@ -122,7 +124,10 @@ public class SimpleCORSFilter implements Filter {
|
|
|
"/nocar/batchImprotEndBillWay",
|
|
|
"/noCar/findBillWayException",
|
|
|
"/noCar/findNocarInvoices",
|
|
|
+ "/noCar/findNocarInvoicesStatic",
|
|
|
"/noCar/findNocarCalculateInfo",
|
|
|
+
|
|
|
+
|
|
|
"/selfCar/selfCarUnBind",
|
|
|
"/selfCar/findTrades",
|
|
|
"/selfCar/findSelfCarInvoices",
|
|
@@ -131,13 +136,18 @@ public class SimpleCORSFilter implements Filter {
|
|
|
"/selfCar/getTradeList",
|
|
|
"/selfCar/applTradeList",
|
|
|
"/selfCar/findSelfcarInvoiceByTime",
|
|
|
+
|
|
|
+
|
|
|
"/param",
|
|
|
"/param/page",
|
|
|
"/param/updateParam",
|
|
|
+
|
|
|
+
|
|
|
"/lowerService/customeRec",
|
|
|
"/lowerService/customeRecQueryList",
|
|
|
"/lowerService/customeRecQueryUpper",
|
|
|
"/lowerService/customeRecQuery",
|
|
|
+
|
|
|
"/noCarService/noCarBillStart",
|
|
|
"/noCarService/noCarBillEnd",
|
|
|
"/noCarService/noCarHisWaybillStart",
|
|
@@ -148,6 +158,8 @@ public class SimpleCORSFilter implements Filter {
|
|
|
"/noCarService/customerCarRec",
|
|
|
"/noCarService/customeRecUpperQuery",
|
|
|
"/noCarService/customerCarRecQuery",
|
|
|
+
|
|
|
+
|
|
|
"/selfCarService/getTradeList",
|
|
|
"/selfCarService/applInvoice",
|
|
|
"/selfCarService/getSelfCarInvoicesByTime",
|
|
@@ -158,6 +170,7 @@ public class SimpleCORSFilter implements Filter {
|
|
|
"/selfCarService/customerETCRec",
|
|
|
"/selfCarService/customerETCRecValid",
|
|
|
"/selfCarService/customerCarUnRec",
|
|
|
+
|
|
|
"/auth/login",
|
|
|
"/role/list",
|
|
|
"/user",
|