Authored by maelk-liu

Update exchange.md

... ... @@ -9,6 +9,7 @@
| [app.change.getDelivery](#3) | 加载用户可选择退货方式列表 |
| [app.change.goodsList](#4) | 订单可换货商品列表 |
| [app.change.detail](#5) | 换货详情 |
| [app.change.cancel](#6) | 取消换货申请 |
## 接口描述
... ... @@ -259,3 +260,22 @@
"message": "换货详情"
}
```
### 6. 取消换货
| Param Name | Param Type | Required | Param Value | Desc |
| :-- | --: | --: | --: | --: |
| method | string | true | app.change.cancel | 请求方法 不可变 |
| id | int | true | 428013 | 换货id |
| uid | int | true | 3703860 | 用户 ID |
#### 返回
```json
{
"code": 200,
"message": "取消换货成功",
"data": [],
"md5": "93311f762194b751872601b67fad53f7"
}
```
... ...