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()}) }