diff --git a/common/api/order.js b/common/api/order.js index ac154f2..d526652 100644 --- a/common/api/order.js +++ b/common/api/order.js @@ -10,7 +10,7 @@ export const submitOrder = (data = {})=> { } export const getCustomerUserList = (data = {})=> { - return coreRequest(url.getCustomerUserList, data, {}) + return coreRequest(url.getCustomerUserList, data, {}, "GET") } // 地址列表 @@ -31,7 +31,7 @@ export const getRSDStaffList = (data = {})=> { // 货物列表 export const getGoodsList = (data = {})=> { - return coreRequest(url.getGoodsList, data, {}) + return coreRequest(url.getGoodsList, data, {}, "GET") } // 月结账户列表