...
|
...
|
@@ -442,4 +442,105 @@ code为200即为成功,否则是失败。 |
|
|
"md5":"c1d725306fb09dcbf504776d276521cb",
|
|
|
"message":"ok"
|
|
|
}
|
|
|
```
|
|
|
## 6、虚拟购物车电子票立即购买接口 ##
|
|
|
#### 说明
|
|
|
虚拟购物车电子票立即购买(method=app.Shopping.ticket)
|
|
|
#### 请求参数
|
|
|
| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
|
|
|
|:-------| -----:|-----:|-----:|-----:|----:|
|
|
|
|uid|int|否|3236556|0|用户id|
|
|
|
|product_sku|int|否|3236556|0|电子票sku|
|
|
|
|use_yoho_coin|double|否|20|0|用户购买电子票使用的yoho币|
|
|
|
|
|
|
### 响应
|
|
|
code为200即为成功,否则是失败。
|
|
|
响应JSON格式如下所示:
|
|
|
|
|
|
```json
|
|
|
{
|
|
|
"alg":"SALT_MD5",
|
|
|
"code":200,
|
|
|
"data":{
|
|
|
"goods_list": [
|
|
|
{
|
|
|
"attribute": "3",
|
|
|
"brand_id": "730",
|
|
|
"buy_limit": 0,
|
|
|
"buy_number": "1",
|
|
|
"can_cod_pay": "Y",
|
|
|
"cn_alphabet": "XiangDuiLunXiaJiXinKuanFuGuHeYeBianXiuChunSeLianYiQunYuanChuangSheJiChouZhouYuanLingChangQunFD232",
|
|
|
"color_id": "11",
|
|
|
"color_name": "红色",
|
|
|
"expect_arrival_time": "",
|
|
|
"fit_promotions": [],
|
|
|
"get_yoho_coin": "0",
|
|
|
"goods_id": "293003",
|
|
|
"goods_images": "http://img11.static.yhbimg.com/goodsimg/2015/07/16/08/01b0816a39106c40c054b45980d18b3ff1.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": "B",
|
|
|
"is_special": "N",
|
|
|
"last_price": "229.0",
|
|
|
"last_vip_price": 229,
|
|
|
"market_price": 479,
|
|
|
"max_sort_id": "4",
|
|
|
"middle_sort_id": "31",
|
|
|
"off_shelves": 0,
|
|
|
"product_id": 221541,
|
|
|
"product_name": "相对纶 原创设计抽皱圆领长裙",
|
|
|
"product_skc": "247803",
|
|
|
"product_skn": "51125575",
|
|
|
"product_sku": "803801",
|
|
|
"promotion_flag": "101",
|
|
|
"promotion_id": "0",
|
|
|
"real_price": 229,
|
|
|
"real_vip_price": 0,
|
|
|
"sale_price": 0,
|
|
|
"sales_price": 229,
|
|
|
"selected": "Y",
|
|
|
"shop_id": 0,
|
|
|
"shopping_cart_goods_id": "0",
|
|
|
"shopping_cart_id": "0",
|
|
|
"size_id": "207",
|
|
|
"size_name": "S",
|
|
|
"small_sort_id": "134",
|
|
|
"storage_number": "10",
|
|
|
"str_subtotal": "¥229.00",
|
|
|
"subtotal": 229,
|
|
|
"supplier_id": 0,
|
|
|
"vip1_price": "0.00",
|
|
|
"vip2_price": "0.00",
|
|
|
"vip3_price": "0.00",
|
|
|
"vip_discount": 1,
|
|
|
"vip_discount_money": 0,
|
|
|
"vip_discount_type": "3",
|
|
|
"vip_price": 0,
|
|
|
"yoho_coin_num": "0"
|
|
|
}
|
|
|
],
|
|
|
"shopping_cart_data": {
|
|
|
"goods_count": 1,
|
|
|
"last_order_amount": 129,
|
|
|
"order_amount": 229,
|
|
|
"promotion_formula_list": [
|
|
|
{
|
|
|
"promotion": "商品金额",
|
|
|
"promotion_amount": "¥229.00"
|
|
|
},
|
|
|
{
|
|
|
"promotion": "YOHO币",
|
|
|
"promotion_amount": "-¥100.00"
|
|
|
}
|
|
|
],
|
|
|
"use_yoho_coin": 100
|
|
|
},
|
|
|
"uid": 8041834,
|
|
|
"yoho_coin": 171
|
|
|
},
|
|
|
"md5":"c1d725306fb09dcbf504776d276521cb",
|
|
|
"message":"ok"
|
|
|
}
|
|
|
``` |
|
|
\ No newline at end of file |
...
|
...
|
|