修改日志内容

This commit is contained in:
BinaryWang 2016-09-23 14:07:17 +08:00
parent ec2e599aee
commit aeea340274

View File

@ -394,7 +394,7 @@ public class WxMpServiceImpl implements WxMpService {
do {
try {
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;
} catch (WxErrorException e) {
WxError error = e.getError();