Skip to content

Commit d681cd1

Browse files
authored
Merge pull request #48 from rtsbtx/patch-2
WxMpUser新增unionid字段的注释
2 parents 5594000 + e26322d commit d681cd1

File tree

1 file changed

+3
-0
lines changed
  • weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/result

1 file changed

+3
-0
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/result/WxMpUser.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ public void setSubscribeTime(Long subscribeTime) {
121121
this.subscribeTime = subscribeTime;
122122
}
123123

124+
/**
125+
*只有在将公众号绑定到微信开放平台帐号后,才会出现该字段。
126+
*/
124127
public String getUnionId() {
125128
return this.unionId;
126129
}

0 commit comments

Comments
 (0)