Browse Source

提交

master
gwbvipvip 8 months ago
parent
commit
cd1ad0459e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/htmls/API/Material/Add/index.tsx

+ 1
- 1
src/pages/htmls/API/Material/Add/index.tsx View File

@@ -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 = [


Loading…
Cancel
Save