Authored by LUOXC

update

... ... @@ -133,6 +133,140 @@
| expect_arrival_time | string | 预期到货时间 |
## 2、订单详情
#### 正确响应内容
```json
{
"alg": "SALT_MD5",
"code": 200,
"data": {
"address": "你那",
"amount": "¥690.00",
"area": "北京市 北京市 东城区 ",
"area_code": "110101",
"attribute": "0",
"can_comment": "Y",
"coupons_amount": "-¥0.00",
"create_time": "1458138942",
"delivery_time": "只工作日送货(双休日、节假日不用送)",
"exchange_status": "0",
"express_company": {
"caption": "顺丰",
"is_support": 1,
"logo": "http://static.yohobuy.com/images/v3/express/order_carrier_sf_logo.png",
"url": "http://www.sf-express.com"
},
"goods_total_amount": "¥690.00",
"is_cancel": "N",
"is_support_exchange": "N",
"is_support_refund": "N",
"mobile": "15950561359",
"order_code": "1519816409",
"order_goods": [
{
"buy_number": "2",
"cn_alphabet": "5PREVIEWPJBASICTEENvZhuangTaoTouShanJ540_100",
"color_name": "白色",
"expect_arrival_time": "",
"goods_amount": "690.00",
"goods_id": 185491,
"goods_image": "http://img13.static.yhbimg.com/goodsimg/2014/11/27/09/0222a041d7f9c17479a684e9e7e4efeac2.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"goods_price": "345.00",
"goods_status": "",
"goods_type": "ordinary",
"product_id": "133109",
"product_name": "5 PREVIEW 人物趣味印花圆领T恤衫 (通用款)",
"product_skn": "51080712",
"product_sku": "51080712",
"size_name": "XXS",
"yoho_give_coin": 0
}
],
"order_id": "5529469",
"order_type": "3",
"parent_order_code": "0",
"pay_expire": "2016-03-17 00:35:42",
"payment": "0",
"payment_amount": "690.00",
"payment_name": "",
"payment_status": "Y",
"payment_type": "1",
"phone": "",
"promotion_amount": "-¥0.00",
"refund_status": "0",
"remark": "",
"shipping_cost": "¥0.00",
"status": "6",
"status_str": "交易成功",
"use_limit_code": "N",
"user_confirm_paid": "N",
"user_name": "骆秀春",
"yoho_coin_num": "-¥9.60",
"yoho_give_coin": 0,
// 是否包含多个包裹 Y:分仓调拨,N:单个包裹
"is_multi_package": "Y",
// 包裹明细
"package_list": [
{
// 供应商编号
"supplier_id": "0",
// 包裹中商品
"goods_list": [
{
"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": ""
}
],
// 包裹运费
"shopping_cost": 3,
// 运费原价
"shopping_orig_cost": 10
},
{
"supplier_id": "23",
"goods_list": [
{
"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": ""
}
],
"shopping_cost": 3,
"shopping_orig_cost": 10
}
]
},
"md5": "93833c6c94b5da93af49f4591a166147",
"message": "OK"
}
```
### 3、取消订单
#### 说明
... ...