{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"content": "string",
"photo": "string"
}
curl --location --request PUT '/weibao/report' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"content": "string",
"photo": "string"
}'
{
"code": 0,
"msg": "",
"data": null
}