Files
MoGoEagleEye/app/config/productWithVehicle.json
yangyakun 5533bbf69a [fea]
[taxi和unmanned 冲突处理]
2024-05-08 18:49:10 +08:00

26 lines
479 B
JSON

{
"mogo": {
"B1":["shuttle","bus"],
"B2":["shuttle","bus"],
"T1T2":["taxi"],
"ALL":["charter","shuttle","bus","taxi"]
},
"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","shuttle"],
"ALL":["charter","shuttle","bus","taxi"]
}
}