1.URL
http://124.223.60.234:18080/tms/report/shipper/queryShipperLateRateByShipperId
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": {
"shipperId": "BC4BB0D390224D518261F61C3C24012F",
"shipperName": "LEVAE",
"totalOrderNum": 2,
"currentMonthOrderNum":0,
"lastMonthOrderNum":5,
"lateRate": 0.0
}
}
3.2.返回结果说明
| 字段 | 类型 | 说明 |
|---|---|---|
| code | int | 返回状态 |
| message | String | 返回结果描述 |
| data | object | 返回结果体 |
data说明
| 字段 | 类型 | 说明 |
|---|---|---|
| shipperId | String | 发货人唯一标识 |
| shipperName | String | 发货人名称 |
| totalOrderNum | int | 总运单数量 |
| currentMonthOrderNum | int | 当月运单数量 |
| lastMonthOrderNum | int | 上月运单数量 |
| lateRate | int | 延迟率 |
Author:admin Create time:2026-02-08 22:20
Last editor:admin Update time:2026-02-09 12:25
Last editor:admin Update time:2026-02-09 12:25