|
@@ -109,7 +109,7 @@ public class OpenMusicSheetController extends BaseController {
|
|
|
return succeed(albumAndSheetVo);
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "热门标签")
|
|
|
+ @ApiOperation(value = "热门搜索")
|
|
|
@GetMapping(value="/hotTag")
|
|
|
public HttpResponseResult<List<HotSearchVo>> hotTag() {
|
|
|
HotSearchSearch query = new HotSearchSearch();
|