client_Hale
2020-09-09 8436569bd8fca9b9b267bb007d2c3fd387455316
Project/qk_sdk/src/game_qk/java/com/secondworld/universalsdk/QuickPlatformUtil.java
@@ -84,7 +84,7 @@
                    JSONObject _info = new JSONObject();
                    _info.put("account", userId);
                    _info.put("token", token);
                    _info.put("userName", userName);
                    _info.put("userName", USER.getUID());
                    m_Message.put("code", CodeA2U.FreePlatformLoginOk);
                    m_Message.put("info", _info);
                    UniversalUtil.sendMessageToUnity(m_Message);
@@ -139,7 +139,7 @@
                try
                {
                    JSONObject _info = new JSONObject();
                    _info.put("userName", userName);
                    _info.put("userName", USER.getUID());
                    _info.put("token", token);
                    _info.put("account", userId);
                    m_Message.put("code", CodeA2U.FreePlatformSwitchAccountOk);