You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docus-active-query-service-sm/dataConfig/homeQualitySet.json

23 lines
686 B
JSON

4 years ago
{
//分类id
2 years ago
"assortid":"e3625e059eb74ad88772edb03abf3bf7",
4 years ago
//系统id
2 years ago
"collectorid":"24",
4 years ago
//采集类型(文件来源 1:采集器2扫描生产软件)
"filesource":1,
4 years ago
//下载类型(1:服务器本地2ftp服务器3共享文件夹)
"filestoragetype":1,
2 years ago
"filetype": 4,
4 years ago
//上传接口
"uploadConnector":"http://127.0.0.1:9291/api/downplatform/report",
2 years ago
//采集开始日期
"startCollectTime":"2022-08-01",
//采集结束日期
"endCollectTime":"2022-08-01",
//是否开启全量采集 1:是 0 :否
2 years ago
"isStartCollect":"1",
//采集增量采集 1:是 0 :否
"isCollect":"0",
//采集每日扫描 1:是 0 :否
"isStartCollectDay":"0"
4 years ago
}