Commit fb442f17 by wang_jiaxing

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

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