소스 검색

修复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();