From ae0174619c8c4ee358ff0a02a4a31fc7b91846f1 Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Mon, 12 Jun 2023 16:01:15 +0800 Subject: [PATCH] cp --- rpc/user_center_func.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/user_center_func.go b/rpc/user_center_func.go index ade2137..4f9f426 100644 --- a/rpc/user_center_func.go +++ b/rpc/user_center_func.go @@ -306,7 +306,7 @@ func SendSheepGameResult(matchId, winId, userId1, userId2 uint64, nick1, nick2, func SendCpInviteNotice(userId uint64, code, name, avatar, content, extId string) error { defer utils.CheckGoPanic() msg := &userProxy.CpInvite{ - User: &userProxy.User{Id: userId, Code: code, Nick: name, Avatar: avatar}, + User: &userProxy.User{Id: userId, Code: code, Nick: name, Avatar: avatar, ExternalId: extId}, Msg: content, } if buffer, err := proto.Marshal(msg); err == nil { -- 2.22.0