Authored by qianjun

refund express

# 订单服务接口
# 物流服务接口
## 接口列表
| 接口名称 | 接口描述 |
| --------| -------- |
|[订单列表](#1)||
|[订单详情](#2)||
|[取消订单](#3)||
|[删除订单](#4)||
|[确认订单](#5)||
|[获取电子票列表](#6)||
|[获取YOHO赠品](#7-yoho)||
|[购物车列表](#8)||
|[获取待处理订单总数](#9)||
|[app.express.getExpressCompany](#1)|获取物流公司列表|
|[app.express.getNewExpress](#2)|获取最新退换货物流信息|
|[app.express.getRefundExpress](#3)|获取退换货物流信息|
## 接口描述
### 1、订单列表
### 1、获取物流公司列表(app.express.getExpressCompany)
#### 说明
订单列表
#### 请求参数
| Param Name | Param Type | Required | Param Value | Desc |
| :-- | --: | --: | --: | --: |
| method | string | true | app.SpaceOrders.get| 请求方法 不可变 |
| uid | int | true | 1 | |
| type | int | true | 1 | 订单类型 1:全部订单,2:待付款,3:待发货,4:待收货,5:待评论/成功订单,7:失败/取消 |
| page | int | false | 1 | 页数 |
| limit | int | false | 10 | 每页大小 |
| method | String | true | app.express.getExpressCompany| 请求方法|
| status | int | false | 1(默认值) | 物流公司启用状态 1开启,0关闭 默认开启 |
#### 响应内容
#### 响应内容 按公司首字母排序
```json
{
"code": 200,
"data": {
"order_list": [
{
"id": "5528982",
"order_code": "1519273880",
"parent_order_code": "0",
"order_type": 1,
"refund_status": 0,
"uid": "5772257",
"create_time": "1449633428",
"update_time": "1449633455",
"pay_expire": "2015-12-09 13:57:08",
"payment": "2",
"payment_status": "Y",
"payment_type": "1",
"payment_type_str": "在线支付",
"status": 1,
"status_str": "已付款",
"attribute": "5",
"is_cancel": "N",
"is_comment": "N",
"amount": "1.00",
"shipping_cost": "0.00",
"use_limit_code": "N",
"user_confirm_paid": "N",
"buy_total": 1,
"order_goods": [
{
"buy_number": 1,
"goods_id": 125106,
"goods_image": "http://img10.static.yhbimg.com/goodsimg/2014/06/19/02/0118c2721e4f2219f69539dd389f4bacac.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"goods_price": "1.00",
"goods_type": "ordinary",
"goods_amount": "1.00",
"product_id": 84230,
"product_name": "004 满版龙纹迷彩七分休闲裤",
"product_skn": 51055461,
"refund_num": 0,
"size_name": "M",
"color_name": "彩色",
"cn_alphabet": "004QiFenBuKu004PA095",
"expect_arrival_time": ""
}
]
}
],
"page": 1,
"page_total": 27,
"total": 265
},
"message": "ok"
"code": 200,
"data": {
"E": [
{
"company_alif": "E",
"company_code": "ems",
"company_name": "南京ems",
"company_name_substr": "南京ems",
"id": 2,
"is_first": "Y"
}
],
"H": [
{
"company_alif": "H",
"company_code": "huitongkuaidi",
"company_name": "汇通快运",
"company_name_substr": "汇通快运",
"id": 37,
"is_first": "Y"
}
],
"J": [
{
"company_alif": "J",
"company_code": "jd",
"company_name": "京东快递",
"company_name_substr": "京东快递",
"id": 46,
"is_first": "Y"
}
],
"S": [
{
"company_alif": "S",
"company_code": "shunfeng",
"company_name": "顺丰",
"company_name_substr": "顺丰",
"id": 23,
"is_first": "Y"
},
{
"company_alif": "S",
"company_code": "shentong",
"company_name": "申通",
"company_name_substr": "申通",
"id": 36,
"is_first": "N"
}
],
"T": [
{
"company_alif": "T",
"company_code": "tonghetianxia",
"company_name": "通和天下",
"company_name_substr": "通和天下",
"id": 30,
"is_first": "Y"
}
],
"Y": [
{
"company_alif": "Y",
"company_code": "yuantong",
"company_name": "圆通",
"company_name_substr": "圆通",
"id": 29,
"is_first": "Y"
},
{
"company_alif": "Y",
"company_code": "youshuwuliu",
"company_name": "优速快递",
"company_name_substr": "优速快递",
"id": 32,
"is_first": "N"
},
{
"company_alif": "Y",
"company_code": "yunda",
"company_name": "韵达",
"company_name_substr": "韵达",
"id": 39,
"is_first": "N"
}
],
"Z": [
{
"company_alif": "Z",
"company_code": "zhaijisong",
"company_name": "南京ZJS",
"company_name_substr": "南京ZJS",
"id": 5,
"is_first": "Y"
}
]
},
"md5": "c773c50ba3acedff6feacace3f95e468",
"message": "物流公司"
}
```
##### 响应内容描述
| Param Name | Param Type | Desc |
| ---------- | ---------- | ---- |
| page | int | 当前页数 |
| page_total | int | 总页数 |
| total | int | 总记录数 |
| order_list | json | 订单列表 |
| id | string | |
| order_code | string | |
| parent_order_code | string | |
| order_type | int | 订单类型 1:有货,3:iphone,4:android,5:淘宝,6:h5,7:是换货,9:渠道,20:ipad |
| refund_status | int | 退货状态(该字段基本不用了)0:正常订单,1:退货审核中,2:退货审核不通过,3:退货审核通过,4:退货商品寄回,5:退货库房入库,6:财务退款,7:完成 |
| uid | string | |
| create_time| string | 创建时间 |
| update_time| string | 更新时间 |
| pay_expire | string | 支付超期时间 |
| payment | string | 支付方式编号 |
| payment_status | string | 支付状态 Y:已支付,N:未支付 |
| payment_type | string | 支付方式 1:在线支付,2:货到付款,3:现金支付,4:抵消支付 |
| status | int | 状态 0:待付款,1-3:待发货,4-5:待收货(0:未付款,1:已付款,2:备货中,3:配货中,4:已发货,5:运输中,6:已完成)|
| status_str | string | 状态名称 |
| is_cancel | string | 是否取消 Y:已取消,N:未取消 |
| is_comment | string | 是否评论 Y:已评论,N:未评论 |
| amount | string | 订单金额 |
| shipping_cost | string | 运费 |
| use_limit_code | string | 使用限购码 Y:使用,N:未使用 |
| user_confirm_paid| string | 用户确认支付 Y:是,N:否 |
| buy_total | int | 购买商品数量 |
| order_goods| json | 购买商品 |
| buy_number | int | 购买商品数量 |
| goods_id | int | |
| goods_image| string | 商品默认图片 |
| goods_price| string | 商品价格 |
| goods_type | string | 商品类型 ordinary:普通商品 |
| goods_amount | string | 商品总价格 |
| product_id | int | |
| product_name | string | 商品名称 |
| product_skn| int | 商品skn |
| refund_num | int | 退货数量 |
| size_name | string | 商品尺寸 |
| color_name | string | 商品颜色 |
| cn_alphabet| string | |
| expect_arrival_time | string | 预期到货时间 |
| company_alif | String | 物流公司首字母 |
| company_code | String | 物流公司编码|
| company_name | String | 物流公司名称 |
| company_name_substr| String | 物流公司子字符串 |
| id | int |物流公司ID |
| is_first | String |是否首次 |
### 3、取消订单
### 2、获取最新退换货物流信息(app.express.getNewExpress)
#### 说明
根据订单号取消订单
#### 请求参数
| Param Name | Param Value | Desc|
| :-------- | --------------:|----:|
| method | app.SpaceOrders.close| 请求方法 |
| order_code | 1061003682 | 订单号 |
| Param Name | Param Type | Required | Param Value | Desc |
| :-- | --: | --: | --: | --: |
| method | String | true | app.express.getNewExpress| 请求方法|
| id | int |true | 428106 | 退换货申请ID|
| uid | int |true | 362719 |用户ID |
| type | String |true | refund | 类型 (退货:refund,换货:change)|
#### 响应内容
#### 响应内容 按公司首字母排序
```json
{
"code":200,
"message":"订单取消成功"
"code": 200,
"message": "成功获取物流信息",
"data": {
"url": "http://www.ems.com.cn/",
"logo": "http://img12.static.yhbimg.com/taobaocms/2015/08/17/07/02fa410769cbbc3c4b59d6a804a3b8d98e.png",
"caption": "南京ems",
"is_support": "3",
"express_number": "44323566",
"express_detail": []
},
"md5": "3fc5f5f1ea744d14ad4c4ae54e7cf143"
}
```
### 5、确认订单
#### 说明
根据订单号确认订单
#### 请求参数
| Param Name | Param Value | Desc|
| :-------- | --------------:|----:|
| method | app.SpaceOrders.confirm| 请求方法 |
| order_code | 1061003682 | 订单号 |
#### 响应内容
```json
{
"code":200,
"message":"订单确认成功"
}
```
### 6、获取电子票列表
#### 说明
根据订单号获取电子票列表
#### 请求参数
| Param Name | Param Value | Desc|
| :-------- | --------------:|----:|
| method | app.SpaceOrders.getQrByOrderCode| 请求方法 |
| order_code | 1061003682 | 订单号 |
#### 响应内容
```json
{
"code": 200,
"data": {
"ticks": [{
"ticket_code":"8611779901",
"qr_image":"http://img06.static.yhbimg.com/yohood/4063/ticket-8611779901-1-40-1-1.jpg",
"passkit":"Y"
}],
"title": "FURY ANIMALS Normal迷彩系列BUNNY短袖TEE"
},
"md5": "24aff7ba505dccb63a14b5d78ae22821",
"message": "ok"
}
```
##### 响应内容描述
| Param Name | Param Type | Desc |
| ---------- | ---------- | ---- |
| title | string | 商品名称 |
| ticks | json | 电子票 |
| ticket_code| string | 电子票code |
| qr_image | string | 电子票code二维码图片路径 |
| passkit | string | |
### 7、获取YOHO赠品
#### 说明
根据skn获取yohoGift
#### 请求参数
| Param Name | Param Value | Desc|
| :-------- | --------------:|----:|
| method | web.Shopping.yohoGift| 请求方法 |
| skn_list | [50001829,50002280]| skn列表 |
#### 响应内容
```json
{
"alg": "SALT_MD5",
"code": 200,
"data":
[
{
"default_pic": "http://img11.static.yhbimg.com/goodsimg/2012/03/02/17/019a0794f1eb1ad77ce5d8a2c2b2cf2e50.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"id": 3,
"price":
{
"sales_price": 250,
"yoho_coin_num": 0
},
"product_name": "OVERKILL 天使山羊TEE",
"storage": 0,
"storage_list":
[
{
"erp_sku_id": 102009,
"goods_dimension_id": 201,
"goods_id": 3,
"product_id": 3,
"size":
{
"size_name": "L"
},
"storage_num": 0
},
{
"erp_sku_id": 102010,
"goods_dimension_id": 203,
"goods_id": 3,
"product_id": 3,
"size":
{
"size_name": "M"
},
"storage_num": 0
},
{
"erp_sku_id": 102012,
"goods_dimension_id": 211,
"goods_id": 3,
"product_id": 3,
"size":
{
"size_name": "XL"
},
"storage_num": 0
}
],
"url": "http://www.yohobuy.com/product/pro_3_3/OVERKILL TianShiShanYangTEE.html"
},
{
"default_pic": "http://img10.static.yhbimg.com/goodsimg/2011/06/23/04/0158a984a768a351328138ea3671e270de.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"id": 5,
"price":
{
"sales_price": 138,
"yoho_coin_num": 0
},
"product_name": "MANIA TAKI X 圆领印花短袖TEE",
"storage": 0,
"storage_list":
[
{
"erp_sku_id": 102015,
"goods_dimension_id": 213,
"goods_id": 5,
"product_id": 5,
"size":
{
"size_name": "XS"
},
"storage_num": 0
}
],
"url": "http://www.yohobuy.com/product/pro_5_5/MANIA TAKI X YuanLingYinHuaDuanXiuTEE.html"
}
],
"md5": "d6e4c90434e98a90555d864cf4798679",
"message": "操作成功"
}
```
| url | String | 物流公司网址 |
| logo | String | 物流公司logo|
| caption | String | 物流公司名称 |
| is_support | String|返回状态(1:查询到物流信息 2:不支持物流公司 3:没有找到物流信息) |
| express_number| String | 快递单号 |
| express_detail | json数组 |物流详情 |
### 8、购物车列表
#### 说明
### 3、获取退换货物流信息(app.express.getRefundExpress)
#### 请求参数
| Param Name | Param Value | Desc|
| :-------- | --------------:|----:|
| method | app.Shopping.cart| 请求方法 |
| shopping_key | 9c101f734768105aafc792d460d12206 | |
| uid | 10166061 | |
| Param Name | Param Type | Required | Param Value | Desc |
| :-- | --: | --: | --: | --: |
| method | String | true | app.express.getRefundExpress| 请求方法|
| express_id | int |true | 23 | 快递公司ID|
| express_number | String |true | 800481228670 |快递单号 |
#### 响应内容
#### 响应内容 按公司首字母排序
```json
{
"code": 200,
"data": {
"advance_cart_data": {
"gift_list": [],
"goods_list": [],
"price_gift": [],
"promotion_info": [],
"shopping_cart_data": {
"discount_amount": 0,
"fast_shopping_cost": 0,
"gain_yoho_coin": 0,
"goods_count": 0,
"last_order_amount": 0,
"order_amount": 0,
"promotion_formula": "总计¥0.00=商品金额¥0.00",
"promotion_formula_list": [
{
"promotion": "商品金额",
"promotion_amount": "¥0.00"
}
],
"selected_goods_count": 0,
"shipping_cost": 0,
"str_discount_amount": "¥0.00",
"str_order_amount": "¥0.00"
},
"sold_out_goods_list": []
"data": [
{
"acceptTime": "2014-12-06 12:38:24",
"accept_address": "客户 签收人: 林汐 已签收",
"express_id": 3,
"express_number": "800481228670",
"order_code": 412506421
},
"ordinary_cart_data": {
"gift_list": [],
"goods_list": [
{
"attribute": "1",
"brand_id": "350",
"buy_limit": 0,
"buy_number": "1",
"color_id": "7",
"color_name": "蓝色",
"expect_arrival_time": "",
"fit_promotions": [
"8579",
"8479",
"8477",
"8475"
],
"get_yoho_coin": "0",
"goods_id": "404795",
"goods_images": "http://....jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"goods_type": "ordinary",
"is_advance": "N",
"is_jit": "N",
"is_limited": "N",
"is_outlets": "N",
"is_special": "N",
"last_price": "319.0",
"last_vip_price": 369,
"market_price": 369,
"max_sort_id": "7",
"middle_sort_id": "49",
"product_id": 314449,
"product_name": "MACROPUS 复古帆布系列 双肩包(男女通用)",
"product_skc": "306652",
"product_skn": "51174830",
"product_sku": "967008",
"promotion_flag": "103",
"promotion_id": "0",
"real_price": 319,
"real_vip_price": 0,
"sale_price": 0,
"sales_price": 369,
"selected": "Y",
"shop_id": 0,
"shopping_cart_goods_id": "94305847",
"shopping_cart_id": "130769237",
"size_id": "199",
"size_name": "F",
"small_sort_id": "152",
"storage_number": "99",
"str_subtotal": "¥369.00",
"subtotal": 369,
"supplier_id": 0,
"uid": "10166061",
"vip1_price": "350.55",
"vip2_price": "332.10",
"vip3_price": "324.72",
"vip_discount": 1,
"vip_discount_money": 0,
"vip_discount_type": "1",
"vip_price": 0,
"yoho_coin_num": "0"
}
],
"price_gift": [
{
"gift_price": 39,
"goods_list": [
{
"goods_images": "http://...jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"last_price": 39,
"market_price": 90,
"product_id": 269401,
"product_name": "VOCHIC 欧式多用抗菌艺术砧板",
"product_skn": 51150012,
"sales_price": 49,
"storage_number": 150
}
],
"max_select_number": "1",
"promotion_id": 8475,
"promotion_title": "【全场39元加价购】",
"promotion_type": "Needpaygift"
}
],
"promotion_info": [
{
"cutdown_amount": 50,
"promotion_id": 8579,
"promotion_title": "【包配随行】满¥299减¥50",
"promotion_type": "Cashreduce"
}
],
"shopping_cart_data": {
"discount_amount": 50,
"fast_shopping_cost": 15,
"gain_yoho_coin": 0,
"goods_count": 1,
"last_order_amount": 319,
"order_amount": 369,
"promotion_formula": "总计¥319.00=商品金额¥369.00-活动金额¥50.00",
"promotion_formula_list": [
{
"promotion": "商品金额",
"promotion_amount": "¥369.00"
}
],
"selected_goods_count": 1,
"shipping_cost": 10,
"str_discount_amount": "¥50.00",
"str_order_amount": "¥369.00"
},
"sold_out_goods_list": []
{
"acceptTime": "2014-12-06 08:58:31",
"accept_address": "北京市通州区城区公司 派件人: 徐宏博 派件中 派件员电话18911353205",
"express_id": 3,
"express_number": "800481228670",
"order_code": 412506421
},
{
"acceptTime": "2014-12-06 07:51:43",
"accept_address": "快件到达 北京市通州区城区公司",
"express_id": 3,
"express_number": "800481228670",
"order_code": 412506421
},
{
"acceptTime": "2014-12-05 18:28:25",
"accept_address": "北京转运中心公司 已发出,下一站 北京市通州区城区",
"express_id": 3,
"express_number": "800481228670",
"order_code": 412506421
},
{
"acceptTime": "2014-12-05 18:26:21",
"accept_address": "快件到达 北京转运中心公司",
"express_id": 3,
"express_number": "800481228670",
"order_code": 412506421
},
{
"acceptTime": "2014-12-04 19:44:16",
"accept_address": "江苏省南京市雨花区板桥公司 已打包,发往下一站 北京转运中心",
"express_id": 3,
"express_number": "800481228670",
"order_code": 412506421
},
{
"acceptTime": "2014-12-04 18:44:41",
"accept_address": "快件到达 江苏省南京市雨花区板桥公司",
"express_id": 3,
"express_number": "800481228670",
"order_code": 412506421
}
},
"md5": "d222cf08c9d43d0c5f3ab31d278cabd8",
"message": "cart goods list."
}
],
"md5": "74b36d9c9b9ff658eac1b46c196dbc99",
"message": "物流信息"
```
### 9、获取待处理订单总数
#### 说明
根据获取待处理订单总数
#### 请求参数
| Param Name | Param Value | Desc |
| ---------- | ----------- | ---- |
| method | web.SpaceOrders.getPendingOrderCount| 请求方法 |
| uid | 5772257 | |
#### 响应内容
```json
{
"code": 200,
"message": "操作成功"
"data": {
"count": 100
}
}
```
\ No newline at end of file
##### 响应内容描述
| Param Name | Param Type | Desc |
| ---------- | ---------- | ---- |
| acceptTime | String | 运货单创建时间 |
| accept_address | String | 运货单接收地址|
| express_id | int | 快递公司ID|
| express_number | String |快递单号 |
| order_code| long | 订单号 |
... ...
# 退货服务接口
## 接口列表
| 接口名称 | 接口描述 |
| --------| -------- |
|[app.refund.goodsList](#1)|获取退货订单商品列表|
|[app.refund.submit](#2)|提交退货申请|
|[app.refund.detail](#3)|退货详情|
|[app.refund.setexpress](#4)|保存快递信息|
## 接口描述
### 1、获取退货订单商品列表(app.refund.goodsList)
#### 请求参数
| Param Name | Param Type | Required | Param Value | Desc |
| :-- | --: | --: | --: | --: |
| method | String | true | app.refund.goodsList| 请求方法|
| uid | int | true | 7893817 |用户ID |
| order_code |long | true | 1613656852 |订单号 |
#### 响应内容
```json
{
"code": 200,
"data": {
"coupon_amount": "0.00",
"goods_list": [
{
"color_name": "蓝色",
"goods_id": 355897,
"goods_image": "http://img10.static.yhbimg.com/goodsimg/2015/10/29/12/01c9c05a2170996e86f5c1f7ed32e48ac7.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"goods_type": "ordinary",
"goods_type_id": 1,
"hasShoes": 0,
"last_price": "149.00",
"product_id": 275357,
"product_name": "Life•After Life X The Simpsons 辛普森一家刺绣牛津纺衬衫",
"product_skc": 280039,
"product_skn": 51153138,
"product_sku": 894428,
"size_name": "M"
}
],
"return_amount_info": "",
"return_amount_mode": [
{
"id": 1,
"is_default": "Y",
"name": "原卡返还"
}
],
"return_reason": [
{
"id": 3,
"name": "不喜欢"
},
{
"id": 2,
"name": "性价比不高"
},
{
"id": 11,
"name": "价格变化"
},
{
"id": 4,
"name": "质量瑕疵"
},
{
"id": 1,
"name": "尺寸不合适"
},
{
"id": 7,
"name": "商品有色差"
},
{
"id": 8,
"name": "图片与实物不符"
},
{
"id": 6,
"name": "发错货"
},
{
"id": 5,
"name": "快递延迟"
}
],
"yoho_coin_num": "0.00"
},
"md5": "72879cfb65bcd2705e4283d2f5dc1a30",
"message": "Refund goods list"
}
```
### 2、提交退货申请(app.refund.submit)
#### 请求参数
| Param Name | Param Type | Required | Param Value | Desc |
| :-- | --: | --: | --: | --: |
| method | String | true |app.refund.submit| 请求方法|
| order_code |long | true | 1512253171 |订单号 |
| uid | int | true |8040274 |用户ID |
| area_code |String | false | ""(默认值) |地区编号|
| goods |String(json数组) | true | [{"goods_type":"1","last_price":"18.00","product_skc":"83007","product_skn":"51001899","product_sku":"307528","remark":"","returned_reason":1}] |退货商品 |
| payment |String(json对象) | true | {"alipay_account":"","alipay_name":"","area_code":"320115","bank_card":"","bank_name":"","city":"","payee_name":"","province":"","remark":"","return_amount_mode":"1"} |退款|
#### 响应内容 按公司首字母排序
```json
{
"code": 200,
"message": "退货申请成功",
"data": {
"apply_id": "428135"
},
"md5": "2d4a86d3d308cf8cbdd9870ebd61a3a4"
}
```
##### 响应内容描述
| Param Name | Param Type | Desc |
| ---------- | ---------- | ---- |
| apply_id | String | 退货申请ID |
### 3、退货详情(app.refund.detail)
#### 请求参数
| Param Name | Param Type | Required | Param Value | Desc |
| :-- | --: | --: | --: | --: |
| method | String | true | app.refund.detail| 请求方法|
| id |int | true | 428106 |退货申请ID |
| uid | int | true | 362719 |用户ID |
#### 响应内容
```json
{
"code": 200,
"message": "退货详情",
"data": {
"source_order_code": "1513540278",
"use_yoho_coin_num": null,
"status": "20",
"status_name": "商品寄回",
"statusList": [
{
"name": "提交申请",
"act": "Y"
},
{
"name": "审核通过",
"act": "Y"
},
{
"name": "商品寄回",
"act": "Y"
},
{
"name": "商品入库",
"act": "N"
},
{
"name": "退款完成",
"act": "N"
}
],
"create_time": "2015-11-23 20:20:12",
"return_amount_mode_name": "YOHO币",
"return_amount_mode": "4",
"return_yoho_coin": "0",
"goods_list": [
{
"product_skn": "51146548",
"product_name": "我是可爱的小秋秋,james,蔡!",
"goods_image": "?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/90",
"size_name": null,
"color_name": null,
"sales_price": null,
"reason": "1",
"remark": "",
"reason_name": "尺寸不合适",
"evidence_images": [],
"goods_type": "ordinary"
}
],
"notice": {
"id": 20,
"title": "商品寄回物流信息",
"express_company": "南京ems",
"express_number": "44323566"
},
"return_amount": "125.00",
"return_coupon_amount": "0.00",
"express_number": "44323566",
"return_amount_total": "125.00",
"return_amount_info": "",
"return_amount_mode_info": []
},
"md5": "6fa464cf72538ad2c25fa24d20dcdd20"
}
}
```
### 4、保存快递信息(app.refund.setexpress)
#### 请求参数
| Param Name | Param Type | Required | Param Value | Desc |
| :-- | --: | --: | --: | --: |
| method | String | true | app.refund.setexpress| 请求方法|
| id |int | true | 428120 |退货申请ID |
| uid | int | true | 362729 |用户ID |
| express_company |String | true | 南京ems |快递公司名称|
| express_number |String | true | 44323575 |快递单号 |
| express_id |int | true | 2 |快递公司ID |
#### 响应内容
```json
{
"code": 200,
"message": "快递单号设置成功",
"data": [],
"md5": "93311f762194b751872601b67fad53f7"
}
or
{
"code": 412,
"message": "没有找到该退货申请"
}
```
... ...