查询智慧门禁管理分页数据
POST
http://127.0.0.1:9000/api/securityCtrl/findEntranceGuardByPage
接口描述
查询智慧门禁管理分页数据
请求参数
参数名
类型
描述
必填
buildingId
String
示例:建筑ID
必填
floorId
String
示例:楼层ID
必填
parkId
String
示例:园区ID
必填
limit
Int
示例:显示数量
必填
page
Int
示例:显示页数
必填
doorName
String
示例:门禁名称
必填
doorState
String
示例:门禁状态
必填
响应参数
参数名
类型
描述
必填
code
int
示例:0
必填
data
String
数据字典
必填
msg
String
示例:操作成功
必填