Commit 64a1d231 by 朱亚洁

点读书

parent 5cddd32d
......@@ -93,7 +93,12 @@ public enum ConvertEnum {
/**
* 音频魔法箱
*/
AUDIO_MAGIC("AUDIO_MAGIC");
AUDIO_MAGIC("AUDIO_MAGIC"),
/**
* 场景化应用
*/
SCENARIZED_APP("SCENARIZED_APP");
/**
* 值
......
......@@ -94,6 +94,10 @@ public class MQQueueConstant {
* 文件转码结束(音视频)->音频课/纯听
*/
public static final String CONVERT_TO_AUDIOMAGIC = "convert2AudioMagicQueue";
/**
* 文件转码结束(音视频)->场景化应用
*/
public static final String CONVERT_TO_SCENARIZEDAPP = "convert2ScenarizedAppQueue";
/**
* 数据埋点
......
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