111
This commit is contained in:
@@ -106,7 +106,7 @@ class PasswordLoginController extends BaseController
|
||||
* @return array
|
||||
* @throws \Exception
|
||||
*/
|
||||
protected function doLogin(string $account, string $password, int $typeId, string $deviceId): array
|
||||
protected function doLogin(string $account, string $password, int $typeId): array
|
||||
{
|
||||
// 获取用户信息
|
||||
$member = $this->getUser($account, $password, $typeId);
|
||||
@@ -144,7 +144,6 @@ class PasswordLoginController extends BaseController
|
||||
$params['account'],
|
||||
$params['password'],
|
||||
$params['typeId'],
|
||||
$params['deviceId']
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user