文档
测试

主要参数接口

GET
http://192.168.0.139:8080/renren-fast/LookApi/mainparameter

请求参数

参数名
类型
描述
必填
rom
String
楼宇名称
必填

响应参数

参数名
类型
描述
必填
code
number
示例:0
必填
msg
string
示例:操作成功
必填
content
array
数据列表
必填
time
string
示例:主机设置温度
必填
text
array
数据列表
必填
temperature
string
示例:12
必填
Title
string
示例:1号主机设置温度
必填
ext
object
示例:null
必填

说明 / 示例

``` { "code": 0, "msg": "操作成功", "content": [ { "time": "主机设置温度", "text": [ { "temperature": "12", "Title": "1号主机设置温度" }, { "temperature": "13", "Title": "2号主机设置温度" }, { "temperature": "14", "Title": "3号主机设置温度" }, { "temperature": "14", "Title": "4号主机设置温度" } ] }, { "time": "主机回水温度", "text": [ { "temperature": "23", "Title": "1号回水温度" }, { "temperature": "14", "Title": "2号回水温度" }, { "temperature": "56", "Title": "3号回水温度" }, { "temperature": "17", "Title": "4号回水温度" } ] } ], "ext": null } ```