From e13c9c87e46c831423ef91da560695ff0cf335f4 Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Mon, 5 Jun 2023 11:03:44 +0800 Subject: [PATCH] cp --- protocol/userProxy.proto | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/protocol/userProxy.proto b/protocol/userProxy.proto index a22fcc6..c241a3a 100644 --- a/protocol/userProxy.proto +++ b/protocol/userProxy.proto @@ -387,8 +387,6 @@ message SheepGameResult { /* id == 149 cp邀请 */ message CpInvite { - string user_code = 1; - string name = 2; - string avatar = 3; - string msg = 4; + User user = 1; + string msg = 2; } \ No newline at end of file -- 2.22.0