From e534ee2c2c43329c60b0f3fa6b0b38a0c5c67276 Mon Sep 17 00:00:00 2001 From: gaofeng <1212121@qq.com> Date: Thu, 13 Aug 2026 09:42:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/SwooleService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/service/SwooleService.php b/app/service/SwooleService.php index dde6a1f..4640dd1 100644 --- a/app/service/SwooleService.php +++ b/app/service/SwooleService.php @@ -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; } -} \ No newline at end of file +}