lsc 1 rok temu
rodzic
commit
9c37384bac
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -6743,6 +6743,12 @@ router.route("/updateSourceFilePid").all((req, res, next) => {
     postmysql(req, res, "updateSourceFilePid");
 });
 
+//查询资源库上传文件
+router.route("/getCourseInfoTest").all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "getCourseInfoTest", json["cid"]);
+});
+
 
 function generateAPIKey(username) {
     let timeStamp = new Date().getTime();