瀏覽代碼

feat(路由): 添加自主学习测验配置更新接口

新增/update_cocoStudyTest_settingById路由接口,用于处理自主学习测验配置的更新操作
SanHQin 2 月之前
父節點
當前提交
120650f891
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -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");
+})
+
 
 
 //教师管理 查看填写范围的教师权限