|
...
|
...
|
@@ -25,7 +25,7 @@ class AiVideoController extends BaseController |
|
|
|
$data = $this->param['attachments'] ?? [];
|
|
|
|
$aiVideoAutoLogModel = new AiVideoAutoLog();
|
|
|
|
if(empty($data)){
|
|
|
|
$aiVideoAutoLogModel->edit(['status'=>9],['trigger_id'=>$data['trigger_id']]);
|
|
|
|
$aiVideoAutoLogModel->edit(['status'=>9],['trigger_id'=>$this->param['id']]);
|
|
|
|
}
|
|
|
|
$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&';
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($data, true) . PHP_EOL, FILE_APPEND);
|
...
|
...
|
|