正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -116,6 +116,6 @@ class AiBlogAuthorId extends Command | @@ -116,6 +116,6 @@ class AiBlogAuthorId extends Command | ||
| 116 | 'is_sitemap' => 0 | 116 | 'is_sitemap' => 0 |
| 117 | ]; | 117 | ]; |
| 118 | $res = http_post($c_url, json_encode($param,true)); | 118 | $res = http_post($c_url, json_encode($param,true)); |
| 119 | - $this->output('notify: project id: ' . $project_id . ', result: ' . json_encode($res,JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES)); | 119 | + echo 'notify: project id: ' . $project_id . ', result: ' . json_encode($res,JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES); |
| 120 | } | 120 | } |
| 121 | } | 121 | } |
-
请 注册 或 登录 后发表评论