2024-04-29 19:35:18 +08:00

8 lines
112 B
Go

package constant
const (
THIRD_LOGIN_TOKEN = "third:login:token:"
G_RESET_PWD_CODE = "g:reset:pwd:email:"
)