修复adjust归因失败

This commit is contained in:
root
2026-06-27 23:58:54 +08:00
parent 51a6a850b3
commit c3c58198ab
9 changed files with 439 additions and 145 deletions
+2 -1
View File
@@ -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') {