修改章节信息 websocket测试 POST http://localhost:8076/api/course/saveeditcoursechapter 请求参数 参数名 类型 描述 必填 id int id 必填 content string 详情 必填 videopath string 视频路径 必填 title string 章节标题 必填 thumb int 缩略图 必填 description int 简介 必填 sort int 排序 必填 dcwordsList array 章节对应的单词试卷id 必填 dcwordspaperid int 单词试卷id 必填 sort int 排序 必填 requestPaperList array 章节对应的考试试卷id 必填 requestpaperid int 考试试卷id 必填 sort int 排序 必填 响应参数 参数名 类型 描述 必填 code int 示例:200 必填 message string 示例: 必填 data object 数据字典 必填 status boolean true或者false 必填 err string 错误信息,status为false时返回 必填