no message

This commit is contained in:
hellcat 2026-07-29 14:26:10 +08:00
parent 80ac4b4eab
commit f45aa4c9a6
2 changed files with 4 additions and 20 deletions

View File

@ -8,6 +8,7 @@ use App\Services\Time;
use voku\helper\AntiXSS;
use App\Models\Tags;
use App\Services\TomTool\Http;
use App\Services\CountrySpeedService;
class SakaiController
{
@ -21,26 +22,9 @@ class SakaiController
public function test1()
{
function xx($a){
return 234234234;
}
echo "<pre>";
$a = "哈哈哈哈";
$a = "z";
$str = "asdfasdfasdfasdfas
dfasdfa
{$this->xx($a)}
sdsdfasdf";
// file_put_contents('output.txt', $str);
echo $str;
// echo 123123;
$r = CountrySpeedService::fn_b();
tt($r);
}
function __construct()

View File

@ -61,7 +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;
// 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"));