gfg 1 year ago
parent
commit
d902b265b5
1 changed files with 2 additions and 1 deletions
  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)
             {