合并分支 'zhl' 到 'master'
u 查看合并请求 !333
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -33,7 +33,7 @@ class NoticeController extends BaseController | @@ -33,7 +33,7 @@ class NoticeController extends BaseController | ||
| 33 | 33 | ||
| 34 | // 数据占时不入库, 些日志分析数据 | 34 | // 数据占时不入库, 些日志分析数据 |
| 35 | file_put_contents(storage_path('logs/trafficVisit.log'), var_export($request->all(), true) . PHP_EOL, FILE_APPEND); | 35 | file_put_contents(storage_path('logs/trafficVisit.log'), var_export($request->all(), true) . PHP_EOL, FILE_APPEND); |
| 36 | - return $this->success([]); | 36 | +// return $this->success([]); |
| 37 | 37 | ||
| 38 | if (empty($ip)) | 38 | if (empty($ip)) |
| 39 | return $this->error('IP不能为空'); | 39 | return $this->error('IP不能为空'); |
-
请 注册 或 登录 后发表评论