From 681157c40b737f380536e824531151816000f251 Mon Sep 17 00:00:00 2001 From: out0fmemory Date: Tue, 24 Dec 2019 18:25:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=BA=E5=91=98=E7=9A=84?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=EF=BC=8C=E5=AD=98=E5=9C=A8=E4=B8=8D=E6=B3=A8?= =?UTF-8?q?=E6=84=8F=E6=83=85=E5=86=B5=E4=B8=8B=E6=9C=89=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E4=BA=BA=E5=91=98=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.py.example b/env.py.example index 4a776bd..72be784 100644 --- a/env.py.example +++ b/env.py.example @@ -132,7 +132,7 @@ QUERY_JOBS = [ # }], 'members': [ # 乘客姓名,会根据当前账号自动识别乘客类型 购买儿童票 设置两个相同的姓名即可,程序会自动识别 如 ['张三', '张三'] "张三", - "*王五", #在姓名前加*表示学生购买成人票 + #"*王五", #在姓名前加*表示学生购买成人票 # 7, # 支持通过序号确定唯一乘客,序号查看可通过 python main.py -t 登录成功之后在 runtime/user/ 下找到对应的 用户名_passengers.json 文件,找到对应的 code 填入 ], 'allow_less_member': 0, # 是否允许余票不足时提交部分乘客