Commit 5bf2bf3e by 田超

Merge branch 'feature/1004837' into 'master'

feat: [1004837] 策划反馈小应用优化

See merge request rays/pcloud-common-parent!208
parents 6238f86e c3dedd9b
...@@ -102,7 +102,11 @@ public enum ConvertEnum { ...@@ -102,7 +102,11 @@ public enum ConvertEnum {
/** /**
* BOOK * BOOK
*/ */
BOOK("BOOK"); BOOK("BOOK"),
/**
* 打卡
*/
CLOCK("CLOCK");
/** /**
* 值 * 值
......
...@@ -114,6 +114,11 @@ public class MQQueueConstant { ...@@ -114,6 +114,11 @@ public class MQQueueConstant {
public static final String CONVERT_TO_BOOK = "convert2BookQueue"; public static final String CONVERT_TO_BOOK = "convert2BookQueue";
/** /**
* 文件转码结束(音视频)->CLOCK
*/
public static final String CONVERT_TO_CLOCK = "convert2ClockQueue";
/**
* 数据埋点 * 数据埋点
*/ */
public static final String FRONT_EVENT = "frontEventQueue"; public static final String FRONT_EVENT = "frontEventQueue";
......
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