This commit is contained in:
2025-08-15 13:43:36 +08:00
parent 8f17928c6a
commit 7d3f6c6c53

View File

@@ -57,7 +57,7 @@ class LoginController extends BaseController
// 忘记密码
public function forgetPwd()
{
$post = $this->request->post();
$post = $this->request->get();
return $this->ApiDataReturn(TbUser::forgetPwd($post['phone'], $post['pwd'], $post['msg']));
}