Authored by maelk-liu

Update exchange.md

@@ -9,6 +9,7 @@ @@ -9,6 +9,7 @@
9 | [app.change.getDelivery](#3) | 加载用户可选择退货方式列表 | 9 | [app.change.getDelivery](#3) | 加载用户可选择退货方式列表 |
10 | [app.change.goodsList](#4) | 订单可换货商品列表 | 10 | [app.change.goodsList](#4) | 订单可换货商品列表 |
11 | [app.change.detail](#5) | 换货详情 | 11 | [app.change.detail](#5) | 换货详情 |
  12 +| [app.change.cancel](#6) | 取消换货申请 |
12 13
13 ## 接口描述 14 ## 接口描述
14 15
@@ -259,3 +260,22 @@ @@ -259,3 +260,22 @@
259 "message": "换货详情" 260 "message": "换货详情"
260 } 261 }
261 ``` 262 ```
  263 +
  264 +### 6. 取消换货
  265 +
  266 +| Param Name | Param Type | Required | Param Value | Desc |
  267 +| :-- | --: | --: | --: | --: |
  268 +| method | string | true | app.change.cancel | 请求方法 不可变 |
  269 +| id | int | true | 428013 | 换货id |
  270 +| uid | int | true | 3703860 | 用户 ID |
  271 +
  272 +#### 返回
  273 +
  274 +```json
  275 +{
  276 + "code": 200,
  277 + "message": "取消换货成功",
  278 + "data": [],
  279 + "md5": "93311f762194b751872601b67fad53f7"
  280 +}
  281 +```