pull/1851/merge
Jintao 4 months ago committed by GitHub
commit 91bcb5250f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -55,7 +55,7 @@ namespace DownKyi.Core.BiliApi.LoginNew
return null;
}
}
/// <summary>
/// 获得登录二维码
/// </summary>
@ -83,7 +83,7 @@ namespace DownKyi.Core.BiliApi.LoginNew
public static BitmapImage GetLoginQRCode(string url)
{
// 设置的参数影响app能否成功扫码
Bitmap qrCode = Utils.QRCode.EncodeQRCode(url, 12, 10, null, 0, 0, false);
Bitmap qrCode = Utils.QRCode.EncodeQRCode(url, 15, 10, null, 0, 0, false);
MemoryStream ms = new MemoryStream();
qrCode.Save(ms, System.Drawing.Imaging.ImageFormat.Bmp);

Loading…
Cancel
Save