admin
2022-01-28 d2f28af81d4fb4878d42716ee7a669c7289316fb
app/src/com/hanju/video/app/util/video/DPEventCollectUtil.java
@@ -23,8 +23,8 @@
     * @param context
     * @param from
     */
    public static void playDrawVideo(Context context, Map<String, Object> map, String from,boolean complete) {
        HttpApiUtil.playDrawVideo(context, from,complete, new BasicTextHttpResponseHandler() {
    public static void playDrawVideo(Context context, Map<String, Object> map, String from, boolean complete) {
        HttpApiUtil.playDrawVideo(context, from, complete, new BasicTextHttpResponseHandler() {
            @Override
            public void onSuccessPerfect(int statusCode, Header[] headers, JSONObject jsonObject) throws Exception {
@@ -42,7 +42,12 @@
        long time = NovelSDK.INSTANCE.getNovelReadingDuration();
        if (time <= 0)
            return;
        HttpApiUtil.readNovel(context, time);
        HttpApiUtil.readNovel(context, time, new BasicTextHttpResponseHandler() {
            @Override
            public void onSuccessPerfect(int statusCode, Header[] headers, JSONObject jsonObject) throws Exception {
            }
        });
    }