lsc 1 سال پیش
والد
کامیت
c5f1e378c7
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -6612,6 +6612,11 @@ router.route("/updateSourceFileName").all((req, res, next) => {
     postmysql(req, res, "updateSourceFileName");
 });
 
+//修改资源库分类父级
+router.route("/updateSourceFileTypePid").all((req, res, next) => {
+    postmysql(req, res, "updateSourceFileTypePid");
+});
+
 function generateAPIKey(username) {
     let timeStamp = new Date().getTime();