فهرست منبع

获取个人信息

11wqe1 1 ماه پیش
والد
کامیت
5e08e18288
1فایلهای تغییر یافته به همراه11 افزوده شده و 0 حذف شده
  1. 11 0
      pbl.js

+ 11 - 0
pbl.js

@@ -1770,6 +1770,17 @@ router.route("/selectstysconote").all((req, res, next) => {
     );
 });
 
+// 获取用户信息  yym
+router.route("/selectuserinfoyym").all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(
+        req,
+        res,
+        "selectuserinfoyym",
+        json["uid"]
+    );
+});
+
 //  自主学习-学习空间-删除工具  yym
 router.route("/delstysconote").all((req, res, next) => {
     postmysql(req, res, "delstysconote");