作者 周海龙

合并分支 'zhl' 到 'master'

修改推送关键词数量



查看合并请求 !1764
@@ -64,7 +64,7 @@ class SendKeyword extends Command @@ -64,7 +64,7 @@ class SendKeyword extends Command
64 }) 64 })
65 ->get(); 65 ->get();
66 $time = time(); 66 $time = time();
67 - $send_num = [30 => 1000, 60 => 3000, 90 => 6000]; 67 + $send_num = [30 => 1000, 50 => 2000, 60 => 4000, 70 => 6000];
68 $ban_domain = $this->banDomain(); 68 $ban_domain = $this->banDomain();
69 foreach ($projects as $item) { 69 foreach ($projects as $item) {
70 if (empty($item->is_auto_keywords)) 70 if (empty($item->is_auto_keywords))