更新日志

This commit is contained in:
yaooo 2023-09-27 12:29:16 +08:00
parent 46ace72122
commit 4a6db8d430

View File

@ -1402,7 +1402,6 @@ class Auth extends BaseController
'meizu',
'moto'
];
Log::info("请求版本参数:" . json_encode(request()->param()));
$type = $this->request->param('type', '-1');
$version = $this->request->param('version', '');
$phoneBrand = $this->request->param('phone_brand', '');