要考试了好烦啊..

This commit is contained in:
Jerry 2025-05-08 13:00:36 +08:00
parent 5e6952cfc1
commit a51e14067c

View File

@ -49,8 +49,9 @@ async function testGetAPI() {
async function testPostAPI() { async function testPostAPI() {
try { try {
const response = await axios.post('http://127.0.0.1:4000/api/bot/getBotId', { const response = await axios.post('https://core.crystelf.top/api/bot/getGroupInfo', {
token: 54188, token: '阿弥诺斯',
groupId: '1042721418',
}); });
logger.info('[HTTP][POST] Response:', response.data); logger.info('[HTTP][POST] Response:', response.data);
} catch (err) { } catch (err) {