小程序登录临时处理
This commit is contained in:
parent
94d89f86dc
commit
bc867d7362
@ -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