1.URL
http://124.223.60.234:18080/tms/report/carrier/queryCarrierLateRateByCarrierId
2.请求参数
2.1请求头
在Headers里面增加token:对应登录验证成功后,data里面对应的tokenId
2.2.参数示例
{
"id":"085DF26F8FE24B06B30A7ECD7935EE4B"
}
2.3.参数说明
| 字段 | 类型 | 说明 | 是否必须 |
|---|---|---|---|
| id | String | 承运商唯一标识 | Y |
3.接口应答
3.1.返回示例
{
"code": 200,
"message": "Operation succeeded",
"data": {
"carrierId": "085DF26F8FE24B06B30A7ECD7935EE4B",
"carrierName": "SF",
"totalOrderNum": 1,
"currentMonthOrderNum":0,
"lastMonthOrderNum":5,
"lateRate": 100.0
}
}
3.2.返回结果说明
| 字段 | 类型 | 说明 |
|---|---|---|
| code | int | 返回状态 |
| message | String | 返回结果描述 |
| data | object | 返回结果体 |
data说明
| 字段 | 类型 | 说明 |
|---|---|---|
| carrierId | String | 承运商唯一标识 |
| carrierName | String | 承运商名称 |
| totalOrderNum | int | 总运单数量 |
| currentMonthOrderNum | int | 当月运单数量 |
| lastMonthOrderNum | int | 上月运单数量 |
| lateRate | int | 延迟率 |
4.请求示例

Author:admin Create time:2026-01-25 21:52
Last editor:admin Update time:2026-02-09 12:25
Last editor:admin Update time:2026-02-09 12:25