Showing
1 changed file
with
1 additions
and
1 deletions
@@ -50,7 +50,7 @@ public class GrassTopicController { | @@ -50,7 +50,7 @@ public class GrassTopicController { | ||
50 | 50 | ||
51 | @RequestMapping("/grassTopicByGroupId") | 51 | @RequestMapping("/grassTopicByGroupId") |
52 | @ResponseBody | 52 | @ResponseBody |
53 | - public ApiResponse grassTopicByGroupId(GrassTopicReq req){ | 53 | + public ApiResponse grassTopicByGroupId(@RequestBody GrassTopicReq req){ |
54 | List<TopicRespBo> resp = topicService.grassTopicByGroupId(req); | 54 | List<TopicRespBo> resp = topicService.grassTopicByGroupId(req); |
55 | return new ApiResponse.ApiResponseBuilder().data(resp).build(); | 55 | return new ApiResponse.ApiResponseBuilder().data(resp).build(); |
56 | } | 56 | } |
-
Please register or login to post a comment