|
@@ -189,6 +189,7 @@ public class HomePresenter extends BasePresenter<HomeContract.HomeView> implemen
|
|
|
jsonObject.putOpt("platformType", "STUDENT");
|
|
|
jsonObject.putOpt("type", "1");
|
|
|
jsonObject.putOpt("status", "1");
|
|
|
+ jsonObject.putOpt("version", "0");
|
|
|
jsonObject.putOpt("page", page);
|
|
|
jsonObject.putOpt("rows", Constants.DEFAULT_DATA_SIZE);
|
|
|
} catch (JSONException e) {
|