Unify the user's status. fix #9.

This commit is contained in:
hxsherry
2018-01-18 17:59:40 +08:00
parent e38520c0b0
commit 2059280428
7 changed files with 33 additions and 21 deletions

View File

@ -82,7 +82,7 @@ func ConstWebResult(code int) *WebResult {
//该登录用户不是有效用户
case RESULT_CODE_LOGIN_INVALID:
wr.Msg = "该登录用户不是有效用户"
wr.Msg = "该登录用户不是有效用户或者用户已被禁用"
//提交的表单验证不通过
case RESULT_CODE_FORM_INVALID: