更新 app/controller/api/Auth.php
日志
This commit is contained in:
parent
07685891cd
commit
a150cb9118
@ -1387,6 +1387,7 @@ class Auth extends BaseController
|
|||||||
'meizu',
|
'meizu',
|
||||||
'moto'
|
'moto'
|
||||||
];
|
];
|
||||||
|
Log::info("请求版本参数:" . json_encode(request()->param()));
|
||||||
$type = $this->request->param('type', '-1');
|
$type = $this->request->param('type', '-1');
|
||||||
$version = $this->request->param('version', '');
|
$version = $this->request->param('version', '');
|
||||||
$phoneBrand = $this->request->param('phone_brand', '');
|
$phoneBrand = $this->request->param('phone_brand', '');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user