亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

手機(jī)歸屬地查詢

Original 2019-02-21 20:27:40 287
abstrakt:<?php include 'function.php'; if(empty($_POST['phone'])){exit(json_encode(array('code'=>1,'msg'=>'手機(jī)號(hào)碼不能為空'))); } $url = "http://apis.juhe.cn/mobi

<?php

include 'function.php';

if(empty($_POST['phone'])){

exit(json_encode(array('code'=>1,'msg'=>'手機(jī)號(hào)碼不能為空')));

}

$url = "http://apis.juhe.cn/mobile/get";

$params = array(

    "phone" => $_POST['phone'],

    "key" => "4d6cce531387deeedf359687fb04c163",

);

$paramstring = http_build_query($params);

$content = juheCurl($url, $paramstring);

$result = json_decode($content, true);

if ($result) {

    exit(json_encode(array('code'=>0,'res'=>$result)));

} else {

   

exit(json_encode(array('code'=>1,'msg'=>'接口出錯(cuò)')));

}


Korrigierender Lehrer:查無此人Korrekturzeit:2019-02-22 09:07:00
Zusammenfassung des Lehrers:完成的不錯(cuò),以后代碼要縮進(jìn),加點(diǎn)注釋。繼續(xù)加油

Versionshinweise

Beliebte Eintr?ge