文档
测试

局站建筑信息-机房信息查询

GET
localhost:3080/device_location/station_engine_room

请求参数

参数名
类型
描述
必填
SUID
Int
局站ID
必填
page
Int
当前页数,默认1
必填
limit
Int
每页数据条数,默认20
必填
name
string
机房名称,模糊查询
可选

响应参数

参数名
类型
描述
必填
message
String
示例:success
必填
data
Array
机房信息
必填
name
String
机房名称
必填
ID
String
机房号
必填
contact_people
String
责任人
必填
contact_phone
String
电话
必填
floor_num
Int
楼层号
必填
pic_url
String
机房照片存储地址
必填
SUID
Int
机房所属局站
必填
total
Int
数据总数
必填