获取配置文件的数数域名

This commit is contained in:
luojian 2025-09-02 20:26:49 +08:00
parent b305fd3ab8
commit 084c639ae9
1 changed files with 4 additions and 0 deletions

View File

@ -155,6 +155,9 @@ namespace WZ
}else if (_configs[i].Key.ToLower() == KEY_THINKDATA_ID.ToLower())
{
StaticValue.TDAppID = valueTemp;
}else if (_configs[i].Key.ToLower() == KEY_THINKDATA_SS_URL.ToLower())
{
StaticValue.TDServerURL = valueTemp;
}else if (_configs[i].Key.ToLower() == KEY_Max_Inter.ToLower())
{
StaticValue.InterAdUnitID = valueTemp;
@ -306,6 +309,7 @@ namespace WZ
public const string KEY_Admob_InterId = "Admob_IV_ID";
public const string KEY_PRIVACY_URL = "tka_url_privacy";
public const string KEY_THINKDATA_ID = "ss_app_id";
public const string KEY_THINKDATA_SS_URL = "ss_url";
public const string KEY_ADJUST_ID = "adjust_id";
public const string KEY_TopOn_AppId = "ad_appid";
public const string KEY_TopOn_Reward = "AD_Reward";