敏感识别规则列举
POST
/ants/dataprocess/sensitivecheck/list
传参示例:
{
"checktype":"识别模板"
}
返回示例(参数和保存接口参数意义一致):
{ "code": 200, "result": [ { "id": "cFLH4X1OS23", "name": "新的模板", "checktype": "识别模板", "describe": "its miaoshu", "createtime": "2021-05-25 19:14:24", "projectid": "test", "checkinfos": [ { "checkid": "cQ0JZZ09168", "checkname": "识别规则", "checkregex": "*1-9", "checkrankname": "高等级" } ] } ]}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
返回响应
修改于 2023-03-29 08:34:35