no message
This commit is contained in:
parent
0d455f6f2c
commit
80ac4b4eab
@ -61,6 +61,7 @@ final class CountrySpeedService
|
||||
$iNodeSpeed = rand(config("freenode.speed_min"), config("freenode.speed_max"));
|
||||
|
||||
$oFnp = FreenodePool::whereDate('date', date("Y-m-d"))->first();
|
||||
var_dump($oFnp->id);exit;
|
||||
$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