修改发送消息
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user