mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-23 22:11:40 +08:00
修改日志内容
This commit is contained in:
parent
ec2e599aee
commit
aeea340274
@ -394,7 +394,7 @@ public class WxMpServiceImpl implements WxMpService {
|
|||||||
do {
|
do {
|
||||||
try {
|
try {
|
||||||
T result = executeInternal(executor, uri, data);
|
T result = executeInternal(executor, uri, data);
|
||||||
this.log.debug("\nurl:{}\nparams:{}\nresponse:{}",uri, data, result);
|
this.log.debug("\n[URL]: {}\n[PARAMS]: {}\n[RESPONSE]: {}",uri, data, result);
|
||||||
return result;
|
return result;
|
||||||
} catch (WxErrorException e) {
|
} catch (WxErrorException e) {
|
||||||
WxError error = e.getError();
|
WxError error = e.getError();
|
||||||
|
Loading…
Reference in New Issue
Block a user