소스 검색

修改内购产品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;
         }
     }
 }