Commit 6b5177e6 authored by 刘基明's avatar 刘基明

主题接口修改

parent 690f911e
...@@ -25,7 +25,7 @@ public class HomePageController { ...@@ -25,7 +25,7 @@ public class HomePageController {
@Autowired @Autowired
private HomePageManager homePageManager; private HomePageManager homePageManager;
@PostMapping(value = "/editUserInfo") @PostMapping(value = "/editInfo")
@ApiOperation("编辑圈子个人资料") @ApiOperation("编辑圈子个人资料")
@ResponseBody @ResponseBody
public CommonResp<String> editUserInfo(@Validated @RequestBody HomePageReq req){ public CommonResp<String> editUserInfo(@Validated @RequestBody HomePageReq req){
...@@ -34,7 +34,7 @@ public class HomePageController { ...@@ -34,7 +34,7 @@ public class HomePageController {
return CommonResp.success("修改成功"); return CommonResp.success("修改成功");
} }
@PostMapping(value = "/queryMyFans") @PostMapping(value = "/followList")
@ApiOperation("查询关注/粉丝列表") @ApiOperation("查询关注/粉丝列表")
@ResponseBody @ResponseBody
public CommonResp<Page<FollowQo>> queryMyFans(@RequestBody QueryFollowReq req) { public CommonResp<Page<FollowQo>> queryMyFans(@RequestBody QueryFollowReq 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