wx-login/mini-web/envision/get-openid.html
2025-03-27 10:14:11 +08:00

5 lines
268 B
HTML

<!-- Step 1: Redirect user to WeChat authorization page -->
<a href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=YOUR_APPID&redirect_uri=YOUR_REDIRECT_URI&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect">
点击这里登录
</a>