Commit ecff86af by 高鹏

Merge branch 'feat-0514' into 'master'

merge:直播修改路由

See merge request rays/pcloud-common-parent!29
parents ae5898e5 1752cd2a
...@@ -72,7 +72,7 @@ public enum AppTypeEnum { ...@@ -72,7 +72,7 @@ public enum AppTypeEnum {
/** /**
* 直播 * 直播
*/ */
LIVE("live", com.pcloud.common.core.enums.AppTypeEnum.LIVE.value), LIVE("live", com.pcloud.common.core.enums.AppTypeEnum.LIVE_TIMETABLE.value),
/** /**
* 打卡 * 打卡
......
...@@ -59,7 +59,8 @@ public enum AppTypeEnum { ...@@ -59,7 +59,8 @@ public enum AppTypeEnum {
ENGLISH_WALKMAN("ENGLISH_WALKMAN"), //英语随身听 ENGLISH_WALKMAN("ENGLISH_WALKMAN"), //英语随身听
ORAL_EVALUATION("ORAL_EVALUATION"), //口语评测 ORAL_EVALUATION("ORAL_EVALUATION"), //口语评测
WISH("WISH"),//愿望单 WISH("WISH"),//愿望单
DRAW("DRAW");//抽奖 DRAW("DRAW"),//抽奖
LIVE_TIMETABLE("LIVE_TIMETABLE");//直播
/** /**
* 值 * 值
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment