【ID1000595】后台-序列号列表中的二维码,上方文字部分全部删掉,仅显示二维码即可,参考现在的正式版

master
382696293@qq.com 2 years ago
parent e7560ee0ea
commit a170e907b3

@ -27,7 +27,7 @@ public class QrCodeController {
throw new ServiceException("请输入序列号");
}
if (StringUtils.isBlank(qrcodeUrl)) {
throw new ServiceException("请配置二維碼地址");
throw new ServiceException("请配置二维码地址");
}
QrCodeUtil.buildQrCodeImage(qrcodeUrl + serial, serial, response.getOutputStream());
}

Loading…
Cancel
Save