正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -192,7 +192,7 @@ class WebTraffic extends Command | @@ -192,7 +192,7 @@ class WebTraffic extends Command | ||
| 192 | 'ip' => $ips[$project_key]['ip'], | 192 | 'ip' => $ips[$project_key]['ip'], |
| 193 | 'referer' => $this->getReferer($ips[$project_key]['ip_area']), | 193 | 'referer' => $this->getReferer($ips[$project_key]['ip_area']), |
| 194 | 'url' => $project['visit_urls'][$j], | 194 | 'url' => $project['visit_urls'][$j], |
| 195 | - 'device_port' => $this->get_rand($this->yddzb) | 195 | + 'device_port' => $project['device_port'] |
| 196 | ]; | 196 | ]; |
| 197 | Log::channel('traffic')->info('traffic project_id:' . $project['project_id'], $data); | 197 | Log::channel('traffic')->info('traffic project_id:' . $project['project_id'], $data); |
| 198 | $promises[] = $client->postAsync($project['domain'] . 'api/customerVisit', ['form_params' => $data]); | 198 | $promises[] = $client->postAsync($project['domain'] . 'api/customerVisit', ['form_params' => $data]); |
-
请 注册 或 登录 后发表评论