Update msg.go
This commit is contained in:
parent
8cd2bc0c18
commit
985a39a75e
@ -92,6 +92,11 @@ const (
|
||||
InsufficientBalance = "余量不足"
|
||||
)
|
||||
|
||||
const (
|
||||
BundleExpired = 1
|
||||
BundleNotExpired = 0
|
||||
)
|
||||
|
||||
//数据指标
|
||||
const (
|
||||
MetricsBusinessFailed = "业务概览查询失败"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user