用户在评论界面删除评论
POST
http://localhost:8080/ysxm/deleteCommentById
接口描述
用户在评论界面删除自己发表的评论
请求参数
参数名
类型
描述
必填
uid
Integer
用户id
必填
cid
Integer
评论id
必填
响应参数
参数名
类型
描述
必填
status
int
返回状态信息 0成功 -1失败
必填
msg
String
返回信息提示
必填