NoticePushCommand.java 610 Bytes
Newer Older
洪国微 committed
1 2 3
package com.ydl.audioim.http.command;


徐健 committed
4
import com.ydl.ydl_av.chat.bean.AudioMessageBean;
洪国微 committed
5 6 7 8 9 10 11 12 13 14
import com.ydl.ydlcommon.data.http.BaseCommand;

/**
 * @author jiucheng
 * @描述:
 * @Copyright Copyright (c) 2018
 * @Company 壹点灵
 * @date 2018/11/17
 */
public class NoticePushCommand extends BaseCommand {
徐健 committed
15
    public AudioMessageBean data;//AudioMessageBean的字符串
洪国微 committed
16 17 18 19 20
    public String pushId;//专家uid
    public String status;//CALL 呼叫    CALL_OFF 取消呼叫
    public String title = "您有一条倾诉消息";
    public String sound = "专家响铃3.mp3";//用于ios设备接到通知响铃
}