lsc 1 năm trước cách đây
mục cha
commit
cd6d92808a
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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();