composer
This commit is contained in:
@@ -57,7 +57,7 @@ class LoginController extends BaseController
|
|||||||
// 忘记密码
|
// 忘记密码
|
||||||
public function forgetPwd()
|
public function forgetPwd()
|
||||||
{
|
{
|
||||||
$post = $this->request->post();
|
$post = $this->request->get();
|
||||||
return $this->ApiDataReturn(TbUser::forgetPwd($post['phone'], $post['pwd'], $post['msg']));
|
return $this->ApiDataReturn(TbUser::forgetPwd($post['phone'], $post['pwd'], $post['msg']));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user