| 
					
				 | 
			
			
				@@ -41,7 +41,8 @@ public class CommonController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }catch (ApiException e) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             log.error(this.getClass().getSimpleName(), e); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             log.error(this.getClass().getSimpleName(),e.getLocalizedMessage()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            return CommonResult.failed(e.getErrorCode()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            // return CommonResult.failed(e.getErrorCode()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            return CommonResult.failed("退款失败"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } catch (Exception e){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             log.error(this.getClass().getSimpleName(), e); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             log.error(this.getClass().getSimpleName(),e.getLocalizedMessage()); 
			 |