This commit is contained in:
2025-03-27 10:14:11 +08:00
parent 2ae2876aab
commit 865cd3fee3
16 changed files with 936 additions and 331 deletions

View File

@@ -1,5 +1,7 @@
// 服务号 APPIDhttps://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',
};

View 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>