no message

This commit is contained in:
juncong lee 2025-09-17 08:16:03 +08:00
parent e024f00451
commit ee26a82fec
1 changed files with 6 additions and 6 deletions

View File

@ -295,9 +295,9 @@ namespace WZ
if (isInterstitial)
{
AdPriceInfo priceInfo = new AdPriceInfo(
maxPrice: -1,//MaxAdsManager.Instance.GetInterstitialRevenue(),
admobPrice: -1,//AdmobAdsManager.Instance.GetInterstitialRevenue(),
bigoPrice: -1,//BigoAdsManager.Instance.GetInterstitialRevenue(),
maxPrice: MaxAdsManager.Instance.GetInterstitialRevenue(),
admobPrice: AdmobAdsManager.Instance.GetInterstitialRevenue(),
bigoPrice: BigoAdsManager.Instance.GetInterstitialRevenue(),
kwaiPrice: KwaiAdsManager.Instance.GetInterstitialRevenue(),
toponAdUnitId: TpnAdsManager.Instance._topon_interstitial_units
);
@ -306,9 +306,9 @@ namespace WZ
else
{
AdPriceInfo priceInfo = new AdPriceInfo(
maxPrice: -1,//MaxAdsManager.Instance.GetRewardedRevenue(),
admobPrice: -1,//AdmobAdsManager.Instance.GetRewardedRevenue(),
bigoPrice: -1,//BigoAdsManager.Instance.GetRewardedRevenue(),
maxPrice: MaxAdsManager.Instance.GetRewardedRevenue(),
admobPrice: AdmobAdsManager.Instance.GetRewardedRevenue(),
bigoPrice: BigoAdsManager.Instance.GetRewardedRevenue(),
kwaiPrice: KwaiAdsManager.Instance.GetRewardedRevenue(),
toponAdUnitId: TpnAdsManager.Instance._topon_rewarded_units
);