Authorization: Bearer ********************
{
"type":"1",
"replyType":"1",
"videoId":1,
"commentId":1,
"replyCommentId":1,
"replyContent":"{\"commentContent\":\"111\",\"images\":\"[]\"}",
"toUserId":2
}
curl --location --request POST 'http://47.93.16.76:8080/app/video/api/v1/release/comment' \
--header 'Content-Type: application/json' \
--data-raw '{
"type":"1",
"replyType":"1",
"videoId":1,
"commentId":1,
"replyCommentId":1,
"replyContent":"{\"commentContent\":\"111\",\"images\":\"[]\"}",
"toUserId":2
}'
{
"msg": "操作成功",
"code": 200
}