文档
测试

获取所有通道信息

GET
http://localhost:8080/SmartClassDemo/ipChannel

响应参数

参数名
类型
描述
必填
code
int
1
必填
msg
String
消息
必填
data
Object
数据
必填
id
String
通道号(唯一)
可选
name
String
通道名称
可选
ipAddress
String
IP地址
可选
managePortNo
String
端口
可选
srcInputPort
String
设备通道号(同一个ip唯一)
可选