(分页)获取所有摄像头信息
GET
http://localhost:8080/machine-fast/app/camera/newFind
接口描述
(分页)获取所有摄像头信息
请求头
参数名
类型
描述
必填
token
String
令牌
必填
请求参数
参数名
类型
描述
必填
page
Integer
当前页码数(1开始)
必填
size
Integer
每页显示条数
必填
响应参数
参数名
类型
描述
必填
msg
string
响应信息
必填
code
number
状态码
必填
cameraId
Long
摄像头ID
必填
cameraSequence
String
摄像头序列号
必填
cameraVerificationcode
String
摄像头验证码
必填
cameraIp
String
摄像头ip
必填
accessToken
String
摄像头连接TOKEN
必填
cameraAddress
String
摄像头地址
必填
remark
String
备注
必填
status
Integer
状态 0:禁用 1:正常
必填
createUserId
Long
创建者ID
必填
createTime
Date
创建时间
必填
streetlightId
Long
所属灯杆id
必填
streetlightName
String
所属灯杆名称
必填
onlineStatus
Double
摄像头在线状态 0.0:不在线 1.0:在线
必填