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