lsc 5 months ago
parent
commit
d84a533bf1
1 changed files with 5 additions and 0 deletions
  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"]);
 });
 
+//查询资源库上传文件
+router.route("/getCourseInfoTestAll2").all((req, res, next) => {
+    postmysql(req, res, "getCourseInfoTestAll");
+});
+
 //还原课程功能
 router.route("/revertCourse").all((req, res, next) => {
     postmysql(req, res, "revertCourse");