|  | @@ -262,7 +262,7 @@ public class OrderPayOpsServiceImpl implements OrderPayOpsService {
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          expendParams.put("open_id", openId);
 | 
	
		
			
				|  |  |          expendParams.put("is_raw", "1");
 | 
	
		
			
				|  |  | -        expendParams.put("callback_url", payParam.getReturnUrl());
 | 
	
		
			
				|  |  | +        //expendParams.put("callback_url", payParam.getReturnUrl());
 | 
	
		
			
				|  |  |          expendParams.put("limit_pay", "1");
 | 
	
		
			
				|  |  |          return expendParams;
 | 
	
		
			
				|  |  |      }
 |