Authored by dh

Update refund.md

... ... @@ -9,6 +9,7 @@
|[app.refund.setexpress](#4)|保存快递信息|
|[app.refund.getList](#5)|查询退换货列表|
|[app.refund.cancel](#6)|取消退货申请|
|[app.refund.refundBank](#7)|获取退货银行信息|
## 接口描述
... ... @@ -462,3 +463,14 @@ or
}
```
### 6、退货银行信息(app.refund.refundBank)
#### 请求参数
#### 响应内容
```json
[{title=中国工商银行, is_needZhihang=1}, {title=中国农业银行, is_needZhihang=1},
```
... ...