public interface WxLogin
| 限定符和类型 | 方法和说明 |
|---|---|
WxResp |
access_token(String auth_code)
根据code换取access_token
|
WxResp |
auth(String token)
验证token是否还有效
|
String |
authorize(String redirect_uri,
String scope,
String state) |
String |
qrconnect(String redirect_uri,
String scope,
String state)
返回重定向到微信登录页面的URL
|
WxResp |
refresh_token(String refresh_token)
刷新token
|
WxResp |
userinfo(String openid,
String token)
获取用户信息
|
Copyright © 2019. All rights reserved.