文档
测试

管理员查询访问记录

POST
http://127.0.0.1:8899/wxApi/accessRecordList

接口描述

管理员查询访问记录

请求头

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

请求参数

参数名
类型
描述
必填
userId
int
用户id
必填
cmd
string
查询参数
必填
current
int
当前页数
必填
current
int
当前页数
必填
communityId
int
社区id
必填

示例

{ "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 } }