Przeglądaj źródła

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

新增/update_cocoStudyTest_settingById路由接口,用于处理自主学习测验配置的更新操作
SanHQin 3 tygodni temu
rodzic
commit
120650f891
1 zmienionych plików z 5 dodań i 0 usunięć
  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");
+})
+
 
 
 //教师管理 查看填写范围的教师权限