This commit is contained in:
sjm 2023-12-25 12:51:57 +08:00
parent c1a20029cb
commit ac8e8e4ab6

View File

@ -56,7 +56,7 @@ public class QRCServiceImpl implements QRCService{
return JSON.toJSONString(base64); return JSON.toJSONString(base64);
} }
} else { } else {
return JSON.toJSONString("内容已存在"); return JSON.toJSONString(QRCodeUtil.ImageToBase64(collect.getQr_url()));
} }
} }