1.URL
http://124.223.60.234:18080/tms/admin/carrier/queryLoginUserCarrierInfoList
2.请求参数
2.1请求头
token:对应登录验证成功后,data里面对应的tokenId
2.2.参数示例
{
"orgId":"F940B79790004404AAC277418FC71C5E",
"key":"",
"pageNum":1,
"pageSize":20
}
2.3.参数说明
| 字段 | 类型 | 说明 | 是否必须 |
|---|---|---|---|
| orgId | String | 组织唯一标识 | Y |
| key | String | 模糊查询Key | Y |
| pageNum | int | 分页查询当前页码,默认1 | Y |
| pageSize | int | 分页查询每页显示条数,默认20 | Y |
3.接口应答
3.1.返回示例
{
"code": 200,
"message": "Operation succeeded",
"data": {
"total": 2,
"size": 1,
"data": [
{
"id": "085DF26F8FE24B06B30A7ECD7935EE4B",
"orgId": "E86CB5248B36484E924AA0A97783B767",
"orgName": "TEST",
"name": "SF",
"contact": "wz",
"phoneNum": "2568926263232",
"email": "leave_iot@163.com",
"desc": "xxxxxxx",
"imgUrl": "",
"createTime": "2025-11-05 12:39:50",
"creatorId": "F940B79790004404AAC277418FC71C5D",
"creator": "LEAVE"
},
{
"id": "4C25B809D7164195A5259D2D498CD8D8",
"orgId": "E86CB5248B36484E924AA0A97783B767",
"orgName": "TEST",
"name": "HTK",
"contact": "Samon",
"phoneNum": "2568926263232",
"email": "leaveiot@163.com",
"desc": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"imgUrl": "",
"createTime": "2025-11-05 12:35:44"
}
]
}
}
3.2.返回结果说明
| 字段 | 类型 | 说明 |
|---|---|---|
| code | int | 返回状态 |
| message | String | 返回结果描述 |
| data | object | 返回结果体 |
data说明
| 字段 | 类型 | 说明 |
|---|---|---|
| total | String | 总条数 |
| size | String | 多少页 |
| data | object | 每页的结果集合 |
data说明
| 字段 | 类型 | 说明 |
|---|---|---|
| id | String | 唯一标识 |
| orgId | String | 公司唯一标识 |
| name | String | 承运商名称 |
| contact | String | 联系人 |
| phoneNum | String | 联系电话 |
| String | 联系邮箱 | |
| desc | String | 描述 |
| imgUrl | String | 承运商图标URL |
| createTime | String | 创建时间 |
| creatorId | String | 创建用户唯一标识 |
Author:admin Create time:2025-11-05 20:46
Last editor:admin Update time:2025-12-08 12:24
Last editor:admin Update time:2025-12-08 12:24