lsc 2 năm trước cách đây
mục cha
commit
238d6facb8
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      pbl.js

+ 5 - 1
pbl.js

@@ -2293,7 +2293,11 @@ router.route('/getCourseInfo').all((req, res, next) => {
     getmysql(req, res, "getCourseInfo", json['cid']);
 });
 
-
+//获取用户基本信息
+router.route('/getAllUserById').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "getAllUserById", json['uid']);
+});
 
 //作业生成报告
 router.route('/getWorkData').all((req, res, next) => {