Authorization: Bearer ********************curl --location --request GET '/app/app-foundation/v1.0/vehicle-dealer/list?locationId&pageSize¤t' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "success",
"data": {
"records": [
{
"id": 1,
"longitude": 106.605719,
"latitude": 29.347168,
"name": "重庆润途汽车销售有限公司",
"locationId": 816,
"user": "路玲",
"address": "重庆巴南区协信汽车公园 重庆润途汽车",
"phone": "15310401353"
}
],
"total": 1,
"size": 10,
"current": 1,
"totalPage": 1
}
}