guodong 1 год назад
Родитель
Сommit
76b07c8406
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Controller/LoginController.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Controller/LoginController.cs

@@ -239,6 +239,7 @@ namespace GFGGame
 
         public static async ETTask ReqEnterGame()
         {
+            BuglyAgent.SetUserId(RoleDataManager.roleName + VersionController.Instance.PackageVersion);
             ViewManager.Show<ModalStatusView>("请求进入游戏...");
             int errorCode = await LoginHelper.GetRealmKey(GameGlobal.zoneScene);
             if (errorCode != ErrorCode.ERR_Success)