- fk
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func SendUserMessage(userID, title, content string) (err error) {
|
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)
|
authList, err := auth2.GetUserBindAuthInfo(userID)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
for _, auth := range authList {
|
for _, auth := range authList {
|
||||||
|
|||||||
Reference in New Issue
Block a user