This commit is contained in:
2023-11-28 16:42:40 +08:00
parent 669345c983
commit a0790a6e19
11 changed files with 32 additions and 17 deletions

View File

@@ -18,6 +18,15 @@ export function deliveryProgressPage(data) {
})
}
// 获取订单列表
export function listOrderList(query) {
return request({
url: '/extend/delivery-log/listOrderList',
method: 'get',
params: query
})
}
// 获取发货进度分页
export function deliveryLogDetPage(data) {
return request({