Merge branch 'dev' of https://gitea.lihaink.cn/mkm/multi-store into dev
This commit is contained in:
commit
98683fcc52
@ -18,7 +18,7 @@ class LoginController extends BaseApiController
|
||||
public function account()
|
||||
{
|
||||
$params=$this->request->post();
|
||||
$params = (new LoginAccountValidate())->post()->goCheck();
|
||||
// $params = (new LoginAccountValidate())->post()->goCheck();
|
||||
$result = LoginLogic::login($params);
|
||||
if (false === $result) {
|
||||
return $this->fail(LoginLogic::getError());
|
||||
|
Loading…
x
Reference in New Issue
Block a user