Class OauthApi

    • Constructor Detail

      • OauthApi

        public OauthApi()
        默认使用weixin4j.properties里面的corpid、corpsecret信息
      • OauthApi

        public OauthApi​(WeixinAccount account)
        传入corpid、appsecret信息
        Parameters:
        account -
    • Method Detail

      • getUserAuthorizationURL

        public String getUserAuthorizationURL()
        企业号成员身份授权
      • redirectUri默认填写weixin4j.properties#user.oauth.redirect.uri
      • state默认填写state
Returns:
请求授权的URL
Returns:
请求授权的URL