lzx 14 hours ago
parent
commit
e4e0199fcf
1 changed files with 4 additions and 4 deletions
  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";
     private string appID = "965461C1FE104336864EF6D7EBABC2A7";
 
 
 #if Taptap
 #if Taptap
-  private string channelID = "Taptap";
+  private string channelID = "Taptap_Android";
 #elif HaoYouKuaiBao
 #elif HaoYouKuaiBao
-      private string channelID = "好友快报";
+      private string channelID = "好友快报_Android";
 #elif Google
 #elif Google
-    private string channelID = "Google";
+    private string channelID = "Google_Android";
 #else
 #else
-        private string channelID = "Unity";
+    private string channelID = "Unity_Android";
 #endif
 #endif