正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
@@ -416,8 +416,10 @@ public function visitInfoHandle($referrerUrl) | @@ -416,8 +416,10 @@ public function visitInfoHandle($referrerUrl) | ||
416 | 416 | ||
417 | /** | 417 | /** |
418 | * 是否是爬虫访问 | 418 | * 是否是爬虫访问 |
419 | + * @param $request | ||
420 | + * @return bool | ||
419 | */ | 421 | */ |
420 | - public function isReptile($request): bool | 422 | + public function isReptile($request) |
421 | { | 423 | { |
422 | $agent = $request->header('User-Agent'); | 424 | $agent = $request->header('User-Agent'); |
423 | if (!empty($agent)) { | 425 | if (!empty($agent)) { |
-
请 注册 或 登录 后发表评论