久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线
Discuz! 官方交流社區
標題:
dz 怎么使用百度的主動推送
[打印本頁]
作者:
mylogins
時間:
2019-9-12 09:05
標題:
dz 怎么使用百度的主動推送
百度的主動推送 php代碼示例
<?php
$urls = array(
'http://www.example.com/1.html',
'http://www.example.com/2.html',
);
$api = ' ';
$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;
?>
復制代碼
其中
<?php
$urls = array(
'http://www.example.com/1.html',
'http://www.example.com/2.html',
);
上面這2個網址 怎么替換成dz最新的帖子,讓它全自動推送
作者:
Failure
時間:
2019-9-12 23:40
多個還是?
歡迎光臨 Discuz! 官方交流社區 (http://www.9999xn.com/)
Powered by Discuz! W1.0