正在显示
1 个修改的文件
包含
1 行增加
和
4 行删除
| @@ -121,10 +121,7 @@ class AiBlogListTask extends Command | @@ -121,10 +121,7 @@ class AiBlogListTask extends Command | ||
| 121 | 'language'=> [], | 121 | 'language'=> [], |
| 122 | 'is_sitemap' => 0 | 122 | 'is_sitemap' => 0 |
| 123 | ]; | 123 | ]; |
| 124 | - $res = http_post($c_url, json_encode($param)); | ||
| 125 | - echo date('Y-m-d H:i:s').'通知成功:' . json_encode($res,JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES) . PHP_EOL; | ||
| 126 | - }else{ | ||
| 127 | - echo date('Y-m-d H:i:s').'域名不存在:' . $project_id . PHP_EOL; | 124 | + http_post($c_url, json_encode($param)); |
| 128 | } | 125 | } |
| 129 | return true; | 126 | return true; |
| 130 | } | 127 | } |
-
请 注册 或 登录 后发表评论