@@ -56,7 +56,7 @@ func (f *CustomerPushNoticeHandler) Handle(ctx context.Context, msg *wechat_ws.M
//Wxid := strconv.FormatInt(friend.RemoteId, 10)
friendType := 1
- if friend.Source == 2 {
+ if friend.Suffix == "微信" {
friendType = 1
} else {
friendType = 4