From a51e14067cb3f234508da4621c2a68d005851167 Mon Sep 17 00:00:00 2001 From: Jerry Date: Thu, 8 May 2025 13:00:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A6=81=E8=80=83=E8=AF=95=E4=BA=86=E5=A5=BD?= =?UTF-8?q?=E7=83=A6=E5=95=8A..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/wsTestClient.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/test/wsTestClient.ts b/src/test/wsTestClient.ts index 5da4b77..e7c6158 100644 --- a/src/test/wsTestClient.ts +++ b/src/test/wsTestClient.ts @@ -49,8 +49,9 @@ async function testGetAPI() { async function testPostAPI() { try { - const response = await axios.post('http://127.0.0.1:4000/api/bot/getBotId', { - token: 54188, + const response = await axios.post('https://core.crystelf.top/api/bot/getGroupInfo', { + token: '阿弥诺斯', + groupId: '1042721418', }); logger.info('[HTTP][POST] Response:', response.data); } catch (err) {