9.1客户端取号

优质
小牛编辑
130浏览
2023-12-01

请求参数说明

参数描述必填示例值类型最大长度
action接口参数组object
└action需要调用的接口名称wwgetstring
getGET参数组,本组参数需要参与签名object
└type桌台类型47302320number
└phone电话4730232number
└count人数47302320number

请求示例

{
  "action": {
    "action": "wwget"
  },
  "get": {
    "type": "47302320",
    "phone": "4730232",
    "count": "47302320"
  }
}

响应参数说明

参数描述必填示例值类型最大长度
status返回状态。接口成功时为1,出错为01number
id排队id108756number
num排队号码C01001string
wsn等候人数0number
shift市别晚餐string
shiftid市别id2number
msid10021number

响应示例

{
  "status": "1",
  "id": 108756,
  "num": "C01001",
  "wsn": 0,
  "shift": "晚餐",
  "shiftid": 2,
  "server_timestamp": 1569481054,
  "server_time": "2019-09-26 14:57:34",
  "server_name": "api-115.hz",
  "msid": "10021"
}