|  | @@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.RestController;
 | 
	
		
			
				|  |  |  @Slf4j
 | 
	
		
			
				|  |  |  @Validated
 | 
	
		
			
				|  |  |  @RestController
 | 
	
		
			
				|  |  | -@RequestMapping("/userTenantAlbumRecord")
 | 
	
		
			
				|  |  | +@RequestMapping("${app-config.url.teacher:}/userTenantAlbumRecord")
 | 
	
		
			
				|  |  |  @Api(tags = "购买训练工具记录")
 | 
	
		
			
				|  |  |  public class UserTenantAlbumRecordController {
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -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);
 |