手机号查询归属地
parent
3feffee3e8
commit
a4044ec0c2
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue