|
|
# 换货相关接口
|
|
|
|
|
|
## 接口列表
|
|
|
|
|
|
| 接口名称 | 接口描述 |
|
|
|
|----------|----------|
|
|
|
| [app.change.submit](#1) | 提交换货申请 |
|
|
|
| [app.change.detail](#2) | 换货详情 |
|
|
|
| [app.change.setexpress](#3) | 设置物流信息 |
|
|
|
| [app.change.getDelivery](#4) | 加载商品返回方式列表 |
|
|
|
| [app.change.goodsList](#5) | 订单可换货商品列表 |
|
|
|
|
|
|
## 接口描述
|
|
|
|
|
|
### 1、提交换货申请
|
|
|
|
|
|
| Param Name | Param Type | Required | Param Value | Desc |
|
|
|
| :-- | --: | --: | --: | --: |
|
|
|
| method | string | true | app.change.submit | 请求方法 不可变 |
|
|
|
| order_code | string | true | app.change.submit | 请求方法 不可变 |
|
|
|
| uid | string | true | app.change.submit | 请求方法 不可变 |
|
|
|
| area_code | string | true | app.change.submit | 请求方法 不可变 |
|
|
|
| goods | string | true | app.change.submit | 请求方法 不可变 |
|
|
|
| consignee_name | string | true | app.change.submit | 请求方法 不可变 |
|
|
|
| address | string | true | app.change.submit | 请求方法 不可变 |
|
|
|
| mobile | string | true | app.change.submit | 请求方法 不可变 |
|
|
|
| zip_code | string | true | app.change.submit | 请求方法 不可变 |
|
|
|
| delivery_type | string | true | app.change.submit | 请求方法 不可变 |
|
|
|
| receipt_time | string | true | app.change.submit | 请求方法 不可变 |
|
|
|
|
|
|
|
...
|
...
|
|