微信被封域名检测

用到的PHP框架: PhalApi

    $domain = 'https://baidu.com';
    $domain = urlencode($domain);
    $wxCheckUrl = 'https://weixin110.qq.com/cgi-bin/mmspamsupport-bin/newredirectconfirmcgi?main_type=2&evil_type=20&source=2&url=';
    $wxCheckUrl .= $domain;
    file_get_contents($wxCheckUrl);
    file_put_contents(uniqid().'.txt',json_encode($res));
发布了97 篇原创文章 · 获赞 25 · 访问量 16万+

猜你喜欢

转载自blog.csdn.net/Qinhaolei/article/details/99619818
今日推荐