|
...
|
...
|
@@ -196,7 +196,7 @@ class AiBlogLogic extends BaseLogic |
|
|
|
$aiBlogService = new AiBlogService($this->user['project_id']);
|
|
|
|
$result = $aiBlogService->createCustomBlog($data);
|
|
|
|
if($result['status'] == 200){
|
|
|
|
$this->model->edit(['task_id'=>$result['data']['task_id']],['id'=>$param['id']]);
|
|
|
|
$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 &");
|
...
|
...
|
|