简要描述:
- 门店pos收银-门店商品预下单
请求域名:
- http://xx.com
请求URL:
route=plugin.store-pos.frontend.store-cart-buy
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
store_pos_service_fee | 否 | float | 手动修改后的服务费 |
goods_arr | 是 | string | 商品数组json格式化字符串,格式:[{"goods_id":158,"total":1,"option_id":0},{"goods_id":160,"total":1,"option_id":297}] |
其余参数 | 是 | 与立刻购买接口一致,商品id和规格id不用传,传goods_arr,配送方式dispatch_id后端已经固定,前端可以不传 |
返回示例:
正确时返回:
错误时返回:
{
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
名称 | 类型 | 说明 |