fix: 🐛修复群列表,发送消息失败

This commit is contained in:
wanglihui 2024-06-20 10:18:03 +08:00
parent 3c96ee98fb
commit 1bad94bb0b
2 changed files with 4164 additions and 3393 deletions

File diff suppressed because it is too large Load Diff

View File

@ -227,8 +227,8 @@ const onSand = (item: any) => {
receivederChannelType: 2,
receiveder: item.group_no,
receivederName: item.name,
sender: item.create_name,
senderName: item.creator
sender: item.creator,
senderName: item.create_name
};
};