Skip to content

Commit 7fa5787

Browse files
committedSep 10, 2019
update version 1.1.110
1 parent ebe3c72 commit 7fa5787

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed
 

‎.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
*.yaml
44
*.log
55
.idea/
6-
*.h5
76
tkcode.png

‎12306.image.model.h5

57.4 MB
Binary file not shown.

‎TickerConfig.py

+5-7
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
# 刷票模式:1=刷票 2=候补+刷票
77
TICKET_TYPE = 2
88

9-
109
# 出发日期(list) "2018-01-06", "2018-01-07"
1110
STATION_DATES = [
12-
"2019-09-20"
11+
"2019-10-01"
1312
]
1413

1514
# 填入需要购买的车次(list),"G1353"
1615
STATION_TRAINS = [
1716
"",
1817
]
18+
1919
# 出发城市,比如深圳北,就填深圳就搜得到
2020
FROM_STATION = ""
2121

@@ -49,7 +49,7 @@
4949

5050
# 12306登录账号
5151
USER = ""
52-
PWD = ""
52+
PWD = "QWERTY"
5353

5454
# 加入小黑屋时间默认为5分钟,此功能为了防止僵尸票导致一直下单不成功错过正常的票
5555
TICKET_BLACK_LIST_TIME = 5
@@ -85,7 +85,6 @@
8585
"secret": ""
8686
}
8787

88-
8988
# 是否开启cdn查询,可以更快的检测票票 1为开启,2为关闭
9089
IS_CDN = 1
9190

@@ -106,11 +105,10 @@
106105

107106
# 预售放票时间, 如果是捡漏模式,可以忽略此操作
108107
OPEN_TIME = "13:00:00"
109-
110108
# 1=使用selenium获取devicesID
111109
# 2=使用网页端/otn/HttpZF/logdevice获取devicesId,这个接口的算法目前可能有点问题,如果登录一直302的请改为配置1
112110
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
114112
# chromedriver配置版本只要和chrome的大版本匹配就行
115113
CHROME_PATH = "/Users/wenxianping/Downloads/chromedriver"
116114

@@ -127,4 +125,4 @@
127125
}
128126

129127
# 软件版本
130-
RE_VERSION = "1.1.109"
128+
RE_VERSION = "1.1.110"

‎model.v2.0.h5

652 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.