diff --git a/auth/api.php b/auth/linkedin.php similarity index 60% rename from auth/api.php rename to auth/linkedin.php index 89d6a17..6551abd 100644 --- a/auth/api.php +++ b/auth/linkedin.php @@ -5,4 +5,7 @@ * Date: 2018/6/12 * Time: 14:22 */ -phpinfo(); \ No newline at end of file + +$content = file_get_contents("php://input"); + +echo $content; \ No newline at end of file