| 
					
				 | 
			
			
				@@ -24,7 +24,6 @@ class SubscribeEvent implements EventInterface 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public function handle(array $wechatUser, $user, array $payload) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        file_put_contents('/data/wwwroot/jucai/public/test.log',json_encode($payload)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (isset($payload['EventKey']) && Str::contains($payload['EventKey'], 'qrscene_')) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             $key=str_replace("qrscene_", "", $payload['EventKey']); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if ($key == 'LoginEvent') { 
			 |