Commit 35fdd1b2 authored by 刘基明's avatar 刘基明

主题接口修改

parent 6b5177e6
...@@ -51,7 +51,7 @@ public class HomePageController { ...@@ -51,7 +51,7 @@ public class HomePageController {
return CommonResp.success(); return CommonResp.success();
} }
@PostMapping(value = "/queryList") @PostMapping(value = "/themeList")
@ApiOperation("我的点赞帖子列表") @ApiOperation("我的点赞帖子列表")
@ResponseBody @ResponseBody
public CommonResp<List<ThemeQo>> likeList(@RequestBody QueryRecordThemeReq req){ public CommonResp<List<ThemeQo>> likeList(@RequestBody QueryRecordThemeReq req){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment