This commit is contained in:
test_service 2023-12-08 16:33:50 +08:00
commit 87fce036c3

View File

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