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