This commit is contained in:
2025-11-05 15:42:51 +08:00
parent 855d22f448
commit 283cfbbfc8
4 changed files with 382 additions and 25 deletions

View File

@@ -165,4 +165,13 @@ export function delJDOrder(ids) {
url: `/system/jdorder/${idPath}`,
method: 'delete'
})
}
// 手动获取物流信息(用于调试)
export function fetchLogisticsManually(data) {
return request({
url: '/jarvis/jdorder/fetchLogisticsManually',
method: 'post',
data
})
}