This commit is contained in:
test_service 2023-12-08 16:47:28 +08:00
commit 15975dda2d

View File

@ -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__);