Commit 8e13d73a by unknown

add the debug

parent 21d80bf6
......@@ -54,6 +54,7 @@ public class QiniuFileService {
new InetSocketAddress(proxyHost, proxyPort)));
}
if (multipartFile == null || multipartFile.isEmpty()) {
System.out.println("multipartFile is null ");
logger.error("Qiniu upload error:host:" + proxyHost + ",port:" + proxyPort, "上传文件不能为空");
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 sign in to comment