Commit e81a2396 authored by Jalin's avatar Jalin

env.docker 增加时间筛选示例

parent 8ed02ea6
...@@ -144,7 +144,11 @@ QUERY_JOBS = [ ...@@ -144,7 +144,11 @@ QUERY_JOBS = [
"K4184" "K4184"
], ],
'except_train_numbers': [ # 筛选车次,排除车次 train_numbers 和 except_train_numbers 不可同时存在 'except_train_numbers': [ # 筛选车次,排除车次 train_numbers 和 except_train_numbers 不可同时存在
] ],
'period': { # 筛选时间
'from': '00:00',
'to': '24:00'
}
}, },
# { # {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment