This commit is contained in:
cdle 2021-08-20 12:09:04 +08:00
parent 6b466f3459
commit 40d3a1d6bc

View File

@ -70,7 +70,7 @@ func SendTgMsg(uid int, msg string) {
b.Send(&tb.User{ID: uid}, msg)
}
func SendTggMsg(uid int, gid int, msg string) {
func SendTggMsg(gid int, uid int, msg string) {
if b == nil || uid == 0 {
return
}