{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"handleIllegalResultImage": [
{
"url": "string",
"fileName": "string",
"ossId": 0
}
],
"illegalDisposeTime": "2019-08-24T14:15:22Z",
"punishType": 0,
"punishAmount": 0
}
curl --location --request POST 'http://127.0.0.1:18111/biz/motorIllegal/app/handerIllegal' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"handleIllegalResultImage": [
{
"url": "string",
"fileName": "string",
"ossId": 0
}
],
"illegalDisposeTime": "2019-08-24T14:15:22Z",
"punishType": 0,
"punishAmount": 0
}'
{
"code": 0,
"msg": "string",
"data": {}
}