增加扫码获取京东cookie,此方式得到的cookie有效期为90天(实际待测试)

This commit is contained in:
lxk0301
2021-01-13 12:58:53 +08:00
parent 6b1c1e5fa0
commit c547bf349b
3 changed files with 194 additions and 2 deletions

View File

@ -17,11 +17,12 @@
"license": "ISC",
"dependencies": {
"crypto-js": "^4.0.0",
"download": "^8.0.0",
"got": "^11.5.1",
"http-server": "^0.12.3",
"tough-cookie": "^4.0.0",
"download": "^8.0.0",
"qrcode-terminal": "^0.12.0",
"request": "^2.88.2",
"tough-cookie": "^4.0.0",
"tunnel": "0.0.6"
}
}