作者 李宇航

合并分支 'lyh-server' 到 'master'

变更数据



查看合并请求 !2811
... ... @@ -197,9 +197,9 @@ class AiBlogLogic extends BaseLogic
$result = $aiBlogService->createCustomBlog($data);
if($result['status'] == 200){
$this->model->edit(['task_id'=>$result['data']['task_id']],['id'=>$id]);
//todo::更新列表页
shell_exec("php artisan save_ai_blog_list {$this->user['project_id']} > /dev/null 2>&1 &");
}
//todo::更新列表页
// shell_exec("php artisan save_ai_blog_list {$this->user['project_id']} > /dev/null 2>&1 &");
return $this->success();
}
}
... ...