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