|
@@ -187,6 +187,8 @@ public class HomePresenter extends BasePresenter<HomeContract.HomeView> implemen
|
|
|
if (!TextUtils.isEmpty(currentSubjectId)) {
|
|
|
jsonObject.putOpt("subjectIds", currentSubjectId);
|
|
|
}
|
|
|
+ jsonObject.putOpt("page", 1);
|
|
|
+ jsonObject.putOpt("rows", Constants.DEFAULT_DATA_SIZE);
|
|
|
} catch (JSONException e) {
|
|
|
e.printStackTrace();
|
|
|
}
|