Skip to content

Commit

Permalink
Revert: 优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Jul 25, 2018
1 parent 1a9a2d5 commit e869601
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public Observable<BookShelfBean> analyzeChapterList(final String s, final BookSh
List<ChapterListBean> chapterListBeans = webChapterBean.getData();

while (!TextUtils.isEmpty(webChapterBean.getNextUrl())) {
Call<String> call = DefaultModelImpl.getRetrofitString(webChapterBean.getNextUrl())
Call<String> call = DefaultModelImpl.getRetrofitString(bookSourceBean.getBookSourceUrl())
.create(IHttpGetApi.class).getWebContentCall(webChapterBean.getNextUrl(), AnalyzeHeaders.getMap(bookSourceBean.getHttpUserAgent()));
String response = "";
try {
Expand Down

0 comments on commit e869601

Please sign in to comment.