|
...
|
...
|
@@ -68,6 +68,7 @@ class AiBlogLogic extends BaseLogic |
|
|
|
}catch (\Exception $e){
|
|
|
|
$this->fail('保存失败,请联系管理员');
|
|
|
|
}
|
|
|
|
$this->sendHttpC([$this->param['route'],'top-blog']);
|
|
|
|
shell_exec("php artisan save_ai_blog_list {$this->user['project_id']} > /dev/null 2>&1 &");
|
|
|
|
return $this->success();
|
|
|
|
}
|
...
|
...
|
|