Merge pull request #5 from testerSunshine/master

更新
pull/454/head
joymood 2019-10-10 15:01:31 +08:00 committed by GitHub
commit e5e712900e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 33 additions and 30 deletions

View File

@ -62,9 +62,10 @@
- 3群632501142(已满)
- 4群: 606340519(已满)
- 5群: 948526733(已满)
- 6群: 608792930(已满)
- 7群: 660689659(已满)
- 8群: 620629239(未满)
- 8群: 620629239(已满)
- 6群: 608792930(未满)
- 9群: 693035807(未满)
- 请不要重复加群,一个群就可以了,把机会留给更多人
- **进群先看公告!!!进群先看公告!!!进群先看公告!!! 重要的事情说三遍**
- 能为你抢到一张回家的票,是我最大的心愿

View File

@ -14,6 +14,7 @@ def sendEmail(msg):
:return:
"""
try:
if TickerConfig.EMAIL_CONF["IS_MAIL"]:
sender = TickerConfig.EMAIL_CONF["email"]
receiver = TickerConfig.EMAIL_CONF["notice_email_list"]
subject = '恭喜,您已订票成功'

View File

@ -592,9 +592,9 @@ urls = {
"req_type": "post",
"Referer": "",
"Host": "34.97.127.118:8000",
"re_try": 2,
"re_time": 2,
"s_time": 2,
"re_try": 6,
"re_time": 10,
"s_time": 0.001,
"is_logger": True,
"is_json": True,
"httpType": "http"

View File

@ -42,7 +42,7 @@ class select:
self.login = GoLogin(self, TickerConfig.IS_AUTO_CODE, self.auto_code_type)
self.cdn_list = []
self.cookies = ""
self.queryUrl = "leftTicket/queryA"
self.queryUrl = "leftTicket/query"
self.passengerTicketStrList = ""
self.passengerTicketStrByAfterLate = ""
self.oldPassengerStr = ""
@ -68,9 +68,10 @@ class select:
u" 3群632501142(已满)\n"
u" 4群: 606340519(已满)\n"
u" 5群: 948526733(已满)\n"
u" 6群: 608792930(未满)\n"
u" 7群: 660689659(已满)\n"
u" 8群: 620629239(未满)\n"
u" 8群: 620629239(已满)\n"
u" 6群: 608792930(未满)\n"
u" 9群: 693035807(未满)\n"
)
print(
f"当前配置:\n出发站:{TickerConfig.FROM_STATION}\n到达站:{TickerConfig.TO_STATION}\n车次: {','.join(TickerConfig.STATION_TRAINS) or '所有车次'}\n乘车日期:{','.join(TickerConfig.STATION_DATES)}\n坐席:{','.join(TickerConfig.SET_TYPE)}\n是否有票优先提交:{TickerConfig.IS_MORE_TICKET}\n乘车人:{TickerConfig.TICKET_PEOPLES}\n" \

View File

@ -9,7 +9,7 @@ ntplib==0.3.3
sklearn
opencv-python
keras==2.2.4
tensorflow
tensorflow==1.15.0rc1
matplotlib>=3.0.2
numpy>=1.14.6
scipy>=1.1.0