Commit bfe8229c by doszhang

dos

parent 9ded90ef
......@@ -55,6 +55,9 @@ trait UserTrait
$this->request_auth();
exit(0);
}
echo '<pre>';
print_r($_GET);
die();
$openid = $_GET['openid'];
$access_token = $_GET['access_token'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment