去除修改失败情况下问题

This commit is contained in:
2023-03-23 16:25:57 +08:00
parent e2486d8047
commit 9dd6116f44
2 changed files with 7 additions and 6 deletions
+6 -1
View File
@@ -35,7 +35,12 @@ class LoginController extends AbstractController
return $this->response->json($data);
}
// 手机号登陆
/**
* 手机号登陆
* @return ResponseInterface
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*/
public function mobileLogin(): ResponseInterface
{
// 验证参数