Browse Source

test

master
用户名 3 years ago
parent
commit
486e58ed80
  1. 2
      mobile/blank.php

2
mobile/blank.php

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

Loading…
Cancel
Save