lzx 14 小时之前
父节点
当前提交
e4e0199fcf
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      Assets/Scripts/GameLogic/SDK/TalkingDataManager.cs

+ 4 - 4
Assets/Scripts/GameLogic/SDK/TalkingDataManager.cs

@@ -9,13 +9,13 @@ public class TalkingDataManager : Singleton<TalkingDataManager>
     private string appID = "965461C1FE104336864EF6D7EBABC2A7";
 
 #if Taptap
-  private string channelID = "Taptap";
+  private string channelID = "Taptap_Android";
 #elif HaoYouKuaiBao
-      private string channelID = "好友快报";
+      private string channelID = "好友快报_Android";
 #elif Google
-    private string channelID = "Google";
+    private string channelID = "Google_Android";
 #else
-        private string channelID = "Unity";
+    private string channelID = "Unity_Android";
 #endif