所有广告都没有加载竞价返回类型

This commit is contained in:
玉峰 2025-09-15 17:24:50 +08:00
parent 41fadebfe1
commit 8f7c307af3
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ namespace WZ
Native,
Splash,
Fix,
None
}
}

View File

@ -145,7 +145,7 @@ namespace WZ
}
else
{
return AdsType.Rewarded;
return AdsType.None;
}
}
#else