Przeglądaj źródła

修改语音通知bug

suntianwu 3 lat temu
rodzic
commit
446ef3ea44

+ 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)) { //用户正常接听