소스 검색

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

新增/update_cocoStudyTest_settingById路由接口,用于处理自主学习测验配置的更新操作
SanHQin 5 달 전
부모
커밋
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");
+})
+
 
 
 //教师管理 查看填写范围的教师权限