1.URL
http://124.223.60.234:18080/tms/report/driver/queryDriverLateRateByDriverId
2.请求参数
2.1请求头
在Headers里面增加token:对应登录验证成功后,data里面对应的tokenId
2.2.参数示例
{
"id":"085DF26F8FE24B06B30A7ECD7935EE4B",
"startTime":"2025-01-01 00:00:00",
"endTime":"2026-01-01 00:00:00"
}
2.3.参数说明
| 字段 | 类型 | 说明 | 是否必须 |
|---|---|---|---|
| id | String | 承运商唯一标识 | Y |
3.接口应答
3.1.返回示例
{
"code": 200,
"message": "Operation succeeded",
"data": {
"driverId": "13EF6935C29844DEB3D3B8B8F6CFF3DC",
"driverName": "Mr.Li1",
"driverPhone": "",
"totalOrderNum": 1,
"currentMonthOrderNum":0,
"lastMonthOrderNum":5,
"lateRate": 0.0
}
}
3.2.返回结果说明
| 字段 | 类型 | 说明 |
|---|---|---|
| code | int | 返回状态 |
| message | String | 返回结果描述 |
| data | object | 返回结果体 |
data说明
| 字段 | 类型 | 说明 |
|---|---|---|
| driverId | String | 司机唯一标识 |
| driverName | String | 司机名称 |
| driverPhone | String | 司机电话 |
| totalOrderNum | int | 总运单数量 |
| currentMonthOrderNum | int | 当月运单数量 |
| lastMonthOrderNum | int | 上月运单数量 |
| lateRate | int | 延迟率 |
Author:admin Create time:2026-02-08 22:31
Last editor:admin Update time:2026-02-09 12:25
Last editor:admin Update time:2026-02-09 12:25