git代码初始化推送
This commit is contained in:
parent
f8814cd44c
commit
f4f607f971
|
@ -65,7 +65,7 @@ public class TBookController {
|
|||
return Result.ok(entity);
|
||||
}
|
||||
|
||||
@GetMapping("/collection")
|
||||
@PostMapping("/collection")
|
||||
@Operation(summary = "收藏图书")
|
||||
public Result setbookcollection(HttpServletRequest request, @RequestParam Integer bookId) {
|
||||
// 首先验证token的有效性,然后从Redis中获取用户信息
|
||||
|
|
Loading…
Reference in New Issue
Block a user