QQ浏览器 v12.2.3.7053版本的 MD5 值为:8285ab3059e5c8b521a264dfbc5c3685

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


package com.tencent.now.custom_room_service;

import com.tencent.falco.base.libapi.http.HttpInterface;
import com.tencent.falco.base.libapi.http.HttpResponse;
import com.tencent.now.custom_http_service.CustomHttpService;
import org.json.JSONException;
import org.json.JSONObject;

public class CgiGetTopicLivePlayUrl {
    public static void a(boolean z, HttpInterface httpInterface, long j, String str, HttpResponse httpResponse) {
        try {
            JSONObject jSONObject = new JSONObject();
            jSONObject.put("room_id", String.valueOf(j));
            jSONObject.put("start_ts", str);
            if (httpInterface instanceof CustomHttpService) {
                ((CustomHttpService) httpInterface).c(z ? "https://test.ilive.qq.com/cgi-bin/info_flow/room/get_offset_streaming" : "https://kd.ilive.qq.com/cgi-bin/info_flow/room/get_offset_streaming", jSONObject, httpResponse);
            }
        } catch (JSONException unused) {
        }
    }
}