pull/42/head
wenxianping 2018-09-01 00:28:48 +08:00
parent b88834cdfc
commit 4920a01fa2
3 changed files with 5 additions and 4 deletions

View File

@ -67,7 +67,7 @@ class select:
print u"12306刷票小助手最后更新于2018.8.31请勿作为商业用途交流群号286271084"
print u"如果有好的margin请联系作者表示非常感激\n"
print u"当前配置:出发站:{0}\n到达站:{1}\n乘车日期:{2}\n坐席:{3}\n是否有票自动提交:{4}\n乘车人:{5}\n" \
u"刷新间隔:随机(1-4S)\n候选购买车次:{7}\n僵尸票关小黑屋时长:{8}\n 下单接口:{9}\n".format \
u"刷新间隔:随机(1-4S)\n候选购买车次:{6}\n僵尸票关小黑屋时长:{7}\n 下单接口:{8}\n".format \
(
from_station,
to_station,

View File

@ -41,12 +41,13 @@ def codexy(Ofset=None, is_raw_input=True):
if is_raw_input:
print(u"""
*****************
| 0 | 1 | 2 | 3 |
| 1 | 2 | 3 | 4 |
*****************
| 4 | 5 | 6 | 7 |
| 5 | 6 | 7 | 8 |
*****************
""")
Ofset = raw_input(u"按照上图提示输入对应的验证码: ")
print(u"验证码分为8个对应上面数字例如第一和第二张输入1, 2")
Ofset = raw_input(u"输入对应的验证码: ")
Ofset = Ofset.replace("", ",")
select = Ofset.split(',')
post = []

BIN
tkcode

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB