Commit cc9c2c54 by 高鹏

Merge branch 'feat-0514' into 'master'

add:英语评测路由

See merge request rays/pcloud-common-parent!27
parents 8504d64d c0e1e0fb
...@@ -147,7 +147,13 @@ public enum AppTypeEnum { ...@@ -147,7 +147,13 @@ public enum AppTypeEnum {
/** /**
* 英语随身听 * 英语随身听
*/ */
ENGLISH_WALKMAN("wm", com.pcloud.common.core.enums.AppTypeEnum.ENGLISH_WALKMAN.value); ENGLISH_WALKMAN("wm", com.pcloud.common.core.enums.AppTypeEnum.ENGLISH_WALKMAN.value),
/**
* 口语评测
*/
ORAL_EVALUATION("speak", com.pcloud.common.core.enums.AppTypeEnum.ORAL_EVALUATION.value);
/** /**
* 值 * 值
......
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