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

@ -20,7 +20,9 @@ const (
)
const (
//正常状态
USER_STATUS_OK = "OK"
//被禁用
USER_STATUS_DISABLED = "DISABLED"
)