lsc 1 year ago
parent
commit
b81fb28063
1 changed files with 10 additions and 0 deletions
  1. 10 0
      pbl.js

+ 10 - 0
pbl.js

@@ -6602,6 +6602,16 @@ router.route("/getSourceFileType").all((req, res, next) => {
     getmysql(req, res, "getSourceFileType", json["uid"]);
 });
 
+//删除资源库分类
+router.route("/deleteSoureFileType").all((req, res, next) => {
+    postmysql(req, res, "deleteSoureFileType");
+});
+
+//修改资源库分类名字
+router.route("/updateSourceFileName").all((req, res, next) => {
+    postmysql(req, res, "updateSourceFileName");
+});
+
 function generateAPIKey(username) {
     let timeStamp = new Date().getTime();