|
@@ -37,6 +37,7 @@ public class LiveListPresenter extends BasePresenter<LiveListContract.LiveListVi
|
|
|
try {
|
|
|
jsonObject.putOpt("liveState", liveState);
|
|
|
jsonObject.putOpt("page", page);
|
|
|
+ jsonObject.putOpt("roomType", "TEMP");
|
|
|
jsonObject.putOpt("rows", Constants.DEFAULT_DATA_SIZE);
|
|
|
} catch (JSONException e) {
|
|
|
e.printStackTrace();
|