This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
wxJava-final
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update WxMpUser.java
新增注释
master
rtsbtx
8 years ago
committed by
GitHub
parent
55940005e1
commit
e26322dd2d
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/result/WxMpUser.java
+ 3
- 0
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/result/WxMpUser.java
View File
@@ -121,6 +121,9 @@ public class WxMpUser implements Serializable {
this.subscribeTime = subscribeTime;
}
/**
*只有在将公众号绑定到微信开放平台帐号后,才会出现该字段。
*/
public String getUnionId() {
return this.unionId;
}
Write
Preview
Loading…
Cancel
Save