This commit is contained in:
尖叫 2023-12-08 16:33:35 +08:00
parent 33e25dd03f
commit aeae192a27

View File

@ -226,6 +226,10 @@ class User extends Controller
//优惠券列表 //优惠券列表
$url = 'https://app.cxhxy.h5.dev.1nww.com/#/pages/index?openid=' . $openid; $url = 'https://app.cxhxy.h5.dev.1nww.com/#/pages/index?openid=' . $openid;
} }
write_log($url, __DIR__);
return redirect($url); return redirect($url);
} }
} }