|
@@ -268,6 +268,22 @@ public class LoginUser implements UserDetails
|
|
|
this.user = user;
|
|
|
}
|
|
|
|
|
|
+ public String getOpenid() {
|
|
|
+ return openid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOpenid(String openid) {
|
|
|
+ this.openid = openid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public WxUser getWxUser() {
|
|
|
+ return wxUser;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setWxUser(WxUser wxUser) {
|
|
|
+ this.wxUser = wxUser;
|
|
|
+ }
|
|
|
+
|
|
|
@Override
|
|
|
public Collection<? extends GrantedAuthority> getAuthorities()
|
|
|
{
|