|  | @@ -90,11 +90,15 @@ class Aatest extends Start_Controller {
 | 
	
		
			
				|  |  |      //定义方法的调用规则 获取URI第二段值
 | 
	
		
			
				|  |  |      public function _remap($arg,$arg_array)
 | 
	
		
			
				|  |  |      {  
 | 
	
		
			
				|  |  | -		$info = $this->logic_order->getInfo("number = 'TT-KISS-251021-001'");
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +		$info = $this->logic_order->getInfo("number = '".$arg_array[0]."'");
 | 
	
		
			
				|  |  |  		$extra_text = json_decode($info['extra_text'],true);
 | 
	
		
			
				|  |  |  		$packages = $extra_text['packages'];
 | 
	
		
			
				|  |  |  		$package_id = $packages[0]['id'];
 | 
	
		
			
				|  |  |  		$shop = $this->shop->read($info['shop']);
 | 
	
		
			
				|  |  | +		var_dump($package_id);
 | 
	
		
			
				|  |  | +		var_dump($shop);
 | 
	
		
			
				|  |  | +		die;
 | 
	
		
			
				|  |  |          $this->apittv1->downloadLabel($package_id,$shop,$info);
 | 
	
		
			
				|  |  |  		die;
 | 
	
		
			
				|  |  |  
 |