文档
测试

查询当前用户签入状态

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": "操作成功" } ```