Merge pull request #49 from wechat-group/master

merge master for #48
This commit is contained in:
Binary Wang
2016-10-02 22:10:55 +08:00
committed by GitHub
2 changed files with 11 additions and 8 deletions

View File

@ -121,6 +121,9 @@ public class WxMpUser implements Serializable {
this.subscribeTime = subscribeTime;
}
/**
*只有在将公众号绑定到微信开放平台帐号后,才会出现该字段。
*/
public String getUnionId() {
return this.unionId;
}