mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 11:07:40 +08:00
fix: FetchQRCode
This commit is contained in:
parent
1b3e84baf0
commit
6dd575b200
@ -310,7 +310,7 @@ func (c *QQClient) TokenLogin(token []byte) error {
|
||||
}
|
||||
|
||||
func (c *QQClient) FetchQRCode() (*QRCodeLoginResponse, error) {
|
||||
return c.FetchQRCode(3, 4, 2)
|
||||
return c.FetchQRCodeCustomSize(3, 4, 2)
|
||||
}
|
||||
|
||||
func (c *QQClient) FetchQRCodeCustomSize(size, margin, ecLevel uint32) (*QRCodeLoginResponse, error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user