新增/update_cocoStudyTest_settingById路由接口,用于处理自主学习测验配置的更新操作
@@ -10024,6 +10024,11 @@ router.route("/update_cocoStudyTest_jsonById").all((req,res,next)=>{
postmysql(req, res, "update_cocoStudyTest_jsonById");
})
+//qgt 自主学习-修改测验的配置
+router.route("/update_cocoStudyTest_settingById").all((req,res,next)=>{
+ postmysql(req, res, "update_cocoStudyTest_settingById");
+})
+
//教师管理 查看填写范围的教师权限