CRM_26-01-29#story#8070,调度APP-司机信息复制-仅子公司

This commit is contained in:
2026-01-27 14:11:25 +08:00
parent ed7ce35a91
commit d12ef20726
2 changed files with 36 additions and 1 deletions

View File

@@ -77,6 +77,15 @@ export function updateOrderSettlement(data){
data
})
}
// 获取司机信息
export function getDriverInfo(data){
return request({
url:'/supplierAppV2/dispatchApp/order/getDriverInfo',
method:'POST',
contentType:'application/json',
data
})
}
// 电瓶数量列表
export function batteryCountList(){
return request({