{
"sgId": 0,
"sgName": "string",
"sgIds": [
0
],
"sgNames": [
"string"
],
"cityId": 0,
"tag": "string"
}curl --location '/ai/getDealerListBySgId' \
--header 'Content-Type: application/json' \
--data '{
"sgId": 0,
"sgName": "string",
"sgIds": [
0
],
"sgNames": [
"string"
],
"cityId": 0,
"tag": "string"
}'{
"code": 0,
"message": "",
"data": {
"serialGroupId": 0,
"sellStatus": 0,
"aiDealerListBySgVOList": [
{
"dealerName": "",
"dealerShortName": "",
"agentQualification": 0,
"agentService": "",
"mapX": "",
"mapY": "",
"address": "",
"phone": "",
"poc400Phone": "",
"showPhone": "",
"namelistRange": 0,
"cityId": 0,
"vip": 0,
"vipStr": "",
"areaId": 0,
"score": 0.0,
"stars": "",
"id": 0,
"lowerPrice": 0.0,
"highPrice": 0.0,
"showPrice": "",
"showPriceRange": "",
"maxDiscount": 0.0,
"showMaxDiscount": "",
"modelType": "",
"dealerUrl": "",
"is24HService": 0,
"newsInfo": {
"id": 0,
"modelId": 0,
"maxDiscount": 0,
"title": ""
},
"showType": "",
"showContent": ""
}
]
}
}