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