mirror of https://github.com/testerSunshine/12306
readme
parent
c68cc016e0
commit
271beb0170
|
@ -47,7 +47,12 @@
|
|||

|
||||
|
||||
- 项目声明:
|
||||
- 本软件只供学习交流使用,务作为商业用途,交流群号:286271084(已满), 2群:649992274(已满),请加3群(未满), 群号:632501142、4群(未满), 群号:606340519
|
||||
- 本软件只供学习交流使用,务作为商业用途,交流群号
|
||||
- 1群:286271084(已满)
|
||||
- 2群:649992274(已满)
|
||||
- 3群:632501142(已满)
|
||||
- 4群: 606340519(未满)
|
||||
- 5群: 948526733(未满)
|
||||
- 请不要重复加群,一个群就可以了,把机会留给更多人
|
||||
- **进群先看公告!!!进群先看公告!!!进群先看公告!!! 重要的事情说三遍**
|
||||
- 能为你抢到一张回家的票,是我最大的心愿
|
||||
|
|
|
@ -96,7 +96,7 @@ class select:
|
|||
|
||||
print(u"*" * 50)
|
||||
print(u"检查当前python版本为:{},目前版本只支持2.7.10-2.7.15".format(sys.version.split(" ")[0]))
|
||||
print(u"12306刷票小助手,最后更新于2019.01.08,请勿作为商业用途,交流群号:286271084(已满), 2群:649992274(已满),请加3群(未满), 群号:632501142、4群(未满), 群号:606340519")
|
||||
print(u"12306刷票小助手,最后更新于2019.01.08,请勿作为商业用途,交流群号:286271084(已满), 2群:649992274(已满),3群:632501142(已满),4群:606340519 (未满),5群:948526733 (未满)")
|
||||
if is_by_time:
|
||||
method_notie = u"购票方式:根据时间区间购票\n可接受最早出发时间:{0}\n可接受最晚抵达时间:{1}\n可接受最长旅途时间:{2}\n可接受列车类型:{3}\n" \
|
||||
.format(minutes_to_time(departure_time), minutes_to_time(arrival_time), minutes_to_time(take_time),
|
||||
|
|
|
@ -79,7 +79,7 @@ class confirmSingleForQueue:
|
|||
if "status" in checkQueueOrderResult and checkQueueOrderResult["status"]:
|
||||
c_data = checkQueueOrderResult["data"] if "data" in checkQueueOrderResult else {}
|
||||
if 'submitStatus' in c_data and c_data['submitStatus'] is True:
|
||||
print(u"提交订单成功!")
|
||||
# print(u"提交订单成功!")
|
||||
qow = queryOrderWaitTime(self.session)
|
||||
qow.sendQueryOrderWaitTime()
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue