fix
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
// 服务号 APPID:https://open.weixin.qq.com/cgi-bin/bizdetail?t=wxverify/detail_mp_account&lang=zh_CN&token=30f137046de19bf38381385ca1ac515c5aa64838&appid=wxff97d569b1db16b6
|
||||
export const config = {
|
||||
appid: 'wxff97d569b1db16b6',
|
||||
appid_open: 'wx9378885c8390e09b', // 公众开放平台, 逸文设计 //
|
||||
redirect_uri: 'https://kevisual.xiongxiao.me/root/mini-web/callback.html',
|
||||
scope: 'snsapi_userinfo',
|
||||
};
|
||||
|
||||
4
mini-web/envision/get-openid.html
Normal file
4
mini-web/envision/get-openid.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<!-- 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>
|
||||
Reference in New Issue
Block a user