This commit is contained in:
2025-06-26 10:11:43 +08:00
parent 2446ad8c0f
commit 51eaec0871

View File

@@ -674,7 +674,7 @@
.then(response => {
console.log('请求成功:', response.data);
let res = response.data;
if (res.code === 200) {
if (res.code === 0) {
// 添加消息到UI自己的消息
addMessage({
userId: currentUser.id,