{
"sgId": 0,
"sgName": "string",
"cityId": 0,
"brandId": "string",
"cityName": "string"
}curl --location '/ai/appOrderEntrance' \
--header 'Content-Type: application/json' \
--data '{
"sgId": 0,
"sgName": "string",
"cityId": 0,
"brandId": "string",
"cityName": "string"
}'{
"code": 0,
"message": "",
"data": {
"bonusList": [
{
"name": "",
"text": "",
"bonusStr": "",
"max": false,
"tips": ""
}
],
"brandId": 0,
"brandName": "",
"logo200x200": "",
"sgId": 0,
"sgName": "",
"sgPic": "",
"actId": 0,
"dealerId": 0,
"modelId": 0,
"rule": [
{
"subTitle": "",
"content": ""
}
],
"keFuUrl": "",
"toast": ""
}
}