Browse Source

修复bug

Pq 3 years ago
parent
commit
1caab50acd

+ 1 - 0
teacher/src/main/java/com/cooleshow/teacher/presenter/live/LiveListPresenter.java

@@ -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();