zengyicheng 1 年之前
父节点
当前提交
aeea791ac0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ssti.js

+ 1 - 1
ssti.js

@@ -737,7 +737,7 @@ router.post('/userLogin', (req, res) => {
     const str = req.headers.cookie ? req.headers.cookie : '';
     const getUserid = getUid(str);
 
-
+    res.end(getUserid)
     if (md5(data['id']) == getUserid) {
         //查询用户的数据
         mysql.usselect([_mysqlLabor[0], _mysqlLabor[1], 'select_UserByUserId', data['id']], function(ret) {