From 4b13de26bde5a65ba165770bef70c4e7e159fdca Mon Sep 17 00:00:00 2001 From: liguanjie Date: Tue, 22 Jul 2025 20:02:50 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90cs=E6=9C=8D=E5=8A=A1=E3=80=91=E6=9B=B4?= =?UTF-8?q?=E6=96=B0cs=20api=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/cs/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/cs/client.go b/services/cs/client.go index 390e4ce..cd1b2f0 100644 --- a/services/cs/client.go +++ b/services/cs/client.go @@ -11,7 +11,7 @@ const ( ) var HOST = requests.Host{ - Default: "cs", + Default: "cs.api.gaore.com", } type Client struct {