1.URL
http://124.223.60.234:18080/tms/admin/shipper/addShipperInfo
2.请求参数
2.1请求头
在Headers里面增加token:对应登录验证成功后,data里面对应的tokenId
2.2.参数示例
{
"orgId":"F940B79790004404AAC277418FC71C5E",
"name":"Mr.LI",
"phoneNum":"+86 13430618239",
"email":"leave_iot@163.com",
"company":"深圳市云启物联网科技有限公司",
"desc":"dev test"
}
2.3.参数说明
| 字段 | 类型 | 说明 | 是否必须 |
|---|---|---|---|
| orgId | String | 公司唯一标识 | Y |
| name | String | 发货人姓名 | Y |
| phoneNum | String | 发货人联系电话 | Y |
| String | 发货人联系邮箱 | Y | |
| company | String | 发货人公司信息 | Y |
| desc | String | 描述 | Y |
3.接口应答
3.1.返回示例
{
"code": 200,
"message": "Operation succeeded",
"data": null
}
3.2.返回结果说明
| 字段 | 类型 | 说明 |
|---|---|---|
| code | int | 返回状态 |
| message | String | 返回结果描述 |
| data | object | 返回结果体 |
Author:admin Create time:2025-05-24 16:08
Last editor:admin Update time:2025-11-02 21:42
Last editor:admin Update time:2025-11-02 21:42