11wqe1 3 недель назад
Родитель
Сommit
c123321032
1 измененных файлов с 6 добавлено и 1 удалено
  1. 6 1
      pbl.js

+ 6 - 1
pbl.js

@@ -1676,7 +1676,7 @@ router.route("/get_cocostudytest").all((req, res, next) => {
     );
 });
 
-//  查询题目  yym
+//  自主学习查询题目  yym
 router.route("/getCocostudyTestData").all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(
@@ -1688,6 +1688,11 @@ router.route("/getCocostudyTestData").all((req, res, next) => {
     );
 });
 
+// 自主学习提交错题本 yym
+router.route("/addcocostudyminbook").all((req, res, next) => {
+    postmysql(req, res, "addcocostudyminbook");
+});
+
 //  自主学习提交答案  yym
 router.route("/updateCocostudyTestData").all((req, res, next) => {
     postmysql(req, res, "updateCocostudyTestData");