公共登录 - 手机后、账号同时可作为登录条件
This commit is contained in:
@@ -32,7 +32,7 @@ class BaseController extends Controller
|
||||
* @return mixed
|
||||
* @throws \Exception
|
||||
*/
|
||||
protected function getUserInfo(string $column = '')
|
||||
protected function getUserInfo(?string $column = null)
|
||||
{
|
||||
$user = $this->request->userInfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user