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

@@ -6,7 +6,7 @@
<parent>
<groupId>com.github.binarywang</groupId>
<artifactId>weixin-java-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.4.4-beta</version>
</parent>
<artifactId>weixin-java-mp</artifactId>
<name>WeiXin Java Tools - MP</name>

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;