|
|
@ -75,7 +75,7 @@ public class ArtistController {
|
|
|
|
return Result.success();
|
|
|
|
return Result.success();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "分页显示音乐人列表", notes = "分页显示音乐人列表")
|
|
|
|
@ApiOperation(value = "分页显示音乐人列表", notes = "分页显示音乐人列表-按审核状态查询音乐人列表")
|
|
|
|
@PostMapping("/app/list/{page}/{size}")
|
|
|
|
@PostMapping("/app/list/{page}/{size}")
|
|
|
|
public Result<PageResult<ArtistInfo>> getArtistList(@ApiParam(value = "Header中的token信息", required = true) @RequestHeader("Authorization") String token,
|
|
|
|
public Result<PageResult<ArtistInfo>> getArtistList(@ApiParam(value = "Header中的token信息", required = true) @RequestHeader("Authorization") String token,
|
|
|
|
@ApiParam(value = "查询条件", required = true) @RequestBody ArtistSearchDto artistSearchDto,
|
|
|
|
@ApiParam(value = "查询条件", required = true) @RequestBody ArtistSearchDto artistSearchDto,
|
|
|
|