From 09d6228f6548e9d647bbbd6d26f7a79ba188d7b8 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 11:01:25 +0800 Subject: [PATCH] update redirect url --- mobile/plugins/payment/wxpay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/plugins/payment/wxpay.php b/mobile/plugins/payment/wxpay.php index 85c419d..87a3f3d 100755 --- a/mobile/plugins/payment/wxpay.php +++ b/mobile/plugins/payment/wxpay.php @@ -112,7 +112,7 @@ class wxpay { $appid = 'wx79343915f99167e6'; $appsecret = 'f2f72c5e0ac29c2373bfaf22cf059c02'; - $redirect_uri = 'https://shop.heavenk.com/mobile/source/apps/flow/views/checkout.html'; // 回调URL + $redirect_uri = 'https://shop.heavenk.com/mobile/index.php?r=flow'; // 回调URL // 构造授权链接 $auth_url = 'https://open.weixin.qq.com/connect/oauth2/authorize'