简要描述:
- pos收银-预下单
请求域名:
- http://xx.com
请求URL:
route=plugin.shop-pos.frontend.goods-buy
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
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固定为14 |
返回示例:
正确时返回:
错误时返回:
{
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
名称 | 类型 | 说明 |