PaymentCenter/app/constants/common/common.go

7 lines
87 B
Go

package common
const (
TOKEN_PRE = "player_token_"
TOKEN_Admin = "Admin_token_"
)