From e1f91243f28a79c1116b6e2b15d7fb43696bc581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=96=E5=8F=AB?= <392494244@qq.com> Date: Fri, 8 Dec 2023 11:41:34 +0800 Subject: [PATCH] 1 --- extend/hema/wechat/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/hema/wechat/Index.php b/extend/hema/wechat/Index.php index e878edc..9d105b5 100644 --- a/extend/hema/wechat/Index.php +++ b/extend/hema/wechat/Index.php @@ -110,7 +110,7 @@ class Index } $appid='wx89c12dd426a55a2e'; - $wx_redirect_uri = 'https://app.cxhxy.dev.1nww.com/api/food.user/wxLogin'; + $wx_redirect_uri = 'https://app.cxhxy.dev.1nww.com/#/pages/details/details'; $redirect_uri = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=$appid&redirect_uri={$wx_redirect_uri}&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect";