Authorization: Bearer ********************curl --location --request GET '/web/data-process/v1.0/data-anomaly-statistics/anomaly-type-conf' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "success",
"data": [
{
"lable": "变化异常",
"value": "0",
"type": null
},
{
"lable": "时间异常",
"value": "1",
"type": null
},
{
"lable": "无效数据",
"value": "2",
"type": null
},
{
"lable": "错误数据",
"value": "3",
"type": null
},
{
"lable": "补发数据",
"value": "4",
"type": null
},
{
"lable": "数据缺失",
"value": "5",
"type": null
}
]
}