This commit is contained in:
gaofeng
2026-08-13 09:42:20 +08:00
parent 21b32e11c1
commit e534ee2c2c

View File

@@ -7,7 +7,7 @@ class SwooleService
{
private static ?self $instance = null;
private string $host = 'ossup.jzvisa.com';
private string $host = 'ossup.jzvisa.cn';
private int $port = 19501;
private float $timeout = 3.0;
@@ -60,4 +60,4 @@ class SwooleService
{
self::$instance = null;
}
}
}