Authored by liqingzhong

增加换货相关文档

  1 +# 换货相关接口
  2 +
  3 +## 接口列表
  4 +
  5 +| 接口名称 | 接口描述 |
  6 +|----------|----------|
  7 +| [app.change.submit](#1) | 提交换货申请 |
  8 +| [app.change.detail](#2) | 换货详情 |
  9 +| [app.change.setexpress](#3) | 设置物流信息 |
  10 +| [app.change.getDelivery](#4) | 加载商品返回方式列表 |
  11 +| [app.change.goodsList](#5) | 订单可换货商品列表 |
  12 +
  13 +## 接口描述
  14 +
  15 +### 1、提交换货申请
  16 +
  17 +| Param Name | Param Type | Required | Param Value | Desc |
  18 +| :-- | --: | --: | --: | --: |
  19 +| method | string | true | app.change.submit | 请求方法 不可变 |
  20 +| order_code | string | true | app.change.submit | 请求方法 不可变 |
  21 +| uid | string | true | app.change.submit | 请求方法 不可变 |
  22 +| area_code | string | true | app.change.submit | 请求方法 不可变 |
  23 +| goods | string | true | app.change.submit | 请求方法 不可变 |
  24 +| consignee_name | string | true | app.change.submit | 请求方法 不可变 |
  25 +| address | string | true | app.change.submit | 请求方法 不可变 |
  26 +| mobile | string | true | app.change.submit | 请求方法 不可变 |
  27 +| zip_code | string | true | app.change.submit | 请求方法 不可变 |
  28 +| delivery_type | string | true | app.change.submit | 请求方法 不可变 |
  29 +| receipt_time | string | true | app.change.submit | 请求方法 不可变 |
  30 +
  31 +