diff --git a/mobile/blank.php b/mobile/blank.php index 82fa77b..2f171eb 100644 --- a/mobile/blank.php +++ b/mobile/blank.php @@ -63,7 +63,7 @@ if (isset($_GET['code'])) { } else { // 如果没有授权,则重定向到授权页面 header('Location: ' . $auth_url); - var_dump($_GET['code']); + var_dump($referer); exit(); }