5 lines
268 B
HTML
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>
|