查询当前用户签入状态 websocket测试 GET /call/checkin/state/query?token={{token}} HTTP/1.1 200 OK: ```json ① { "status": 200, "data": { "state": "已签入", "location_id": 19, "stype": "1" }, "message": "操作成功" } ② { "status": 200, "data": { "state": "未签入", "location_id": "", "stype": "" }, "message": "操作成功" } ```
```json ① { "status": 200, "data": { "state": "已签入", "location_id": 19, "stype": "1" }, "message": "操作成功" } ② { "status": 200, "data": { "state": "未签入", "location_id": "", "stype": "" }, "message": "操作成功" } ```