{
"commentId":16,
"fromUserId":2,
"toUserId":3,
"replyContent":"挺好的,我是回复内容"
}curl --location --request POST '127.0.0.1:8400/user/reply' \
--header 'satoken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"commentId":16,
"fromUserId":2,
"toUserId":3,
"replyContent":"挺好的,我是回复内容"
}'{
"code": 200,
"msg": "string",
"data": "string"
}