导航菜单

页面标题

页面副标题

Top浏览器 v4.6.16 - BrowserApi.java 源代码

正在查看: Top浏览器 v4.6.16 应用的 BrowserApi.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.pocket.topbrowser.browser.api;

import androidx.annotation.Keep;
import c.h.b.l.c;
import c.h.b.l.j.a;
import c.h.b.l.j.b;
import c.h.b.l.j.e;
import c.h.b.l.j.f;
import c.h.b.l.j.h;
import c.h.b.l.j.j;
import com.pocket.common.http.bean.NullType;
import com.pocket.topbrowser.browser.setting.SyncBo;

@Keep
public interface BrowserApi {
    @h("user/cancel_account")
    c<NullType> cancelAccount();

    @h("user/logout")
    c<NullType> logout();

    @h("reader/apply_support")
    c<NullType> readerModelApplySupport(@e("url") String str);

    @h("browser/report_ad")
    c<NullType> reportAd(@e("url") String str);

    @h("app/search")
    c<NullType> searchStatistics(@b SearchBo searchBo);

    @a("http://suggestion.baidu.com/")
    @f("su?wd=word")
    c<SearchSuggestVO> searchSuggest(@j("word") String str);

    @h("subscribe/apply_support")
    c<NullType> subscribeApply(@e("url") String str);

    @h("user/data_sync")
    c<SyncBo> syncData(@e("data") String str);
}