From f6935182dab3cb33273f09205d8e202ee4e3e116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D?= <邮箱> Date: Mon, 31 Jul 2023 15:13:46 +0800 Subject: [PATCH] test --- mobile/testsc2.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/testsc2.php b/mobile/testsc2.php index a806fc3..9241ca5 100644 --- a/mobile/testsc2.php +++ b/mobile/testsc2.php @@ -61,6 +61,7 @@ if (isset($_GET['code'])) { } else { // 如果没有授权,则重定向到授权页面 header('Location: ' . $auth_url); + var_dump($_GET['code']); exit(); } ?> \ No newline at end of file