From d4c953dc175b9602768bc51b383776849d962dfb Mon Sep 17 00:00:00 2001 From: wh_zcy Date: Fri, 25 Nov 2022 22:51:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A9=E6=88=98=E8=8B=B1=E9=9B=84=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/friend/api_cross_assisthero.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/friend/api_cross_assisthero.go b/modules/friend/api_cross_assisthero.go index 5c339cb75..0f8004e46 100644 --- a/modules/friend/api_cross_assisthero.go +++ b/modules/friend/api_cross_assisthero.go @@ -76,6 +76,7 @@ func (this *apiComp) Assisthero(session comm.IUserSession, req *pb.FriendAssisth }, } + this.moduleFriend.Debug("设置的助战英雄推送给好友", log.Fields{"uid": uid, "friendIds": self.FriendIds, "heroObjId": req.HeroObjId}) if err := this.moduleFriend.SendMsgToUsers(string(this.moduleFriend.GetType()), "assistheroupdate", push, self.FriendIds...); err != nil { this.moduleFriend.Error("推送助战英雄列表", log.Fields{"uid": uid, "friends": self.FriendIds, "err": err.Error()}) }