fs-danaus
2024-03-25 1c2701eef267f3d131f4bb8baffea7404204dc51
提交 | 用户 | age
a6a76f 1 url.oauth.authentication=https://open.weixin.qq.com/connect/qrconnect?appid=%s&redirect_uri=%s&response_type=code&scope=%s&self_redirect=%s#wechat_redirect
F 2 url.oauth.authentication.state=https://open.weixin.qq.com/connect/qrconnect?appid=%s&redirect_uri=%s&response_type=code&scope=%s&state=%s&self_redirect=%s#wechat_redirect
3 url.oauth.accesstoken.get=https://api.weixin.qq.com/sns/oauth2/access_token?appid=%s&secret=%s&code=%s&grant_type=authorization_code
4 url.oauth.accesstoken.refresh=https://api.weixin.qq.com/sns/oauth2/refresh_token?appid=%s&grant_type=refresh_token&refresh_token=%s
5 url.oauth.userinfo.get=https://api.weixin.qq.com/sns/userinfo?access_token=%s&openid=%s&lang=%s