Skip to content

19js/push-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

百度站长推送Api

示例

    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);

About

百度站长推送api

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages