作者 lyh

列表页聚合页模式

@@ -25,7 +25,7 @@ class AiVideoController extends BaseController @@ -25,7 +25,7 @@ class AiVideoController extends BaseController
25 $data = $this->param['attachments'] ?? []; 25 $data = $this->param['attachments'] ?? [];
26 $aiVideoAutoLogModel = new AiVideoAutoLog(); 26 $aiVideoAutoLogModel = new AiVideoAutoLog();
27 if(empty($data)){ 27 if(empty($data)){
28 - $aiVideoAutoLogModel->edit(['status'=>9],['trigger_id'=>$data['trigger_id']]); 28 + $aiVideoAutoLogModel->edit(['status'=>9],['trigger_id'=>$this->param['id']]);
29 } 29 }
30 $url = 'https://mjcdn.ttapi.io/attachments/1400347301465165925/1401115681872805918/opalguardian295705_Introducing_the_cutting-edge_product_from_Zh_47ba54d3-f711-43d1-b50e-d6a1d2e743e3.png?ex=688f1a2a&is=688dc8aa&hm=2413d13f40f9023a97804024ed1e526f24fe7573208c9b0660f42da9cdd4d306&'; 30 $url = 'https://mjcdn.ttapi.io/attachments/1400347301465165925/1401115681872805918/opalguardian295705_Introducing_the_cutting-edge_product_from_Zh_47ba54d3-f711-43d1-b50e-d6a1d2e743e3.png?ex=688f1a2a&is=688dc8aa&hm=2413d13f40f9023a97804024ed1e526f24fe7573208c9b0660f42da9cdd4d306&';
31 @file_put_contents(storage_path('logs/lyh_error.log'), var_export($data, true) . PHP_EOL, FILE_APPEND); 31 @file_put_contents(storage_path('logs/lyh_error.log'), var_export($data, true) . PHP_EOL, FILE_APPEND);