{
"sgId": 0,
"sgName": "string",
"sgIds": [
0
],
"sgNames": [
"string"
],
"cityId": 0,
"tag": "string"
}curl --location '/ai/getModelCompare' \
--header 'Content-Type: application/json' \
--data '{
"sgId": 0,
"sgName": "string",
"sgIds": [
0
],
"sgNames": [
"string"
],
"cityId": 0,
"tag": "string"
}'{
"code": 0,
"message": "",
"data": {
"aName": "",
"bName": "",
"aId": 0,
"bId": 0,
"aPrice": "",
"bPrice": "",
"aExterior": "",
"bExterior": "",
"aInterior": "",
"bInterior": "",
"aSpace": "",
"bSpace": ""
}
}