|
@@ -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");
|