| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -82,7 +82,7 @@ class VerificationController extends Controller | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							$user = User::find($this->user_id); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							if (!$user->mobile) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								return $this->error('手机号与核销手机号不符'); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								return $this->error('手机号与核销手机号不一致'); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							} else if ($user->mobile != $order->industryProduct->verify_mobile) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								return $this->error('对不起,你没有该订单的核销权限2——' . $input_verify_code); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							} | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |