mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoManager
synced 2025-06-02 07:12:58 +00:00
feat: 单聊消息删除添加from_uid
This commit is contained in:
parent
fd4859f1b7
commit
f9b4c3045e
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user