Class OauthApi


  • public class OauthApi
    extends MpApi
    oauth授权
    Since:
    JDK 1.6
    Author:
    jinyu(foxinmy@gmail.com)
    • Constructor Detail

      • OauthApi

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

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

      • getUserAuthorizationURL

        public String getUserAuthorizationURL()
        公众号网页获取用户资料oauth授权:请求code
      • redirectUri默认填写weixin4j.properties#user.oauth.redirect.uri
      • scope默认填写snsapi_base
      • state默认填写state
Returns:
请求授权的URL
Returns:
请求授权的URL