{
"belongNewsId": "string",
"content": "string"
}
curl --location --request POST 'http://127.0.0.1:8082/floor/new' \
--header 'Content-Type: application/json' \
--data-raw '{
"belongNewsId": "string",
"content": "string"
}'
{
"code" : 20000,
"message" : "发布评论成功",
"data" : 97542991792944
}