feat:支持使用统一认证自动登录选课系统

This commit is contained in:
2021-09-14 16:25:51 +08:00
parent dbda9e648f
commit 99f3963d08
7 changed files with 1120 additions and 28 deletions

View File

@@ -12,10 +12,13 @@
"dependencies": {
"@types/node": "^16.9.1",
"@types/qs": "^6.9.7",
"@types/tough-cookie": "^4.0.1",
"axios": "^0.21.4",
"axios-cookiejar-support": "^1.0.1",
"axios-retry": "^3.1.9",
"dayjs": "^1.10.7",
"qs": "^6.10.1",
"tough-cookie": "^4.0.0",
"ts-node": "^10.2.1",
"typescript": "^4.4.3",
"yaml": "^1.10.2"