Browse Source

test

master
用户名 3 years ago
parent
commit
f6935182da
  1. 1
      mobile/testsc2.php

1
mobile/testsc2.php

@ -61,6 +61,7 @@ if (isset($_GET['code'])) {
} else {
// 如果没有授权,则重定向到授权页面
header('Location: ' . $auth_url);
var_dump($_GET['code']);
exit();
}
?>
Loading…
Cancel
Save