Commit dd34d4e0 by 徐高华

异常

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