文档
测试

查询射频开关

POST
http://www.mindordz.com/wanYe/WanyeApiRF_selectRf

请求参数

参数名
类型
描述
必填
userId
string
用户id
必填

响应参数

参数名
类型
描述
必填
code
int
接口状态码
必填
Message
String
接口状态码描述
必填
data
list
返回接口数据
必填
btnName
string
按钮名称
必填
btnSize
string
按钮总数
必填
equipmentId
string
设备id
必填
equipmentState
string
设备状态
必填
nickName
string
开关名称
必填
rfId
int
射频数据id
必填
switchId
string
开关唯一id(发送mqtt指令使用)
必填
userId
string
用户id
必填

说明 / 示例

``` { "code": 200, "Message": "success", "data": [ { "btnName": "按钮1,按钮2,按钮3,按钮4", "btnSize": "4", "equipmentId": "zcz003100100", "equipmentState": "1", "nickName": "haohao", "rfId": 4, "switchId": "1513151", "userId": "minApp100003" } ] } ```