Browse Source

更改预付款接口地址

liyuan 1 month ago
parent
commit
7d5a32143a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/tabBar/shoppingCart.js

+ 1 - 1
api/tabBar/shoppingCart.js

@@ -51,7 +51,7 @@ export function getCorpsAddr(data) {
 //待付款
 export function obligationList(data) {
 	return http.request({
-		url: '/blade-sales-part/order/listAll',
+		url: '/blade-sales-part/order/listAll1',
 		method: 'GET',
 		data
 	})