保存试题及选项添加 websocket测试 POST http://localhost:8076/api/requestion/saverequestiondata 请求参数 参数名 类型 描述 必填 title string 标题 必填 category int 类型(0:单选 1:多选 2:判断) 必填 content string 详情(富文本) 必填 sort int 排序 必填 optionList array 试题选项 必填 title string 选项标题 必填 content string 选项内容 必填 sort int 选项排序 必填 iscorrectoption int 是否是正确选项( 1:是 0:否) 必填 响应参数 参数名 类型 描述 必填 code int 示例:200 必填 message string 示例: 必填 data object 数据字典 必填 status boolean true或false 必填 err string 错误原因 必填