From 604d414f1567028a0ce4bece7b5ac61a0a8c889c 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 16:47:07 +0800 Subject: [PATCH] 1 --- app/api/controller/food/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/controller/food/User.php b/app/api/controller/food/User.php index aa86919..923b8a1 100644 --- a/app/api/controller/food/User.php +++ b/app/api/controller/food/User.php @@ -224,7 +224,7 @@ class User extends Controller $url = 'https://app.cxhxy.h5.dev.1nww.com/#/pages/details/details?openid=' . $openid . '&coupon_id=' . $coupon_id; } else { //优惠券列表 - $url = 'https://app.cxhxy.h5.dev.1nww.com/#/pages/index?openid=' . $openid; + $url = 'https://app.cxhxy.h5.dev.1nww.com/#/?openid=' . $openid; } write_log($url, __DIR__);