API侦测, 侦测到数据与后续服务编排看到的数据不一致?
我有两个API侦测 , response 格式都是{
"std_data" : {
"execution" : {
"sql_code" : "",
"code" : "0",
"description" : "操作成功 "
},
"parameter" : {
"change_objects" : [ {
"lpnType" : "2",
"entranceOrExit" : "1"
}, {
"lpnType" : "3",
"entranceOrExit" : "1"
} ]
}
}
}
为 什么一个后续呼叫服务编排的时候, 有 change_objects, 一个没有 ? 请检查[ 数据侦测 ]设定中 , isPollingIds 属性设定
API侦测有分 [ 数据型 ] 跟 [ 指标型 ], 是依照侦测内容的 isPollingIds
false, 侦测到什么数据就是什么数据
true, 取得 的 是change_objects 内的内容
页:
[1]