新增合作站点:chdbits

更新方法:依据最新示例配置,增加一行ID配置。
This commit is contained in:
david
2020-08-31 23:53:00 +08:00
parent 99a2894f37
commit 30410735af
3 changed files with 17 additions and 16 deletions

View File

@ -13,7 +13,7 @@ use IYUU\Library\Table;
class AutoReseed
{
// 版本号
const VER = '1.10.7';
const VER = '1.10.8';
// RPC连接
private static $links = [];
// 客户端配置
@ -70,7 +70,7 @@ class AutoReseed
global $configALL;
echo '正在初始化运行参数,版本号:'.self::VER.PHP_EOL;
echo '当前时间:'.date('Y-m-d H:i:s').PHP_EOL;
sleep(mt_rand(1, 5));
//sleep(mt_rand(1, 5));
self::backup('config', $configALL);
self::$curl = new Curl();
self::$curl->setOpt(CURLOPT_SSL_VERIFYPEER, false);

View File

@ -9,7 +9,7 @@ use Curl\Curl;
class Oauth
{
// 合作的站点
public static $sites = ['ourbits','hddolby','hdhome','pthome','moecat'];
public static $sites = ['ourbits','hddolby','hdhome','pthome','chdbits'];
// 爱语飞飞token
public static $token = '';
// 合作站点用户id