Commit fa77afb2 by 刘鹏

feat: 提醒文案修改

parent 64f0756e
ext {
dev_mode = false //组件发布的时候需要设置为false
ydl2PublishVersion = "0.2.0.4-SNAPSHOT"
ydl2PublishVersion = "0.2.0.6-SNAPSHOT"
ydlPublishVersion = [
// -------------- 业务模块 --------------
//第三步 若干
......
......@@ -15,6 +15,6 @@ public class NoticePushCommand extends BaseCommand {
public AudioMessageBean data;//AudioMessageBean的字符串
public String pushId;//专家uid
public String status;//CALL 呼叫 CALL_OFF 取消呼叫
public String title = "您有一条倾诉消息";
public String title = "用户正向您发起呼叫,请接听……";
public String sound = "专家响铃3.mp3";//用于ios设备接到通知响铃
}
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