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/util/video/DPEventCollectUtil.java |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/BuWanVideo/src/com/weikou/beibeivideo/util/video/DPEventCollectUtil.java b/BuWanVideo/src/com/weikou/beibeivideo/util/video/DPEventCollectUtil.java
index 8ddab98..d8ca1ad 100644
--- a/BuWanVideo/src/com/weikou/beibeivideo/util/video/DPEventCollectUtil.java
+++ b/BuWanVideo/src/com/weikou/beibeivideo/util/video/DPEventCollectUtil.java
@@ -2,7 +2,6 @@
 
 import android.content.Context;
 
-import com.bytedance.novel.pangolin.NovelSDK;
 import com.weikou.beibeivideo.BasicTextHttpResponseHandler;
 import com.weikou.beibeivideo.BeibeiVideoAPI;
 
@@ -26,24 +25,6 @@
     public static void playDrawVideo(Context context, Map<String, Object> map, String type, String from, boolean complete) {
 
         BeibeiVideoAPI.playDrawVideo(context, type, from, complete, new BasicTextHttpResponseHandler() {
-            @Override
-            public void onSuccessPerfect(int statusCode, Header[] headers, JSONObject jsonObject) throws Exception {
-
-            }
-        });
-    }
-
-
-    /**
-     * 涓婁紶灏忚闃呰鏃堕棿
-     *
-     * @param context
-     */
-    public static void uploadNovelReadTime(Context context) {
-        long time = NovelSDK.INSTANCE.getNovelReadingDuration();
-        if (time <= 0)
-            return;
-        BeibeiVideoAPI.readNovel(context, time, new BasicTextHttpResponseHandler() {
             @Override
             public void onSuccessPerfect(int statusCode, Header[] headers, JSONObject jsonObject) throws Exception {
 

--
Gitblit v1.8.0