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.
8 lines
214 B
Go
8 lines
214 B
Go
2 months ago
|
package vo
|
||
|
|
||
|
const (
|
||
|
ACCESS_TOKEN_ERROR = "ACCESS_TOKEN_ERROR" // 访问令牌错误
|
||
|
INVALID_TIMESTAMP = "INVALID_TIMESTAMP" // 无效的时间戳
|
||
|
TIMESTAMP_ERROR = "TIMEZONE_ERROR" // 时间戳错误
|
||
|
)
|