|  | @@ -467,8 +467,8 @@ class Order extends Base
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      public  function getWechatMiniProgramOrderDelivery(){
 | 
	
		
			
				|  |  | -          $transactionId  = $this->request->post('transaction_id');
 | 
	
		
			
				|  |  | -          if(empty($transactionId )){
 | 
	
		
			
				|  |  | +          $orderId  = $this->request->post('order_id');
 | 
	
		
			
				|  |  | +          if(empty($orderId )){
 | 
	
		
			
				|  |  |              $this->error('请上传正确的参数');
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |            $arrReturn = [];
 |