10 lines
139 B
Go
Raw Normal View History

2023-06-04 22:54:54 +08:00
package constant
const (
2024-09-29 21:12:57 +08:00
THIRD_LOGIN_TOKEN = ":login:token:"
2024-04-29 19:35:18 +08:00
2024-09-30 22:49:21 +08:00
THIRD_LOGIN_SN = ":login:sn:"
2024-04-29 19:35:18 +08:00
G_RESET_PWD_CODE = "g:reset:pwd:email:"
2023-06-04 22:54:54 +08:00
)