This commit is contained in:
sjm
2023-12-25 01:13:02 +08:00
parent c48b8e000c
commit 812b226943

View File

@@ -55,12 +55,6 @@ public class QRCServiceImpl implements QRCService{
String base64 = QRCodeUtil.ImageToBase64(url_wait);
return JSON.toJSONString(base64);
}
else{
HashMap<String,Object> result = new HashMap<>();
result.put("code",500);
result.put("msg", "找不到对应网址");
return JSON.toJSONString(result);
}
}else{
String url_wait = list.get(0).getQr_url();
String base64 = QRCodeUtil.ImageToBase64(url_wait);