From fb96576ebf46725920dbb2a5081a18deee048579 Mon Sep 17 00:00:00 2001 From: Song367 <601337784@qq.com> Date: Sun, 28 Sep 2025 10:42:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E7=AB=AFapi?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simple.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simple.html b/simple.html index 9c773c4..e4035f5 100644 --- a/simple.html +++ b/simple.html @@ -383,7 +383,7 @@ async function getToken() { try { - const response = await fetch('https://srtc.yantootech.com/token', { + const response = await fetch('https://14.103.114.237/gongzheng-backend/token', { method: 'POST', headers: { 'Content-Type': 'application/json', @@ -529,7 +529,7 @@ } } - const response = await fetch('https://srtc.yantootech.com/chat', { + const response = await fetch('https://14.103.114.237/gongzheng-backend/chat', { method: 'POST', headers: { 'Content-Type': 'application/json',