Browse Source

修复老师个人主页视频课参数问题

Pq 3 years ago
parent
commit
1f1ea0fe39

+ 1 - 0
teacher/src/main/java/com/cooleshow/teacher/presenter/homePage/VideoCoursePagePresenter.java

@@ -26,6 +26,7 @@ public class VideoCoursePagePresenter extends BasePresenter<VideoCoursePageContr
         }
         JSONObject jsonObject = new JSONObject();
         try {
+            jsonObject.putOpt("auditStatus","PASS");
             jsonObject.putOpt("page", page);
             jsonObject.putOpt("rows", Constants.DEFAULT_DATA_SIZE);
         } catch (JSONException e) {