美文网首页
扩展json

扩展json

作者: CAICAI0 | 来源:发表于2019-10-28 14:34 被阅读0次

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"
}

相关文章

网友评论

      本文标题:扩展json

      本文链接:https://www.haomeiwen.com/subject/spcbvctx.html