Commit fb442f17 by wang_jiaxing

统一访问接口附件接口修复

parent 044803d0
......@@ -486,12 +486,12 @@ public class HttpUtil {
e.printStackTrace();
} catch (Exception e) {
e.printStackTrace();
} finally {
try {
httpClient.close();
} catch (IOException e) {
e.printStackTrace();
}
// } finally {
// try {
// httpClient.close();
// } catch (IOException e) {
// e.printStackTrace();
// }
}
return result;
}
......
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