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

+ 1 - 1
ssti.js

@@ -631,7 +631,7 @@ function getUid(str) {
 router.post('/userLogin', (req, res) => {
     let data = GetData(req);
     const str = req.headers.cookie ? req.headers.cookie : '';
-    console.log(req.headers.cookie)
+    console.log("请求体:" + req.headers.cookie)
     const getUserid = getUid(str);