add: user accomplished
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package redisx
|
||||
|
||||
const (
|
||||
VCODE_KEY_PREFIX = "vcode:%s:%s:%s" // vocde:<request id>:<Scene>:<account>
|
||||
SCENE_LOGIN = "login"
|
||||
SCENE_RESET_PWD = "reset_pwd"
|
||||
SCENE_BIND = "bind"
|
||||
SCENE_REG = "register"
|
||||
)
|
||||
Reference in New Issue
Block a user