mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoManager
synced 2025-06-03 23:58:10 +00:00
feat: 单聊消息删除添加from_uid
This commit is contained in:
parent
fd4859f1b7
commit
f9b4c3045e
@ -225,6 +225,7 @@ const msgDel = (data: any) => {
|
|||||||
const formData = {
|
const formData = {
|
||||||
channel_id: route.query.uid,
|
channel_id: route.query.uid,
|
||||||
channel_type: 1,
|
channel_type: 1,
|
||||||
|
from_uid: route.query.touid,
|
||||||
list
|
list
|
||||||
};
|
};
|
||||||
messageDelete(formData).then((res: any) => {
|
messageDelete(formData).then((res: any) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user