首頁| 新聞| 娛樂| 游戲| 科普| 文學| 編程| 系統| 數據庫| 建站| 學院| 產品| 網管| 維修| 辦公| 熱點
<?php require_once ("include/common.inc.php"); require_once "include/arc.partview.class.php"; require_once('include/charset.func.php'); $year = date("Y"); $month = date("m"); $day = date("d"); $dayBegin = mktime(0,0,0,$month,$day,$year);//當天開始時間戳 $dayEnd = mktime(23,59,59,$month,$day,$year);//當天結束時間戳 $query = "SELECT arch.id,types.typedir FROM dede_arctype as types inner join dede_archives as arch on types.id=arch.typeid where pubdate<".$dayEnd." AND pubdate>".$dayBegin.""; //這里dede換成你們自己的表前綴 $urls=""; $dsql->Execute('arch.id,types.typedir',$query); while($row = $dsql->GetArray('arch.id,types.typedir')) { $urls.="http://bnxb.com".str_replace("{cmspath}","",$row['typedir'])."/".$row[id].".html".","; //將上邊的http://bnxb.com換成你的網址 } $urls=substr($urls,0,-1); $urls = explode(",",$urls); $api = 'http://data.zz.baidu.com/urls?site=bnxb.com&token=xxxxx'; // 前邊的site換成自己的site xxx換成自己的密鑰 $ch = curl_init(); $options = array( CURLOPT_URL => $api, CURLOPT_POST => true, CURLOPT_RETURNTRANSFER => true, CURLOPT_POSTFIELDS => implode("/n", $urls), CURLOPT_HTTPHEADER => array('Content-Type: text/plain'), ); curl_setopt_array($ch, $options); $result = curl_exec($ch); echo $result.count($urls); ?> 百度接口返回說明: 推送成功 狀態碼為200,可能返回以下字段: 字段 是否必選 參數類型 說明 success 是 int 成功推送的url條數 remain 是 int 當天剩余的可推送url條數 not_same_site 否 array 由于不是本站url而未處理的url列表 not_valid 否 array 不合法的url列表 成功返回示例: { "remain":4999998, "success":2, "not_same_site":[], "not_valid":[] } 推送失敗 狀態碼為4xx,返回字段有: 字段 是否必傳 類型 說明 error 是 int 錯誤碼,與狀態碼相同 message 是 string 錯誤描述
{ "remain":4999998, "success":2, "not_same_site":[], "not_valid":[] }
練就火眼金睛 十一種常見電腦
打印機共享提示“操作無法完成
如何查找有故障的配件
回眸一笑百魅生,六宮粉黛無顏色
歲月靜美,剪一影煙雨江南
蕪湖有個“松鼠小鎮”
小滿:小得盈滿,一切剛剛好!
一串串晶瑩剔透的葡萄,像一顆顆寶石掛在藤
正宗老北京脆皮烤鴨
人逢知己千杯少,喝酒搞笑圖集
搞笑試卷,學生惡搞答題
新聞熱點
疑難解答
圖片精選
dedecms網頁模板編寫_DedeCms教程
DEDECMS實現表單(模型)分步提交_De
DEDECMS仿DoNews右側最新評論的代
【Pagetitle 標記使用實例】-DedeC
網友關注