|  | @@ -18,6 +18,7 @@ class Pay extends Core
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          $content_id = Dever::input('content_id');
 | 
	
		
			
				|  |  |          $goods_id = Dever::input('goods_id');
 | 
	
		
			
				|  |  | +        $address_id = Dever::input('address_id');
 | 
	
		
			
				|  |  |          $num = Dever::input('num');
 | 
	
		
			
				|  |  |          $sku = Dever::input('sku');
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -25,7 +26,7 @@ class Pay extends Core
 | 
	
		
			
				|  |  |              Dever::alert('请传入正确的产品ID');
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        $pay = Dever::load('goods/lib/pay')->action($this->share_uid, $uid, $goods_id, $sku, $num, $this->source, 'collection/info', $this->id);
 | 
	
		
			
				|  |  | +        $pay = Dever::load('goods/lib/pay')->action($this->share_uid, $uid, $goods_id, $sku, $num, $address_id, $this->source, 'collection/info', $this->id);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          //return $pay;
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -54,7 +55,7 @@ class Pay extends Core
 | 
	
		
			
				|  |  |              Dever::alert('请选择正确的门票');
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        $pay = Dever::load('user/lib/ticket')->action($this->share_uid, $uid, $buy_id, 'collection/info', $this->id);
 | 
	
		
			
				|  |  | +        $pay = Dever::load('user/lib/ticket')->action($this->share_uid, $uid, $buy_id, $this->source);
 | 
	
		
			
				|  |  |          print_r($pay);die;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          //return $pay;
 |