11wqe1 vor 3 Wochen
Ursprung
Commit
b8b4d8bda8
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -1709,6 +1709,11 @@ router.route("/addcocostudyminbook").all((req, res, next) => {
     postmysql(req, res, "addcocostudyminbook");
 });
 
+// 自主学习移除错题 yym
+router.route("/removecocostudyminbook").all((req, res, next) => {
+    postmysql(req, res, "removecocostudyminbook");
+});
+
 //  自主学习提交答案  yym
 router.route("/updateCocostudyTestData").all((req, res, next) => {
     postmysql(req, res, "updateCocostudyTestData");