release 2.4.4-beta

This commit is contained in:
Binary Wang
2016-12-19 10:24:01 +08:00
parent a5b123f8c8
commit d18921b36d
6 changed files with 6 additions and 7 deletions

View File

@ -422,8 +422,7 @@ public class WxMpServiceImpl implements WxMpService {
}
if (error.getErrorCode() != 0) {
this.log.error("\n[URL]: {}\n[PARAMS]: {}\n[RESPONSE]: {}", uri, data,
error);
this.log.error("\n[URL]: {}\n[PARAMS]: {}\n[RESPONSE]: {}", uri, data, error);
throw new WxErrorException(error);
}
return null;