作者 赵彬吉
@@ -147,7 +147,8 @@ class PostInquiryForward extends Command @@ -147,7 +147,8 @@ class PostInquiryForward extends Command
147 'ip' => $detail['ip'], 147 'ip' => $detail['ip'],
148 'url' => $log['url'], 148 'url' => $log['url'],
149 'device_port' => $detail['device_port'], 149 'device_port' => $detail['device_port'],
150 - 'referrer_url' => $detail['referrer'] 150 + 'referrer_url' => $detail['referrer'],
  151 + 'user_agent' => $detail['user_agent']
151 ]; 152 ];
152 $url = $website . 'api/traffic_visit/'; 153 $url = $website . 'api/traffic_visit/';
153 $res = Http::withoutVerifying()->timeout(30)->withHeaders(['User-Agent' => $detail['user_agent']])->post($url, $data)->json(); 154 $res = Http::withoutVerifying()->timeout(30)->withHeaders(['User-Agent' => $detail['user_agent']])->post($url, $data)->json();
@@ -12,7 +12,8 @@ class AutoPullNotify extends Base @@ -12,7 +12,8 @@ class AutoPullNotify extends Base
12 { 12 {
13 return [ 13 return [
14 1 => '硅谷云服务器', 14 1 => '硅谷云服务器',
15 - 20 => '硅谷建站服务器', 15 + 20 => '硅谷建站服务器01',
  16 + 25 => '硅谷建站服务器02',
16 15 => '硅谷IDC服务器01(6.0美服1)', 17 15 => '硅谷IDC服务器01(6.0美服1)',
17 14 => '硅谷IDC服务器02(6.0美服2)', 18 14 => '硅谷IDC服务器02(6.0美服2)',
18 21 => '硅谷IDC服务器03(6.0美服3)', 19 21 => '硅谷IDC服务器03(6.0美服3)',