简要描述:

  • 门店pos收银-挂单

请求域名:

  • http://xx.com

请求URL:

route=plugin.store-pos.frontend.order.pushStorageOrder

参数:

参数名 是否必须 类型 说明
price float 订单价格
goods_arr arr 商品数据json字符串,格式:[{"goods_id":158,"total":1,"option_id":0},{"goods_id":160,"total":2,"option_id":297}]

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": {
        "id": 6
    }
}

错误时返回:

  {
  }

返回参数说明:

参数名 类型 说明
名称 类型 说明
data.id int 挂单ID