Skip to content

Commit aeea340

Browse files
committed
修改日志内容
1 parent ec2e599 commit aeea340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/WxMpServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ public <T, E> T execute(RequestExecutor<T, E> executor, String uri, E data) thro
394394
do {
395395
try {
396396
T result = executeInternal(executor, uri, data);
397-
this.log.debug("\nurl:{}\nparams:{}\nresponse:{}",uri, data, result);
397+
this.log.debug("\n[URL]: {}\n[PARAMS]: {}\n[RESPONSE]: {}",uri, data, result);
398398
return result;
399399
} catch (WxErrorException e) {
400400
WxError error = e.getError();

0 commit comments

Comments
 (0)