This commit is contained in:
尖叫 2023-12-08 16:31:56 +08:00
parent 900acafc8c
commit 33e25dd03f

View File

@ -217,7 +217,8 @@ class User extends Controller
'openid' => $openid, 'openid' => $openid,
'redirect_uri' => 'https://app.cxhxy.dev.1nww.com/#/pages/details/details' 'redirect_uri' => 'https://app.cxhxy.dev.1nww.com/#/pages/details/details'
]; ];
if (isset($coupon_id)) { if (isset($coupon_id)) {
//优惠券详情 //优惠券详情
$url = 'https://app.cxhxy.h5.dev.1nww.com/#/pages/details/details?openid=' . $openid . '&coupon_id=' . $coupon_id; $url = 'https://app.cxhxy.h5.dev.1nww.com/#/pages/details/details?openid=' . $openid . '&coupon_id=' . $coupon_id;