正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -68,6 +68,7 @@ class AiBlogLogic extends BaseLogic | @@ -68,6 +68,7 @@ class AiBlogLogic extends BaseLogic | ||
| 68 | }catch (\Exception $e){ | 68 | }catch (\Exception $e){ |
| 69 | $this->fail('保存失败,请联系管理员'); | 69 | $this->fail('保存失败,请联系管理员'); |
| 70 | } | 70 | } |
| 71 | + $this->sendHttpC([$this->param['route'],'top-blog']); | ||
| 71 | shell_exec("php artisan save_ai_blog_list {$this->user['project_id']} > /dev/null 2>&1 &"); | 72 | shell_exec("php artisan save_ai_blog_list {$this->user['project_id']} > /dev/null 2>&1 &"); |
| 72 | return $this->success(); | 73 | return $this->success(); |
| 73 | } | 74 | } |
-
请 注册 或 登录 后发表评论