POST api/hwxcExpressCallback/shunfengCallback
顺丰同城达回调接口
请求的信息
URI参数
None.
Body参数
shunfengCallBackCondition| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| sf_order_id |
顺丰订单ID |
string |
None. |
| shop_order_id |
商家订单ID |
string |
None. |
| url_index |
回调url前缀 rider_status |
string |
None. |
| operator_name |
配送员姓名 |
string |
None. |
| operator_phone |
配送员电话 |
string |
None. |
| rider_lng |
配送员位置经度 |
string |
None. |
| rider_lat |
配送员位置纬度 |
string |
None. |
| order_status |
订单状态 1:订单创建 2:订单取消 10:配送员接单 12:配送员到店 15:配送员配送中(已取货) 17:配送员完成订单 |
integer |
None. |
| status_desc |
状态描述 |
string |
None. |
| push_time |
状态变更时间 |
integer |
None. |
| cancel_reason |
取消原因 |
string |
None. |
请求格式
application/json, text/json
Sample:
{
"sf_order_id": "sample string 1",
"shop_order_id": "sample string 2",
"url_index": "sample string 3",
"operator_name": "sample string 4",
"operator_phone": "sample string 5",
"rider_lng": "sample string 6",
"rider_lat": "sample string 7",
"order_status": 8,
"status_desc": "sample string 9",
"push_time": 10,
"cancel_reason": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
CustomJsonResultOfshunfengCallBackResult| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| Content | shunfengCallBackResult |
None. |
响应格式
application/json, text/json
Sample:
{
"content": {
"$id": "2",
"error_code": 1,
"error_msg": "sample string 2"
}
}