作者 lyh

gx脚本

@@ -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 }