集成百度鹰眼服务AK

This commit is contained in:
xuqiuyun
2025-11-21 17:22:20 +08:00
parent 73051df002
commit 0f963bf535
57 changed files with 6036 additions and 685 deletions

View File

@@ -265,6 +265,15 @@ export function orderGetDetail(id) {
});
}
// 批量导入订单
export function orderBatchImport(data) {
return request({
url: '/order/batchImport',
method: 'POST',
data,
});
}
// ==================== 运送清单管理新增 API ====================
// 逻辑删除运送清单