hexiaojie 8 달 전
부모
커밋
86fea961e2
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      GameClient/Assets/Game/Launcher/LauncherConfig.cs
  2. 1 0
      GameClient/Assets/Game/Launcher/Platform/QDManagerInit.cs

+ 2 - 2
GameClient/Assets/Game/Launcher/LauncherConfig.cs

@@ -87,9 +87,9 @@ namespace GFGGame
             cfgName = "cfg_taptap";
             ChannelId = (int)ChannelID.TapTap;
 #elif PT_DOUYOU
-            netType = EnumNetType.LOCAL;
+            netType = EnumNetType.PUBLIC;
             cfgName = "cfg_gfg";
-            ChannelId = (int)ChannelID.Test;
+            ChannelId = (int)ChannelID.DouYou;
 #elif PT_IOS
             netType = EnumNetType.PUBLIC;
             cfgName = "cfg_ios";

+ 1 - 0
GameClient/Assets/Game/Launcher/Platform/QDManagerInit.cs

@@ -10,6 +10,7 @@ namespace GFGGame.Launcher
             switch (LauncherConfig.ChannelId)
             {
                 case (int)ChannelID.DouYou:
+                    UniEvent.SendMessage(new LauncherEvent.InitPlatformResult() { success = true });
                     AliPayManagerInit.Instance.InitSDK();
                     QDShareManagerInit.Instance.InitSDK();
                     break;