6 lines
70 B
Go
6 lines
70 B
Go
|
package constant
|
||
|
|
||
|
const (
|
||
|
THIRD_LOGIN_TOKEN = "third:login:token:"
|
||
|
)
|