+++
get:/shop/order/checkout
string:ticket_ids=1215635,1215636#逗號隔開的萬能券id
int:address_id=1#地址id
<<<
success
{
"code": 1,
"msg": "",
"time": 1497086629,
"data": {
"cart": {
"items": [
{
"id": 93,
"sku_id": 167,
"quantity": 10,//購物車數量
"selected": true,
"sku": {
"spec": "5W-30",//規格
"price": "368.00",//價格
"on_sale": true,
"product": {
"name": "機油",//產品名稱
"image_url": "//cdn.kowamech.com/uploads/2017/06/NzmzGsX4Cw4B1ceO2cXVM9CgpbEquMpg.jpg",//產品圖片
"on_sale": true
}
}
}
],
"totalPrice": "3680.00"//總價
},
"deliveryFee": 0,//運費
"tickets": [
{
"package_name": "萬能服務券(2元)",//套餐名
"usable_number": 1,//可使用次數
"package_type": "recharge",
"market_price": "2.00",//面額
"category_id": 11,
"id": 1014802//服務券id
}
],
"deductionMoney": 0 //抵扣價格,
"fund": {
"money": "0.00" //小蜜余額
},
"wallet": {
"money": "9628.00" //光和幣余額
}
}
}
<<<
error
{
"code": 50201,
"msg": "購物車為空",
"time": 1497086204,
"data": []
}
+++