This commit is contained in:
2023-12-25 02:45:03 +08:00
parent ee639e7f4a
commit 9161f7357e
3 changed files with 16 additions and 6 deletions

View File

@@ -60,5 +60,6 @@ public class QRCServiceImpl implements QRCService{
String base64 = QRCodeUtil.ImageToBase64(url_wait);
return JSON.toJSONString(base64);
}
return null;
}
}