文档
测试

查询当日历史列表

GET
/v1/call/location/his

请求参数

参数名
类型
描述
必填
location_id
string
位置id
必填

HTTP/1.1 200 OK:

```json { "status": 200, "message": "操作成功", "data": [ { "name": "周炜", "tm": "11:24", "no": "shsl_0012", "code": null, "no_id": 1 }, { "name": "周炜", "tm": "11:10", "no": "shsl_0010", "code": null, "no_id": 2 } ] } ```