|
@@ -374,6 +374,7 @@ public class HomePresenter extends BasePresenter<HomeContract.HomeView> implemen
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
try {
|
|
|
jsonObject.putOpt("myself", false);
|
|
|
+ jsonObject.putOpt("rows", 21);//暂时先加上21
|
|
|
} catch (JSONException e) {
|
|
|
e.printStackTrace();
|
|
|
}
|