瀏覽代碼

修复bug

Pq 3 年之前
父節點
當前提交
1caab50acd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      teacher/src/main/java/com/cooleshow/teacher/presenter/live/LiveListPresenter.java

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