mirror of
https://github.com/201206030/novel-cloud.git
synced 2025-06-23 21:48:30 +00:00
v1.3.0发布
This commit is contained in:
@ -60,7 +60,7 @@ public interface BookApi {
|
||||
* @return true:评论成功,false:评论失败
|
||||
* */
|
||||
@PostMapping("api/book/addBookComment")
|
||||
boolean addBookComment(@RequestParam("userId") Long userId,@RequestParam("comment") BookComment comment);
|
||||
boolean addBookComment(@RequestParam("userId") Long userId,@RequestBody BookComment comment);
|
||||
|
||||
/**
|
||||
* 分页查询用户评论
|
||||
|
Reference in New Issue
Block a user