diff --git a/app/controller/api/Auth.php b/app/controller/api/Auth.php index 5ada5e29..5bef6a8d 100644 --- a/app/controller/api/Auth.php +++ b/app/controller/api/Auth.php @@ -1510,6 +1510,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', '');