Commit 1ea8931d authored by chenweijian's avatar chenweijian

cp

parent 05324289
...@@ -303,7 +303,7 @@ func SendSheepGameResult(matchId, winId, userId1, userId2 uint64, nick1, nick2, ...@@ -303,7 +303,7 @@ func SendSheepGameResult(matchId, winId, userId1, userId2 uint64, nick1, nick2,
} }
// cp邀请 // cp邀请
func SendCpInviteNotice(userId uint64, code, name, avatar, content string) error { func SendCpInviteNotice(userId uint64, code, name, avatar, content, extId string) error {
defer utils.CheckGoPanic() defer utils.CheckGoPanic()
msg := &userProxy.CpInvite{ 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},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment