1. 程式人生 > >java微信獲取openid

java微信獲取openid

我的部落格:115.159.110.224

對已稽核的訂閱號或一般服務號都可以獲得openid

1.配置可授權介面

在介面下填入可授權的頁面或網站域名介面。

1.選單上授權

 通過重定向微信介面獲取網頁授權的openId

選單上鍊接到授權連結

如:

    //授權認證url獲取使用者資訊
    public static final String oauthUrl  =
    "https://open.weixin.qq.com/connect/oauth2/authorize?appid="
            +appId+"&redirect_uri=http%3A%2F%2F"+ip+"%2FoauthServlet" +
            "&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect"  ;

在專向連結就可oauthServlet

同樣需要配置servlet到web.xm

我的微信公眾號:my528xx

公眾號二維碼: