This commit is contained in:
gazebo
2019-03-22 15:34:26 +08:00
parent 9781e85e4d
commit 70c04d47d1

View File

@@ -8,6 +8,7 @@ import (
)
func SendUserMessage(userID, title, content string) (err error) {
globals.SugarLogger.Debugf("SendUserMessage userID:%s, title:%s, content:%s", userID, title, content)
authList, err := auth2.GetUserBindAuthInfo(userID)
if err == nil {
for _, auth := range authList {