修复adjust归因失败
This commit is contained in:
@@ -82,7 +82,8 @@ class RouteResolver
|
||||
exit;
|
||||
}
|
||||
if ($redirect_method == '302') {
|
||||
header('Location: ' . $zp_url);
|
||||
header('Referrer-Policy: origin-when-cross-origin');
|
||||
header('Location: ' . $zp_url, true, 302);
|
||||
exit;
|
||||
}
|
||||
if ($redirect_method == 'js') {
|
||||
|
||||
Reference in New Issue
Block a user