Commit d283ded2 by 陶光胜

Merge branch 'developer' into 'master'

小程序二维码修改

See merge request !40
parents 3b4cdede 531536e7
......@@ -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