diff --git a/pkg/service/bundle/common/msg.go b/pkg/service/bundle/common/msg.go index a023418..5c63d92 100644 --- a/pkg/service/bundle/common/msg.go +++ b/pkg/service/bundle/common/msg.go @@ -92,6 +92,11 @@ const ( InsufficientBalance = "余量不足" ) +const ( + BundleExpired = 1 + BundleNotExpired = 0 +) + //数据指标 const ( MetricsBusinessFailed = "业务概览查询失败"