Class WeChatOAuthService.WeChatUserInfo

java.lang.Object
com.bytedesk.core.rbac.auth.wechat.WeChatOAuthService.WeChatUserInfo
Enclosing class:
WeChatOAuthService

public static class WeChatOAuthService.WeChatUserInfo extends Object
  • Field Details

    • openid

      private String openid
    • nickname

      private String nickname
    • sex

      private Integer sex
    • province

      private String province
    • city

      private String city
    • country

      private String country
    • headImgUrl

      private String headImgUrl
    • unionid

      private String unionid
    • errcode

      private Integer errcode
    • errmsg

      private String errmsg
  • Constructor Details

    • WeChatUserInfo

      public WeChatUserInfo()