|  | @@ -121,7 +121,7 @@ class Recharge extends Frontend
 | 
	
		
			
				|  |  |              // 'amount'       => 0.01,
 | 
	
		
			
				|  |  |              'method'       => $payment_method,
 | 
	
		
			
				|  |  |              'notifyurl' => $this->request->root(true) . '/notify.php/paytype/'.$pay_type,
 | 
	
		
			
				|  |  | -            'returnurl' => $this->request->root(true) . '/index/recharge_success',
 | 
	
		
			
				|  |  | +            'returnurl' => $this->request->root(true) . '/index/recharge/recharge_success',
 | 
	
		
			
				|  |  |          ];
 | 
	
		
			
				|  |  |          $res = Service::submitOrder($params);
 | 
	
		
			
				|  |  |  
 |