/api/order/settlement| 参数名 | 必选 | 类型 | 说明 | 参数示例 |
|---|---|---|---|---|
| goods | 是 | var | 购买商品 | [{"goods_id":9,"item_id":9,"shop_id":1,"num":3},{"goods_id":9,"item_id":11,"shop_id":1,"num":3},{"goods_id":8,"item_id":8,"shop_id":2,"num":1}] |
| address_id | 否 | int | 地址id | 115 |
| coupon_id | 否 | array | 优惠券id | [6,7] |
| invoice | 否 | array | 发票内容 | [{"shop_id":1,"name":"发票名称","type":"0","header_type":1,"email":"123@qq.com","duty_number":"456457"}] |
{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": {
"address": {
"id": 8,
"contact": "ghbjh",
"telephone": "15077331753",
"province_id": 450000,
"city_id": 450200,
"district_id": 450205,
"address": "dgnnmk",
"province": "广西壮族自治区",
"city": "柳州市",
"district": "柳北区"
},
"shop": [
{
"shop_id": 1,
"shop_name": "手机店",
"open_invoice": 1, // 是否开启发票 0-不开启 1-开启
"spec_invoice": 1, // 是否支持专票 0-不支持 1-支持
"delivery_type_text": "快递",
"delivery_type": 0,
"goods": [
{
"goods_id": 88,
"item_id": 89,
"shop_id": 1,
"num": 1,
"name": "韩国ins棕色考拉iphone11pro手机壳透明图案78plus/xs/xr/max软壳",
"price": "18.00",
"spec_value": "iphone 12",
"image": "http://likeshopb2b2c.yixiangonline.com/uploads/images/202106111003203bcee5318.jpg"
},
{
"goods_id": 88,
"item_id": 90,
"shop_id": 1,
"num": 1,
"name": "韩国ins棕色考拉iphone11pro手机壳透明图案78plus/xs/xr/max软壳",
"price": "16.00",
"spec_value": "iPhone 11",
"image": "http://likeshopb2b2c.yixiangonline.com/uploads/images/202106111003203bcee5318.jpg"
}
],
"shipping_price": "0.00",
"total_amount": 24,
"discount_amount": "10.00",
"total_num": 2
}
],
"order_type": 0,
"total_amount": 24,
"pay_way_text": "微信支付",
"pay_way": 1,
"invoice": [
{
"shop_id": 1, //店铺id (必填)
"name": "发票名称",// 发票抬头名称 (必填)
"type": "0", // 发票类型 0-普通 1-专用 (必填)
"header_type": 1,// 抬头类型 0-个人 1-企业 (必填)
"email": "123@qq.com", // 邮箱 (必填)
"duty_number": "456457", // 税号
"mobile": "123465789", // 企业电话
"address": "xxxx", // 企业地址
"bank": "xxxx", // 开户行
"bank_account": "xxxx", // 银行账号
}
]
}
}