打印日志

This commit is contained in:
2023-07-07 15:41:36 +08:00
parent 26c8149f41
commit 3940712137

View File

@@ -121,7 +121,7 @@ public class HttpUtils {
String jsonResult = EntityUtils.toString(httpEntity);
return JSON.readValue(jsonResult, HashMap.class);
} else {
log.error("微信支付错误信息:{}", EntityUtils.toString(httpEntity));
log.error("微信支付错误信息:{}, body:{}", EntityUtils.toString(httpEntity), body);
}
} catch (Exception e) {
log.error("HttpUtils.doPostWexin error", e);