From 94ffacd56813d7e20ba2432de0f28380cc39383f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com> Date: Wed, 27 Aug 2025 16:23:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E7=99=BB=E5=BD=95=E6=8F=90?= =?UTF-8?q?=E4=BE=9Bdirecode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua_probject/base_project/Game/Controller/LoginController.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua_probject/base_project/Game/Controller/LoginController.lua b/lua_probject/base_project/Game/Controller/LoginController.lua index c4914d79..c6d1ae99 100644 --- a/lua_probject/base_project/Game/Controller/LoginController.lua +++ b/lua_probject/base_project/Game/Controller/LoginController.lua @@ -111,6 +111,7 @@ function M:Login(callback) _data["nick"] = user.nick_name _data["sex"] = user.sex _data["portrait"] = user.head_url + _data["deviceCode"] = UnityEngine.SystemInfo.deviceUniqueIdentifier __Login(Protocol.WEB_USER_LOGIN, _data, callback) end