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";