From 3c853e808d9e617662fd4ce207d609daa8681df3 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期六, 13 三月 2021 16:42:04 +0800 Subject: [PATCH] 添加PPTV视频前贴中的免广告权益 --- BuWanVideo/src/com/weikou/beibeivideo/entity/ad/PlayVideoPreADSetting.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/BuWanVideo/src/com/weikou/beibeivideo/entity/ad/PlayVideoPreADSetting.java b/BuWanVideo/src/com/weikou/beibeivideo/entity/ad/PlayVideoPreADSetting.java index f5d73cd..edca224 100644 --- a/BuWanVideo/src/com/weikou/beibeivideo/entity/ad/PlayVideoPreADSetting.java +++ b/BuWanVideo/src/com/weikou/beibeivideo/entity/ad/PlayVideoPreADSetting.java @@ -13,6 +13,10 @@ private String gdtPid;//骞跨偣閫氱殑PID private String csjPid;//绌垮北鐢茬殑pid + //鏄惁闇�瑕佹樉绀烘縺鍔辫棰戞彁绀� + private boolean needShowRewardNotify; + + public PlayVideoPreADSetting(AdUtil.AD_TYPE adType, String gdtAppId, String gdtPid, String csjPid) { this.adType = adType; this.gdtAppId = gdtAppId; @@ -64,4 +68,11 @@ } + public boolean isNeedShowRewardNotify() { + return needShowRewardNotify; + } + + public void setNeedShowRewardNotify(boolean needShowRewardNotify) { + this.needShowRewardNotify = needShowRewardNotify; + } } -- Gitblit v1.8.0