1.URL

http://124.223.60.234:8080/system/auxiliary/getLocationAddress
Or American servers
https://cloud.aovx.com/prod/system/auxiliary/getLocationAddress

2.Request parameters

2.1.Parameter Example

{
    "orgId":"819886ECA3884AFC80238415BEE483A0",
    "lat":24.654554,
    "lon":117.545925,
    "strLanguage":"en"
}

2.3.Parameter Description

Field Type Description Is it mandatory
orgId String Unique identifier assigned to the customer Y
lat double latitude,WGS84 Y
lon double longitude,WGS84 Y
strLanguage String Output parsing language, “cn”: Chinese; ‘en’: English Y

3.Response

3.1.Response Example

{
    "code": 200,
    "message": "Operation succeeded",
    "data": {
        "place_id": "152871936",
        "display_name": "Altınyayla - Kangal yolu, Kürkçüyurt, Altınyayla, Sivas, İç Anadolu Bölgesi, Türkiye",
        "address": {
            "road": "Altınyayla - Kangal yolu",
            "village": "Kürkçüyurt",
            "state": "İç Anadolu Bölgesi",
            "country": "Türkiye",
            "country_code": "tr"
        }
    }
}

3.2.Response description

Field Type Description
code int Return Status;200:succeed;105:error;102:parameter error
message String Return result description
data object Return result body

data description

Field Type Description
place_id int Address ID
display_name String Address Description
address object Address Details

4.Postman Test

作者:admin  创建时间:2023-10-12 09:43
最后编辑:admin  更新时间:2023-10-12 10:01