This commit is contained in:
cdle 2021-08-20 12:07:47 +08:00
parent fa32299ff9
commit 6b466f3459

View File

@ -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), "扫码成功")
}