Commit 531536e7 by 陶光胜

小程序二维码修改

parent cd04aa4b
......@@ -145,8 +145,7 @@ public class QrcodeUtils {
ImageIO.write(image, format, baos);
return baos.toByteArray();
} catch (Exception e) {
e.printStackTrace();
log.error(e.getMessage());
log.warn("e", e);
}
return null;
}
......@@ -186,7 +185,7 @@ public class QrcodeUtils {
}
}
} catch (WriterException e) {
e.printStackTrace();
log.warn("e", e);
}
return image;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment