forked from lxh/go-wxhelper
🐛 Fix a bug.
This commit is contained in:
parent
a4c9346b05
commit
4a348acfd8
@ -4,6 +4,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"go-wechat/client"
|
"go-wechat/client"
|
||||||
"go-wechat/entity"
|
"go-wechat/entity"
|
||||||
|
"go-wechat/utils"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
@ -73,5 +74,5 @@ func dealYesterday(gid string) {
|
|||||||
notifyMsgs = append(notifyMsgs, " \n请未上榜的群友多多反思。")
|
notifyMsgs = append(notifyMsgs, " \n请未上榜的群友多多反思。")
|
||||||
|
|
||||||
log.Printf("排行榜: \n%s", strings.Join(notifyMsgs, "\n"))
|
log.Printf("排行榜: \n%s", strings.Join(notifyMsgs, "\n"))
|
||||||
//go utils.SendMessage(gid, "", strings.Join(notifyMsgs, "\n"))
|
go utils.SendMessage(gid, "", strings.Join(notifyMsgs, "\n"))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user