#### 接口URL
`https://wx.jingjiang.red/addons/make_speed/core/public/index.php/apis/v2/cancel_order`
#### 請求方式
`POST`
#### 請求 Content-Type
`multipart/form-data`
#### 請求Body參數
| 參數 | 示例值 | 必填 | 參數描述 |
| --- | --- | --- | --- |
| order\_num | A20200319326211735 | 必填 | 訂單號 |
| token | de146aa4-a84c-42d8-9f91-318ab44b6571 | 必填 | 令牌接口獲取 |
#### 成功響應示例
~~~
{
"error_code": 0,
"msg": "訂單狀態更新成功",
"data": {
"status": "loading"
}
}
~~~
#### 失敗響應示例
~~~
{
"msg": "訂單狀態更新失敗",
"error_code": 10000,
"request_url": "\/addons\/make_speed\/core\/public\/index.php\/apis\/v2\/update_order_status"
}
~~~