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"]);
 });
 
+//查询资源库上传文件
+router.route("/getCourseInfoTestAll2").all((req, res, next) => {
+    postmysql(req, res, "getCourseInfoTestAll");
+});
+
 //还原课程功能
 router.route("/revertCourse").all((req, res, next) => {
     postmysql(req, res, "revertCourse");