File tree 4 files changed +5
-8
lines changed
4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 3
3
* .yaml
4
4
* .log
5
5
.idea /
6
- * .h5
7
6
tkcode.png
Original file line number Diff line number Diff line change 6
6
# 刷票模式:1=刷票 2=候补+刷票
7
7
TICKET_TYPE = 2
8
8
9
-
10
9
# 出发日期(list) "2018-01-06", "2018-01-07"
11
10
STATION_DATES = [
12
- "2019-09-20 "
11
+ "2019-10-01 "
13
12
]
14
13
15
14
# 填入需要购买的车次(list),"G1353"
16
15
STATION_TRAINS = [
17
16
"" ,
18
17
]
18
+
19
19
# 出发城市,比如深圳北,就填深圳就搜得到
20
20
FROM_STATION = ""
21
21
49
49
50
50
# 12306登录账号
51
51
USER = ""
52
- PWD = ""
52
+ PWD = "QWERTY "
53
53
54
54
# 加入小黑屋时间默认为5分钟,此功能为了防止僵尸票导致一直下单不成功错过正常的票
55
55
TICKET_BLACK_LIST_TIME = 5
85
85
"secret" : ""
86
86
}
87
87
88
-
89
88
# 是否开启cdn查询,可以更快的检测票票 1为开启,2为关闭
90
89
IS_CDN = 1
91
90
106
105
107
106
# 预售放票时间, 如果是捡漏模式,可以忽略此操作
108
107
OPEN_TIME = "13:00:00"
109
-
110
108
# 1=使用selenium获取devicesID
111
109
# 2=使用网页端/otn/HttpZF/logdevice获取devicesId,这个接口的算法目前可能有点问题,如果登录一直302的请改为配置1
112
110
COOKIE_TYPE = 1
113
- # 如果COOKIE_TYPE=2 ,则需配置chromeDriver路径,下载地址http://chromedriver.storage.googleapis.com/index.html
111
+ # 如果COOKIE_TYPE=1 ,则需配置chromeDriver路径,下载地址http://chromedriver.storage.googleapis.com/index.html
114
112
# chromedriver配置版本只要和chrome的大版本匹配就行
115
113
CHROME_PATH = "/Users/wenxianping/Downloads/chromedriver"
116
114
127
125
}
128
126
129
127
# 软件版本
130
- RE_VERSION = "1.1.109 "
128
+ RE_VERSION = "1.1.110 "
You can’t perform that action at this time.
0 commit comments