|
@@ -29,6 +29,7 @@ public class VideoCoursePresenter extends BasePresenter<VideoCourseContract.Vide
|
|
|
}
|
|
|
jsonObject.putOpt("page", page);
|
|
|
jsonObject.putOpt("rows", Constants.DEFAULT_DATA_SIZE);
|
|
|
+ jsonObject.putOpt("auditStatus", "PASS");
|
|
|
} catch (JSONException e) {
|
|
|
e.printStackTrace();
|
|
|
}
|