|
...
|
...
|
@@ -33,7 +33,7 @@ class NoticeController extends BaseController |
|
|
|
|
|
|
|
// 数据占时不入库, 些日志分析数据
|
|
|
|
file_put_contents(storage_path('logs/trafficVisit.log'), var_export($request->all(), true) . PHP_EOL, FILE_APPEND);
|
|
|
|
return $this->success([]);
|
|
|
|
// return $this->success([]);
|
|
|
|
|
|
|
|
if (empty($ip))
|
|
|
|
return $this->error('IP不能为空');
|
...
|
...
|
|