We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
else if user.Status == -1 { errorMsg = "该帐号已禁用" } 禁用账户的时候数据库里面状态位好像是置0的 还是说我打开方式有问题 = =
The text was updated successfully, but these errors were encountered:
修复禁用账号还可以登录的bug #13
d4089fa
的确是判断错了,已改正,多谢提醒
Sorry, something went wrong.
No branches or pull requests
else if user.Status == -1 {
errorMsg = "该帐号已禁用"
}
禁用账户的时候数据库里面状态位好像是置0的
还是说我打开方式有问题 = =
The text was updated successfully, but these errors were encountered: