删除热门电影 websocket测试 GET http://localhost:3001/api/movie/hot/del/热门电影id 接口描述 根据id取消某个电影为热门电影 响应参数 参数名 类型 描述 必填 code number 状态码 必填 200 number 删除成功 必填 202 number id错误 必填 203 number 该电影尚未是热门电影 必填 msg string 信息 必填 请求示例 `http://localhost:3001/api/movie/hot/del/100`