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

+ 7 - 0
pbl.js

@@ -5397,6 +5397,13 @@ router.route("/insertEnglishEva").all((req, res, next) => {
     postmysql(req, res, "insertEnglishEva");
 });
 
+//获取作业数量 
+router.route("/getCourseWorkCount").all((req, res, next) => {
+    postmysql(req, res, "getCourseWorkCount");
+});
+
+
+
 function generateAPIKey(username) {
     let timeStamp = new Date().getTime();