增加:发车时间段筛选

This commit is contained in:
Breeze Chen
2019-01-27 15:34:06 +08:00
parent 696f888ad1
commit 9462e0d72c
2 changed files with 35 additions and 1 deletions

View File

@@ -142,7 +142,11 @@ QUERY_JOBS = [
"K4184"
],
'except_train_numbers': [ # 筛选车次,排除车次 train_numbers 和 except_train_numbers 不可同时存在
]
],
'period': { # 筛选时间
'from': '00:00',
'to': '24:00'
}
},
# {