Commit 89123a42 by 冷斌

fix bug

parent 784034c5
......@@ -2402,7 +2402,7 @@ class Api_User extends PhalApi_Api
$rs['msg'] = '密码不能纯数字或纯字母';
return $rs;
}
var_dump($user_pass, setPass($user_pass));
var_dump(DI()->notorm->users->where("uid={$uid}")->fetchOne());
die;
DI()->notorm->users->where("uid={$uid}")->update([
'user_pass2' => setPass($user_pass),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment