2023-06-04 22:54:54 +08:00

6 lines
70 B
Go

package constant
const (
THIRD_LOGIN_TOKEN = "third:login:token:"
)