From 8f30d5bc9fca61aa0bc335f2b17a5494b828cc97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D?= <邮箱> Date: Tue, 1 Aug 2023 09:56:49 +0800 Subject: [PATCH] get_openid --- mobile/get_openid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/get_openid.php b/mobile/get_openid.php index 079fadc..9c97b57 100644 --- a/mobile/get_openid.php +++ b/mobile/get_openid.php @@ -4,7 +4,7 @@ // 设置应用信息 $appid = 'wx79343915f99167e6'; $appsecret = 'f2f72c5e0ac29c2373bfaf22cf059c02'; -$redirect_uri = 'https://shop.heavenk.com/mobile/testsc2.php'; // 回调URL +$redirect_uri = 'https://shop.heavenk.com/mobile/get_openid.php'; // 回调URL // 构造授权链接 $auth_url = 'https://open.weixin.qq.com/connect/oauth2/authorize'