This commit is contained in:
2025-06-26 10:09:37 +08:00
parent 5a0444234f
commit 1cc5f25c28

View File

@@ -667,7 +667,7 @@
data: message
}, {
headers: {
'Authorization': `Bearer ${token}`, // 假设使用 Bearer token
'token': `${token}`, // 假设使用 Bearer token
'Content-Type': 'application/json' // 通常也需要指定内容类型
}
})