去除修改失败情况下问题
This commit is contained in:
@@ -35,7 +35,12 @@ class LoginController extends AbstractController
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
// 手机号登陆
|
||||
/**
|
||||
* 手机号登陆
|
||||
* @return ResponseInterface
|
||||
* @throws ContainerExceptionInterface
|
||||
* @throws NotFoundExceptionInterface
|
||||
*/
|
||||
public function mobileLogin(): ResponseInterface
|
||||
{
|
||||
// 验证参数
|
||||
|
||||
Reference in New Issue
Block a user