11wqe1 2 weeks ago
parent
commit
245b2070b0
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -828,6 +828,11 @@ router.route("/updateUser").all((req, res, next) => {
     postmysql(req, res, "updateUser");
 });
 
+
+router.route("/updateliyuanUser").all((req, res, next) => {
+    postmysql(req, res, "updateliyuanUser");
+});
+
 //查询老师的信息
 router.route("/getUser").all((req, res, next) => {
     var json = queryString(req.url);