消息优化

This commit is contained in:
hahwu 2026-03-03 12:29:48 +08:00
parent 1e0ca0db80
commit a22e318c22

View File

@ -179,6 +179,7 @@ func (m *Msg) Clone() *Msg {
Id: m.Id,
H: m.H,
UniKey: m.UniKey,
HandleType: m.HandleType,
}
}