Files
MoGoEagleEye/app/config/productWithVehicle.json
yangyakun 23c126ebcc [6.4.0]
[添加一个全类型车型]
2024-05-07 10:05:08 +08:00

25 lines
434 B
JSON

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