合并分支 'zhl' 到 'master'
Zhl 查看合并请求 !2141
正在显示
1 个修改的文件
包含
6 行增加
和
1 行删除
| @@ -736,7 +736,12 @@ class RelayInquiry extends Command | @@ -736,7 +736,12 @@ class RelayInquiry extends Command | ||
| 736 | // 所有可用url | 736 | // 所有可用url |
| 737 | $urls = $inquiry_urls = []; | 737 | $urls = $inquiry_urls = []; |
| 738 | //入口url 首页30%,单页10%,聚合页60% | 738 | //入口url 首页30%,单页10%,聚合页60% |
| 739 | - $type = getRandByRatio([40,20,40]); | 739 | + if ($re_website == 'https://www.hikelok.com/') { |
| 740 | + $type = getRandByRatio([50,49,1]); | ||
| 741 | + } else { | ||
| 742 | + $type = getRandByRatio([40,20,40]); | ||
| 743 | + } | ||
| 744 | + | ||
| 740 | $inlet = $re_website; | 745 | $inlet = $re_website; |
| 741 | $type == 1 && $inlet = $page_url ? Arr::random($page_url) : $re_website; | 746 | $type == 1 && $inlet = $page_url ? Arr::random($page_url) : $re_website; |
| 742 | $type == 2 && $inlet = $keywords_url ? Arr::random($keywords_url) : $re_website; | 747 | $type == 2 && $inlet = $keywords_url ? Arr::random($keywords_url) : $re_website; |
-
请 注册 或 登录 后发表评论