文档
测试

查找定时

POST
112.74.48.180/wanYe/WanyeApiTiming_selectTimings

接口描述

查找定时

请求参数

参数名
类型
描述
必填
userId
string
用户id
必填
equipmentId
string
设备id
必填
swtBut
int
三位开关某个按钮的定时任务(不传查询所有任务)
可选

响应参数

参数名
类型
描述
必填
code
int
接口状态
必填
Message
string
接口状态描述
必填
data
list
定时信息集合
必填
beginTime
string
开始时间
必填
endTime
string
结束时间
必填
repeatTime
string
重复日期(周一到周日 1-7 0:不重复 )
必填
openIf
string
开启开关是否开启(1:开 2:关)
必填
colseIf
string
关闭开关是否开启(1:开 2:关)
必填
over
string
不重复状态任务状态(“true”:已执行任务,“false”:未执行任务)
必填

说明 / 示例

``` { "code": 200, "Message": "success", "data": [ { "beginTime": "9:00", "endTime": "10:00", "equipmentId": "zcz001100001", "producId": "zcz001", "productId": "zcz001", "repeatTime": "1", "state": "1", "timingId": 1, "openIf":1, "colseIf":1, "userId": "minApp100012", "over":"false" }, { "beginTime": "9:00", "endTime": "10:00", "equipmentId": "zcz001100001", "producId": "zcz001", "productId": "zcz001", "repeatTime": "1", "state": "1", "timingId": 2, "openIf":1, "colseIf":1, "userId": "minApp100012", "over":"false" }, { "beginTime": "9:00", "endTime": "10:00", "equipmentId": "zcz001100001", "producId": "zcz001", "productId": "zcz001", "repeatTime": "1", "state": "1", "timingId": 3, "openIf":1, "colseIf":1, "userId": "minApp100012", "over":"false" } ] } ```