Commit eec8e201 by 朱亚洁

转码

parent 8a12daec
......@@ -98,7 +98,11 @@ public enum ConvertEnum {
/**
* 场景化应用
*/
SCENARIZED_APP("SCENARIZED_APP");
SCENARIZED_APP("SCENARIZED_APP"),
/**
* BOOK
*/
BOOK("BOOK");
/**
* 值
......
......@@ -98,6 +98,10 @@ public class MQQueueConstant {
* 文件转码结束(音视频)->场景化应用
*/
public static final String CONVERT_TO_SCENARIZEDAPP = "convert2ScenarizedAppQueue";
/**
* 文件转码结束(音视频)->BOOK
*/
public static final String CONVERT_TO_BOOK = "convert2BookQueue";
/**
* 数据埋点
......
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