Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaoming committed Jan 3, 2020
1 parent 8071c29 commit 3bc91ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bryce/OpenApi/Common/Tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ public static function curlPost(string $url, array $params)

public static function dealCurlResult($result)
{
return json_encode($result);
return json_decode($result);
}
}

0 comments on commit 3bc91ea

Please sign in to comment.