### 删除评论
~~~[api]
post:http://api.satin.com/api/v1/commentDel
*user_id="e5e3b4cba81b6206bf278bafabbf18a0",#用户id
*tid=2,#分类id 2 视频 4 图片 5 段子
*aid=2,#所评论的内容id
*id=2,要删除的评论id
<<<
success
{
"code": 200,
"msg": "删除成功",
}
<<<
error
{
"code": 400,
"msg": "删除失败",
}