瀏覽代碼

修改appid

mht 3 周之前
父節點
當前提交
4963cb1fc6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/Search.vue

+ 1 - 1
src/views/Search.vue

@@ -195,7 +195,7 @@ export default {
         const redirectUrl = `https%3A%2F%2Fmylive91.com%2Fwechatpay`
 
         // 构建微信授权URL
-        const authUrl = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxa25eb9f7ebd39219&redirect_uri=${redirectUrl}&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect`
+        const authUrl = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxbed7a5a18f65381a&redirect_uri=${redirectUrl}&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect`
         setTimeout(() => {
           window.location.href = authUrl
         }, 300)