From b78306a2cd24fc3e3692ca46ef2dec4bb4ae1479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com> Date: Tue, 20 May 2025 15:00:37 +0800 Subject: [PATCH] =?UTF-8?q?groupid=E6=94=B9=E6=88=90id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../base_project/Game/Controller/NewGroupController.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua_probject/base_project/Game/Controller/NewGroupController.lua b/lua_probject/base_project/Game/Controller/NewGroupController.lua index 26118d92..6a2f4804 100644 --- a/lua_probject/base_project/Game/Controller/NewGroupController.lua +++ b/lua_probject/base_project/Game/Controller/NewGroupController.lua @@ -936,7 +936,7 @@ end function M:FG_SetGroupRecordReadStatus(group_id, platform, militarys, is_read, callback) local _client = ControllerManager.GroupClient local data = {} - data.group_id = group_id + data.id = group_id data.platform = platform data.militarys = militarys data.is_read = is_read