19js/push-api

百度站长推送工具

1.0.0 2021-02-10 10:31 UTC

This package is auto-updated.

Last update: 2024-05-10 18:02:14 UTC


README

示例

    composer requier 19js/push-api
    require_once 'vendor/autoload.php';
    $site="要推送的站点";
    $token="百度站长工具里面的token";
    $urls=[];//要推送的网址数组
    $res=\Tom\PushApi\PushApi::handler($site,$token,$urls);
    var_dump($res);