更新 app/controller/api/Auth.php

日志
This commit is contained in:
mkm 2023-09-25 20:10:38 +08:00
parent 73de074650
commit 36460e2769

View File

@ -1409,6 +1409,7 @@ 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', '');