no message
This commit is contained in:
parent
827e8fc2d1
commit
fe55110893
@ -60,7 +60,7 @@ final class CountrySpeedService
|
||||
//// 速度
|
||||
$iNodeSpeed = rand(config("freenode.speed_min"), config("freenode.speed_max"));
|
||||
|
||||
$oFnp = FreenodePool::whereDate('date', date("Y-m-d"))->first() ?? "??";
|
||||
$oFnp = FreenodePool::whereDate('date', date("Y-m-d"))->first() ?? "[]";
|
||||
$aFnpContent = json_decode($oFnp->content, true);
|
||||
$iNodeCount = count($aFnpContent["v2ray"]) ?? rand(30, 98);
|
||||
// $iNodeCount = rand(config("freenode.count_min"), config("freenode.count_max"));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user