作者 lyh

Merge branch 'master' of http://47.244.231.31:8099/zhl/globalso-v6 into master-server

@@ -336,6 +336,7 @@ class RelayInquiry extends Command @@ -336,6 +336,7 @@ class RelayInquiry extends Command
336 if (in_array($val->country_name, $this->multiple_ip_visit_country)) { 336 if (in_array($val->country_name, $this->multiple_ip_visit_country)) {
337 $times = mt_rand([2, 5]); //随机次数 337 $times = mt_rand([2, 5]); //随机次数
338 $inquiry_time = mt_rand([1, $times]); //第几次询盘 338 $inquiry_time = mt_rand([1, $times]); //第几次询盘
  339 + $this->output('多次访问模拟:' . $times);
339 for ($i = 1; $i <= $times; $i++) { 340 for ($i = 1; $i <= $times; $i++) {
340 $res += $this->relayDetail($task, $val, $inquiry_time == $i); 341 $res += $this->relayDetail($task, $val, $inquiry_time == $i);
341 } 342 }