正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -25,6 +25,8 @@ class AiVideoController extends BaseController | @@ -25,6 +25,8 @@ class AiVideoController extends BaseController | ||
| 25 | * @time :2025/8/2 11:19 | 25 | * @time :2025/8/2 11:19 |
| 26 | */ | 26 | */ |
| 27 | public function ImageCallBack(){ | 27 | public function ImageCallBack(){ |
| 28 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($this->param, true) . PHP_EOL, FILE_APPEND); | ||
| 29 | + Log::channel('ai_video')->info('数据详情:'.json_encode($this->param,true)); | ||
| 28 | $count = Redis::decr('ai_video_image'); | 30 | $count = Redis::decr('ai_video_image'); |
| 29 | if ($count < 0) { | 31 | if ($count < 0) { |
| 30 | Redis::set('ai_video_image', 0); | 32 | Redis::set('ai_video_image', 0); |
-
请 注册 或 登录 后发表评论