feat: 单聊消息删除添加from_uid

This commit is contained in:
wanglihui 2023-12-17 22:11:11 +08:00
parent fd4859f1b7
commit f9b4c3045e

View File

@ -225,6 +225,7 @@ const msgDel = (data: any) => {
const formData = {
channel_id: route.query.uid,
channel_type: 1,
from_uid: route.query.touid,
list
};
messageDelete(formData).then((res: any) => {