正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -339,7 +339,7 @@ class AiBlogTask extends Command | @@ -339,7 +339,7 @@ class AiBlogTask extends Command | ||
| 339 | ]; | 339 | ]; |
| 340 | $res = http_post($c_url, json_encode($param,true)); | 340 | $res = http_post($c_url, json_encode($param,true)); |
| 341 | if(empty($res)){ | 341 | if(empty($res)){ |
| 342 | - NoticeLog::createLog(NoticeLog::GENERATE_PAGE, json_encode(['c_url'=>$url,'c_params'=>$param]),date('Y-m-d H:i:s',time()+300)); | 342 | + NoticeLog::createLog(NoticeLog::GENERATE_PAGE, json_encode(['c_url'=>$c_url,'c_params'=>$param]),date('Y-m-d H:i:s',time()+300)); |
| 343 | } | 343 | } |
| 344 | $this->output('notify: project id: ' . $project_id . ', result: ' . json_encode($res,JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES)); | 344 | $this->output('notify: project id: ' . $project_id . ', result: ' . json_encode($res,JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES)); |
| 345 | } | 345 | } |
-
请 注册 或 登录 后发表评论