取餐 websocket测试 ws://192.168.2.12:1235/websocket 响应参数 参数名 类型 描述 必填 ssh string 商户编号 必填 branchId string 门店编号 必填 macType string 推送连接类型 PX/QC 可选 machNo string 空值无需处理 可选 msgType string 消息类型:6 必填 msg string 必填 djd string 待接单量(等同于外卖提示单量) 必填 dzz string 预约待制作 必填 psz string 配送中量 必填 sqtk string 申请退款量 必填 推送示例 ```json { "ssh": "113213213213213213", "branchId": "13132132132132131", "macType": "", "machNo": "", "msgType": "6", "msg": "" } ```
```json { "ssh": "113213213213213213", "branchId": "13132132132132131", "macType": "", "machNo": "", "msgType": "6", "msg": "" } ```