forked from lxh/go-wxhelper
🎨 逻辑完善
This commit is contained in:
parent
797821e2ed
commit
22474efc57
@ -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
|
||||
}
|
||||
|
||||
|
@ -24,7 +24,7 @@ func parse(remoteAddr net.Addr, msg []byte) {
|
||||
m.Raw = string(msg)
|
||||
|
||||
// 如果不是自己的消息,直接返回
|
||||
if m.FromUser == current.GetRobotInfo().WxId {
|
||||
if m.ToUser == current.GetRobotInfo().WxId {
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user