删除电影短评 websocket测试 GET http://localhost:3001/api/movie/comment/delete/删除短评id 接口描述 根据id删除短评 响应参数 参数名 类型 描述 必填 code number 状态码 必填 200 number 删除成功 必填 202 number id错误 必填 msg string 信息 必填 请求示例 `http://localhost:3001/api/movie/comment/delete/100`