diff --git a/ThinkPHP/Library/Org/Kudian/Response.class.php b/ThinkPHP/Library/Org/Kudian/Response.class.php index 1ac85df..376d7a7 100644 --- a/ThinkPHP/Library/Org/Kudian/Response.class.php +++ b/ThinkPHP/Library/Org/Kudian/Response.class.php @@ -28,7 +28,7 @@ class Response $data = $response; } else { Log::write('RESPONSE_STR: ' . $response); - $data = json_decode($response); + $data = json_decode($response, true); } if (!$data) { $data = [