zengyicheng 3 years ago
parent
commit
378aafc52f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -396,6 +396,11 @@ router.route('/updateUserByEdu').all((req, res, next) => {
     postmysql(req, res, "updateUserByEdu");
 });
 
+router.route('/selectUser').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectUser", json['userid']);
+});
+
 //lsc
 //admin 查询学校
 router.route('/getSchoolAdmin').all((req, res, next) => {