From f07905e6f58cc659a4cbe14bb97eea77dd128374 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Fri, 16 Jun 2023 18:04:21 +0800 Subject: [PATCH] Update userProxy.proto --- protocol/userProxy.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/userProxy.proto b/protocol/userProxy.proto index aecd63a..7503b54 100644 --- a/protocol/userProxy.proto +++ b/protocol/userProxy.proto @@ -401,5 +401,5 @@ message CpUpgrade { User user1 = 1; User user2 = 2; uint32 cp_level = 3; - string content = 4; + string group_id = 4; } \ No newline at end of file -- 2.22.0