Commit c3dedd9b by 朱亚洁

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

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