|
...
|
...
|
@@ -25,6 +25,8 @@ class AiVideoController extends BaseController |
|
|
|
* @time :2025/8/2 11:19
|
|
|
|
*/
|
|
|
|
public function ImageCallBack(){
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($this->param, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
Log::channel('ai_video')->info('数据详情:'.json_encode($this->param,true));
|
|
|
|
$count = Redis::decr('ai_video_image');
|
|
|
|
if ($count < 0) {
|
|
|
|
Redis::set('ai_video_image', 0);
|
...
|
...
|
|