curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/open/violation/violationevent/batchquery' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "PUNISH_DONE",
"begin_time": {},
"end_time": {}
}'
{
"violation_record_infos": {
"can_appeal": true,
"can_rectify": true,
"punish_action": "[ \"警告_2020-02-14 14:23:12-2020-03-14 14:23:12\",\"小程序应用下架_2020-02-14 14:23:12-2020-03-14 14:23:12\"]",
"status": "PUNISH_DONE",
"target_id": "2022000000000011",
"target_name": "xxx测试小程序",
"target_type": "APPID",
"violation_record_id": "20220524001020000000000001",
"violation_type": "数据和系统安全/敏感参数泄露风险",
"violation_time": {}
}
}