|
...
|
...
|
@@ -192,7 +192,7 @@ class WebTraffic extends Command |
|
|
|
'ip' => $ips[$project_key]['ip'],
|
|
|
|
'referer' => $this->getReferer($ips[$project_key]['ip_area']),
|
|
|
|
'url' => $project['visit_urls'][$j],
|
|
|
|
'device_port' => $this->get_rand($this->yddzb)
|
|
|
|
'device_port' => $project['device_port']
|
|
|
|
];
|
|
|
|
Log::channel('traffic')->info('traffic project_id:' . $project['project_id'], $data);
|
|
|
|
$promises[] = $client->postAsync($project['domain'] . 'api/customerVisit', ['form_params' => $data]);
|
...
|
...
|
|