修改发送消息

This commit is contained in:
807875765@qq.com
2022-03-14 14:26:14 +08:00
parent cb72473532
commit 369a22fba9

View File

@@ -3014,7 +3014,7 @@ creatExec:
if err != nil {
baseapi.SugarLogger.Errorf("WriteToExcel:upload %s , %s failed error:%v", fileName, err)
} else {
noticeMsg := fmt.Sprintf("[详情点我]%s%s ", globals.BackstageHost, downloadURL)
noticeMsg := fmt.Sprintf("[详情点我]%s", downloadURL)
ddmsg.SendUserMessage(dingdingapi.MsgTyeText, ctx.GetUserID(), "异步任务完成", noticeMsg)
baseapi.SugarLogger.Debug("WriteToExcel: dataSuccess downloadURL: [%v]", downloadURL)
}