GroupPriceDTO节点
名称 |
类型 |
说明 |
groupId |
int |
用车类型ID |
groupName |
string |
用车类型名称 |
imgUrl |
string |
车型图片 |
selectedImgUrl |
string |
选中后样式 |
models |
CarModelDTO[] |
车型数据详见CarModelDTO |
pricing |
PricingDTO[] |
定价集合,详见PricingDTO |
示例
{
"groupId": 35,
"groupName": "商务7座",
"imgUrl": "http://111.206.162.233:18081/car-rest/images/business_us_3x.png",
"selectedImgUrl": "http://111.206.162.233:18081/car-rest/images/business_s_3x.png",
"models": [
{
"modelId": 91,
"modelName": "别克商务仓",
"groupId": 35,
"groupName": "商务7座",
"sort": 2
},
{
"modelId": 225,
"modelName": "别克GL8",
"groupId": 35,
"groupName": "商务7座",
"sort": 1
}
],
"pricings": [
{
"priceId": 152,
"version": 0,
"mileagePrice": null,
"minutePrice": null,
"overTimePrice": 0.99,
"overMileagePrice": 4,
"basePrice": 19.5,
"cityId": 44,
"serviceId": 1,
"groupId": 35,
"includeLongDistance": 10,
"includeMinute": 2,
"includeMileage": 0,
"longDistancePrice": 1,
"nightServicePrice": 1,
"peakPrice": 1.5,
"peakPriceTime": 1,
"planId": 0
}
]
}