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:
@@ -70,6 +70,8 @@ func AgentOpenAPIStopReasonName(reason string) string {
|
||||
return "未完成实名认证"
|
||||
case StopReasonCarrierStopped:
|
||||
return "运营商侧停机"
|
||||
case StopReasonChannelThreshold:
|
||||
return "通道流量阈值停机"
|
||||
case "":
|
||||
return ""
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user