lsc 1 year ago
parent
commit
c5f1e378c7
1 changed files with 5 additions and 0 deletions
  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();