mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-30 01:58:23 +08:00
Update WxMpUser.java
新增注释
This commit is contained in:
@ -121,6 +121,9 @@ public class WxMpUser implements Serializable {
|
||||
this.subscribeTime = subscribeTime;
|
||||
}
|
||||
|
||||
/**
|
||||
*只有在将公众号绑定到微信开放平台帐号后,才会出现该字段。
|
||||
*/
|
||||
public String getUnionId() {
|
||||
return this.unionId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user