gfgios 1 год назад
Родитель
Сommit
048c438281
1 измененных файлов с 1 добавлено и 1 удалено
  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;
         }
     }
 }