add: user accomplished

This commit is contained in:
wwweww
2026-02-27 05:42:13 +08:00
parent 659168fe32
commit a0c720eb2f
90 changed files with 9592 additions and 1180 deletions
+9
View File
@@ -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"
)