91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

php怎么查詢郵編

發布時間:2022-10-24 16:39:19 來源:億速云 閱讀:112 作者:iii 欄目:編程語言

這篇文章主要講解了“php怎么查詢郵編”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“php怎么查詢郵編”吧!

php查詢郵編的方法:1、申請郵編查詢接口;2、配置申請的appkey;3、應用appkey,并應用詳細頁查詢;4、通過“function juhecurl($url,$params=false,$ispost=0){...}”方式請求接口返回內容即可。

php查詢郵編

郵編查詢接口地址:https://www.juhe.cn/docs/api/id/66?s=cpphpcn

接口說明:全國30多個省市縣的郵編號碼查詢,數據權威準確,數百萬條數據,精確到區、縣、街道。支持按模糊地址、指定區域地址查詢郵編。

代碼示例:

// +----------------------------------------------------------------------
//----------------------------------
// 郵編查詢調用示例代碼 - 聚合數據
// 在線接口文檔:https://www.juhe.cn/docs/api/id/66?s=cpphpcn
//----------------------------------
header('Content-type:text/html;charset=utf-8');
//配置您申請的appkey
$appkey = "*********************";
//************1.郵編查詢地名************
$url = "http://v.juhe.cn/postcode/query";
$params = array(
"postcode" => "",//郵編,如:215001
"key" => $appkey,//應用APPKEY(應用詳細頁查詢)
"page" => "",//頁數,默認1
"pagesize" => "",//每頁返回,默認:20,最大不超過50
"dtype" => "",//返回數據的格式,xml或json,默認json
);
$paramstring = http_build_query($params);
$content = juhecurl($url,$paramstring);
$result = json_decode($content,true);
if($result){
if($result['error_code']=='0'){
print_r($result);
}else{
echo $result['error_code'].":".$result['reason'];
}
}else{
echo "請求失敗";
}
//**************************************************
//************2.省份城市區域列表************
$url = "http://v.juhe.cn/postcode/pcd";
$params = array(
"key" => $appkey,//應用APPKEY(應用詳細頁查詢)
"dtype" => "",//返回數據的格式,xml或json,默認json
);
$paramstring = http_build_query($params);
$content = juhecurl($url,$paramstring);
$result = json_decode($content,true);
if($result){
if($result['error_code']=='0'){
print_r($result);
}else{
echo $result['error_code'].":".$result['reason'];
}
}else{
echo "請求失敗";
}
//**************************************************
//************3.地名查詢郵編************
$url = "http://v.juhe.cn/postcode/search";
$params = array(
"pid" => "",//省份ID
"cid" => "",//城市ID
"did" => "",//區域ID
"q" => "",//地名關鍵字,如:木瀆
"key" => $appkey,//應用APPKEY(應用詳細頁查詢)
"dtype" => "",//返回數據的格式,xml或json,默認json
);
$paramstring = http_build_query($params);
$content = juhecurl($url,$paramstring);
$result = json_decode($content,true);
if($result){
if($result['error_code']=='0'){
print_r($result);
}else{
echo $result['error_code'].":".$result['reason'];
}
}else{
echo "請求失敗";
}
//**************************************************
/**
* 請求接口返回內容
* @param string $url [請求的URL地址]
* @param string $params [請求的參數]
* @param int $ipost [是否采用POST形式]
* @return string
*/
function juhecurl($url,$params=false,$ispost=0){
$httpInfo = array();
$ch = curl_init();
curl_setopt( $ch, CURLOPT_HTTP_VERSION , CURL_HTTP_VERSION_1_1 );
curl_setopt( $ch, CURLOPT_USERAGENT , 'JuheData' );
curl_setopt( $ch, CURLOPT_CONNECTTIMEOUT , 60 );
curl_setopt( $ch, CURLOPT_TIMEOUT , 60);
curl_setopt( $ch, CURLOPT_RETURNTRANSFER , true );
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
if( $ispost )
{
curl_setopt( $ch , CURLOPT_POST , true );
curl_setopt( $ch , CURLOPT_POSTFIELDS , $params );
curl_setopt( $ch , CURLOPT_URL , $url );
}
else
{
if($params){
curl_setopt( $ch , CURLOPT_URL , $url.'?'.$params );
}else{
curl_setopt( $ch , CURLOPT_URL , $url);
}
}
$response = curl_exec( $ch );
if ($response === FALSE) {
//echo "cURL Error: " . curl_error($ch);
return false;
}
$httpCode = curl_getinfo( $ch , CURLINFO_HTTP_CODE );
$httpInfo = array_merge( $httpInfo , curl_getinfo( $ch ) );
curl_close( $ch );
return $response;
}

感謝各位的閱讀,以上就是“php怎么查詢郵編”的內容了,經過本文的學習后,相信大家對php怎么查詢郵編這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

php
AI

玛曲县| 阳原县| 潮州市| 凌海市| 尉犁县| 光山县| 兴业县| 兴安盟| 铅山县| 清新县| 犍为县| 通道| 普洱| 芦山县| 永善县| 福泉市| 宁化县| 图木舒克市| 南溪县| 濉溪县| 小金县| 大宁县| 南澳县| 凤城市| 绵竹市| 南木林县| 潢川县| 佛坪县| 滁州市| 西峡县| 金沙县| 鲁甸县| 丰原市| 苗栗县| 凤翔县| 定结县| 上林县| 招远市| 三河市| 巴楚县| 衡东县|