# xj-ip-address **Repository Path**: wslxm/xj-ip-address ## Basic Information - **Project Name**: xj-ip-address - **Description**: 通过 ip 获取 ip 地址 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-14 - **Last Updated**: 2024-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xj-ip-address #### 介绍 通过 ip 获取地址 获取信息: - 国家 - 省/州 - 市 - 经纬度 - 邮件编码 ### ```java // 服务部署地址 String url = "http://127.0.0.1:9048/api/getAddressByIp"; // 调用接口-传递ip String res = HttpUtil.post(url, Dict.create().set("ip", "117.xxx.xxx.xxx")); ```