Bläddra i källkod

修改内购产品id规则

gfgios 1 år sedan
förälder
incheckning
048c438281
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Platform/QDAppStoreManager.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Platform/QDAppStoreManager.cs

@@ -235,7 +235,7 @@ namespace GFGGame
 
         public string GetIosProductId(int cfgId)
         {
-            return "wsj" + cfgId;
+            return "wsj." + cfgId;
         }
     }
 }