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

@@ -70,6 +70,8 @@ func AgentOpenAPIStopReasonName(reason string) string {
return "未完成实名认证"
case StopReasonCarrierStopped:
return "运营商侧停机"
case StopReasonChannelThreshold:
return "通道流量阈值停机"
case "":
return ""
default: