|
|
@@ -21,7 +21,7 @@ const requestData = [ |
|
|
|
{ attribute: 'isPush', type: 'bool', isrequired: "是", explicate: '是否下发到设备' }, |
|
|
|
{ attribute: 'callbackUrl', type: 'string', isrequired: "否", explicate: '回调地址 isPush为true时 必填' }, |
|
|
|
{ attribute: 'storeIdList', type: 'Array[string]', isrequired: "否", explicate: '场景列表 isPush为true时 storeIdList或deviceIdList 二选一必填 ' }, |
|
|
|
{ attribute: 'deviceIdList', type: 'Array[string]', isrequired: "否", explicate: '设备列表 isPush为true时 storeIdList或deviceIdList 二选一必填 ' }, |
|
|
|
{ attribute: 'deviceIdList', type: 'Array[string]', isrequired: "否", explicate: '设备列表 isPush为true时 storeIdList或deviceIdList 二选一必填 storeIdList为空时此项必填' }, |
|
|
|
{ attribute: 'dataInfo', type: 'Array[object]', isrequired: "是", explicate: '请求接口的业务参数' }, |
|
|
|
]; |
|
|
|
const requestInfoData = [ |
|
|
|