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) {