6 lines
70 B
Go
Raw Normal View History

2023-06-04 22:54:54 +08:00
package constant
const (
THIRD_LOGIN_TOKEN = "third:login:token:"
)