修改表明1
This commit is contained in:
parent
6626cfe2fd
commit
f04137c472
@ -1924,14 +1924,14 @@ class CallBackController extends AbstractController
|
|||||||
return $this->TrtcSuccessReturn();
|
return $this->TrtcSuccessReturn();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($order_inquiry_video_records['video_status'] == 3){
|
if ($order_inquiry_video_record['video_status'] == 3){
|
||||||
// 已开始通话,音频推流动作不做处理
|
// 已开始通话,音频推流动作不做处理
|
||||||
return $this->TrtcSuccessReturn();
|
return $this->TrtcSuccessReturn();
|
||||||
}
|
}
|
||||||
|
|
||||||
// 修改视频状态
|
// 修改视频状态
|
||||||
$params = array();
|
$params = array();
|
||||||
$params['records_id'] = $order_inquiry_video_records['records_id'];
|
$params['records_id'] = $order_inquiry_video_record['records_id'];
|
||||||
|
|
||||||
$data = array();
|
$data = array();
|
||||||
$data['video_status'] = 3;
|
$data['video_status'] = 3;
|
||||||
@ -2021,6 +2021,7 @@ class CallBackController extends AbstractController
|
|||||||
return $this->recordingErrorReturn("缺少签名字段");
|
return $this->recordingErrorReturn("缺少签名字段");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return $this->recordingSuccessReturn();
|
||||||
// 鉴定回调签名
|
// 鉴定回调签名
|
||||||
$VideoSafe = new VideoSafe();
|
$VideoSafe = new VideoSafe();
|
||||||
$result = $VideoSafe->validateSign($request_params,$Sign);
|
$result = $VideoSafe->validateSign($request_params,$Sign);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user