一个获取手机归属地的接口

$result = json_decode(file_get_contents("http://api.showji.com/Locating/www.showji.com.aspx?m={$mobile}&output=json"));
if ($result->QueryResult === "True") {
    echo $result->Province, $result->City;
} 

你可能感兴趣的:(手机归属地)