From c177a4b989cd8ec0099e366881019545a44ad05f Mon Sep 17 00:00:00 2001 From: Song367 <601337784@qq.com> Date: Thu, 19 Jun 2025 19:10:11 +0800 Subject: [PATCH] add https --- simple.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simple.html b/simple.html index 0fd02f1..31855b8 100644 --- a/simple.html +++ b/simple.html @@ -210,7 +210,7 @@ async function getToken() { try { - const response = await fetch('http://14.103.170.252:6211/token', { + const response = await fetch('https://srtc.yantootech.com/token', { method: 'POST', headers: { 'Content-Type': 'application/json', @@ -338,7 +338,7 @@ } } - const response = await fetch('http://14.103.170.252:6211/chat', { + const response = await fetch('https://srtc.yantootech.com/chat', { method: 'POST', headers: { 'Content-Type': 'application/json',