json
[]
计划 0:一次性数据
{
"type": "Int 类型 0",
"version": "String 版本号",
"id": "String 标识",
"keyPaths": "Dictionary 采集数据字典"
}
计划 1:采集数据
{
"type": "Int 类型 1",
"version": "String 版本号",
"id": "String 标识",
"classPath": "String 类定位",
"selectorName": "String 方法名称",
"keyPaths": "Dictionary 采集数据字典"
}
计划 2:计数
{
"type": "Int 类型 2",
"version": "String 版本号",
"id": "String 标识",
"classPath": "String 类定位",
"selectorName": "String 方法名称"
}
采集数据字典 0:方法内部采集
{
"type": "Int 类型 0",
"version": "String 版本号",
"id": "String 标识",
"keyPath": "String 类定位 0.keyPath"
}
采集数据字典 0:方法内部采集
{
"type": "Int 类型 1",
"version": "String 版本号",
"id": "String 标识",
"keyPath": "String 类定位 class.classSelector.keyPath"
}