You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wt-game/vo/code.go

8 lines
214 B
Go

package vo
const (
ACCESS_TOKEN_ERROR = "ACCESS_TOKEN_ERROR" // 访问令牌错误
INVALID_TIMESTAMP = "INVALID_TIMESTAMP" // 无效的时间戳
TIMESTAMP_ERROR = "TIMEZONE_ERROR" // 时间戳错误
)