Commit af5e219d authored by 刘基明's avatar 刘基明

移除theme缓存

parent 058adc88
......@@ -51,16 +51,6 @@ public class ThemeController {
return CommonResp.success(result);
}
@AuthLogin
@ApiOperation("主题搜索")
@PostMapping(value = "/search")
@ResponseBody
public CommonResp<List<ThemeQo>> searchInterestList(@Validated @RequestBody ThemeSearchReq req) {
String userId = userHolder.getUserId();
List<ThemeQo> result = themeManager.searchThemes(req, userId);
return CommonResp.success(result);
}
@AuthLogin
@ApiOperation("主题正文")
@GetMapping(value = "/detail")
......@@ -146,7 +136,6 @@ public class ThemeController {
}
@AuthLogin
@ApiOperation("关注主题更新数量")
@GetMapping(value = "/test")
@ResponseBody
public CommonResp<Integer> test() {
......
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