-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.example.json
42 lines (42 loc) · 999 Bytes
/
config.example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"cas_login": {
"username": "2201xxxx",
"password": "xxxxxxxx",
"dingDingQrLoginEnabled": "0",
"level": "0"
},
"newjw_login": {
"username": "2201xxxx",
"password": "xxxxxxxx",
"level": "1"
},
"cookies": {
"JSESSIONID": "",
"route": "",
"enabled": "1"
},
"time": {
"XueNian": "2024",
"XueQi": "1"
},
"course": {
"(2024-2025-1)-C2092011-01" : "1",
"(2024-2025-1)-T1300019-04" : "1",
"(2024-2025-1)-T1300019-05" : "1",
"(2024-2025-1)-B2700380-02" : "0",
"(2024-2025-1)-C2892008-02" : "1",
"(2024-2025-1)-W0001321-06" : "0"
},
"wait_course": {
"interval": 60,
"enabled": "0"
},
"smtp_email": {
"host": "smtp.qq.com",
"username": "...@qq.com",
"password": "xxxxxxxx",
"to": "...@qq.com",
"enabled": "0"
},
"start_time": "2024-07-25 12:00:00"
}