{
"parentCommentId": "77",
"type": "1",
"typeId": "1",
"commentText": "评论内容"
}
curl --location --request POST '/weibao/comments' \
--header 'Content-Type: application/json' \
--data-raw '{
"parentCommentId": "77",
"type": "1",
"typeId": "1",
"commentText": "评论内容"
}'
{
"code": 0,
"msg": "",
"data": null
}