fix bug
This commit is contained in:
@@ -346,7 +346,7 @@ export const payOrderAPI = (id) => {
|
||||
};
|
||||
|
||||
export const getOrderListAPI = async (page) => {
|
||||
const reuslt = await request("GET", `/user/order/list?page${page}`);
|
||||
const reuslt = await request("GET", `/user/order/list?page=${page}`);
|
||||
return reuslt.items || [];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user