|
@@ -173,8 +173,9 @@ public class WatchJWServerHandler extends HexBinaryAcceptanceHandlerAdapter {
|
|
|
// TODO 设置语音上传 IWAP07,20140818064408,6,1,1024,XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX#
|
|
|
VoiceMsgVo ap07Msg = splitAP07VoiceMsg(msg, deviceId, in);
|
|
|
// 调用接口 写库
|
|
|
- // VoiceMsgVo vo = voiceMsgClient.insVoiceMsg(ap07Msg);
|
|
|
- normalVoiceReply(channel, vo);
|
|
|
+ // VoiceMsgVo vo = voiceMsgClient.insVoiceMsg(ap07Msg);
|
|
|
+ ap07Msg.setLag(1);
|
|
|
+ normalVoiceReply(channel, ap07Msg);
|
|
|
break;
|
|
|
case "AP28": // 语音下行终端回复
|
|
|
// 调用接口 查询回复内容
|