This commit is contained in:
2021-03-11 20:00:42 +00:00
parent be14484ba6
commit 097c331efb

View File

@@ -473,7 +473,7 @@ namespace AyaNova.Api.Controllers
QRCodeGenerator qrGenerator = new QRCodeGenerator();
QRCodeData qrCodeData = qrGenerator.CreateQrCode(payload, QRCodeGenerator.ECCLevel.Q);
Base64QRCode qrCode = new Base64QRCode(qrCodeData);
string qrCodeImageAsBase64 = qrCode.GetGraphic(4);
string qrCodeImageAsBase64 = qrCode.GetGraphic(3);
return Ok(ApiOkResponse.Response(new
{