mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 03:23:49 +08:00
commit
75b531e2dc
2
login.go
2
login.go
@ -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)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user