فهرست منبع

联系人类型

lichangdong 11 ساعت پیش
والد
کامیت
3b4cc5f79b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      internal/service/MessageHandlers/wecom/customer_push_notice.go

+ 1 - 1
internal/service/MessageHandlers/wecom/customer_push_notice.go

@@ -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