curl --location --request POST 'http://127.0.0.1:8882/luckyjourney/comment?videoId=4818&parentId&content' \ --header 'token;'
{ "type": null, "code": 0, "state": true, "message": "成功", "data": { "id": 330, "isDeleted": null, "gmtCreated": "2024-06-11 13:23:49", "gmtUpdated": "2024-06-11 13:23:49", "parentId": 329, "rootId": 327, "content": "二级评论嘻嘻嘻123", "fromUserId": 1, "toUserId": 1, "videoId": 4818, "videoUserId": 1, "likeCount": null, "childCount": null, "comments": null }, "count": 0 }