Browse Source

Merge branch 'yb/3.1' into debug

hsun 3 years ago
parent
commit
00545b85dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/share_poster.go

+ 1 - 1
services/share_poster.go

@@ -41,7 +41,7 @@ func CreatePosterFromSource(codePage, codeScene, source, version, pars string) (
 			reqSlice = append(reqSlice, fmt.Sprint("Source:", source, "\n"))
 			reqSlice = append(reqSlice, fmt.Sprint("Version:", version, "\n"))
 			reqSlice = append(reqSlice, fmt.Sprint("Pars:", pars, "\n"))
-			go alarm_msg.SendAlarmMsg("CreatePosterFromSource生成分享海报失败, Msg:"+errMsg+";Err:"+err.Error()+";Req:\n"+strings.Join(reqSlice, ";"), 2)
+			go alarm_msg.SendAlarmMsg("CreatePosterFromSource生成分享海报失败, Msg:"+errMsg+";Err:"+err.Error()+"\n;Req:\n"+strings.Join(reqSlice, ";"), 3)
 		}
 	}()
 	if codePage == "" || source == "" || pars == "" {