瀏覽代碼

修改语音通知bug

suntianwu 3 年之前
父節點
當前提交
446ef3ea44
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/main/java/com/care/bms/controller/VoiceCallbackController.java

+ 2 - 1
src/main/java/com/care/bms/controller/VoiceCallbackController.java

@@ -36,8 +36,9 @@ public class VoiceCallbackController {
         String callId = voiceCallbackParams.getCallid();
         System.out.println("callback:callId==" + callId);
         String orderId = (String) redisUtil.hget(RedisKeyConstant.VOICE_CALLBACK_INFO, callId);
+        System.out.println("callback:orderId==" + orderId);
         String mobile = voiceCallbackParams.getMobile();
-
+        System.out.println("callback:mobile==" + mobile);
         Integer status = null;
         String result = voiceCallbackParams.getResult();
         if("0".equals(result)) { //用户正常接听