Commit dd34d4e0 by 徐高华

异常

parent c58fec84
...@@ -566,7 +566,7 @@ public class MessageApiServiceImpl implements MessageApiService { ...@@ -566,7 +566,7 @@ public class MessageApiServiceImpl implements MessageApiService {
} }
byte[] data = ImageUtil.getImgbyte(headImgUrl); byte[] data = ImageUtil.getImgbyte(headImgUrl);
if(null == data) { if(null == data) {
data = ImageUtil.getBytes(headImgUrl); data = ImageUtil.getImgbyte(headImgUrl);
} }
if (null == data) { if (null == data) {
return headImgUrl; return headImgUrl;
......
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