111
This commit is contained in:
@@ -106,7 +106,7 @@ class PasswordLoginController extends BaseController
|
|||||||
* @return array
|
* @return array
|
||||||
* @throws \Exception
|
* @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);
|
$member = $this->getUser($account, $password, $typeId);
|
||||||
@@ -144,7 +144,6 @@ class PasswordLoginController extends BaseController
|
|||||||
$params['account'],
|
$params['account'],
|
||||||
$params['password'],
|
$params['password'],
|
||||||
$params['typeId'],
|
$params['typeId'],
|
||||||
$params['deviceId']
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user