gfg 1 년 전
부모
커밋
d902b265b5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      GameClient/Assets/Game/HotUpdate/ServerProxy/IOSRechargeSProxy.cs

+ 2 - 1
GameClient/Assets/Game/HotUpdate/ServerProxy/IOSRechargeSProxy.cs

@@ -9,7 +9,8 @@ namespace GFGGame
             S2C_IosVerifyOrder response = (S2C_IosVerifyOrder)await MessageHelper.SendToServer(new C2S_IosVerifyOrder()
             {
                 OrderId = OrderId,
-                TransactionId = TransactionId
+                TransactionId = TransactionId,
+                EnvironmentType = LauncherConfig.serverStatus == 2?0:1
             });
             if(response != null)
             {