Files
MoGoEagleEye/app/config/productWithVehicle.json
yangyakun 2080efee38 [6.4.0]
[模式拦截、车型名称修改、清扫车路由]
2024-04-11 18:48:03 +08:00

25 lines
399 B
JSON

{
"mogo": {
"B1":["shuttle","bus"],
"B2":["shuttle","bus"],
"T1T2":["taxi"],
"M1":["charter"]
},
"dali": {
"B1":["shuttle"],
"B2":["shuttle"],
"M1":["charter"]
},
"yantai": {
"B1":["shuttle"],
"B2":["shuttle"],
"M1":["charter"]
},
"saas": {
"T1T2":["taxi"],
"B1":["shuttle","bus"],
"B2":["shuttle","bus"],
"M1":["charter"]
}
}