lsc hace 1 año
padre
commit
cd6d92808a
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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();