From f4d24520d8d414591feff5d6e4c2df4953485524 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Thu, 3 Jul 2025 20:35:08 +0800 Subject: [PATCH] no message --- app/Http/Controllers/Api/CountryController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Api/CountryController.php b/app/Http/Controllers/Api/CountryController.php index 43698444..fe55ab71 100755 --- a/app/Http/Controllers/Api/CountryController.php +++ b/app/Http/Controllers/Api/CountryController.php @@ -14,7 +14,7 @@ final class CountryController { if ($sCase == "a") { - $iCountryLimit = rand(4, 8); // 平均6 + $iCountryLimit = rand(5, 8); // 平均6 $iNodeLimit = rand(10, 35); // 平局20多 $iSpeedLimit = rand(5, 30); }