1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 19:43:49 +08:00
This commit is contained in:
lz1998 2021-03-30 00:37:10 +08:00 committed by lizheng.lz1998
parent db63cbec82
commit 6b530e3c19

View File

@ -78,7 +78,7 @@ func qrcodeLogin() error {
if s.State == client.QRCodeConfirmed { if s.State == client.QRCodeConfirmed {
res, err := cli.QRCodeLogin(s.LoginInfo) res, err := cli.QRCodeLogin(s.LoginInfo)
if err != nil { if err != nil {
return nil return err
} }
return loginResponseProcessor(res) return loginResponseProcessor(res)
} }