curl --location 'http://192.168.1.36:8080/akaso/api/userComment/delCommentId' \ --header 'token: token' \ --data-urlencode 'fromWorksId=' \ --data-urlencode 'commentId='
{ "state": "200", "message": "成功", "data": 1, "code": "200" }