lsc 5 月之前
父節點
當前提交
d84a533bf1
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -8109,6 +8109,11 @@ router.route("/getCourseInfoTestAll").all((req, res, next) => {
     getmysql(req, res, "getCourseInfoTestAll", json["cid"]);
     getmysql(req, res, "getCourseInfoTestAll", json["cid"]);
 });
 });
 
 
+//查询资源库上传文件
+router.route("/getCourseInfoTestAll2").all((req, res, next) => {
+    postmysql(req, res, "getCourseInfoTestAll");
+});
+
 //还原课程功能
 //还原课程功能
 router.route("/revertCourse").all((req, res, next) => {
 router.route("/revertCourse").all((req, res, next) => {
     postmysql(req, res, "revertCourse");
     postmysql(req, res, "revertCourse");