mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-WebAPi.git
synced 2026-04-01 23:14:51 +00:00
fix: 修改抛错
This commit is contained in:
parent
3bdf4b0d5d
commit
de2c8412dc
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ public class BiliApiController {
|
||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("/bili")
|
@GetMapping("/bili")
|
||||||
public BiliApi BiliApi(@RequestParam(value = "bvid", defaultValue = "empty") String bvid) {
|
public BiliApi BiliApi(@RequestParam(value = "bvid") String bvid) {
|
||||||
return biliApiService.getPagesInfo(bvid);
|
return biliApiService.getPagesInfo(bvid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue