|
@@ -67,7 +67,7 @@ class User extends Apic
|
|
|
* @param string $captcha 验证码
|
|
|
* @param string $newpassword 新密码
|
|
|
*/
|
|
|
- public function resetpwd()
|
|
|
+ /*public function resetpwd()
|
|
|
{
|
|
|
$mobile = $this->request->post('mobile');
|
|
|
$captcha = $this->request->post('captcha');
|
|
@@ -100,7 +100,7 @@ class User extends Apic
|
|
|
} else {
|
|
|
$this->error($this->auth->getError());
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
|
|
|
/**
|