Api
public class Api { public static final String BASE_URL = "http://mnews.gw.com.cn/wap/data/"; }
ApiService
public interface ApiService { @GET("news/txs/page_" + "{page}" + ".json") Flowable<List<JsonBean>> getShow(@Path("page") String page); }
Api
public class Api { public static final String BASE_URL = "http://mnews.gw.com.cn/wap/data/"; }
ApiService
public interface ApiService { @GET("news/txs/page_" + "{page}" + ".json") Flowable<List<JsonBean>> getShow(@Path("page") String page); }