File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ func (c *PrometheusAlertController) PrometheusAlert() {
126126 pMsg .Ddurl = checkURL (agMap ["ddurl" ], c .Input ().Get ("ddurl" ), beego .AppConfig .String ("ddurl" ))
127127 pMsg .Wxurl = checkURL (agMap ["wxurl" ], c .Input ().Get ("wxurl" ), beego .AppConfig .String ("wxurl" ))
128128 pMsg .Fsurl = checkURL (agMap ["fsurl" ], c .Input ().Get ("fsurl" ), beego .AppConfig .String ("fsurl" ))
129- pMsg .Email = checkURL (agMap ["email" ], c .Input ().Get ("email" ), beego .AppConfig .String ("fsurl " ))
129+ pMsg .Email = checkURL (agMap ["email" ], c .Input ().Get ("email" ), beego .AppConfig .String ("email " ))
130130 pMsg .GroupId = checkURL (agMap ["groupid" ], c .Input ().Get ("groupid" ), beego .AppConfig .String ("BDRL_ID" ))
131131
132132 pMsg .Phone = checkURL (agMap ["phone" ], c .Input ().Get ("phone" ))
You can’t perform that action at this time.
0 commit comments