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();