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
// 从session中获取之前保存的验证码跟前台传来的验证码进行匹配 Object kaptcha = request.getSession().getAttribute(Constants.KAPTCHA_SESSION_KEY); if (kaptcha == null) { return HttpResult.error("验证码已失效"); }
调试跟踪,这个kaptcha是null值,如果注释掉,则登陆页面没有反应,选用的git上最新的版本,wepapp重新编译过,用git下来 自带的编译好的页面访问,也是一样的错误
The text was updated successfully, but these errors were encountered:
No branches or pull requests
调试跟踪,这个kaptcha是null值,如果注释掉,则登陆页面没有反应,选用的git上最新的版本,wepapp重新编译过,用git下来
自带的编译好的页面访问,也是一样的错误
The text was updated successfully, but these errors were encountered: