断点
This commit is contained in:
@@ -43,7 +43,8 @@ func SendUserMessage(msgType, userID, title, content string) (err error) {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
globals.SugarLogger.Debugf("=============userInfo %s", utils.Format4Output(userInfo, false))
|
globals.SugarLogger.Debugf("=============userInfo %s", utils.Format4Output(userInfo, false))
|
||||||
err3 := enterprise_msg.SendUserMessage(*userInfo.Mobile, title, "", content)
|
globals.SugarLogger.Debugf("=============content %s", utils.Format4Output(content, false))
|
||||||
|
err3 := enterprise_msg.SendUserMessage(*userInfo.Mobile, title, content, content)
|
||||||
globals.SugarLogger.Errorf("=======err3 %v", err3)
|
globals.SugarLogger.Errorf("=======err3 %v", err3)
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user