From 0b28844d92ea92579ddb8af47ca841ea11db1ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D?= <邮箱> Date: Mon, 31 Jul 2023 15:19:52 +0800 Subject: [PATCH] test --- mobile/testsc2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/testsc2.php b/mobile/testsc2.php index 4311823..c42c4a1 100644 --- a/mobile/testsc2.php +++ b/mobile/testsc2.php @@ -48,7 +48,7 @@ if (isset($_GET['code'])) { curl_close($ch); // 输出响应 - var_dump(json_decode($response)); + $response = json_decode($response); // $client = new \GuzzleHttp\Client();