示例#1
0
 public function isbn($orgId, $isbn)
 {
     $book = $this->bookService->bookOfIsbn($orgId, $isbn);
     return $this->jsonResponse($book);
 }