From 4e7b8710a0ce9a249dc41a6588d53ddb92730b2a Mon Sep 17 00:00:00 2001 From: fengyuexingzi Date: Tue, 12 Jun 2018 15:13:28 +0800 Subject: [PATCH] auth --- auth/{api.php => linkedin.php} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename auth/{api.php => linkedin.php} (60%) 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