修改密码测试

This commit is contained in:
2024-12-18 09:16:10 +08:00
parent 78c3d71698
commit 854b2316b5
2 changed files with 2 additions and 8 deletions

View File

@@ -134,7 +134,7 @@ class LoginController extends BaseAdminController
$this->requestValidate($post, [
[['mobile', 'password'], 'required']
]);
ds($post);
$post['mobile'] = ase_decode($post['mobile']);
$LoginForm = new LoginForm();
$LoginForm->attributes = $post;
return $LoginForm->ResetPassword();