Authored by LUOXC

update

... ... @@ -37,47 +37,50 @@
"data": {
"order_list": [
{
"amount": "1.00",
"attribute": "5",
"buy_total": 1,
"create_time": "1449633428",
"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",
"order_code": "1519273880",
"amount": "1.00",
"shipping_cost": "0.00",
"use_limit_code": "N",
"user_confirm_paid": "N",
"buy_total": 1,
"order_goods": [
{
"buy_number": 1,
"cn_alphabet": "004QiFenBuKu004PA095",
"color_name": "彩色",
"expect_arrival_time": "",
"goods_amount": "1.00",
"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"
"size_name": "M",
"color_name": "彩色",
"cn_alphabet": "004QiFenBuKu004PA095",
"expect_arrival_time": ""
}
],
"order_type": 1,
"parent_order_code": "0",
"pay_expire": "2015-12-09 13:57:08",
"payment": "2",
"payment_status": "Y",
"payment_type": "1",
"payment_type_str": "在线支付",
"refund_status": 0,
"shipping_cost": "0.00",
"status": 1,
"status_str": "已付款",
"uid": "5772257",
"update_time": "1449633455",
"use_limit_code": "N",
"user_confirm_paid": "N"
]
}
],
"page": 1,
... ... @@ -92,8 +95,45 @@
| ---------- | ---------- | ---- |
| page | int | 当前页数 |
| page_total | int | 总页数 |
| total | int | 总记录数|
| passkit | string | |
| 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 | 状态 1:,2:,3:,4:,5|
| 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 | 预期到货时间 |
### 3、取消订单
... ...