🎨 逻辑完善
This commit is contained in:
@@ -23,7 +23,7 @@ func parse(msg []byte) {
|
||||
m.Raw = string(msg)
|
||||
|
||||
// 如果不是自己的消息,直接返回
|
||||
if m.FromUser == current.GetRobotInfo().WxId {
|
||||
if m.ToUser == current.GetRobotInfo().WxId {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user