| 参数名 | 是否必填 | 类型 | 说明 |
|---|---|---|---|
| orderId | 是 | string | 平台订单ID |
| status | 是 | int | 订单状态,0:'下单成功';1:'已接单';2:'收件中';9:'用户主动取消';10:'已取件';101:'运输中';11:'揽货失败';12:'已退回';13:'已签收';14:'异常签收';99:'订单已取消' |
| courierName | 否 | string | 快递员姓名 |
| courierMobile | 否 | string | 快递员电话 |
| weight | 否 | string | 重量 |
| freight | 否 | string | 运费 |
| 字段名称 | 字段含义 |
|---|---|
| result | true表示成功,false表示失败。如果提交回调接口的地址失败,30分钟后重新回调,3次仍旧失败的,自动放弃 |
| returnCode | 200: 提交成功 500: 服务器错误 其他错误请自行定义 |
| message | 返回的提示 |
curl --location --request POST 'https://poll.kuaidi100.com'{
"result": true,
"returnCode": "200",
"message": "提交成功"
}