feat(通道流量阈值): AUG26-011 运营商通道流量阈值达量停机与周期复机
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 12m59s

This commit is contained in:
2026-09-16 15:54:49 +08:00
parent 41722760b1
commit 59b3df868a
36 changed files with 2431 additions and 93 deletions

View File

@@ -76,6 +76,10 @@ const (
StopReasonNoPackage = "no_package" // 停机原因:无有效套餐
StopReasonNotRealname = "not_realname" // 停机原因:非行业卡且未完成实名认证
StopReasonCarrierStopped = "carrier_stopped" // 停机原因:运营商/Gateway 侧主动停机
// StopReasonChannelThreshold 是运营商通道流量阈值达量停机的停因。
// 它既不属于轮询停因isPollingStopReason也不参与设备维度扩散isDeviceScopeReason
// 周期内必须拒绝一切复机,复机只由通道阈值的周期处理发起。
StopReasonChannelThreshold = "channel_threshold"
)
// 套餐流量类型