zengyicheng před 1 rokem
rodič
revize
1a212d7db0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      ssti.js

+ 1 - 1
ssti.js

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