feat(通道流量阈值): AUG26-011 运营商通道流量阈值达量停机与周期复机
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 12m59s
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 12m59s
This commit is contained in:
@@ -76,6 +76,10 @@ const (
|
||||
StopReasonNoPackage = "no_package" // 停机原因:无有效套餐
|
||||
StopReasonNotRealname = "not_realname" // 停机原因:非行业卡且未完成实名认证
|
||||
StopReasonCarrierStopped = "carrier_stopped" // 停机原因:运营商/Gateway 侧主动停机
|
||||
// StopReasonChannelThreshold 是运营商通道流量阈值达量停机的停因。
|
||||
// 它既不属于轮询停因(isPollingStopReason),也不参与设备维度扩散(isDeviceScopeReason):
|
||||
// 周期内必须拒绝一切复机,复机只由通道阈值的周期处理发起。
|
||||
StopReasonChannelThreshold = "channel_threshold"
|
||||
)
|
||||
|
||||
// 套餐流量类型
|
||||
|
||||
Reference in New Issue
Block a user