ProcessConstant.java 501 Bytes
package com.wd.capability.layout.constant;

public class ProcessConstant {

    /**
     * 版面频道(电子报)
     */
    public static String CHANNEL_ID_EL_NEWS = "2006";

    // 播报频道(音频频道)
    public static String CHANNEL_ID_VOICE = "2066";
    /**
     * 播报的pageID
     */
    public static String PAGE_ID_VOICE = "21003";
    // 直播
    public static String CHANNEL_ID_LIVE = "2061";
    // 活动频道
    public static String CHANNEL_ID_ACTIVITY = "2073";

}