|
...
|
...
|
@@ -38,7 +38,7 @@ class AiVideoController extends BaseController |
|
|
|
$aiVideoAutoLogModel->edit(['status'=>9,'result'=>json_encode($this->param,true)],['trigger_id'=>$this->param['id']]);
|
|
|
|
}
|
|
|
|
//获取当前数据详情
|
|
|
|
$info = $aiVideoAutoLogModel->read(['trigger_id'=>$this->param['id']]);
|
|
|
|
$info = $aiVideoAutoLogModel->read(['trigger_id'=>$this->param['trigger_id']]);
|
|
|
|
if($info === false){
|
|
|
|
$this->saveLog('未获取到当前数据详情。'.$info);
|
|
|
|
$this->response('success');
|
...
|
...
|
|