x
This commit is contained in:
parent
fa32299ff9
commit
6b466f3459
@ -159,7 +159,7 @@ func init() {
|
||||
case "tg", "tgg":
|
||||
ck.Update(models.Telegram, uid)
|
||||
if gid != 0 {
|
||||
go models.SendTggMsg(int(uid), int(gid), "扫码成功")
|
||||
go models.SendTggMsg(int(gid), int(uid), "扫码成功")
|
||||
} else {
|
||||
go models.SendTgMsg(int(uid), "扫码成功")
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user