修改数数server ID
This commit is contained in:
parent
1b87fb8a25
commit
5b26b6dfa8
|
@ -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 = "";
|
||||||
|
|
|
@ -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);
|
||||||
//开启自动采集事件
|
//开启自动采集事件
|
||||||
|
|
Loading…
Reference in New Issue