|
...
|
...
|
@@ -64,7 +64,7 @@ class SendKeyword extends Command |
|
|
|
})
|
|
|
|
->get();
|
|
|
|
$time = time();
|
|
|
|
$send_num = [30 => 1000, 60 => 3000, 90 => 6000];
|
|
|
|
$send_num = [30 => 1000, 50 => 2000, 60 => 4000, 70 => 6000];
|
|
|
|
$ban_domain = $this->banDomain();
|
|
|
|
foreach ($projects as $item) {
|
|
|
|
if (empty($item->is_auto_keywords))
|
...
|
...
|
|