酷狗概念版 v2.5.5版本的 MD5 值为:782d327088fca4e58310f35a56f41319

以下内容为反编译后的 ReportSongPlayReachThreeMinsProtocol.java 源代码,内容仅作参考


package com.kugou.android.app.home.channel.protocol;

import android.support.v4.app.NotificationCompat;
import c.a.a.i;
import c.t;
import com.kugou.android.app.common.comment.entity.CommentEntity;
import com.kugou.android.app.home.channel.entity.CommonResponse;
import com.kugou.android.app.home.channel.f.c;
import com.kugou.common.network.w;
import com.kugou.common.utils.as;
import d.ab;
import d.u;
import d.z;
import java.util.LinkedHashMap;
import kotlin.Metadata;
import org.jetbrains.annotations.NotNull;
import org.json.JSONObject;
import rx.e;

@Metadata(bv = {1, 0, 3}, d1 = {"\u0000$\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\t\n\u0000\bÆ\u0002\u0018\u00002\u00020\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002J\u001c\u0010\u0003\u001a\u000e\u0012\n\u0012\b\u0012\u0004\u0012\u00020\u00010\u00050\u00042\u0006\u0010\u0006\u001a\u00020\u0007H\u0002J\u001a\u0010\b\u001a\u000e\u0012\n\u0012\b\u0012\u0004\u0012\u00020\u00010\u00050\u00042\u0006\u0010\t\u001a\u00020\n¨\u0006\u000b"}, d2 = {"Lcom/kugou/android/app/home/channel/protocol/ReportSongPlayReachThreeMinsProtocol;", "", "()V", "parseBody", "Lrx/Observable;", "Lcom/kugou/android/app/home/channel/entity/CommonResponse;", "responseBody", "Lokhttp3/ResponseBody;", CommentEntity.REPORT_TYPE_REPORT, "mixId", "", "androidkugou_release"}, k = 1, mv = {1, 1, 15})
public final class ReportSongPlayReachThreeMinsProtocol {

    public static final ReportSongPlayReachThreeMinsProtocol f11487a = new ReportSongPlayReachThreeMinsProtocol();

    private ReportSongPlayReachThreeMinsProtocol() {
    }

    @NotNull
    public final e<CommonResponse<Object>> a(long j) {
        bi biVar = (bi) new t.a().b("ReportPlaySongToServerProtocol").a(i.a()).a(w.a(com.kugou.android.app.a.a.FK, "https://youth.kugou.com/v2/report/listen_song")).a(c.b.a.a.a()).a().b().a(bi.class);
        LinkedHashMap linkedHashMap = new LinkedHashMap();
        JSONObject jSONObject = new JSONObject();
        jSONObject.put("mixsongid", j);
        String jSONObject2 = jSONObject.toString();
        kotlin.jvm.internal.i.a((Object) jSONObject2, "body.toString()");
        w.b(linkedHashMap, jSONObject2);
        e c2 = biVar.c(linkedHashMap, z.a(u.a("application/json"), jSONObject2)).c(a.f11488a);
        kotlin.jvm.internal.i.a((Object) c2, "viewInterface\n          …ponseBody)\n             }");
        return c2;
    }

    @Metadata(bv = {1, 0, 3}, d1 = {"\u0000\u0018\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\u0010\u0000\u001a\u000e\u0012\n\u0012\b\u0012\u0004\u0012\u00020\u00030\u00020\u00012\u000e\u0010\u0004\u001a\n \u0006*\u0004\u0018\u00010\u00050\u0005H\n¢\u0006\u0002\b\u0007"}, d2 = {"<anonymous>", "Lrx/Observable;", "Lcom/kugou/android/app/home/channel/entity/CommonResponse;", "", "responseBody", "Lokhttp3/ResponseBody;", "kotlin.jvm.PlatformType", NotificationCompat.CATEGORY_CALL}, k = 3, mv = {1, 1, 15})
    static final class a<T, R> implements rx.b.e<T, e<? extends R>> {

        public static final a f11488a = new a();

        a() {
        }

        @Override
        @NotNull
        public final e<CommonResponse<Object>> call(ab abVar) {
            ReportSongPlayReachThreeMinsProtocol reportSongPlayReachThreeMinsProtocol = ReportSongPlayReachThreeMinsProtocol.f11487a;
            kotlin.jvm.internal.i.a((Object) abVar, "responseBody");
            return reportSongPlayReachThreeMinsProtocol.a(abVar);
        }
    }

    public final e<CommonResponse<Object>> a(ab abVar) {
        try {
            CommonResponse commonResponse = new CommonResponse(0, 0, null, false, null, 31, null);
            String f = abVar.f();
            as.f("lzq-young", f);
            JSONObject jSONObject = new JSONObject(f);
            commonResponse.a(jSONObject.getInt("status"));
            commonResponse.b(jSONObject.getInt("error_code"));
            String string = jSONObject.getString("error_msg");
            kotlin.jvm.internal.i.a((Object) string, "jsonObject.getString(\"error_msg\")");
            commonResponse.a(string);
            e<CommonResponse<Object>> a2 = e.a(commonResponse);
            kotlin.jvm.internal.i.a((Object) a2, "Observable.just(response)");
            return a2;
        } catch (Exception unused) {
            e<CommonResponse<Object>> a3 = e.a((Throwable) new c(null));
            kotlin.jvm.internal.i.a((Object) a3, "Observable.error<CommonR…nnelParseException(null))");
            return a3;
        }
    }
}