1
This commit is contained in:
@@ -2,7 +2,6 @@ package ddmsg
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils/enterprise_msg"
|
||||
"git.rosy.net.cn/jx-callback/business/model/dao"
|
||||
|
||||
@@ -42,10 +41,7 @@ func SendUserMessage(msgType, userID, title, content string) (err error) {
|
||||
globals.SugarLogger.Errorf("get user err %v", err)
|
||||
continue
|
||||
}
|
||||
globals.SugarLogger.Debugf("=============userInfo %s", utils.Format4Output(userInfo, false))
|
||||
globals.SugarLogger.Debugf("=============content %s", utils.Format4Output(content, false))
|
||||
err3 := enterprise_msg.SendUserMessage(*userInfo.Mobile, title, content, content)
|
||||
globals.SugarLogger.Errorf("=======err3 %v", err3)
|
||||
enterprise_msg.SendUserMessage(*userInfo.Mobile, title, content, content)
|
||||
}
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user