|
发表于 2017-7-4 16:22:51
|
显示全部楼层
本帖最后由 Eric.c 于 2017-7-4 23:07 编辑
给你撸一个监控的php代码,一旦促销页面有变化,通知你。
[ol] $text, 'desp' => $desp)); $opts = array('http' => array( 'method' => 'POST', 'header' => 'Content-type: application/x-www-form-urlencoded', 'content' => $postdata ) ); $context = stream_context_create($opts); return $result = file_get_contents('http://sc.ftqq.com/'.$key.'.send', false, $context);}[/ol]复制代码 |
|