|
@@ -886,7 +886,7 @@ public class CommunityArticleController extends BaseController {
|
|
* @return 内容
|
|
* @return 内容
|
|
*/
|
|
*/
|
|
@ApiOperation("查询关键词")
|
|
@ApiOperation("查询关键词")
|
|
- @GetMapping("/TrendingTopic")
|
|
|
|
|
|
+ @GetMapping("/trendingTopic")
|
|
//@Anonymous
|
|
//@Anonymous
|
|
public AjaxResult TrendingTopic(@RequestParam(required = false) String content) {
|
|
public AjaxResult TrendingTopic(@RequestParam(required = false) String content) {
|
|
List<TrendingTop> trendingTops = null;
|
|
List<TrendingTop> trendingTops = null;
|