|  | @@ -74,7 +74,7 @@ class Core
 | 
	
		
			
				|  |  |  	{
 | 
	
		
			
				|  |  |  		//$project = Dever::project('pay');
 | 
	
		
			
				|  |  |  		//return $project['url'] . 'daemon/notify/'.$type.'.php';
 | 
	
		
			
				|  |  | -		return Dever::url('api.notify?account_id=' . $account_id, 'pay');
 | 
	
		
			
				|  |  | +		return str_replace('?', '', Dever::url('api.notify?account_id=' . $account_id, 'pay'));
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	/**
 |