修改数数server ID

This commit is contained in:
juncong lee 2025-09-02 22:36:46 +08:00
parent 1b87fb8a25
commit 5b26b6dfa8
2 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ namespace WZ
public static string TDAppID = ""; public static string TDAppID = "";
public static string TDServerURL = ""; public static string TDServerURL = "https://data.tapvicogames.com";
// max // max
public static string InterAdUnitID = ""; public static string InterAdUnitID = "";

View File

@ -8,6 +8,7 @@ namespace WZ
{ {
public void Init() public void Init()
{ {
LoggerUtils.Debug("ShuShuMangage Init"+StaticValue.TDAppID+" serverURL"+StaticValue.TDServerURL);
// 初始化SDK // 初始化SDK
TDAnalytics.Init(StaticValue.TDAppID, StaticValue.TDServerURL); TDAnalytics.Init(StaticValue.TDAppID, StaticValue.TDServerURL);
//开启自动采集事件 //开启自动采集事件