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
Merge pull request
#48
from rtsbtx/patch-2
WxMpUser新增unionid字段的注释
master
Binary Wang
8 years ago
committed by
GitHub
parent
55940005e1
e26322dd2d
commit
d681cd150b
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