Commit 0bdbd00c authored by 刘基明's avatar 刘基明

根据文件id获取url

parent bac76d0a
...@@ -51,7 +51,7 @@ public class HomePageController { ...@@ -51,7 +51,7 @@ public class HomePageController {
@ResponseBody @ResponseBody
public CommonResp addIdol(@RequestBody AddIdolReq req) { public CommonResp addIdol(@RequestBody AddIdolReq req) {
String userId = "123"; String userId = "123";
homePageManager.addIdol(req.getFollowUserId(), userId); homePageManager.addIdol(req.getFollowUserId(), req.getFollowUserId());
return CommonResp.success(); return CommonResp.success();
} }
......
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