瀏覽代碼

修改内购产品id规则

gfgios 1 年之前
父節點
當前提交
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;
         }
     }
 }