...
|
...
|
@@ -33,11 +33,67 @@ |
|
|
#### 响应内容
|
|
|
```json
|
|
|
{
|
|
|
"code":200,
|
|
|
"message":"ok",
|
|
|
"data":[]
|
|
|
"code": 200,
|
|
|
"data": {
|
|
|
"order_list": [
|
|
|
{
|
|
|
"amount": "1.00",
|
|
|
"attribute": "5",
|
|
|
"buy_total": 1,
|
|
|
"create_time": "1449633428",
|
|
|
"id": "5528982",
|
|
|
"is_cancel": "N",
|
|
|
"is_comment": "N",
|
|
|
"order_code": "1519273880",
|
|
|
"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",
|
|
|
"product_id": 84230,
|
|
|
"product_name": "004 满版龙纹迷彩七分休闲裤",
|
|
|
"product_skn": 51055461,
|
|
|
"refund_num": 0,
|
|
|
"size_name": "M"
|
|
|
}
|
|
|
],
|
|
|
"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,
|
|
|
"page_total": 27,
|
|
|
"total": 265
|
|
|
},
|
|
|
"message": "ok"
|
|
|
}
|
|
|
```
|
|
|
##### 响应内容描述
|
|
|
| Param Name | Param Type | Desc |
|
|
|
| ---------- | ---------- | ---- |
|
|
|
| page | int | 当前页数 |
|
|
|
| page_total | int | 总页数 |
|
|
|
| total | int | 总记录数|
|
|
|
| passkit | string | |
|
|
|
|
|
|
### 3、取消订单
|
|
|
|
...
|
...
|
@@ -95,6 +151,7 @@ |
|
|
"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"
|
...
|
...
|
@@ -108,7 +165,8 @@ |
|
|
| ---------- | ---------- | ---- |
|
|
|
| title | string | 商品名称 |
|
|
|
| ticks | json | 电子票 |
|
|
|
| ticket_code| string | |
|
|
|
| ticket_code| string | 电子票code |
|
|
|
| qr_image | string | 电子票code二维码图片路径 |
|
|
|
| passkit | string | |
|
|
|
|
|
|
### 7、获取YOHO赠品
|
...
|
...
|
|