提交 86c91c65 编写于 作者: 星梦苍天

图片下载过期时间设置

上级 2d71bf6e
......@@ -28,7 +28,7 @@ public class NetFileUtils {
public static FileCallable getNetFile(String urlPath){
FileCallable fileCallable = new FileCallable();
webClient.getAbs(urlPath).send().onSuccess(response -> {
webClient.getAbs(urlPath).timeout(1000L*60L*10L).send().onSuccess(response -> {
if(response.statusCode() == 200 || response.statusCode() == 302){
Buffer buffer = response.body();
buffer.getByteBuf();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册