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