mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 17:05:54 +08:00
订单列表发送
This commit is contained in:
@@ -24,3 +24,7 @@ export const ServeGetStoreDetail = (storeId) => {
|
||||
export const ServeGetFootPrint = (params) => {
|
||||
return get(`/im/user/history`,params);
|
||||
};
|
||||
// 获取订单列表信息
|
||||
export const ServeGetOrderPrint = (params) => {
|
||||
return get(`/im/orders/orders`,params);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user