企业列表出来了
parent
6dba7ee714
commit
a71cf05a50
|
@ -47,7 +47,7 @@ public class MobileLocationConfig {
|
||||||
System.out.printf("邮编:%s%n" , result.getString("zip"));
|
System.out.printf("邮编:%s%n" , result.getString("zip"));
|
||||||
System.out.printf("运营商:%s%n", result.getString("company"));
|
System.out.printf("运营商:%s%n", result.getString("company"));
|
||||||
|
|
||||||
msg = jsonObject.getString("reason");
|
msg = String.valueOf(result);
|
||||||
} else {
|
} else {
|
||||||
System.out.println("调用接口失败:" + jsonObject.getString("reason"));
|
System.out.println("调用接口失败:" + jsonObject.getString("reason"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue