gfg 1 år sedan
förälder
incheckning
d902b265b5
1 ändrade filer med 2 tillägg och 1 borttagningar
  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)
             {