|  | @@ -27,7 +27,7 @@ public class UserTenantAlbumRecordController {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @ApiOperation(value = "查询机构专辑详情")
 | 
	
		
			
				|  |  | -    @PostMapping("/albumDetail")
 | 
	
		
			
				|  |  | +    @PostMapping("/detail")
 | 
	
		
			
				|  |  |      public HttpResponseResult <TenantAlbumWrapper.TenantAlbum> albumDetail(@RequestParam(defaultValue = "") String albumId) {
 | 
	
		
			
				|  |  |          TenantAlbumWrapper.TenantAlbum tenantAlbum= musicAlbumService.detailAlbum(albumId);
 | 
	
		
			
				|  |  |          return HttpResponseResult.succeed(tenantAlbum);
 |