|
@@ -16,7 +16,7 @@ public class CourseConstants {
|
|
|
public static final int COURSE_HOMEWORK_STU_SUBMIT = 1;//学员已提交课后作业
|
|
|
public static final int COURSE_HOMEWORK_STU_NO_SUBMIT = 0;//学员未提交课后作业
|
|
|
|
|
|
- public static final String LIVE_COURSE = "LIVE_COURSE";//直播课
|
|
|
+ public static final String LIVE_COURSE = "LIVE";//直播课
|
|
|
public static final String OTHER_COURSE = "PRACTICE";//陪练课
|
|
|
public static final String PIANO_ROOM_COURSE = "PIANO_ROOM_CLASS";//琴房课
|
|
|
|