From 6bcdb4c59a0c4133e049a26ff66b7205ad66d74a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Sun, 29 Jan 2023 16:17:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=AD=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxutils/ddmsg/ddmsg.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/business/jxutils/ddmsg/ddmsg.go b/business/jxutils/ddmsg/ddmsg.go index c5a7b6c12..8e35adaec 100644 --- a/business/jxutils/ddmsg/ddmsg.go +++ b/business/jxutils/ddmsg/ddmsg.go @@ -43,7 +43,8 @@ func SendUserMessage(msgType, userID, title, content string) (err error) { continue } 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) } break