From fe55110893732d24104f616b71de5c6155c8c588 Mon Sep 17 00:00:00 2001 From: hellcat Date: Tue, 28 Jul 2026 18:16:42 +0800 Subject: [PATCH] no message --- app/Services/CountrySpeedService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/CountrySpeedService.php b/app/Services/CountrySpeedService.php index a5961c40..eb377a79 100755 --- a/app/Services/CountrySpeedService.php +++ b/app/Services/CountrySpeedService.php @@ -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"));