修复报错

This commit is contained in:
juncong lee 2025-09-01 16:14:50 +08:00
parent 08633a0154
commit 2d2426d021
1 changed files with 2 additions and 2 deletions

View File

@ -62,11 +62,11 @@ namespace Script.SDKManager.AdsSDKManager.Utils
LoggerUtils.Debug("[AdsBidResult] final maxPriceCustomContentInfo: " + customContentString + " double: " + customContentDouble + " object:" + customContentObjectString);
if (customContentObjectString.Equals(m_toponObj))
{
return PlatformType.Tpn;
return PlatformType.Topon;
}
else if (customContentObjectString.Equals(m_maxObj))
{
return PlatformType.Max;
return PlatformType.AppLovin;
}
else if (customContentObjectString.Equals(m_admobObj))
{