コード例 #1
0
ファイル: Response.php プロジェクト: congtrieu112/anime
 public function getDecodedBody()
 {
     $body = json_decode((string) $this->body);
     Base::checkJsonError();
     return $body;
 }