GET user/get_region_by_lat_long_location?longitude={longitude}&latitude={latitude}
经纬度查询城市
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
longitude | decimal number |
Required |
|
latitude | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
经纬度查询城市
DataResponseOfLatLongLocationInfoViewModelName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
|
data | LatLongLocationInfoViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "success": true, "data": { "location_region_id": 1, "location_region_name": "合肥" } }