|
|
@@ -118,7 +118,6 @@ public class WxPayConfiguration {
|
|
|
throw convertException(jsonObject);
|
|
|
} catch (Exception e) {
|
|
|
this.log.error("\n【请求地址】:{}\n【请求数据】:{}\n【异常信息】:{}", url, requestStr, e.getMessage());
|
|
|
- e.printStackTrace();
|
|
|
throw (e instanceof WxPayException) ? (WxPayException) e : new WxPayException(e.getMessage(), e);
|
|
|
} finally {
|
|
|
httpPost.releaseConnection();
|