{
"lng": 0,
"lat": 0,
"province": "string",
"city": "string",
"page": 0,
"carId": 0,
"agencyId": 0,
"isVirtual": 0,
"latHasValue": 0,
"agencyCode": "string",
"isDeepDrive": 0,
"isVisitDrive": 0,
"userId": 0
}curl --location --request POST '/ly/appointment/drive/agencyList' \
--header 'Content-Type: application/json' \
--data-raw '{
"lng": 0,
"lat": 0,
"province": "string",
"city": "string",
"page": 0,
"carId": 0,
"agencyId": 0,
"isVirtual": 0,
"latHasValue": 0,
"agencyCode": "string",
"isDeepDrive": 0,
"isVisitDrive": 0,
"userId": 0
}'{
"result": "",
"msg": "",
"rows": [
{
"id": 0,
"storeFullName": "",
"storeShortName": "",
"storeName": "",
"storeCode": "",
"serveTel": "",
"latitude": 0.0,
"longitude": 0.0,
"detailedAddress": "",
"storeImg": "",
"provinceName": "",
"cityName": "",
"countyName": "",
"picUrl": "",
"juli": "",
"storeType": 0,
"clockDistance": 0,
"marketTel": ""
}
]
}