Commit 48ff0028 by qwmqiuwenmin

fix

parent 8020dbba
......@@ -226,9 +226,10 @@ public class MaterialApiServiceImpl implements MaterialApiService {
try {
InputStream in = new URL(url).openStream();
byte[] data = IOUtils.toByteArray(in);
logger.info("【获取流】={}",data);
return data;
}catch (Exception e){
logger.info("异常{}",e);
}
return null;
}
......
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