This commit is contained in:
2021-04-21 17:32:06 +08:00
parent 3198386c36
commit 30930729b6

View File

@@ -59,7 +59,7 @@ namespace QRCodeService.Services
}
if(length == 8)
{
return BitConverter.ToInt32(result, 8 * index).ToBase62();
return BitConverter.ToInt64(result, 8 * index).ToBase62();
}
if(length == 16)
{