提交 f9acb69a authored 作者: xinjunguo's avatar xinjunguo

--no commit message

上级 748ae75e
...@@ -165,8 +165,8 @@ public class WeChatLoginXcxController { ...@@ -165,8 +165,8 @@ public class WeChatLoginXcxController {
byte[] result = entity.getBody(); byte[] result = entity.getBody();
// LOG.info(Base64.encodeBase64String(result)); // LOG.info(Base64.encodeBase64String(result));
inputStream = new ByteArrayInputStream(result); inputStream = new ByteArrayInputStream(result);
path = rootPath + "qr/" + UUIDUtil.getUUID()+".png"; path = "/sc/qr/" + UUIDUtil.getUUID()+".png";
File file = new File(path); File file = new File(rootPath + path);
if (!file.exists()) { if (!file.exists()) {
file.createNewFile(); file.createNewFile();
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论