PaymentCenter/app/constants/common/common.go

6 lines
55 B
Go

package common
const (
TOKEN_PRE = "player_token_"
)