lsc il y a 1 an
Parent
commit
655a9ba298
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -6761,6 +6761,11 @@ router.route("/getCourseInfoTestAll").all((req, res, next) => {
     getmysql(req, res, "getCourseInfoTestAll", json["cid"]);
 });
 
+//还原课程功能
+router.route("/revertCourse").all((req, res, next) => {
+    postmysql(req, res, "revertCourse");
+});
+
 function generateAPIKey(username) {
     let timeStamp = new Date().getTime();