|
@@ -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("Source:", source, "\n"))
|
|
reqSlice = append(reqSlice, fmt.Sprint("Version:", version, "\n"))
|
|
reqSlice = append(reqSlice, fmt.Sprint("Version:", version, "\n"))
|
|
reqSlice = append(reqSlice, fmt.Sprint("Pars:", pars, "\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 == "" {
|
|
if codePage == "" || source == "" || pars == "" {
|