Authorization: Bearer ********************
{
"delId":8,
"delType":"1",
"objectId":23
}
curl --location --request POST 'http://47.93.16.76:8080/app/video/api/v1/del/comment' \
--header 'Content-Type: application/json' \
--data-raw '{
"delId":8,
"delType":"1",
"objectId":23
}'
{
"msg": "操作成功",
"code": 200
}