release 1.2

This commit is contained in:
jinyu
2015-02-05 19:55:33 +08:00
parent 681d8afd1d
commit d8d294fea9
20 changed files with 140 additions and 34 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>
<artifactId>weixin4j-base</artifactId>
<name>weixin4j-base</name>
@@ -40,7 +40,7 @@ import com.foxinmy.weixin4j.util.MapUtil;
import com.thoughtworks.xstream.mapper.CannotResolveClassException;
/**
* 调用微信相关接口的HttpRequest,对于其他请求可能并不
* 调用微信相关接口的HttpRequest,对于其他请求可能并不
*
* @className HttpRequest
* @author jy
@@ -113,7 +113,7 @@ public class HttpWeixinMessage implements Serializable {
@Override
public String toString() {
return "HttpMessage [toUserName=" + toUserName + ", encryptContent="
return "HttpWeixinMessage [toUserName=" + toUserName + ", encryptContent="
+ encryptContent + ", encryptType=" + encryptType
+ ", echoStr=" + echoStr + ", timeStamp=" + timeStamp
+ ", nonce=" + nonce + ", signature=" + signature + ", token="