mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-10 18:30:02 +08:00
打印日志
This commit is contained in:
@@ -121,7 +121,7 @@ public class HttpUtils {
|
|||||||
String jsonResult = EntityUtils.toString(httpEntity);
|
String jsonResult = EntityUtils.toString(httpEntity);
|
||||||
return JSON.readValue(jsonResult, HashMap.class);
|
return JSON.readValue(jsonResult, HashMap.class);
|
||||||
} else {
|
} else {
|
||||||
log.error("微信支付错误信息:{}", EntityUtils.toString(httpEntity));
|
log.error("微信支付错误信息:{}, body:{}", EntityUtils.toString(httpEntity), body);
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("HttpUtils.doPostWexin error", e);
|
log.error("HttpUtils.doPostWexin error", e);
|
||||||
|
|||||||
Reference in New Issue
Block a user