🌍 KFC-GPS 地理位置服务

根据经纬度查询中国城市信息(省份、城市、区县及其行政区划代码)

API 接口

地址: GET /api/geo/query

参数:

示例请求

GET /api/geo/query?lng=116.407526&lat=39.904030

示例响应

{
    "code": 0,
    "message": "success",
    "data": {
        "province": "北京市",
        "province_code": "110000",
        "city": "北京市",
        "city_code": "110100",
        "district": "东城区",
        "district_code": "110101",
        "longitude": 116.407526,
        "latitude": 39.904030
    }
}

健康检查

地址: GET /health