GroupDTO节点
参数名称 | 类型 | 是否必须 | 说明 |
---|---|---|---|
id | Integer | Y | 车型ID |
name | String | Y | 车型名称 |
imgUrl | String | Y | 车型未选中时的图片地址 |
selectedImgUrl | String | Y | 车型选中时的图片地址 |
unSelectedImgUrlNew | String | Y | 车型未选中图片地址 |
selectedImgUrlNew | String | Y | 车型选中图片地址 |
JSON数据示例
{
"imgUrl": "https://dev-passenger.01zhuanche.com/car-rest/images/6.0/tianlai@2x.png",
"selectedImgUrlNew": "https://passenger.01zhuanche.com/car-rest/images/6.0/haohuache@2x.png",
"selectedImgUrl": "https://dev-passenger.01zhuanche.com/car-rest/images/6.0/tianlai@2x.png",
"name": "舒适型",
"id": 34,
"unSelectedImgUrlNew": "https://passenger.01zhuanche.com/car-rest/images/6.0/haohuache@2x.png","name"
}