增加单个任务添加多个出发和到达车站

This commit is contained in:
Jalin
2019-01-08 17:28:08 +08:00
parent 6dc3005cd9
commit 6d18a8d11b
4 changed files with 38 additions and 16 deletions

View File

@@ -52,10 +52,18 @@ QUERY_JOBS = [
"2019-01-25",
"2019-01-26",
],
'stations': { # 车站 :Dict
'stations': { # 车站 支持多个车站同时查询 :Dict or :List
'left': '北京',
'arrive': '深圳',
},
# # 多个车站示例 (建议添加多个,有时多买几站成功率会高一点)
# 'stations': [{
# 'left': '北京',
# 'arrive': '深圳',
# },{ # 多个车站示例
# 'left': '北京',
# 'arrive': '广州',
# }],
'members': [ # 乘客姓名,会根据当前账号自动识别乘客类型 购买儿童票 设置两个相同的姓名即可,程序会自动识别 如 ['张三', '张三']
"张三",
"王五",