手机号查询归属地

pull/1/head
chaiyapeng 2024-08-23 09:44:06 +08:00
parent 3feffee3e8
commit a4044ec0c2
2 changed files with 2 additions and 3 deletions

View File

@ -22,7 +22,7 @@ public class MobileLocation {
public static String API_KEY = "8e5493da8edee8e42831574b9a2c3492";
public static void main(String[] args) {
String mobile = "15332689388";
String mobile = "15150771323";
queryMobileLocation(mobile);
}

View File

@ -49,7 +49,6 @@ public class MarketController extends BaseController {
for (String s : list) {
markets.add(JSON.parseObject(s, Market.class));
}
redisTemplate.delete("list");
return getDataTable(markets);
}