소스 검색

修改语音通知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)) { //用户正常接听