mirror of https://gitee.com/karson/fastadmin.git
parent
2c09a10786
commit
c69ba1aea3
|
|
@ -298,7 +298,7 @@ class User extends Api
|
||||||
*/
|
*/
|
||||||
public function resetpwd()
|
public function resetpwd()
|
||||||
{
|
{
|
||||||
$type = $this->request->post("type");
|
$type = $this->request->post("type", "mobile");
|
||||||
$mobile = $this->request->post("mobile");
|
$mobile = $this->request->post("mobile");
|
||||||
$email = $this->request->post("email");
|
$email = $this->request->post("email");
|
||||||
$newpassword = $this->request->post("newpassword");
|
$newpassword = $this->request->post("newpassword");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue