新增站点:蒲公英、阿童木

This commit is contained in:
david
2021-03-06 11:26:17 +08:00
parent d9698dfe7f
commit 9d8eee73d9
3 changed files with 18 additions and 2 deletions

View File

@ -39,7 +39,9 @@ class AutoReseed
'recommendSites' => '/Api/GetRecommendSites',
'getSign' => '/Api/GetSign'
);
// curl
/**
* @var null | Curl
*/
private static $curl = null;
// 退出状态码
public static $ExitCode = 0;