文档
测试

访客查询访问记录

POST
http://127.0.0.1:8899/wxApi/accessRecords

接口描述

访客查询访问记录

请求头

参数名
类型
描述
必填
content-type
application/x-www-form-urlencoded
必填
Cookie
Cookie
必填

请求参数

参数名
类型
描述
必填
userId
int
用户id
必填
cmd
string
查询参数
必填
current
int
当前页数
必填
size
long
每页显示数量
必填

示例

{ "code": "200", "msg": "操作成功", "data": { "records": [ { "id": 2, "createdTime": "2020-02-19 01:27:35", "updatedTime": null, "communityName": "凤翔小区", "communityAddress": "西路路111号", "communityId": 1, "channelId": 1, "userId": 2, "userName": "张三", "phone": "电话", "temperatureType": "1", "temperature": null, "accessType": "2", "inOut": "1" }, { "id": 1, "createdTime": "2020-02-19 01:25:03", "updatedTime": null, "communityName": "凤翔小区", "communityAddress": "西路路111号", "communityId": 1, "channelId": 1, "userId": 2, "userName": "张三", "phone": "电话", "temperatureType": "1", "temperature": null, "accessType": "2", "inOut": "1" } ], "total": 2, "size": 10, "current": 1, "searchCount": true, "pages": 1 } }