1.URL
http://124.223.60.234:18080/tms/admin/shipper/queryShipperInfoListIncludeChild
2.请求参数
2.1请求头
token:对应登录验证成功后,data里面对应的tokenId
2.2.参数示例
{
"orgId":"F940B79790004404AAC277418FC71C5E",
"key":"",
"status":0,
"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": "13C0F989F1984A3A85FCEC7760443FD0",
"orgId": "F940B79790004404AAC277418FC71C5E",
"orgName": "LEAVE",
"name": "Miss.L",
"phoneNum": "+86 13530618239",
"email": "leave_iot@163.com",
"company": "深圳市云启物联网科技有限公司",
"desc": "dev test",
"creator": "F940B79790004404AAC277418FC71C5D",
"createTime": "2025-05-24 04:34:23"
},
{
"id": "749E87CF5A4D4156B8B3E4FA2EF2B2AB",
"orgId": "F940B79790004404AAC277418FC71C5E",
"orgName": "LEAVE",
"name": "Mr.Li",
"phoneNum": "+86 13430618239",
"email": "leave_iot@163.com",
"company": "深圳市云启物联网科技有限公司",
"desc": "dev test",
"creator": "F940B79790004404AAC277418FC71C5D",
"createTime": "2025-05-23 04:22:52"
}
]
}
}
3.2.返回结果说明
| 字段 | 类型 | 说明 |
|---|---|---|
| code | int | 返回状态 |
| message | String | 返回结果描述 |
| data | object | 返回结果体 |
data说明
| 字段 | 类型 | 说明 |
|---|---|---|
| total | String | 总条数 |
| size | String | 多少页 |
| data | object | 每页的结果集合 |
data说明
| 字段 | 类型 | 说明 |
|---|---|---|
| id | String | 发货人唯一标识 |
| orgId | String | 公司唯一标识 |
| name | String | 发货人姓名 |
| phoneNum | String | 发货人联系电话 |
| String | 发货人联系邮箱 | |
| company | String | 发货人公司信息 |
| desc | String | 描述 |
| createTime | String | 创建时间 |
| creatorId | String | 创建用户唯一标识 |
Author:admin Create time:2025-05-24 16:10
Last editor:admin Update time:2025-11-02 21:42
Last editor:admin Update time:2025-11-02 21:42