From 2c5b6e472c368e80d85b8ea2b461c9ea62981d9b Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期日, 08 十月 2023 11:28:56 +0800 Subject: [PATCH] 广告升级/bug修复 --- BuWanVideo/src/com/weikou/beibeivideo/entity/ad/PlayVideoPreADSetting.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/BuWanVideo/src/com/weikou/beibeivideo/entity/ad/PlayVideoPreADSetting.java b/BuWanVideo/src/com/weikou/beibeivideo/entity/ad/PlayVideoPreADSetting.java index edca224..49781e8 100644 --- a/BuWanVideo/src/com/weikou/beibeivideo/entity/ad/PlayVideoPreADSetting.java +++ b/BuWanVideo/src/com/weikou/beibeivideo/entity/ad/PlayVideoPreADSetting.java @@ -14,7 +14,7 @@ private String csjPid;//绌垮北鐢茬殑pid //鏄惁闇�瑕佹樉绀烘縺鍔辫棰戞彁绀� - private boolean needShowRewardNotify; + private String otherAction; public PlayVideoPreADSetting(AdUtil.AD_TYPE adType, String gdtAppId, String gdtPid, String csjPid) { @@ -68,11 +68,11 @@ } - public boolean isNeedShowRewardNotify() { - return needShowRewardNotify; + public String getOtherAction() { + return otherAction; } - public void setNeedShowRewardNotify(boolean needShowRewardNotify) { - this.needShowRewardNotify = needShowRewardNotify; + public void setOtherAction(String otherAction) { + this.otherAction = otherAction; } } -- Gitblit v1.8.0