瀏覽代碼

修改测试问题

Pq 8 月之前
父節點
當前提交
6bd0943974

+ 1 - 0
student/src/main/java/com/cooleshow/student/presenter/course/VideoCoursePresenter.java

@@ -31,6 +31,7 @@ public class VideoCoursePresenter extends BasePresenter<VideoCourseContract.Vide
         try {
         try {
             if (!TextUtils.isEmpty(subjectId)) {
             if (!TextUtils.isEmpty(subjectId)) {
                 jsonObject.putOpt("subjectId", subjectId);
                 jsonObject.putOpt("subjectId", subjectId);
+                jsonObject.putOpt("lessonSubject", subjectId);
             }
             }
             jsonObject.putOpt("search", search);
             jsonObject.putOpt("search", search);
             jsonObject.putOpt("platform", "android");
             jsonObject.putOpt("platform", "android");