update 打印日志

This commit is contained in:
jsowell
2026-05-29 15:38:46 +08:00
parent 5edb2ac5a3
commit 7c25ee6852
4 changed files with 5 additions and 7 deletions

View File

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