-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
47 lines (47 loc) · 1.04 KB
/
config.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
43
44
45
46
47
{
"user": {
"userName": "",
"password": ""
},
"passenger": [
{
"name": "",
"idno": "",
"mobileno": ""
},
{
"name": "",
"idno": "",
"mobileno": ""
},
{
"name": "",
"idno": "",
"mobileno": ""
}
],
"orderInfo": {
"startDate": "2018-11-25",
"startStation": "KSH",
"endStation": "NJH",
"seatType": "1"
},
"network": {
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36",
"proxies": {}
},
"tempFolder": "temp",
"cookie": {
"filename": "cookie.txt"
},
"captcha": {
"filename": "captcha.jpg",
"mode": "manual",
"manual": {}
},
"station": {
"srcFilename": "station.txt",
"destNameFilename": "stationName.json",
"destCodeFilename": "stationCode.json"
}
}