//百度资源平台自动推送 $notice = '完成百度资源平台收录推送!'; $type = strpos($flag,'h')===false?'batch':'realtime';//头条文章自动调用天级接口,否则调用周级接口 $chinesetype = strpos($flag,'s')===false?'周级':'天级'; $posturl = "https://m.02405.com/view.php?id=".$aid; $api = 'http://data.zz.baidu.com/urls?appid=1621527503774131&token=plpD8YRwa33J5WKu&type='.$type; $ch = curl_init(); $options = array( CURLOPT_URL => $api, CURLOPT_POST => true, CURLOPT_RETURNTRANSFER => true, CURLOPT_POSTFIELDS => $posturl, CURLOPT_HTTPHEADER => array('Content-Type: text/plain'), ); curl_setopt_array($ch, $options); $result = curl_exec($ch);
上面代码加到 dede/article_add.php 中“//返回成功信息”之前。
本文为原创文章,版权归主机之家测评所有,欢迎分享本文,转载请保留出处!
你可能也喜欢
- ♥ Mac 系统提示“pip install ” is failing with AttributeError: 'module' object has no attribute 'SSL_ST_INIT'错误的解决办法08/29
- ♥ JQuery 根据指定值动态设置 select 下的 option 选中或禁用08/28
- ♥ DedeCMS 中 dede:channel 标签调用栏目简介 description 及关键词 keywords 的方法08/31
- ♥ 一个大的材字旁边一个小的用字是什么成语?08/23
- ♥ php 判断数组中是否存在指定键(key)的两种方法08/26
- ♥ 禁止 layer.msg()在回调时抖动08/28
内容反馈