- 同城配送-拒绝接单
接口
POST https://open.jisuapp.cn/business/Order/RefuseAcceptIntraCityOrder
请求参数说明
Content-Type: application/x-www-form-urlencoded
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| access_token | string | Y | 用户授权的唯一票据 |
| order_id | int | Y | 订单id |
| refuse_reason | string | Y | 拒绝理由 |
返回参数
| 参数 | 类型 | 说明 | |
|---|---|---|---|
| status | int | ||
| data | obj |
参数返回示例
{
"status": 0,
"data": ""
}