8 lines
112 B
Go
Raw Normal View History

2023-06-04 22:54:54 +08:00
package constant
const (
THIRD_LOGIN_TOKEN = "third:login:token:"
2024-04-29 19:35:18 +08:00
G_RESET_PWD_CODE = "g:reset:pwd:email:"
2023-06-04 22:54:54 +08:00
)