From 5b26b6dfa8b16a9ff608d54fc0c558207fbf653c Mon Sep 17 00:00:00 2001 From: juncong lee Date: Tue, 2 Sep 2025 22:36:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=95=B0server=20ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Script/Common/StaticValue.cs | 2 +- Assets/Script/SDKManager/ShuShuMangage/ShuShuMangage.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/Script/Common/StaticValue.cs b/Assets/Script/Common/StaticValue.cs index 0aa3e85..0f0baee 100644 --- a/Assets/Script/Common/StaticValue.cs +++ b/Assets/Script/Common/StaticValue.cs @@ -38,7 +38,7 @@ namespace WZ public static string TDAppID = ""; - public static string TDServerURL = ""; + public static string TDServerURL = "https://data.tapvicogames.com"; // max public static string InterAdUnitID = ""; diff --git a/Assets/Script/SDKManager/ShuShuMangage/ShuShuMangage.cs b/Assets/Script/SDKManager/ShuShuMangage/ShuShuMangage.cs index 2be4889..d4ee377 100644 --- a/Assets/Script/SDKManager/ShuShuMangage/ShuShuMangage.cs +++ b/Assets/Script/SDKManager/ShuShuMangage/ShuShuMangage.cs @@ -8,6 +8,7 @@ namespace WZ { public void Init() { + LoggerUtils.Debug("ShuShuMangage Init"+StaticValue.TDAppID+" serverURL"+StaticValue.TDServerURL); // 初始化SDK TDAnalytics.Init(StaticValue.TDAppID, StaticValue.TDServerURL); //开启自动采集事件