|
@@ -50,7 +50,7 @@ public class SceneController {
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
@GetMapping("/{num}")
|
|
@GetMapping("/{num}")
|
|
- public ResultData detail(@PathVariable("num") String num) throws IOException {
|
|
|
|
|
|
+ public ResultData detail(@PathVariable("num") String num) throws Exception {
|
|
return ResultData.ok(sceneService.getDetail(num));
|
|
return ResultData.ok(sceneService.getDetail(num));
|
|
}
|
|
}
|
|
|
|
|