{
"nonMotorIllegalId": 0,
"reviewImage": [
{
"url": "string",
"fileName": "string",
"ossId": 0
}
],
"illegalStatus": 5
}
curl --location --request POST 'http://127.0.0.1:18111/biz/motorIllegal/confirmReviewClose' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"nonMotorIllegalId": 0,
"reviewImage": [
{
"url": "string",
"fileName": "string",
"ossId": 0
}
],
"illegalStatus": 5
}'
{
"code": 0,
"msg": "string",
"data": {}
}